aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix whitespace in paragraphManuel Binna2016-03-161-5/+4
|/ /
* | Merge pull request #724 from duggelz/masterBilly Donahue2016-03-153-5/+38
|\ \ | | | | | | Read Bazel's $XML_OUTPUT_FILE environment variable
| * | Restructure test so each scenario is independent.Doug Greiman2016-03-021-20/+13
| | |
| * | Fix env_var_test to ignore XML_OUTPUT_FILE if already setDoug Greiman2016-03-011-0/+2
| | |
| * | Restructure $XML_OUTPUT_FILE logicDoug Greiman2016-02-264-26/+32
| | |
| * | Fix inconsistent styleDoug Greiman2016-02-251-1/+1
| | |
| * | Read Bazel's $XML_OUTPUT_FILE environment variableDoug Greiman2016-02-234-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-1Billy Donahue2016-03-081-1/+1
|\ \ \ | | | | | | | | Fix typo (Inovke -> Invoke)
| * | | Fix typo (Inovke -> Invoke)Paul Hadfield2016-03-081-1/+1
|/ / /
* | | Merge pull request #731 from mattrajca/patch-1Billy Donahue2016-03-051-1/+1
|\ \ \ | |_|/ |/| | Fixed typo ('XCode' -> 'Xcode')
| * | Fixed typo ('XCode' -> 'Xcode')Matt Rajca2016-03-041-1/+1
|/ /
* | Merge pull request #719 from paul-wilkinson/docs_formatting_fixBilly Donahue2016-02-2212-17/+17
|\ \ | | | | | | Fix formatting in AdvancedGuide.md
| * | Fix formatting in AdvancedGuide.mdPaul Wilkinson2016-02-2112-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/expectBilly Donahue2016-02-177-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 Sokolov2016-02-167-293/+290
| |/
* | Merge pull request #715 from jacob-meacham/bugfix/expect-callBilly Donahue2016-02-163-8/+8
|\ \ | | | | | | Fix link that's returned when running tests. #714
| * | Fix link that's returned when running tests. #714Jacob Meacham2016-02-163-8/+8
| |/
* | Merge pull request #716 from jacob-meacham/feature/gitignoreBilly Donahue2016-02-162-0/+4
|\ \ | |/ |/| Add build artifacts to git ignore.
| * Add build artifacts to git ignore.Jacob Meacham2016-02-162-0/+4
|/
* Merge pull request #688 from tamland/python3Billy Donahue2016-02-019-29/+36
|\ | | | | Python 3 support
| * add python 3 support to fuse_gtest_files scriptThomas Amland2016-01-191-15/+18
| |
| * add python 3 support to testsThomas Amland2016-01-198-14/+18
| |
* | Merge pull request #699 from achimnol/masterBilly Donahue2016-01-312-0/+8
|\ \ | | | | | | Add tmux and tmux-256color to the colored terminal list.
| * | Add tmux and tmux-256color to the colored terminal list.Joongi Kim2016-01-312-0/+8
|/ /
* | Merge pull request #678 from pjaytycy/masterBilly Donahue2016-01-211-0/+3
|\ \ | |/ |/| Add link to Google Test Primer docs in README.md
| * Add link to Google Test Primer docs in README.mdPieter-Jan Busschaert2016-01-061-0/+3
|/ | | On google code, the main documentation pages were the "Google Test Primer" content. Currently it's hard to find that content on github, so add a direct link in the main README.md.
* Merge pull request #670 from dawikur/masterBilly Donahue2015-12-231-1/+1
|\ | | | | Update GTEST_PROJECT_URL_ in internal/gtest-port.h
| * Update GTEST_PROJECT_URL_ in internal/gtest-port.hDawid Kurek2015-12-231-1/+1
|/ | | | As repository moved to github. All urls need to be changed. There is still plenty to do.
* Merge pull request #602 from mtbrandy/threadcount_aixBilly Donahue2015-12-101-0/+18
|\ | | | | Implement GetThreadCount for AIX.
| * Add include of sys/types.h.Matthew Brandyberry2015-10-021-0/+1
| |
| * Implement GetThreadCount for AIX.Matthew Brandyberry2015-10-021-0/+17
| |
* | Merge pull request #657 from audiofanatic/issue655-targetHeaderDepsBilly Donahue2015-12-102-0/+16
|\ \ | | | | | | Add include dirs to targets if CMake version supports it
| * | Add include dirs to targets if CMake version supports itCraig Scott2015-12-062-0/+16
| | |
* | | Merge pull request #650 from jpuigcerver/masterBilly Donahue2015-12-101-0/+8
|\ \ \ | | | | | | | | Added missing CMake install rules for GMock
| * | | Added CMake install rules for GMockJoan Puigcerver2015-12-031-0/+8
| | | |
* | | | Merge pull request #660 from waynix/FixLinksBilly Donahue2015-12-086-42/+42
|\ \ \ \ | |_|/ / |/| | | fixed link in googlemock documentation
| * | | fixed link in googlemock documentationPaul Rosset2015-12-086-42/+42
|/ / /
* | | Merge pull request #654 from cmorse/doc_fixBilly Donahue2015-12-0416-159/+162
|\ \ \ | |/ / |/| | Fix lots of broken links in documentation
| * | Fix link to FAQ in Primer.mdCaleb Morse2015-12-0316-159/+162
|/ /
* | Merge pull request #647 from mithro/patch-1Billy Donahue2015-12-021-1/+1
|\ \ | | | | | | Fix AdvancedGuide link in FAQ.md
| * | Fix AdvancedGuide link in FAQ.mdTim Ansell2015-12-021-1/+1
|/ /
* | Merge pull request #636 from ReadmeCritic/masterBilly Donahue2015-11-301-4/+4
|\ \ | | | | | | Update README URLs based on HTTP redirects
| * | Update README URLs based on HTTP redirectsReadmeCritic2015-11-251-4/+4
| | |
* | | Merge pull request #607 from google/BillyDonahue-patch-1Billy Donahue2015-11-301-25/+12
|\ \ \ | | | | | | | | Update DevGuide.md
| * | | Update DevGuide.mdBilly Donahue2015-10-081-25/+12
| | | | | | | | | | | | stop talking about subversion in the devguide.
* | | | Merge pull request #640 from Ali-Se/patch-2Billy Donahue2015-11-301-4/+4
|\ \ \ \ | | | | | | | | | | Fixing some table error in file
| * | | | Fixing some table error in fileAli Sa'ad Eddeen2015-11-291-4/+4
| | |/ / | |/| | | | | | Some tables have missing commas inside the code that make some table cells merge, added missing commas
* | | | Merge pull request #638 from KindDragon/patch-1Billy Donahue2015-11-301-50/+50
|\ \ \ \ | | | | | | | | | | Update FAQ.md
| * | | | Update FAQ.mdArkady Shapkin2015-11-281-50/+50
| |/ / /
* | | | Merge pull request #592 from Ferenc-/masterBilly Donahue2015-11-301-1/+1
|\ \ \ \ | |/ / / |/| | | Fix typo in googlemock/README.md