anttsov
64b17693e3
Update README.md
...
fixed links to docs pages (on googlemock/README.md)
6 years ago
anttsov
579591a351
Update README.md
...
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
6 years ago
Gennadiy Civil
4ab6f4d709
Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS
6 years ago
Krystian Kuzniarek
b138afde15
rename and apply snake_case on KnownIssues.md
6 years ago
Krystian Kuzniarek
1d5b7cc1e2
rename and apply snake_case on FrequentlyAskedQuestions.md
6 years ago
Krystian Kuzniarek
92d92f2f55
rename and apply snake_case on ForDummies.md
6 years ago
Krystian Kuzniarek
275bbc7884
rename and apply snake_case on CheatSheet.md
6 years ago
Gennadiy Civil
5ed950c9e3
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
6 years ago
Gennadiy Civil
6b8c138154
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
6 years ago
Jerry Turcios
11319f1c63
Correct grammatical error in README.md
6 years ago
Gennadiy Civil
5c89346def
Update README.md
7 years ago
Arkady Shapkin
e6c407d605
Fix doc links
7 years ago
Will Vining
08aa7c67dd
Fix #1764 Remove cmake code that leads to a configuration error
...
This step is no longer necessary. The configuration given in the
googletest README.md is sufficient to bring in all the googlemock
headers.
7 years ago
Gennadiy Civil
de47b0d30c
Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion rationalzation
7 years ago
Carlos O'Ryan
23a014ab57
Refactor docs about contributions to CONTRIBUTING.md.
...
Per the review comments.
7 years ago
Herbert Thielen
e033d8c73d
change links from former code.google.com to current github repository
8 years ago
Eduardo Caceres
854b28f199
Minor style fixes
...
Typos, punctuation & broken links
8 years ago
danilcha
5ff680577d
Again rewrote everything
8 years ago
danilcha
81bc87652d
Added explicit gtest library dependency
8 years ago
danilcha
b6c4d434db
Update README.md
8 years ago
danilcha
b2521c890a
Update README.md
8 years ago
Billy Donahue
ba638689e4
Remove /tree/ from Readme.md links.
...
Issue #1028
8 years ago
Craig Scott
cb502b7ad1
Added CMake configure-time download instructions to docs
...
Adds instructions for how to add gtest and gmock to
another CMake project directly. Downloading of the
googletest sources happens as configure time, allowing
it to be added to the main build directly via the
add_subdirectory() command. This ensures googletest is
built with the same compiler settings, etc. and will
typically result in a more robust and more convenient
build arrangement.
8 years ago
Samuel Roth
32b4a9b390
Fixed broken links
9 years ago
Samuel Roth
0e0ff5c341
blob vs tree
9 years ago
Samuel Roth
960a511f45
Fixing relative links
9 years ago
Samuel Roth
995db996de
Fixing KnownIssues and FrequentlyAskedQuestions links
9 years ago
Samuel Roth
f5c0130e88
Broken relative links fixed
9 years ago
Samuel Roth
9cb03aa702
Fixing ForDummies link
9 years ago
Samuel Roth
51b290d41e
One works
9 years ago
Samuel Roth
16d6af7d41
Relative links
9 years ago
Samuel Roth
10ff7f9468
Fixing relative links
9 years ago
Marco Molteni
e35cee9698
Fix broken link to FrequentlyAskedQuestions
10 years ago
Ferenc-
30846f31c5
Fix typo in googlemock/README.md
10 years ago
Billy Donahue
8cb0499b6a
Fix relative links in googlemock docs.
10 years ago
Billy Donahue
23bd6d8a9b
readme merging
10 years ago
Billy Donahue
3f4e79b999
readme merging
10 years ago
Billy Donahue
37b5c297cf
readme merging
10 years ago
Billy Donahue
affb09edf0
move googlemock files into googlemock/ subdir
10 years ago
Billy Donahue
1f87a0970d
Move everything in googletest into googletest/googletest
10 years ago
Billy Donahue
06fcd9ff11
readme.md updates
10 years ago
Billy Donahue
36d1a71bad
README -> README.md
10 years ago
Billy Donahue
a47310a1c1
Rename README->README.md
10 years ago
kosak
6576c64903
Fix a couple of typos in Google Test's README.
11 years ago
kosak
18489fa4f8
Distinguish between C++11 language and library support for <initializer_list>.
...
Fix spelling: repositary -> repository.
Pull in gtest 671.
11 years ago
kosak
4f7018ed61
Distinguish between C++11 language and library support for <initializer_list>.
...
Fix spelling: repositary -> repository.
11 years ago
zhanyong.wan
cf40604cf0
Adds -pthread and switches -I to -isystem in build instructions;
...
also pulls in the latest gtest revision (r638).
12 years ago
zhanyong.wan
b854938bd0
Adds -pthread and changes -I to -isystem in gtest's build instructions.
12 years ago
vladlosev
294f69f957
Adds explanation on how to build the Xcode project under Xcode 4+ to README.
14 years ago
vladlosev
bce8134d89
Adds a DLL-related section to Google Mock's README.
14 years ago