aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSGennadiy Civil2017-11-071-5/+10
| |\|
| | * Merge branch 'master' into gtestapifixm-gupta2017-10-251-3/+8
| | |\
| | | * Enable C++11 features for VS2015 and VS2017Arkadiy Shapkin2017-10-251-3/+8
| | * | googletest: Add GTEST_API_ attribute to ThreadLocal class.Manoj Gupta2017-10-201-2/+2
| | |/
| * | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-10-041-1/+1
| |\|
| | * Use gender-neutral pronouns in comments and docsJonathan Wakely2017-09-271-1/+1
| * | Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-242-5/+2
| |\|
| | * Merge branch 'master' into masterGennadiy Civil2017-09-231-4/+0
| | |\
| | | * Revert "Allow macros inside of parametrized test names."Gennadiy Civil2017-09-212-15/+9
| | | * Merge pull request #1245 from sheepmaster/2017_09_04_parametrizedGennadiy Civil2017-09-212-9/+15
| | | |\
| | | | * Allow macros inside of parametrized test names.Bernhard Bauer2017-09-042-9/+15
| | | * | Remove redundant declarationBenjamin Kircher2017-09-161-4/+0
| | | |/
| | * | Swap reinterpret_cast for static_caststkhapugin@chromium.org2017-09-191-2/+2
| | * | add a castStepan Khapugin2017-09-051-1/+2
| | |/
| * / remove GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-047-50/+4
| |/
| * Detect Fuchsia, and set GTEST_HAS_PTHREAD on GTEST_OS_FUCHSIAScott Graham2017-08-292-2/+6
| * Merge branch 'master' into masterDaniel Krügler2017-08-211-3/+4
| |\
| | * Merge pull request #905 from iignatev/masterGennadiy Civil2017-08-131-2/+3
| | |\
| | | * enable null detection on Solaris Studio 12u4+iignatev2016-10-171-2/+3
| | * | Merge pull request #937 from srz-zumix/fix-gtest-port-typoGennadiy Civil2017-08-101-1/+1
| | |\ \
| | | * | Fix or condition typo ( '|' -> '||' )srz_zumix2016-11-111-1/+1
| * | | | Infinite Loop when calling a mock function that takes boost::filesystem::path...drgler2017-08-093-8/+42
| |/ / /
* / / / Pass MSVC's C4826 warning.David Benjamin2017-08-071-7/+2
|/ / /
* | | Merge pull request #1081 from krytarowski/netbsd-1Billy Donahue2017-06-232-2/+5
|\ \ \
| * | | Add NetBSD supportKamil Rytarowski2017-05-062-2/+5
* | | | Create gtest-internal.hBilly Donahue2017-06-111-1/+1
* | | | Merge pull request #1091 from nico/wmicroBilly Donahue2017-05-231-38/+51
|\ \ \ \
| * | | | Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows.Nico Weber2017-05-151-38/+51
* | | | | Changes add ability to overwrite TempDir(), issue https://github.com/google/g...Gennadiy Civil2017-05-181-0/+4
* | | | | Merge pull request #1089 from nico/stdstringBilly Donahue2017-05-164-20/+19
|\ \ \ \ \
| * | | | | Use std::string and ::string explicitly in gtest and gmock code.Nico Weber2017-05-154-20/+19
| |/ / / /
* | | | | Merge pull request #1090 from nico/typoBilly Donahue2017-05-151-1/+1
|\ \ \ \ \
| * | | | | Fixing typo in documentation.Nico Weber2017-05-151-1/+1
| |/ / / /
* / / / / Gender-neutralize comments in gtest.h.Nico Weber2017-05-151-1/+1
|/ / / /
* | | | Merge pull request #1078 from pwnall/gtest_api_portBilly Donahue2017-05-102-1/+11
|\ \ \ \
| * | | | Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.Victor Costan2017-05-042-1/+11
| |/ / /
* | | | Merge pull request #965 from davidben/format-attrBilly Donahue2017-05-071-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Annotate ColoredPrintf with the format attribute and fix bugs.David Benjamin2016-12-211-0/+17
| |/ /
* | | Merge pull request #1034 from dankegel/masterBilly Donahue2017-05-021-1/+1
|\ \ \
| * | | Minimal changes to fix build failures on Microsoft Visual Studio 2015Dan Kegel2017-03-011-1/+1
* | | | Changes to make TempDir() publicGennadiy Civil2017-05-022-3/+9
|/ / /
* | | fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/srz_zumix2017-02-031-1/+1
* | | Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_PMike Bjorge2017-01-091-3/+4
|/ /
* | Merge pull request #918 from DanAlbert/fix-android-GTEST_HAS_CLONEBilly Donahue2016-11-031-2/+6
|\ \ | |/ |/|
| * Fix detection of GTEST_HAS_CLONE for Android.Dan Albert2016-11-011-2/+6
* | Fix build with MinGW-w64Arkadiy Shapkin2016-09-051-1/+1
* | Merge pull request #721 from ilmagico/fix-mingw-threadsBilly Donahue2016-08-241-3/+9
|\ \
| * | Fix compilation on MinGW with native threadsDaniele Tamino2016-02-221-3/+9
| |/
* | Rollback change #808.Billy Donahue2016-06-261-2/+2
* | Fix to tests that return object which implement operator boolDavid Mott2016-06-251-2/+2