summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2355 from kuzkry:markdown-numberingGennadiy Civil2019-07-303-28/+28
|\ | | | | | | PiperOrigin-RevId: 260782065
| * fix numbering of ordered lists in MarkdownKrystian Kuzniarek2019-07-303-28/+28
| |
* | Merge pull request #2338 from kuzkry:environment-documentationGennadiy Civil2019-07-291-3/+3
|\ \ | | | | | | | | | PiperOrigin-RevId: 260559531
| * | explicitly show overriding to align examples to their commentsrefs/pull/2338/headKrystian Kuzniarek2019-07-181-2/+2
| | |
| * | document a missing parent classKrystian Kuzniarek2019-07-181-1/+1
| | |
* | | Merge pull request #2342 from Jauler:masterGennadiy Civil2019-07-291-2/+2
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 260556093
| * | | Fix small errors in primer.mdrefs/pull/2342/headRytis Karpuška2019-07-231-2/+2
| | | |
* | | | Correct CMake to cover Cygwinrefs/pull/2331/headAdam Badura2019-07-271-1/+1
| |_|/ |/| |
* | | Googletest exportAbseil Team2019-07-267-498/+546
|/ / | | | | | | | | | | | | | | Adds ISO8601 timestamps to XML output and RFC3339 timestamps to JSON output. Adds timestamps to testsuites, testsuite and testcases structured JSON/XML output for better reporting how/where time is spent on tests. PiperOrigin-RevId: 260039817
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-183-110/+118
| |
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-182-2/+2
| |
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-181-1/+1
| |
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-182-2/+2
|/
* Preparation for including docs in round-trip with OSS. Manual review and ↵Gennadiy Civil2019-07-161-40/+2
| | | | merge docs internal-OSS
* Preparation for including docs in round-trip with OSS. Manual review and ↵Gennadiy Civil2019-07-162-241/+246
| | | | merge docs internal-OSS
* Googletest exportAbseil Team2019-07-161-24/+34
| | | | | | | | | [Fuchsia] Update exception APIs used by death test. Migrates to the new channel-based exception APIs as the port APIs are deprecated and will be removed. PiperOrigin-RevId: 258175830
* rename and apply snake_case on CheatSheet.mdKrystian Kuzniarek2019-07-131-1/+1
|
* Documentation sync in preparation to including docs with full source syncGennadiy Civil2019-06-242-35/+37
|
* Documentation sync in preparation to including docs with full source syncGennadiy Civil2019-06-241-73/+56
|
* Remove google internal links from documentation on githubrefs/pull/2296/headPrashant Jaikumar2019-06-192-2/+2
|
* Incremental doc changes in preparation for doc syncGennadiy Civil2019-06-191-15/+21
|
* Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-192-4/+4
| | | | for including documentation in sync process
* small docs restucture and cleanupGennadiy Civil2019-06-191-0/+0
|
* small docs restucture and cleanupGennadiy Civil2019-06-192-158/+0
|
* Googletest exportAbseil Team2019-06-172-402/+0
| | | | | | Project import generated by Copybara. PiperOrigin-RevId: 253600369
* Googletest exportmisterg2019-06-172-0/+402
| | | | | | Internal Change PiperOrigin-RevId: 253581166
* Merge pull request #2287 from PhilLab/patch-1Gennadiy Civil2019-06-171-11/+11
|\ | | | | docs/primer: Fixed usage of test case
| * docs/primer: Fixed usage of test caserefs/pull/2287/headPhilipp Hasper2019-06-161-11/+11
| | | | | | | | According to the nomenclature, what was called a test case is actually a test suite
* | Merge pull request #2286 from gennadiycivil/masterGennadiy Civil2019-06-177-981/+4
|\ \ | |/ |/| Removing make and automake.
| * doc is still validGennadiy Civil2019-06-131-3/+52
| |
| * Removing make and automake. The only supported build systems are Bazel ↵Gennadiy Civil2019-06-137-1060/+1
| | | | | | | | internally and CMake community supported
* | Documentation sync working on the documentation being included with the codeGennadiy Civil2019-06-142-60/+15
| |
* | Makefiles are no longer supported. Adding pseudo-break with their impending ↵Gennadiy Civil2019-06-131-1/+10
|/ | | | removal to make sure that people who are interested will notice
* Setting CMP0054 policy to NEW. This allows to use the string "SHARED" ↵refs/pull/2283/headMatthias Walter2019-06-121-0/+4
| | | | without interpreting it as a variable.
* Formatting ChangesGennadiy Civil2019-06-121-2/+2
|
* remove obsolete codegear filesGennadiy Civil2019-06-106-440/+0
|
* removing obsolete language from docs, CMake and Bazel is the only supporeted ↵Gennadiy Civil2019-06-103-159/+66
| | | | build methods
* removing xcode files , as CMake and Bazel is the only supporeted build methodsGennadiy Civil2019-06-1016-2248/+0
|
* removing msvc solution, as CMake and Bazel is the only supporeted build methodsGennadiy Civil2019-06-1018-1642/+0
|
* Merge pull request #2268 from kalaxy/fuse_spi_in_headerGennadiy Civil2019-06-071-14/+10
|\ | | | | Fuse gtest-spi.h into the resulting header.
| * Fuse gtest-spi.h into the resulting header.refs/pull/2268/headKalon Mills2019-06-041-14/+10
| | | | | | | | | | Previously this was fused into the source file, but this prevents users of the fused file from using those utilities directly.
* | Googletest exportAbseil Team2019-06-051-1/+1
| | | | | | | | | | | | fdio_pipe_half is now the same as fdio_pipe_half2. We can switch back to the cleaner name. PiperOrigin-RevId: 251633832
* | Googletest exportmisterg2019-06-051-1/+1
|/ | | | | | comment change PiperOrigin-RevId: 251231524
* Googletest exportAbseil Team2019-05-301-0/+9
| | | | | | Add a safety nullptr check to catch the case where the /tmp file used for capturing a stream cannot be created. PiperOrigin-RevId: 250523012
* Merge pull request #2260 from 741g:mastergennadiycivil2019-05-231-1/+1
|\ | | | | | | PiperOrigin-RevId: 249660276
| * unbreak windows buildrefs/pull/2260/headLingfeng Yang2019-05-221-1/+1
| | | | | | | | | | windows msvc toolchain with werror and wconversion will break if converting long to DWORD.
* | Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)refs/pull/2259/headEnji Cooper2019-05-203-3/+3
|/ | | | Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Update advanced.mdGennadiy Civil2019-05-171-0/+61
| | | Adding back section that was lost in merge
* Merge pull request #2254 from chaoran:masterGennadiy Civil2019-05-173-75/+63
|\ | | | | | | PiperOrigin-RevId: 248759825
| * add unit test for overload & operatorrefs/pull/2254/headChaoran Yang2019-05-131-0/+91
| |