Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove gtest VS2005 projectsrefs/pull/1221/head | Arkady Shapkin | 2017-08-24 | 10 | -1222/+0 |
| | |||||
* | Merge branch 'master' into masterrefs/pull/1186/head | Gennadiy Civil | 2017-08-23 | 18 | -0/+1642 |
|\ | |||||
| * | Support x64 configuration for old VS2010 projects | Arkady Shapkin | 2017-08-22 | 18 | -0/+1642 |
| | | | | | | | | VS2010 solution only to simplify old users (who used these solutions) upgrading to new gtest/gmock, new users should use CMake generated solutions. VS2010 solution can be opened in any new VS. | ||||
* | | Merge branch 'master' of github.com:Dani-Hub/googletest | drgler | 2017-08-22 | 57 | -11926/+471 |
|\ \ | |||||
| * \ | Merge branch 'master' into master | Daniel Krügler | 2017-08-21 | 56 | -11926/+469 |
| |\ \ | | |/ | |||||
| | * | Adding CMake visibility policy settingrefs/pull/1215/head | Henry Schreiner | 2017-08-18 | 1 | -0/+4 |
| | | | | | | | | | This policy setting will silence a warning when using with a visibility settings on targets. Due to the forced `cmake_minimum_version`, policy settings in CMakeLists calling this one (including the main CMakeLists) are lost, forcing the change to be made here. | ||||
| | * | Add documentation for pkg-configrefs/pull/1197/head | David Seifert | 2017-08-14 | 2 | -0/+152 |
| | | | |||||
| | * | Add support for pkgconfig | David Seifert | 2017-08-14 | 4 | -3/+41 |
| | | | |||||
| | * | Merge pull request #905 from iignatev/master | Gennadiy Civil | 2017-08-14 | 1 | -2/+3 |
| | |\ | | | | | | | | | enable null detection on Solaris Studio 12u4+ | ||||
| | | * | enable null detection on Solaris Studio 12u4+refs/pull/905/head | iignatev | 2016-10-17 | 1 | -2/+3 |
| | | | | |||||
| | * | | Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffix | Gennadiy Civil | 2017-08-11 | 1 | -4/+8 |
| | |\ \ | | | | | | | | | | | Fix library install destinations | ||||
| | | * | | Fix library install destinationsrefs/pull/1160/head | Matthew Woehlke | 2017-08-09 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #871 from tommyleo2/master | Gennadiy Civil | 2017-08-11 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | Update Primer.md | ||||
| | | * | | | Update Primer.mdrefs/pull/871/head | tommyleo2 | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | fix bug in string comparison assertions table where _str2_ is mistakenly written as _str_2 | ||||
| | * | | | | Merge pull request #937 from srz-zumix/fix-gtest-port-typo | Gennadiy Civil | 2017-08-11 | 1 | -1/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix or condition typo ( '|' -> '||' ) | ||||
| | | * | | | | Fix or condition typo ( '|' -> '||' )refs/pull/937/head | srz_zumix | 2016-11-11 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #1164 from aninf-wo/hethi/remove-old-docs | Gennadiy Civil | 2017-08-11 | 21 | -11843/+6 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | remove documentation of former versions - it's available in the commit history | ||||
| | | * | | | | | say "former version" instead of "released version"refs/pull/1164/head | Herbert Thielen | 2017-08-10 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch 'master' into hethi/remove-old-docs | Herbert Thielen | 2017-08-09 | 16 | -26/+27 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | remove doc of former versions | Herbert Thielen | 2017-07-30 | 20 | -11838/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation of former versions is available in the history (e.g. by checking out the appropriate git tags), so there is no need to keep them in parallel to the current documentation. | ||||
| | | * | | | | | | remove obsolete reference to SVN trunk | Herbert Thielen | 2017-07-30 | 1 | -3/+5 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge pull request #1127 from zulkarnine/patch-1 | Gennadiy Civil | 2017-08-11 | 1 | -3/+31 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix background color in ColoredPrintf | ||||
| | | * | | | | | | | Remove duplicate coderefs/pull/1127/head | Zulkarnine Mahmud | 2017-07-16 | 1 | -16/+6 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Fix assumption for foreground bit offset | Zulkarnine Mahmud | 2017-07-15 | 1 | -3/+16 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Remove unnecessary const | Zulkarnine Mahmud | 2017-06-29 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Add helper functions for text color calculation | Zulkarnine Mahmud | 2017-06-29 | 1 | -24/+25 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Fix a problem when bg_color == fg_color | Zulkarnine Mahmud | 2017-06-22 | 1 | -3/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Invert the intensity bit if the background_color == foreground_color | ||||
| | | * | | | | | | | Add background_mask instead of using magic number | Zulkarnine Mahmud | 2017-06-21 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Fix background color in ColoredPrintf | Zulkarnine Mahmud | 2017-06-20 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-use existing background color for Widows' console window. This fixes a problem where the background color for ColoredPrintf would be BLACK even if the user's console is using a different BG color. | ||||
| | * | | | | | | | | Merge pull request #1192 from eduherminio/master | Gennadiy Civil | 2017-08-11 | 4 | -12/+11 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Minor style fixes | ||||
| | | * | | | | | | | | Minor style fixesrefs/pull/1192/head | Eduardo Caceres | 2017-08-10 | 4 | -12/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typos, punctuation & broken links | ||||
| | * | | | | | | | | | Merge pull request #1191 from gennadiycivil/master | Gennadiy Civil | 2017-08-11 | 11 | -28/+146 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Adding Bazel build to googletest (initial version ) | ||||
| | | * | | | | | | | | | Addressing Commentsrefs/pull/1191/head | misterg | 2017-08-10 | 1 | -46/+22 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Added Copyright | misterg | 2017-08-10 | 1 | -4/+32 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Initial Revision, review 164634031 | misterg | 2017-08-10 | 2 | -3/+1 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP | misterg | 2017-08-09 | 1 | -29/+3 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP, win testing | misterg | 2017-08-08 | 1 | -4/+7 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP, windows testing | misterg | 2017-08-08 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP, windows testing | misterg | 2017-08-08 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP, windows testing | misterg | 2017-08-08 | 1 | -3/+9 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP | misterg | 2017-08-08 | 1 | -0/+133 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Samples changes upstreaming | misterg | 2017-08-07 | 2 | -2/+2 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Samples changes upstreaming | misterg | 2017-08-07 | 9 | -18/+15 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | WIP | misterg | 2017-08-01 | 10 | -28/+31 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge pull request #1178 from aninf-wo/hethi/testsuite-hint | Gennadiy Civil | 2017-08-10 | 1 | -0/+34 |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | add note about different definitions of Test Case | ||||
| | | * | | | | | | | | | clarify distinction regarding Test Caserefs/pull/1178/head | Herbert Thielen | 2017-08-10 | 1 | -5/+5 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | be more specific on Test Case | Herbert Thielen | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | add note about different definitions of Test Case | Herbert Thielen | 2017-08-05 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are contradictory definitions of the term "test case", so prepare new users in Primer.md to avoid confusion. | ||||
| | * | | | | | | | | | | Punctuationrefs/pull/1185/head | Eduardo Cáceres | 2017-08-09 | 1 | -2/+2 |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | Missing periods | ||||
| | * | | | | | | | | | Merge pull request #675 from theHacker/master | Gennadiy Civil | 2017-08-08 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix: Markdown in V1_7_Primer.md |