summaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\
| * Move declaration of kStdOutFileNo and kStdErrFilenorefs/pull/3863/headGaspard Petit2022-06-111-11/+9
| * Fix "unused variable" warningGaspard Petit2022-05-301-0/+2
* | Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2022-06-131-5/+0
|\ \ | |/ |/|
| * Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-301-7/+1
|/
* Do a consistent way of searching for a temporary directory.Abseil Team2022-05-111-25/+26
* Use TEST_TMPDIR on MacOS as well if available.Abseil Team2022-05-031-2/+2
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-223-14/+34
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-041-3/+30
* Only print disabled test banner if the test matches gtest_filterAbseil Team2022-03-221-1/+1
* Running clang-format over all of GoogleTestAbseil Team2022-03-1512-995/+823
* 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-012-3/+4
|/
* Finish some missed pieces of the TestCase to TestSuite MigrationDerek Mauro2022-01-281-5/+5
* 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-062-0/+9
| * Apply requested changes.Hossein Ghahramanzadeh2022-01-061-38/+34
| * Get rid of redundant filter matching codeHossein Ghahramanzadeh2022-01-062-52/+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-193-40/+86
* | 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
* Suppress unused-value warningrefs/pull/3672/headDenis Samoilov2021-11-171-2/+2
* Merge pull request #3657 from BioDataAnalysis:bda_add_winerrdinord2021-11-101-1/+2
|\
| * googletest/src/gtest-port.cc: Added GetLastError() on Windows for CreateThread()refs/pull/3657/headMario Emmenlauer2021-11-101-1/+2
* | 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 exportdmauro2021-11-031-4/+0
* | Googletest exportdmauro2021-11-031-17/+0
|/
* Googletest exportAbseil Team2021-10-131-0/+45
* Merge pull request #3195 from Inujel:fix-3194dinord2021-09-231-1/+1
|\
| * Using auto instead of container::const_iteratorrefs/pull/3195/headJulien JEMINE2020-12-291-1/+1
* | 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-242-4/+4
* | Googletest exportAbseil Team2021-07-221-1/+0
* | Googletest exportAbseil Team2021-07-074-229/+228