| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
enable null detection on Solaris Studio 12u4+
|
| | |
|
|\ \
| | |
| | | |
Add links to IRC channel and Google Group
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix the link to the float comparison article
|
| | | |
| | | |
| | | | |
As explained on the previous link, the article has been rewritten and moved.
|
|\ \ \ \
| | | | |
| | | | | |
Documentation change to add related open source project
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix small typo in Cookbook: SeArrayArgument
|
| | | | | |
| | | | | |
| | | | | | |
SeArrayArgument => SetArrayArgument
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix library install destinations
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Update Primer.md
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
fix bug in string comparison assertions table where _str2_ is mistakenly written as _str_2
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix or condition typo ( '|' -> '||' )
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix a few documentation nits in the mock dummies guide
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Add a hyphen to 'ad hoc' and change 'distance' to plural.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
remove documentation of former versions - it's available in the commit history
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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.
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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.
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fix background color in ColoredPrintf
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Invert the intensity bit if the background_color == foreground_color
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
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.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Minor style fixes
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Typos, punctuation & broken links
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Adding Bazel build to googletest (initial version )
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Remove comments
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|