aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into methodname-in-exceptionGennadiy Civil2017-08-181-0/+4
|\
| * Merge pull request #1215 from henryiii/patch-1Gennadiy Civil2017-08-181-0/+4
| |\ | | | | | | Adding CMake visibility policy setting
| | * Adding CMake visibility policy settingHenry Schreiner2017-08-181-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.
* | Change tabs to spaces in test caseMaurice Gilden2017-08-181-11/+11
| |
* | Switch return type to class without default constructorMaurice Gilden2017-08-181-1/+7
| |
* | Fix test if exceptions are not supportedMaurice Gilden2017-08-181-0/+6
| |
* | adds test for NiceMock with unknown return valueMaurice Gilden2017-08-181-0/+15
| |
* | Merge branch 'master' into methodname-in-exceptionGennadiy Civil2017-08-171-2/+1
|\|
| * Update README.mdGennadiy Civil2017-08-161-2/+1
| | | | | | Another AppVeyor move
* | Merge branch 'master' into methodname-in-exceptionGennadiy Civil2017-08-161-1/+2
|\|
| * Merge pull request #1205 from mwoehlke-kitware/fix-gtest-installGennadiy Civil2017-08-161-1/+2
| |\ | | | | | | Fix problem installing gtest when gmock enabled
| | * Fix problem installing gtest when gmock enabledMatthew Woehlke2017-08-161-1/+2
| |/ | | | | | | | | | | | | | | Fix a bug deciding whether to enable the option to install Google Test caused by one of the dependent option dependencies not being defined yet. Fixes #1198; impossible to install Google Test if Google Mock is built.
* / 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 masterGennadiy 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-configDavid Seifert2017-08-142-0/+152
| | |
| * | Add support for pkgconfigDavid Seifert2017-08-147-4/+77
|/ /
* | Merge pull request #905 from iignatev/masterGennadiy Civil2017-08-131-2/+3
|\ \ | | | | | | enable null detection on Solaris Studio 12u4+
| * | enable null detection on Solaris Studio 12u4+iignatev2016-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 GroupArkady 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 articleJérémie Delaitre2016-11-031-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.Nic 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 SeArrayArgumentbartshappee2016-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 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