aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1160 from mwoehlke-kitware/honor-lib_suffixGennadiy Civil2017-08-113-8/+28
|\ | | | | Fix library install destinations
| * Fix library install destinationsMatthew 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-101-1/+1
|\ \ | | | | | | Update Primer.md
| * | Update Primer.mdtommyleo22016-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-101-1/+1
|\ \ \ | | | | | | | | Fix or condition typo ( '|' -> '||' )
| * | | Fix or condition typo ( '|' -> '||' )srz_zumix2016-11-111-1/+1
| | | |
* | | | Merge pull request #957 from sglass68/simGennadiy Civil2017-08-101-2/+2
|\ \ \ \ | | | | | | | | | | Fix a few documentation nits in the mock dummies guide
| * | | | Fix a few documentation nits in the mock dummies guideSimon 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-1037-26726/+12
|\ \ \ \ | | | | | | | | | | remove documentation of former versions - it's available in the commit history
| * | | | say "former version" instead of "released version"Herbert 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-101-3/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix background color in ColoredPrintf
| * | | | | | Remove duplicate codeZulkarnine 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-106-14/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Minor style fixes
| * | | | | | | Minor style fixesEduardo Caceres2017-08-106-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | Typos, punctuation & broken links
* | | | | | | | Merge pull request #1191 from gennadiycivil/masterGennadiy Civil2017-08-1015-28/+353
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adding Bazel build to googletest (initial version )
| * | | | | | | | Addressing Commentsmisterg2017-08-101-46/+22
| | | | | | | | |
| * | | | | | | | Addressing commentsmisterg2017-08-101-5/+1
| | | | | | | | |
| * | | | | | | | Update WORKSPACEGennadiy Civil2017-08-101-35/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove comments
| * | | | | | | | Added Copyrightmisterg2017-08-104-13/+129
| | | | | | | | |
| * | | | | | | | Initial Revision, review 164634031misterg2017-08-104-29/+3
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-092-10/+32
| | | | | | | | |
| * | | | | | | | Added googlemock testsmisterg2017-08-091-4/+0
| | | | | | | | |
| * | | | | | | | Added googlemock testsmisterg2017-08-091-0/+29
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-092-98/+12
| | | | | | | | |
| * | | | | | | | WIP, win testingmisterg2017-08-081-4/+7
| | | | | | | | |
| * | | | | | | | WIP, win testingmisterg2017-08-081-3/+3
| | | | | | | | |
| * | | | | | | | WIP, windows testingmisterg2017-08-081-2/+2
| | | | | | | | |
| * | | | | | | | WIP, windows testingmisterg2017-08-081-2/+2
| | | | | | | | |
| * | | | | | | | WIP, windows testingmisterg2017-08-081-3/+9
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-082-142/+193
| | | | | | | | |
| * | | | | | | | Samples changes upstreamingmisterg2017-08-072-2/+2
| | | | | | | | |
| * | | | | | | | Samples changes upstreamingmisterg2017-08-079-18/+15
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-021-36/+20
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-021-23/+15
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-012-8/+13
| | | | | | | | |
| * | | | | | | | WIPmisterg2017-08-0113-28/+326
| | | | | | | | |
* | | | | | | | | 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 CaseHerbert Thielen2017-08-101-5/+5
| | | | | | | | | |
| * | | | | | | | | be more specific on Test CaseHerbert Thielen2017-08-091-1/+1
| | | | | | | | | |