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
vladlosev
b3e904227f
Adds project files for MSVC 2010 (by Fredrik Roubert).
14 years ago
zhanyong.wan
e5974e3f43
Clarifies how to use gtest as a shared library in README.
15 years ago
zhanyong.wan
dac3e879c5
Include gtest headers as user headers instead of system headers.
15 years ago
vladlosev
e588a3bba2
Renames CMake build script options.
15 years ago
vladlosev
090c4830dd
Fixes a typo in README.
15 years ago
zhanyong.wan
d19f58677b
Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan).
15 years ago
zhanyong.wan
97c452823c
Over-hauls README, and fixes Makefile.
15 years ago
zhanyong.wan
99643d2d1f
Removes 'make install' instructions from README.
15 years ago
zhanyong.wan
27a65a9d67
Removes 'make install' instructions from README.
15 years ago
zhanyong.wan
16e9dd6e28
More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
16 years ago
preston.a.jackson
cb2b1640b2
Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.
16 years ago
zhanyong.wan
90c90f9250
Switches from Boost TR1 tuple to gtest's TR1 tuple.
16 years ago
zhanyong.wan
532dc2de35
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
16 years ago
zhanyong.wan
62417be8f3
Fixes outdated info in README about compatibility with other testing frameworks.
16 years ago
zhanyong.wan
da579bd681
Adds release note for 1.1.0 and switches to use gtest 1.3.0.
16 years ago