summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add function name to exception if there's no default actionMaurice Gilden2017-08-161-1/+1
|
* Merge pull request #1204 from gennadiycivil/masterGennadiy Civil2017-08-141-1/+2
|\ | | | | Changing Build Status AppVeyor badge with AppVeyor ownership change
| * Merge branch 'master' into masterrefs/pull/1204/headGennadiy Civil2017-08-1474-26804/+443
| |\ | |/ |/|
* | Merge pull request #1197 from SoapGentoo/pkgconfigGennadiy Civil2017-08-149-4/+229
|\ \ | | | | | | Add support for pkgconfig
| * | Add documentation for pkg-configrefs/pull/1197/headDavid Seifert2017-08-142-0/+152
| | |
| * | Add support for pkgconfigDavid Seifert2017-08-147-4/+77
|/ /
* | Merge pull request #905 from iignatev/masterGennadiy Civil2017-08-141-2/+3
|\ \ | | | | | | enable null detection on Solaris Studio 12u4+
| * | enable null detection on Solaris Studio 12u4+refs/pull/905/headiignatev2016-10-171-2/+3
| | |
* | | Merge pull request #857 from KindDragon/patch-1Gennadiy Civil2017-08-111-3/+3
|\ \ \ | | | | | | | | Add links to IRC channel and Google Group
| * | | Add links to IRC channel and Google Grouprefs/pull/857/headArkady Shapkin2016-08-241-3/+3
| | | |
* | | | Merge pull request #919 from delaitre/patch-1Gennadiy Civil2017-08-110-0/+0
|\ \ \ \ | | | | | | | | | | Fix the link to the float comparison article
| * | | | Fix the link to the float comparison articlerefs/pull/919/headJérémie Delaitre2016-11-021-1/+1
| | | | | | | | | | | | | | | As explained on the previous link, the article has been rewritten and moved.
* | | | | Merge pull request #749 from nholthaus/patch-1Gennadiy Civil2017-08-111-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Documentation change to add related open source project
| * | | | | made capitalization more consistent with other projects.refs/pull/749/headNic Holthaus2016-03-261-1/+1
| | | | | |
| * | | | | added related open source projectNic Holthaus2016-03-261-0/+2
| | | | | | | | | | | | | | | | | | Added a link to [gtest-runner](https://github.com/nholthaus/gtest-runner), which is a Qt GUI for gtest executables. It just had its initial release, and is being actively developed and tested on multiple linux and windows platforms.
* | | | | | Merge pull request #926 from bartshappee/patch-1Gennadiy Civil2017-08-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix small typo in Cookbook: SeArrayArgument
| * | | | | | Fix small typo SeArrayArgumentrefs/pull/926/headbartshappee2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | SeArrayArgument => SetArrayArgument
* | | | | | | Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffixGennadiy Civil2017-08-113-8/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix library install destinations
| * | | | | | | Fix library install destinationsrefs/pull/1160/headMatthew Woehlke2017-08-093-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 #871 from tommyleo2/masterGennadiy Civil2017-08-111-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update Primer.md
| * | | | | | | | Update Primer.mdrefs/pull/871/headtommyleo22016-09-021-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-typoGennadiy Civil2017-08-111-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix or condition typo ( '|' -> '||' )
| * | | | | | | | Fix or condition typo ( '|' -> '||' )refs/pull/937/headsrz_zumix2016-11-111-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #957 from sglass68/simGennadiy Civil2017-08-111-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix a few documentation nits in the mock dummies guide
| * | | | | | | | Fix a few documentation nits in the mock dummies guiderefs/pull/957/headSimon Glass2016-12-081-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Add a hyphen to 'ad hoc' and change 'distance' to plural.
* | | | | | | | Merge pull request #1164 from aninf-wo/hethi/remove-old-docsGennadiy Civil2017-08-1137-26726/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | remove documentation of former versions - it's available in the commit history
| * | | | | | | | say "former version" instead of "released version"refs/pull/1164/headHerbert Thielen2017-08-102-2/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into hethi/remove-old-docsHerbert Thielen2017-08-0927-44/+87
| |\ \ \ \ \ \ \ \
| * | | | | | | | | remove doc of former versionsHerbert Thielen2017-07-3015-14880/+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 and fix link to pump manualHerbert Thielen2017-07-301-3/+6
| | | | | | | | | |
| * | | | | | | | | remove doc of former versionsHerbert Thielen2017-07-3020-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 trunkHerbert Thielen2017-07-301-3/+5
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1127 from zulkarnine/patch-1Gennadiy Civil2017-08-111-3/+31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix background color in ColoredPrintf
| * | | | | | | | | | Remove duplicate coderefs/pull/1127/headZulkarnine Mahmud2017-07-161-16/+6
| | | | | | | | | | |
| * | | | | | | | | | Fix assumption for foreground bit offsetZulkarnine Mahmud2017-07-151-3/+16
| | | | | | | | | | |
| * | | | | | | | | | Remove unnecessary constZulkarnine Mahmud2017-06-291-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Add helper functions for text color calculationZulkarnine Mahmud2017-06-291-24/+25
| | | | | | | | | | |
| * | | | | | | | | | Fix a problem when bg_color == fg_colorZulkarnine Mahmud2017-06-221-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Invert the intensity bit if the background_color == foreground_color
| * | | | | | | | | | Add background_mask instead of using magic numberZulkarnine Mahmud2017-06-211-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Fix background color in ColoredPrintfZulkarnine Mahmud2017-06-201-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/masterGennadiy Civil2017-08-116-14/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Minor style fixes
| * | | | | | | | | | | Minor style fixesrefs/pull/1192/headEduardo Caceres2017-08-106-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typos, punctuation & broken links
* | | | | | | | | | | | Merge pull request #1191 from gennadiycivil/masterGennadiy Civil2017-08-1115-28/+353
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Adding Bazel build to googletest (initial version )
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #1178 from aninf-wo/hethi/testsuite-hintGennadiy Civil2017-08-101-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | add note about different definitions of Test Case
| * | | | | | | | | | | | | clarify distinction regarding Test Caserefs/pull/1178/headHerbert Thielen2017-08-101-5/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | be more specific on Test CaseHerbert Thielen2017-08-091-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add note about different definitions of Test CaseHerbert Thielen2017-08-051-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are contradictory definitions of the term "test case", so prepare new users in Primer.md to avoid confusion.
* | | | | | | | | | | | | | Merge pull request #1185 from eduherminio/masterGennadiy Civil2017-08-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | / / / / / / / / | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Fix punctuation in docs
| * | | | | | | | | | | | Punctuationrefs/pull/1185/headEduardo Cáceres2017-08-091-2/+2
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Missing periods
* | | | | | | | | | | | Merge pull request #1123 from chromy/upstream-141765019Gennadiy Civil2017-08-081-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in gmock-actions.h