summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2397 from kuzkry:custom-type-traits-is_referenceGennadiy Civil2019-08-192-10/+172
|\ | | | | | | PiperOrigin-RevId: 264193098
* \ Merge pull request #2381 from Yannic:fix_bazelGennadiy Civil2019-08-193-172/+13
|\ \ | | | | | | | | | PiperOrigin-RevId: 264186624
| * | Prepare for Bazel incompatible changesYannic Bonenberger2019-08-071-0/+3
| | | | | | | | | | | | | | | | | | Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006). This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
* | | Merge pull request #2399 from kuzkry:custom-type-traits-is_sameGennadiy Civil2019-08-155-36/+23
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 263568712
| * | | remove custom implementations of std::is_samerefs/pull/2399/headKrystian Kuzniarek2019-08-145-36/+23
| | |/ | |/|
* | | Merge pull request #2382 from kuzkry:dead-metafunctionGennadiy Civil2019-08-152-24/+0
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 263416977
| * | | remove a dead metafunctionKrystian Kuzniarek2019-08-072-24/+0
| | | |
* | | | Merge pull request #2386 from kuzkry:outdated-commentGennadiy Civil2019-08-151-6/+0
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 263400925
| * | | | remove an outdated commentrefs/pull/2386/headKrystian Kuzniarek2019-08-111-6/+0
| | |/ / | |/| |
* | | | Googletest exportAbseil Team2019-08-151-4/+0
|/ / / | | | | | | | | | | | | | | | Internal change, documentation only. PiperOrigin-RevId: 262554386
* | | Merge pull request #2378 from kuzkry:markdown-tableGennadiy Civil2019-08-073-19/+179
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 262135359
| * | | fix an improperly generated tablerefs/pull/2378/headKrystian Kuzniarek2019-08-061-9/+3
| |/ /
* | | Merge pull request #2372 from pitrou:issue2371-windows-crt-assertsGennadiy Civil2019-08-074-177/+81
|\ \ \ | |/ / |/| | | | | PiperOrigin-RevId: 262040609
| * | Fix #2371: Redirect Windows CRT assertions to stderrrefs/pull/2372/headAntoine Pitrou2019-08-062-5/+71
| | |
* | | Merge pull request #2111 from knuto:pr/remove_slashGennadiy Civil2019-08-065-14/+190
|\ \ \ | |/ / |/| | | | | PiperOrigin-RevId: 261906004
| * | Remove / from parameterized test names if base test name is emptyrefs/pull/2111/headKnut Omang2019-04-263-4/+22
| | | | | | | | | | | | | | | | | | | | | This is useful to let a subsystem generate test names based on parameterized tests without exposing them as such to the user. Signed-off-by: Knut Omang <knut.omang@oracle.com>
* | | Googletest exportmisterg2019-08-051-1/+1
| | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 261683482
* | | Merge pull request #2358 from kuzkry:adjustment-of-similar-commentsGennadiy Civil2019-08-021-3/+3
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 261355792
| * | | adjust a comment to the similar section in advanced.mdrefs/pull/2358/headKrystian Kuzniarek2019-07-311-3/+3
| | | | | | | | | | | | | | | | in addition, fix typo of use -> us
* | | | Merge pull request #2341 from ChrisBaish:masterGennadiy Civil2019-08-021-12/+10
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 261344735
| * | | | Moved explanation to single line as wellrefs/pull/2341/headChris Baish2019-07-191-12/+6
| | | | |
| * | | | Moved table to single linesChris Baish2019-07-191-12/+12
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into primer_md_table_updateChris Baish2019-07-196-115/+123
| |\ \ \ \
| * | | | | Update primer.mdChris Baish2019-07-181-10/+10
| | | | | | | | | | | | | | | | | | Correct formatting in table
* | | | | | Merge pull request #2357 from kuzkry:obsolete-documentationGennadiy Civil2019-08-023-9/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | PiperOrigin-RevId: 261343928
* | | | | | Merge pull request #2361 from guillemglez:masterGennadiy Civil2019-08-024-45/+50
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | PiperOrigin-RevId: 261340959
| * | | | | Fix table formatting in advanced.mdrefs/pull/2361/headGuillem González Vela2019-08-011-36/+23
| | | | | |
* | | | | | Merge pull request #2353 from anttsov:patch-1Gennadiy Civil2019-08-023-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261198930
* | | | | | | Googletest exportAbseil Team2019-08-013-21/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561
* | | | | | | Googletest exportAbseil Team2019-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signed conversion warning for wchar_t -> wint_t. Fixes Github issue #2300 PiperOrigin-RevId: 261045497
* | | | | | | Googletest exportAbseil Team2019-08-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the fact that {Setup,TearDown}TestSuite failures are currently being dropped. PiperOrigin-RevId: 260962695
* | | | | | | Googletest exportmisterg2019-08-014-18/+172
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 260939845
* | | | | | Merge pull request #2356 from kuzkry:typosGennadiy Civil2019-07-3027-158/+158
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 260786935
| * | | | | | fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-3027-158/+158
| | | | | | |
* | | | | | | 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