Herbert Thielen
c1fbf2063e
remove doc of former versions
...
The documentation of former versions is available in the history (e.g.
by checking out the appropriate git tags), so there is no need to keep
them in parallel to the current documentation.
2017-07-30 16:34:25 +02:00
Herbert Thielen
aec67718d9
remove obsolete reference to SVN trunk and fix link to pump manual
2017-07-30 16:33:08 +02:00
Gennadiy Civil
7d602f7ea7
Merge pull request #1137 from coryan/master
...
Fix table formatting.
2017-07-26 16:52:02 -04:00
Jose Nino
faa7dfd449
docs: fix broken link
2017-07-26 10:58:05 -07:00
Carlos O'Ryan
22cc7b5bc0
More tables that did not render correctly.
2017-07-01 22:34:51 -04:00
Carlos O'Ryan
a01a3117e9
Remove silly claim that C++ lacks lambdas.
...
The document itself uses lambdas later, all the scaffolding to
work around lack of lambdas should be considered for removal, but
that is much larger an effort than I can commit to.
2017-07-01 15:30:55 -04:00
Carlos O'Ryan
1a04a39892
Same fixes for "current" version.
2017-07-01 15:27:07 -04:00
Carlos O'Ryan
5d9ffdd40c
Fix typos too s/destoyed/destroyed/
2017-07-01 15:26:42 -04:00
Carlos O'Ryan
a6fcdfbbc1
Fix table formatting.
...
The markdown was not working for a small table, fixed.
2017-07-01 09:51:45 -04:00
Jose Nino
15d9b4a459
docs: fix broken link from dummies guide to cook book
2017-06-19 14:27:39 -07:00
Hector Dearman
3a027b074a
Fix typo in gmock-actions.h
...
This upstreams a Google-internal change (141765019).
2017-06-19 18:43:55 +01:00
Hector Dearman
e7cfb0940a
Fixed misspelling in assertion message.
...
This upstreams a Google-internal change (146491438).
2017-06-19 18:27:33 +01:00
Nico Weber
3ec8d72fc1
Use std::string and ::string explicitly in gtest and gmock code.
...
This merges a Google-internal change (117235625).
Original CL description:
This CL was created manually in about an hour with sed, a Python script
to find all the places unqualified 'string' was mentioned, and some help
from Emacs to add the "std::" qualifications, plus a few manual tweaks.
2017-05-15 17:53:04 -04:00
danilcha
d98857c634
Again rewrote everything
2017-03-12 18:11:22 +01:00
danilcha
d36aeb6195
Added explicit gtest library dependency
2017-03-12 17:47:14 +01:00
danilcha
b6bdad37de
Update README.md
2017-03-11 01:06:58 +01:00
danilcha
3d7d863798
Update README.md
2017-03-11 01:02:21 +01:00
Billy Donahue
dc024dff2a
Remove /tree/ from Readme.md links.
...
Issue #1028
2017-02-25 20:46:21 -05:00
Olivier Clavel
40531016b8
googlemock version must be changed as well
...
keep googletest and googlemock versions in sync
2017-02-13 22:15:22 +01:00
Dawid Kurek
c16ad8ce5d
Replace html entities with their equivalents
2017-02-06 13:31:11 +01:00
Sam Roth
b8cfea1b58
Merge pull request #1 from google/master
...
Syncing my branch
2017-01-23 13:49:32 -05:00
Billy Donahue
17a1f78f86
Merge pull request #658 from audiofanatic/ExternalProject_at_configure_time
...
Added docs for ExternalProject download during CMake step
2016-12-18 11:59:12 -05:00
Craig Scott
5fc61b8c25
2.6.4 is the minimum CMake version, so enforce it ( #656 )
2016-12-17 19:15:04 -05:00
Craig Scott
a0a7489cd4
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.
2016-12-18 09:01:27 +11:00
Simon Glass
7dd052bd8f
Fix a few documentation nits in the mock dummies guide
...
Add a hyphen to 'ad hoc' and change 'distance' to plural.
2016-12-08 10:57:46 -05:00
bartshappee
bed9a44281
Fix small typo SeArrayArgument
...
SeArrayArgument => SetArrayArgument
2016-11-07 13:33:22 -05:00
Gallaecio
5b0fee3f65
Fix WhenSorted() documentation example
2016-10-08 22:17:31 +02:00
Marco Molteni
b3f7f89f40
Cookbok: fix broken relative link
2016-09-13 20:53:41 +02:00
Samuel Roth
788443fd63
Fixed broken links
2016-09-12 12:34:50 -04:00
Samuel Roth
416ec6c6a3
blob vs tree
2016-09-12 12:33:44 -04:00
Samuel Roth
b4b16c92a4
Fixing relative links
2016-09-12 12:31:50 -04:00
Samuel Roth
9c3be37cc6
Fixing KnownIssues and FrequentlyAskedQuestions links
2016-09-12 12:27:36 -04:00
Samuel Roth
682cd77fe1
Broken relative links fixed
2016-09-12 12:24:08 -04:00
Samuel Roth
12e027bd4b
Fixing ForDummies link
2016-09-12 12:19:26 -04:00
Samuel Roth
d33171dba7
One works
2016-09-12 12:15:49 -04:00
Samuel Roth
5b59ec63a9
Relative links
2016-09-12 12:14:53 -04:00
Samuel Roth
4701a32c6a
Fixing relative links
2016-09-12 12:14:00 -04:00
Marzo Sette Torres Junior
9907f86068
Clarifying language
...
The old language might mislead someone into thinking that the access level on the base class itself was changed.
2016-09-02 14:39:48 -03:00
mazong1123
a51867e59b
Reformatted the Unprintable operator== code style.
2016-07-14 16:49:42 +08:00
mazong1123
0b7987a646
Fixed issue #775
2016-07-14 14:09:05 +08:00
mazong1123
3a8bc32b84
Added VS 2015 project support.
2016-05-15 21:46:38 +08:00
mazong1123
af72674db0
Updated the value of GTEST_DIR to reflect the googletest dir.
2016-05-15 21:32:56 +08:00
mazong1123
45ee7b0c46
Changed the GTestDir marco value to reflect the new dir of googletest.
2016-05-15 20:48:08 +08:00
Li Peng
e5302cfca4
remove duplicated words
...
Signed-off-by: Li Peng <lip@dtdream.com>
2016-04-27 16:41:27 +08:00
Paul Hadfield
8c79120e0e
Fix typo (Inovke -> Invoke)
2016-03-08 13:40:26 +00:00
Paul Wilkinson
55a7cefa4f
Fix formatting in AdvancedGuide.md
...
Put occurrences of "#include" in a code span so they are not interpreted
as headers.
Other documents were not broken because the #include was not at the
start of the line, but put them in code spans anyway just in case the
text gets refilled in the future.
2016-02-21 15:52:09 +00:00
Jacob Meacham
df092f4fc7
Fix link that's returned when running tests. #714
2016-02-16 17:53:43 -08:00
Billy Donahue
a50a6e2921
Merge pull request #657 from audiofanatic/issue655-targetHeaderDeps
...
Add include dirs to targets if CMake version supports it
2015-12-10 17:28:00 -05:00
Billy Donahue
40b882e16f
Merge pull request #650 from jpuigcerver/master
...
Added missing CMake install rules for GMock
2015-12-10 17:25:53 -05:00
Paul Rosset
13deb0898d
fixed link in googlemock documentation
2015-12-08 16:02:50 +01:00