Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fixing KnownIssues and FrequentlyAskedQuestions links | Samuel Roth | 2016-09-12 | 1 | -2/+2 | |
| | | | ||||||
| | * | Broken relative links fixed | Samuel Roth | 2016-09-12 | 1 | -6/+6 | |
| | | | ||||||
| | * | Fixing ForDummies link | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | One works | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Relative links | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixing relative links | Samuel Roth | 2016-09-12 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge pull request #856 from KindDragon/mingw-appveyor | Billy Donahue | 2016-09-07 | 2 | -2/+2 | |
|\ \ | | | | | | | Fix Mingw-w64 build | |||||
| * | | Fix build with MinGW-w64 | Arkadiy Shapkin | 2016-09-05 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #721 from ilmagico/fix-mingw-threads | Billy Donahue | 2016-08-24 | 4 | -5/+20 | |
|\ \ | | | | | | | Fix compilation of googletest with MinGW using Win32 threads | |||||
| * | | Don't use pthread when on MinGW even if available | Daniele Tamino | 2016-02-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | It's not supported, and native Windows threading is available for MinGW | |||||
| * | | Fix compilation on MinGW with native threads | Daniele Tamino | 2016-02-22 | 3 | -4/+17 | |
| |/ | ||||||
* | | Merge pull request #821 from mazong1123/master | Billy Donahue | 2016-07-14 | 1 | -2/+6 | |
|\ \ | | | | | | | Fixed issue #775. Mark the ConvertibleFromAny constructor as explicit, and fix operator overload issue for Unprintable | |||||
| * | | Reformatted the Unprintable operator== code style. | mazong1123 | 2016-07-14 | 1 | -1/+4 | |
| | | | ||||||
| * | | Fixed issue #775 | mazong1123 | 2016-07-14 | 1 | -2/+3 | |
|/ / | ||||||
* | | Merge pull request #814 from google/BillyDonahue-patch-2 | Billy Donahue | 2016-06-28 | 1 | -0/+1 | |
|\ \ | | | | | | | Add Appveyor badge to Readme.md | |||||
| * | | Add Appveyor badge to Readme.md | Billy Donahue | 2016-06-28 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #723 from KindDragon/master | Billy Donahue | 2016-06-28 | 4 | -5/+88 | |
|\ \ | | | | | | | Run MSVC tests on AppVeyor | |||||
| * | | Support running MSVC build on AppVeyour | Arkadiy Shapkin | 2016-06-27 | 4 | -5/+88 | |
|/ / | ||||||
* | | Merge pull request #810 from google/rollback_808 | Billy Donahue | 2016-06-26 | 1 | -2/+2 | |
|\ \ | | | | | | | Rollback change #808. | |||||
| * | | Rollback change #808. | Billy Donahue | 2016-06-26 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #808 from djmott/master | Billy Donahue | 2016-06-26 | 1 | -2/+2 | |
|\ \ | | | | | | | fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions th… | |||||
| * | | Fix to tests that return object which implement operator bool | David Mott | 2016-06-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | fix to operator precedence in GTEST_TEST_BOOLEAN_ with expressions that ↵ | David Mott | 2016-06-25 | 1 | -2/+2 | |
|/ / | | | | | | | implement operator bool | |||||
* | | Merge pull request #773 from mazong1123/master | Billy Donahue | 2016-05-15 | 8 | -3/+331 | |
|\ \ | | | | | | | Fixed googletest dir issue for building googlemock. | |||||
| * | | Added VS 2015 project support. | mazong1123 | 2016-05-15 | 5 | -0/+328 | |
| | | | ||||||
| * | | Updated the value of GTEST_DIR to reflect the googletest dir. | mazong1123 | 2016-05-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Changed the GTestDir marco value to reflect the new dir of googletest. | mazong1123 | 2016-05-15 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #741 from mbinna/patch-1 | Billy Donahue | 2016-03-16 | 1 | -5/+4 | |
|\ \ | | | | | | | Fix whitespace in paragraph | |||||
| * | | Fix whitespace in paragraph | Manuel Binna | 2016-03-16 | 1 | -5/+4 | |
|/ / | ||||||
* | | Merge pull request #724 from duggelz/master | Billy Donahue | 2016-03-15 | 3 | -5/+38 | |
|\ \ | | | | | | | Read Bazel's $XML_OUTPUT_FILE environment variable | |||||
| * | | Restructure test so each scenario is independent. | Doug Greiman | 2016-03-02 | 1 | -20/+13 | |
| | | | ||||||
| * | | Fix env_var_test to ignore XML_OUTPUT_FILE if already set | Doug Greiman | 2016-03-01 | 1 | -0/+2 | |
| | | | ||||||
| * | | Restructure $XML_OUTPUT_FILE logic | Doug Greiman | 2016-02-26 | 4 | -26/+32 | |
| | | | ||||||
| * | | Fix inconsistent style | Doug Greiman | 2016-02-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Read Bazel's $XML_OUTPUT_FILE environment variable | Doug Greiman | 2016-02-23 | 4 | -2/+34 | |
| | | | | | | | | | | | | | | | | | | If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had been set. | |||||
* | | | Merge pull request #735 from phad/patch-1 | Billy Donahue | 2016-03-08 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix typo (Inovke -> Invoke) | |||||
| * | | | Fix typo (Inovke -> Invoke) | Paul Hadfield | 2016-03-08 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #731 from mattrajca/patch-1 | Billy Donahue | 2016-03-05 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | Fixed typo ('XCode' -> 'Xcode') | |||||
| * | | Fixed typo ('XCode' -> 'Xcode') | Matt Rajca | 2016-03-04 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #719 from paul-wilkinson/docs_formatting_fix | Billy Donahue | 2016-02-22 | 12 | -17/+17 | |
|\ \ | | | | | | | Fix formatting in AdvancedGuide.md | |||||
| * | | Fix formatting in AdvancedGuide.md | Paul Wilkinson | 2016-02-21 | 12 | -17/+17 | |
|/ / | | | | | | | | | | | | | | | | | Put occurrences of "#include" in a code span so they are not interpreted as headers. Other documents were not broken because the #include was not at the start of the line, but put them in code spans anyway just in case the text gets refilled in the future. | |||||
* | | Merge pull request #713 from DarthGandalf/expect | Billy Donahue | 2016-02-17 | 7 | -293/+290 | |
|\ \ | | | | | | | Change error message of EXPECT_EQ to treat lhs and rhs equivalently. | |||||
| * | | Change error message of EXPECT_EQ to treat lhs and rhs equivalently. | Alexey Sokolov | 2016-02-16 | 7 | -293/+290 | |
| |/ | ||||||
* | | Merge pull request #715 from jacob-meacham/bugfix/expect-call | Billy Donahue | 2016-02-16 | 3 | -8/+8 | |
|\ \ | | | | | | | Fix link that's returned when running tests. #714 | |||||
| * | | Fix link that's returned when running tests. #714 | Jacob Meacham | 2016-02-16 | 3 | -8/+8 | |
| |/ | ||||||
* | | Merge pull request #716 from jacob-meacham/feature/gitignore | Billy Donahue | 2016-02-16 | 2 | -0/+4 | |
|\ \ | |/ |/| | Add build artifacts to git ignore. | |||||
| * | Add build artifacts to git ignore. | Jacob Meacham | 2016-02-16 | 2 | -0/+4 | |
|/ | ||||||
* | Merge pull request #688 from tamland/python3 | Billy Donahue | 2016-02-01 | 9 | -29/+36 | |
|\ | | | | | Python 3 support | |||||
| * | add python 3 support to fuse_gtest_files script | Thomas Amland | 2016-01-19 | 1 | -15/+18 | |
| | | ||||||
| * | add python 3 support to tests | Thomas Amland | 2016-01-19 | 8 | -14/+18 | |
| | |