Gennadiy Civil
8da25f6b23
Merge pull request #2326 from kuzkry/missing-references-to-documentation
...
Add missing references to documentation
2019-07-15 13:29:29 -04:00
Krystian Kuzniarek
a2f69f2451
add missing references to DesignDoc and KnownIssues
2019-07-13 09:16:52 +02:00
Krystian Kuzniarek
ab4820cee9
rename and apply snake_case on KnownIssues.md
2019-07-13 08:16:41 +02:00
Krystian Kuzniarek
bf52987797
rename and apply snake_case on FrequentlyAskedQuestions.md
2019-07-13 08:15:20 +02:00
Krystian Kuzniarek
91108689ea
rename and apply snake_case on ForDummies.md
2019-07-13 08:09:11 +02:00
Krystian Kuzniarek
ce694aba1e
rename and apply snake_case on Documentation.md
2019-07-13 08:09:11 +02:00
Krystian Kuzniarek
1af1da703d
rename and apply snake_case on DesignDoc.md
2019-07-13 07:59:14 +02:00
Krystian Kuzniarek
8059f87995
rename and apply snake_case on CheatSheet.md
2019-07-13 07:47:14 +02:00
Sam Sobell
6078317fb4
Fix bad advice in cook book ( #2308 )
...
This line directly contradicts the warning that google mock spits out on unused mock calls:
```
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
```
One or the other should be changed, and I believe the advice in this file is incorrect.
2019-07-10 10:37:57 -04:00
cclauss
93c679ce86
Travis CI: The sudo: tag is now deprecated in Travis CI
2019-07-01 13:48:44 +02:00
Gennadiy Civil
b7d3bb81aa
Documentation sync in preparation to including docs with full source sync
2019-06-24 13:52:17 -04:00
Gennadiy Civil
6e792cca1f
Documentation sync in preparation to including docs with full source sync
2019-06-24 11:16:58 -04:00
Gennadiy Civil
8aa4c95273
Update README.md
2019-06-24 10:38:11 -04:00
Gennadiy Civil
ce6df3824e
Merge pull request #2296 from rmstar/replace_golinks
...
Remove google internal links from documentation on github
2019-06-24 09:26:08 -04:00
Prashant Jaikumar
58696540f7
Remove google internal links from documentation on github
2019-06-19 15:18:55 -07:00
Gennadiy Civil
8aebaee566
Incremental doc changes in preparation for doc sync
2019-06-19 17:04:47 -04:00
Gennadiy Civil
6551f39b40
missed the actual file in previous commit
2019-06-19 16:50:19 -04:00
Gennadiy Civil
88035b6b0d
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
2019-06-19 16:48:38 -04:00
Gennadiy Civil
afd61392c9
small docs restucture and cleanup
2019-06-19 16:23:44 -04:00
Gennadiy Civil
9ab1bd60d0
small docs restucture and cleanup
2019-06-19 16:20:19 -04:00
Gennadiy Civil
6a378ffe1e
Merge branch 'master' of github.com:google/googletest
2019-06-19 16:06:37 -04:00
Gennadiy Civil
39832e454f
Remove outdated from README
2019-06-19 16:05:17 -04:00
misterg
cc8788e8b0
Googletest export
...
Move Googletest OSS bazel builds to latest bazel.
The latest bazel ( 0.27.0 as of now ) does not run on trusty.
PiperOrigin-RevId: 253829774
2019-06-18 14:25:41 -04:00
misterg
6edb8fd678
Googletest export
...
gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it.
PiperOrigin-RevId: 253820111
2019-06-18 13:48:06 -04:00
Gennadiy Civil
5e1fcfd494
Merge pull request #2290 from gennadiycivil:master
...
PiperOrigin-RevId: 253660961
2019-06-18 10:37:09 -04:00
misterg
ad9bbdd489
Googletest export
...
Internal Change
PiperOrigin-RevId: 253658026
2019-06-18 10:36:59 -04:00
Gennadiy Civil
33faf71903
Merge pull request #2288 from gennadiycivil:master
...
PiperOrigin-RevId: 253652550
2019-06-18 10:36:52 -04:00
Gennadiy Civil
a60451ed94
Fixing CI break by going to bazel 0.26.1
2019-06-17 16:57:54 -04:00
Gennadiy Civil
ba93929bdb
Merge branch 'master' of https://github.com/google/googletest
2019-06-17 16:55:04 -04:00
Gennadiy Civil
83328b234e
Revert "testing, explicitly specify compiler"
...
This reverts commit 6c971ca9a3
.
2019-06-17 16:54:08 -04:00
Abseil Team
91ff024747
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 253600369
2019-06-17 16:34:31 -04:00
misterg
c02785d4e8
Googletest export
...
Internal Change
PiperOrigin-RevId: 253581166
2019-06-17 16:34:23 -04:00
Gennadiy Civil
10785d53ff
revert travis.yml, irrelevant
2019-06-17 15:42:03 -04:00
Gennadiy Civil
59fcacfacd
bazel 0.26.1
2019-06-17 15:33:09 -04:00
Gennadiy Civil
5a2834830d
bazel 0.26.1
2019-06-17 15:30:16 -04:00
Gennadiy Civil
8a649ea321
testing with bazel 0.26.1
2019-06-17 15:19:01 -04:00
Gennadiy Civil
8108e35f34
testing with bazel 0.26.1
2019-06-17 15:13:38 -04:00
Gennadiy Civil
ab0d3e8ceb
testing, explicitly specify compiler
2019-06-17 15:03:27 -04:00
Gennadiy Civil
38889de673
Merge pull request #2287 from PhilLab/patch-1
...
docs/primer: Fixed usage of test case
2019-06-17 11:44:48 -04:00
Gennadiy Civil
92651583e3
Merge pull request #2286 from gennadiycivil/master
...
Removing make and automake.
2019-06-17 11:05:13 -04:00
Philipp Hasper
6f5c6a66cc
docs/primer: Fixed usage of test case
...
According to the nomenclature, what was called a test case
is actually a test suite
2019-06-16 15:00:02 +02:00
Gennadiy Civil
64081cb24e
Documentation sync working on the documentation being included with the code
2019-06-14 11:36:35 -04:00
Gennadiy Civil
98a8abc7f3
googlemock/docs/CookBook.md small doc test
2019-06-14 11:12:17 -04:00
Gennadiy Civil
02f2334781
Merge branch 'master' of https://github.com/google/googletest
2019-06-14 09:38:34 -04:00
Gennadiy Civil
4cbcc6bf0d
Makefiles are no longer supported. Adding pseudo-break with their impending removal to make sure that people who are interested will notice
2019-06-13 17:16:43 -04:00
Gennadiy Civil
0f92e1920b
doc is still valid
2019-06-13 16:48:25 -04:00
Gennadiy Civil
2bec27b519
Finish removing autotools
2019-06-13 16:40:54 -04:00
Gennadiy Civil
8a5a2f9fd5
Finish removing autotools
2019-06-13 16:40:44 -04:00
Gennadiy Civil
0ac48048a6
Also remove googlemock/scripts/gmock-config.in
2019-06-13 16:37:17 -04:00
Gennadiy Civil
fc8cc6ca11
Merge pull request #2285 from tomalakgeretkal:c++17-fix
...
PiperOrigin-RevId: 253067038
2019-06-13 14:13:37 -04:00