aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #2228 from rongou/patch-2Gennadiy Civil2019-04-111-19/+19
|\ \ \ \ \
| * | | | | replace test case with test suite in the primerRong Ou2019-04-111-19/+19
|/ / / / /
* | | | | Merge pull request #2225 from rongou/patch-1Gennadiy Civil2019-04-111-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add missing periodRong Ou2019-04-091-1/+1
|/ / / /
* | | | Update README.mdGennadiy Civil2019-04-071-4/+0
* | | | Merge pull request #2222 from Ivaylo-Kirov/patch-1Gennadiy Civil2019-04-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update ForDummies.mdIvaylo Kirov2019-04-061-1/+1
|/ / /
* | | Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flagGennadiy Civil2019-04-051-0/+1
|\ \ \
| * | | clang: explicitly enable/disable RTTI support with the compilerEnji Cooper2019-04-031-1/+2
* | | | Googletest exportAbseil Team2019-04-051-5/+5
|/ / /
* | | Merge pull request #2203 from ngie-eign:issue-2189Gennadiy Civil2019-04-037-5/+150
|\ \ \
| * | | Handle GTEST_SKIP() when calling `Environment::SetUp()`Enji Cooper2019-03-306-5/+95
* | | | Googletest exportAbseil Team2019-04-032-4/+4
* | | | Googletest exportAbseil Team2019-04-013-0/+19
* | | | Merge pull request #2163 from ngie-eign:cmake-fix-gtest-binary-prefixing-when...Gennadiy Civil2019-04-011-1/+1
|\ \ \ \
| * | | | Prefix googletest binaries under its own subtree instead of `gtest`Enji Cooper2019-03-291-1/+1
| |/ / /
* / / / Googletest exportAbseil Team2019-04-0118-731/+20
|/ / /
* | | Googletest exportAbseil Team2019-03-286-337/+519
* | | Update CONTRIBUTING.mdGennadiy Civil2019-03-281-1/+1
* | | Update CONTRIBUTING.mdGennadiy Civil2019-03-281-1/+1
* | | Merge pull request #2199 from syohex/update-xcode-project-file-againGennadiy Civil2019-03-261-16/+4
|\ \ \
| * | | Update Xcode project fileSyohei YOSHIDA2019-03-261-16/+4
|/ / /
* | | Merge pull request #2193 from antismap/patch-1Gennadiy Civil2019-03-211-0/+2
|\ \ \
| * | | Update googletest/docs/advanced.mdGennadiy Civil2019-03-211-1/+1
| * | | Note about INSTANTIATE_TEST_SUITE_P / INSTANTIATE_TEST_CASE_P keyword changeantismap2019-03-211-0/+2
* | | | Merge pull request #2180 from twam:masterGennadiy Civil2019-03-212-5/+6
|\ \ \ \
| * | | | Remove old_crtdbg_flag_ member if not requiredTobias Müller2019-03-191-4/+6
* | | | | Googletest exportAbseil Team2019-03-214-14/+6
* | | | | Googletest exportAbseil Team2019-03-212-61/+85
| |/ / / |/| | |
* | | | Merge pull request #2181 from sethraymond/patch-1Gennadiy Civil2019-03-201-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DesignDoc Markdown table was brokenSeth Raymond2019-03-151-0/+1
|/ / /
* | | Merge pull request #2158 from CarloWood:masterGennadiy Civil2019-03-055-3/+5
|\ \ \
| * | | Minor build system fixes.Carlo Wood2019-03-015-3/+5
* | | | Googletest exportAbseil Team2019-03-053-98/+66
* | | | Googletest exportAbseil Team2019-03-052-3/+3
* | | | Googletest exportAbseil Team2019-03-012-1/+10
* | | | Googletest exportAbseil Team2019-03-013-3/+3
|/ / /
* | | Googletest exportAbseil Team2019-02-256-2883/+134
* | | Merge pull request #2152 from rsinnet/patch-1Gennadiy Civil2019-02-251-1/+1
|\ \ \
| * | | Fix grammatical error in primer.mdRyan Sinnet2019-02-251-1/+1
|/ / /
* | | Merge pull request #2147 from ngie-eign:gtest-test-death-test-dont-hardcode-t...Gennadiy Civil2019-02-221-1/+1
|\ \ \
| * | | Don't hardcode the filename in `CxxExceptionDeathTest.PrintsMessageForStdExce...Enji Cooper2019-02-211-1/+1
* | | | Merge pull request #2126 from ngie-eign:clang-add-more-strict-warningsGennadiy Civil2019-02-221-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add `cxx_strict_flags` for clang to match FreeBSD's WARNS flagsEnji Cooper2019-02-131-0/+1
* | | | Merge pull request #2137 from ngie-eign:clang-ignore-sign-conversionGennadiy Civil2019-02-214-8/+8
|\ \ \ \
| * | | | Ignore `-Wsign-conversion` issuesEnji Cooper2019-02-181-1/+1
| |/ / /
* | | | Merge pull request #2061 from samolisov:building-with-bazel-as-a-dll-on-windowsGennadiy Civil2019-02-205-17/+81
|\ \ \ \
| * | | | Enable CI on Windows (appveyor) with BazelPavel Samolysov2019-01-222-10/+66
| * | | | Enable building as a shared library (dll) on Windows with BazelPavel Samolysov2019-01-141-0/+8
* | | | | Merge pull request #2125 from ngie-eign:clang-unused-parameterGennadiy Civil2019-02-202-2/+2
|\ \ \ \ \