Krystian Kuzniarek
8059f87995
rename and apply snake_case on CheatSheet.md
2019-07-13 07:47:14 +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
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
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
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
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
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
ac29dc094e
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
2019-06-13 13:49:42 -04:00
Matthias Walter
5b2a3ca21c
Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without interpreting it as a variable.
2019-06-12 23:50:01 +02:00
Gennadiy Civil
0216d8fefc
Formatting Changes
2019-06-12 13:23:06 -04:00
Gennadiy Civil
8e281fcb2a
remove obsolete codegear files
2019-06-10 13:20:02 -04:00
Gennadiy Civil
4965d8f39c
removing obsolete language from docs, CMake and Bazel is the only supporeted build methods
2019-06-10 10:51:41 -04:00
Gennadiy Civil
e2830a5158
removing xcode files , as CMake and Bazel is the only supporeted build methods
2019-06-10 10:33:14 -04:00
Gennadiy Civil
a10b20070b
removing msvc solution, as CMake and Bazel is the only supporeted build methods
2019-06-10 10:32:16 -04:00
Gennadiy Civil
b6e91aff09
Merge pull request #2268 from kalaxy/fuse_spi_in_header
...
Fuse gtest-spi.h into the resulting header.
2019-06-07 13:08:18 -04:00
Abseil Team
02400d0ba0
Googletest export
...
fdio_pipe_half is now the same as fdio_pipe_half2. We can switch back to the cleaner name.
PiperOrigin-RevId: 251633832
2019-06-05 11:52:45 -04:00
misterg
5af0ca857b
Googletest export
...
comment change
PiperOrigin-RevId: 251231524
2019-06-05 11:52:33 -04:00
Kalon Mills
c1c96eb204
Fuse gtest-spi.h into the resulting header.
...
Previously this was fused into the source file, but this prevents users of the
fused file from using those utilities directly.
2019-06-03 17:09:08 -07:00
Abseil Team
3ff6486fb1
Googletest export
...
Add a safety nullptr check to catch the case where the /tmp file used for capturing a stream cannot be created.
PiperOrigin-RevId: 250523012
2019-05-29 23:35:59 -04:00
gennadiycivil
36440b1953
Merge pull request #2260 from 741g:master
...
PiperOrigin-RevId: 249660276
2019-05-23 16:20:24 -04:00
Lingfeng Yang
e923f515b0
unbreak windows build
...
windows msvc toolchain with werror and wconversion
will break if converting long to DWORD.
2019-05-22 08:57:06 -07:00
Enji Cooper
fbc3bf9960
Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)
...
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
2019-05-19 23:31:04 -07:00
Gennadiy Civil
ec4709e85e
Update advanced.md
...
Adding back section that was lost in merge
2019-05-17 15:10:47 -04:00
Gennadiy Civil
1b5c5ac88d
Merge pull request #2254 from chaoran:master
...
PiperOrigin-RevId: 248759825
2019-05-17 15:05:44 -04:00
Chaoran Yang
26552ffc59
add unit test for overload & operator
2019-05-13 15:39:18 +00:00
Gennadiy Civil
0f74212392
Added docs for testing::RegisterTest
2019-05-13 10:35:10 -04:00
Chaoran Yang
bc887befb7
Use std::addressof to instead of plain '&'.
...
Otherwise the code won't compile if the '&' operater is overloaded and
return something that cannot be casted to void *.
2019-05-12 00:14:54 +00:00
Abseil Team
261cb16318
Googletest export
...
Print the test output on assertion failure.
PiperOrigin-RevId: 247283764
2019-05-10 15:28:12 -04:00
gennadiycivil
fa8352a3de
Merge pull request #2245 from daquexian:fix_wsign_conversion
...
PiperOrigin-RevId: 246550729
2019-05-03 15:11:30 -04:00
misterg
b21884f567
Googletest export
...
Clarify build system support - CMake and automake community supported
PiperOrigin-RevId: 245821927
2019-05-03 15:11:22 -04:00
daquexian
eab9b671b4
Fix -Wsign-conversion error by adding static_cast
2019-05-03 00:21:44 +08:00
Gennadiy Civil
fbf759c15c
Merge pull request #2242 from SylvestreG:master
...
PiperOrigin-RevId: 245798478
2019-04-29 15:22:54 -04:00
Gennadiy Civil
6adb42ef4d
Removing obsolete codegear and msvc 2010
2019-04-29 14:39:48 -04:00
misterg
7e70270c0a
Googletest export
...
Internal Change
PiperOrigin-RevId: 245788057
2019-04-29 14:32:28 -04:00
Sylvestre Gallon
4a4a02da75
Fix compilation on CentOS 7
2019-04-26 13:48:37 +02:00
Enji Cooper
4447905a6f
Address fallout from -Wsign-conversion work on Windows
...
Some Windows users builds were broken after a0d60be. This change
addresses the lingering -Wsign-conversion issues with those platforms
by adding some missing `static_cast` calls as needed.
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
2019-04-26 04:08:16 -07:00
Abseil Team
4327ab108d
Googletest export
...
Add GTEST_FAIL_AT, an equivalent to ADD_FAILURE_AT but that
spawns a fatal failure rather than a non-fatal, eg. the equivalent
of an ASSERT* failure rather than an EXPECT* failure.
PiperOrigin-RevId: 244746609
2019-04-24 09:34:40 -04:00
misterg
0193f050cf
Googletest export
...
Fixes https://github.com/google/googletest/issues/2232
PiperOrigin-RevId: 244237560
2019-04-18 15:46:04 -04:00
misterg
ce3a168419
Googletest export
...
Expose more information in SuiteApiResolver diagnostic output
PiperOrigin-RevId: 244179347
2019-04-18 15:45:49 -04:00
Gennadiy Civil
7e27fc4c95
Merge pull request #2170 from ngie-eign:issue-2146-ver2
...
PiperOrigin-RevId: 244069956
2019-04-18 09:44:24 -04:00
Abseil Team
7e0f8d157c
Googletest export
...
[googletest] Fix death test condition.
PiperOrigin-RevId: 243742424
2019-04-16 16:17:41 -04:00