Alyssa Wilk
c00373320d
Merge branch 'refs/heads/master' into flag-default
7 years ago
Brian Silverman
4d26df729c
Speed up printing of characters which need hex escaping
...
This change speeds up the runtime of a value-parameterized test I have
which has lots of values with large strings full of unprintable
characters by 2x. I profiled it and traced most of the slowness during
googletest startup down to the way String::FormatHexInt was creating and
destroyed a stringstream for each character in the string for each
value.
7 years ago
Gennadiy Civil
b43bfcf491
Merge pull request #1222 from KindDragon/vs-projects-fix3
...
Support x64 configuration for old VS2015 projects
7 years ago
Gennadiy Civil
a7eeb6971f
Merge branch 'master' into vs-projects-fix3
7 years ago
Gennadiy Civil
f25921565b
Merge pull request #1221 from KindDragon/vs-projects-fix2
...
Remove gtest VS2005 projects
7 years ago
Arkady Shapkin
cb8ebf5c9a
Support x64 configuration for old VS2015 projects
7 years ago
Arkady Shapkin
45287f3dff
Remove gtest VS2005 projects
7 years ago
Gennadiy Civil
eabd5c908d
Merge pull request #1186 from Dani-Hub/master
...
Prevent infinite loops for recursive containers like boost::filesystem::path
7 years ago
Gennadiy Civil
87327b12e9
Merge branch 'master' into master
7 years ago
Gennadiy Civil
c38baf9858
Merge pull request #1219 from KindDragon/vs-projects-fix
...
Support x64 configuration for VS2010 projects
7 years ago
Daniel Krügler
ebc7b01d89
Merge branch 'master' into master
7 years ago
Gennadiy Civil
f4abce4609
Merge branch 'master' into vs-projects-fix
7 years ago
Gennadiy Civil
863e02644b
Merge pull request #1220 from romkatv/property-matcher
...
Support ref-qualified member functions in Property().
7 years ago
Arkady Shapkin
88269cd365
Support x64 configuration for old VS2010 projects
...
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.
7 years ago
drgler
f8514b8da3
Merge branch 'master' of github.com:Dani-Hub/googletest
7 years ago
drgler
d93ce9d6fb
Merge branch 'master' of github.com:Dani-Hub/googletest
7 years ago
drgler
fa3bb1a779
Merge branch 'master' of github.com:Dani-Hub/googletest
7 years ago
drgler
6404d45a92
Merge branch 'master' of github.com:Dani-Hub/googletest
7 years ago
Roman Perepelitsa
966b549c88
Support ref-qualified member functions in Property().
7 years ago
Daniel Krügler
8304d06199
Merge branch 'master' into master
7 years ago
Gennadiy Civil
96f7ba83cb
Merge branch 'master' into wrong-version-reported
7 years ago
Gennadiy Civil
675686a139
Merge pull request #1206 from ShadowIce/methodname-in-exception
...
Add function name to exception if there's no default action
7 years ago
Maurice Gilden
1ee8079651
Remove unused variable
7 years ago
Gennadiy Civil
3cf65b5d86
Added "explicit" as per compiler suggestion
7 years ago
Gennadiy Civil
026735daf3
Proposing these changes, please review
...
Slightly better names and cleaner tests.
Please review
7 years ago
Gennadiy Civil
35737ac7ac
Merge branch 'master' into methodname-in-exception
7 years ago
Gennadiy Civil
780bae0fac
Merge pull request #1215 from henryiii/patch-1
...
Adding CMake visibility policy setting
7 years ago
Henry Schreiner
5518a1d350
Adding CMake visibility policy setting
...
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.
7 years ago
Maurice Gilden
b0ed43e724
Change tabs to spaces in test case
7 years ago
Maurice Gilden
36777251c0
Switch return type to class without default constructor
7 years ago
Maurice Gilden
cc99900036
Fix test if exceptions are not supported
7 years ago
Maurice Gilden
95f18d9938
adds test for NiceMock with unknown return value
7 years ago
Gennadiy Civil
1183503d11
Merge branch 'master' into methodname-in-exception
7 years ago
Gennadiy Civil
1fe692ce49
Update README.md
...
Another AppVeyor move
7 years ago
Gennadiy Civil
8f233a74eb
Merge branch 'master' into methodname-in-exception
7 years ago
Gennadiy Civil
b7e8a993b4
Merge pull request #1205 from mwoehlke-kitware/fix-gtest-install
...
Fix problem installing gtest when gmock enabled
7 years ago
Alyssa Wilk
a2803bc37d
Handling invalid flag values
7 years ago
Maurice Gilden
5b4166f05f
Add function name to exception if there's no default action
7 years ago
Matthew Woehlke
9469fb687d
Fix problem installing gtest when gmock enabled
...
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.
7 years ago
Gennadiy Civil
5ed471caec
Merge pull request #1204 from gennadiycivil/master
...
Changing Build Status AppVeyor badge with AppVeyor ownership change
7 years ago
Gennadiy Civil
08b1a1f73c
Merge branch 'master' into master
7 years ago
misterg
3f3a3ada20
Change AppVeyor Status Badge to point to new AppVeyor Project Location
7 years ago
misterg
a4121dd54b
Change AppVeyor Status Badge to point to new AppVeyor Project Location
7 years ago
gpetit
ca76206f42
Removed extra colon in error log
7 years ago
Gennadiy Civil
e0fc65c5fb
Merge pull request #1197 from SoapGentoo/pkgconfig
...
Add support for pkgconfig
7 years ago
gpetit
0c3c811164
Merge remote-tracking branch 'origin/master' into user_logger_instead_of_printf
7 years ago
gpetit
8f04622cc1
Use GTEST_LOG instead of printf
7 years ago
David Seifert
9cacce4e5c
Add documentation for pkg-config
7 years ago
David Seifert
8604c4adac
Add support for pkgconfig
7 years ago
Che-Hsun Liu
24696c3958
Merge branch 'master' into master
7 years ago