summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-453/+372
* Output source file path and line number in xml and json files.Szymon Sobik2022-03-081-5/+9
* Address conversion warning by explicitly casting to size_tAbseil Team2022-02-141-1/+3
* Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for...Copybara-Service2022-02-081-3/+21
|\
| * Apply requested changes by using std::inserter with move.refs/pull/3746/headHossein Ghahramanzadeh2022-02-051-9/+11
| * Do constant time matching for exact match filters.Hossein Ghahramanzadeh2022-01-311-3/+16
* | GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...Abseil Team2022-02-011-2/+2
|/
* Make recreate_environments_when_repeating=false the default.Abseil Team2022-01-251-1/+1
* Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processingCopybara-Service2022-01-211-51/+94
|\
| * Fix a typo in comments.refs/pull/3615/headHossein Ghahramanzadeh2022-01-061-1/+1
| * Use normal for loop instead of accumulate.Hossein Ghahramanzadeh2022-01-061-5/+5
| * Improve code readablity.Hossein Ghahramanzadeh2022-01-061-2/+2
| * Apply requested changes to preserve old behavior.Hossein Ghahramanzadeh2022-01-061-13/+20
| * Reimplement MatchesFilter with new interfaces.Hossein Ghahramanzadeh2022-01-061-0/+5
| * Apply requested changes.Hossein Ghahramanzadeh2022-01-061-38/+34
| * Get rid of redundant filter matching codeHossein Ghahramanzadeh2022-01-061-48/+1
| * Add comments describing the behavior of filtersHossein Ghahramanzadeh2022-01-061-1/+13
| * Process filter string once instead of per testHossein Ghahramanzadeh2022-01-061-8/+73
* | Factor out AssertionResult into dedicated gtest-assertion-result header + imp...Abseil Team2022-01-191-40/+4
* | Merge pull request #3721 from joshiayush:i3719Copybara-Service2022-01-171-3/+4
|\ \ | |/ |/|
| * FIX #3719 -- Fix `clang` conversion warningsrefs/pull/3721/headAyush Joshi2022-01-011-3/+4
|/
* Allow to specify a random seed independently of whether shuffling is requestedrefs/pull/3694/headAyush Joshi2021-12-041-3/+1
* Googletest exportdmauro2021-11-101-3/+4
* Merge pull request #3638 from limitedAtonement:3637-disabled-outputCJ Johnson2021-11-031-5/+16
|\
| * Re #3637 Show Disabled Tests in testing outputrefs/pull/3638/headlmat2021-11-011-5/+17
|/
* Googletest exportAbseil Team2021-09-231-1/+7
* Googletest exportAbseil Team2021-09-141-1/+1
* Format test properties in xml printerrefs/pull/3513/headvictordk132021-08-061-3/+3
* fix: typo codespelling commentrefs/pull/3499/headslowy072021-07-241-2/+2
* Googletest exportAbseil Team2021-07-221-1/+0
* Googletest exportAbseil Team2021-07-071-119/+139
* Googletest exportAbseil Team2021-07-071-9/+44
* Merge pull request #3364 from jbampton:fix-spellingAndy Soffer2021-04-211-1/+1
|\
| * chore: fix spellingrefs/pull/3364/headJohn Bampton2021-04-151-1/+1
* | Googletest exportdmauro2021-04-171-1/+1
|/
* Googletest exportAbseil Team2021-04-141-0/+4
* Googletest exportAbseil Team2021-03-161-0/+104
* Googletest exportAbseil Team2021-03-091-7/+26
* Googletest exportAbseil Team2021-03-091-0/+20
* Googletest exportAbseil Team2021-02-181-0/+8
* Googletest exportdmcardle2021-02-051-34/+69
* Merge pull request #3204 from kuzkry:CmpHelperXX-overloads-removalCJ Johnson2021-01-261-51/+0
|\
| * remove explicit function overloads of CmpHelper?? for BiggestInt argumentsrefs/pull/3204/headKrystian Kuzniarek2021-01-031-51/+0
* | Restore GTEST_ATTRIBUTE_PRINTF_ on ColoredPrintfrefs/pull/3206/headDavid Benjamin2021-01-061-1/+2
|/
* Fix typo in CLI help messagerefs/pull/3159/headmalcops2020-12-051-1/+1
* Initialize TestInfo member is_in_another_shard_ in constructor.refs/pull/3118/headVinson Lee2020-11-141-0/+1
* Googletest exportAbseil Team2020-11-121-5/+14
* Googletest exportAbseil Team2020-11-111-3/+1
* fix typosrefs/pull/3109/headHyuk Myeong2020-11-081-6/+6
* Fix typo "definedin in" => "defined in"Arthur Sonzogni2020-10-201-1/+1