Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix library install destinations | Matthew Woehlke | 2017-08-09 | 3 | -8/+28 |
| | | | | | | | | | | | | | | | | | | | Modify library install destinations to install .dll's to the correct location (`bin`, not `lib`), and to install other artifacts to the correct platform-dependent location by using GNUInstallDirs. This is required for some distributions (e.g. Fedora) and will fix an issue that otherwise requires those distributions to patch the upstream sources. Also, add options to suppress installation, which may be useful for projects that embed Google Test. Since Google Test is trying to support archaic versions of CMake, a brain-dead fallback (which requires that the user set either LIB_SUFFIX or CMAKE_INSTALL_LIBDIR themselves) is included for versions that predate GNUInstallDirs. Fixes #1161. Co-Authored-By: d3x0r <d3x0r@users.noreply.github.com> | ||||
* | 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 |
| | | |||||
* | | Merge pull request #699 from achimnol/master | Billy Donahue | 2016-01-31 | 2 | -0/+8 |
|\ \ | | | | | | | Add tmux and tmux-256color to the colored terminal list. | ||||
| * | | Add tmux and tmux-256color to the colored terminal list. | Joongi Kim | 2016-01-31 | 2 | -0/+8 |
|/ / | |||||
* | | Merge pull request #678 from pjaytycy/master | Billy Donahue | 2016-01-21 | 1 | -0/+3 |
|\ \ | |/ |/| | Add link to Google Test Primer docs in README.md | ||||
| * | Add link to Google Test Primer docs in README.md | Pieter-Jan Busschaert | 2016-01-06 | 1 | -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/master | Billy Donahue | 2015-12-23 | 1 | -1/+1 |
|\ | | | | | Update GTEST_PROJECT_URL_ in internal/gtest-port.h | ||||
| * | Update GTEST_PROJECT_URL_ in internal/gtest-port.h | Dawid Kurek | 2015-12-23 | 1 | -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_aix | Billy Donahue | 2015-12-10 | 1 | -0/+18 |
|\ | | | | | Implement GetThreadCount for AIX. | ||||
| * | Add include of sys/types.h. | Matthew Brandyberry | 2015-10-02 | 1 | -0/+1 |
| | | |||||
| * | Implement GetThreadCount for AIX. | Matthew Brandyberry | 2015-10-02 | 1 | -0/+17 |
| | | |||||
* | | Merge pull request #657 from audiofanatic/issue655-targetHeaderDeps | Billy Donahue | 2015-12-10 | 2 | -0/+16 |
|\ \ | | | | | | | Add include dirs to targets if CMake version supports it |