Gennadiy Civil
3bb00b7ead
Merge pull request #1929 from goatshriek/cmake-cxx11-flag
...
add documentation of manual c++11 specification
6 years ago
Jerry Turcios
6e37201260
Merge branch 'master' of https://github.com/google/googletest
6 years ago
Joel Anderson
9b637237bd
add documentation of manual c++11 specification
...
Per #1883 , builds of Google Test may fail if the version C++ is not manually
set to C++11 during the build process.
Signed-off-by: Joel Anderson <joelanderson333@gmail.com>
6 years ago
Gennadiy Civil
7b6b3be342
Update advanced.md
...
Fixes #1802
6 years ago
Gennadiy Civil
20eaf6e3a9
Merge pull request #1911 from BrukerJWD:isnice
...
PiperOrigin-RevId: 218384341
6 years ago
Gennadiy Civil
a743780ad0
Update advanced.md
...
Fixes #1755
6 years ago
Gennadiy Civil
b974af7923
Update advanced.md
...
Fixes #1925
6 years ago
Gennadiy Civil
90c957c408
Merge pull request #1927 from svg153/patch-1
...
ACTION table format
6 years ago
Sergio Valverde
58a8da64ce
ACTION table format
6 years ago
Jerry Turcios
3468af9b36
Merge branch 'master' of https://github.com/google/googletest
6 years ago
Abseil Team
82987067d8
Googletest export
...
Change ValuesArray to require much less template instantiation depth.
PiperOrigin-RevId: 218170842
6 years ago
Gennadiy Civil
32dbcac06e
Merge pull request #1839 from Peter-Levine:python3-tests
...
PiperOrigin-RevId: 217925156
6 years ago
Gennadiy Civil
572050dd28
Merge pull request #1905 from fandjelo:relocatable-pkgconfig-fix
...
PiperOrigin-RevId: 217923705
6 years ago
Jerry Turcios
648ac832aa
Merge branch 'master' of https://github.com/google/googletest
6 years ago
Gennadiy Civil
c955e33497
Merge branch 'master' into python3-tests
6 years ago
Gennadiy Civil
f410177a8b
Update .travis.yml
...
Revert attempted template depth fix , a real fix is coming
6 years ago
Gennadiy Civil
723f26663f
Update .travis.yml
...
Testing increasing -ftemplate-depth to fix clang 3.9
6 years ago
misterg
663ef8636a
Googletest export
...
New variadic implementation for gtest-param-test
Removed non-variadic implementation and added variadic for ValueArray and Values
PiperOrigin-RevId: 217703627
6 years ago
Gennadiy Civil
3a7f0934d6
Merge pull request #1912 from kakkoko:fix-xml-name
...
PiperOrigin-RevId: 217576541
6 years ago
Abseil Team
29b47e45cf
Googletest export
...
C++11 code cleanup.
PiperOrigin-RevId: 217364243
6 years ago
Gennadiy Civil
2c19680bf9
Merge branch 'master' into relocatable-pkgconfig-fix
6 years ago
kakkoko
baf6845b18
Fix incorrect XML file name in help message
6 years ago
Jonathan Wendeborn
0cefda7749
Removed last reference to internal::kDefault
6 years ago
Jonathan Wendeborn
96d1615772
Merge branch 'isnice' of https://github.com/BrukerJWD/googletest into isnice
6 years ago
BrukerJWD
8c82ba48e4
Merge branch 'master' into isnice
6 years ago
Jonathan Wendeborn
386391b014
Use existing Mock::GetReactionOnUninterestingCalls()
6 years ago
Jonathan Wendeborn
6bbf911a8d
Don't fully qualify enum member
6 years ago
Jonathan Wendeborn
67a240a107
Added Mock::IsNaggy, IsNice, and IsStrict
6 years ago
Jerry Turcios
9424e7b0d2
Merge branch 'master' of https://github.com/google/googletest
6 years ago
Gennadiy Civil
a651a4d44e
Merge pull request #1908 from rwoldberg:master
...
PiperOrigin-RevId: 216909845
6 years ago
Robert Woldberg
dec3b81a08
Change types to remove cast warnings.
6 years ago
Gennadiy Civil
754cb8ed96
Merge branch 'master' into relocatable-pkgconfig-fix
6 years ago
Jerry Turcios
8fad86e757
Merge branch 'master' of https://github.com/google/googletest
6 years ago
misterg
864b6c2d35
Remove duplicate functionality PrintValue (in googletest-param-test-test.cc), use testing::PrintToString
...
PiperOrigin-RevId: 216733373
6 years ago
KO Myung-Hun
b3b19a796c
Merge c41b2bf861
into f203b2db77
...
Closes #1899
PiperOrigin-RevId: 216719020
6 years ago
Gennadiy Civil
f203b2db77
Merge pull request #1902 from theryee/typo
...
Fix typo
6 years ago
David Neto
ad997b16b5
Merge 4c92120d6d
into 658c6390a5
...
Closes #1893
PiperOrigin-RevId: 216712426
6 years ago
Aaron Dierking
e7327c13f6
Merge 41fc9745d4
into 658c6390a5
...
Accepts #1889
PiperOrigin-RevId: 216709878
6 years ago
Abseil Team
bc6a4ce380
Project import generated by Copybara.
...
PiperOrigin-RevId: 216423319
6 years ago
misterg
0e71eb069a
Internal Change
...
PiperOrigin-RevId: 216417182
6 years ago
Filipp Andjelo
095b3113e7
Use pcfiledir for prefix in pkgconfig file
...
Using absolute paths in the pkg-config file makes it not relocatable and
leads to problems, when trying to use it with precompiled cross
toolchains. Setting prefix to relative path based on pcfiledir makes it
more reliable for such cases.
6 years ago
Ryan Yee
4d50ab75a7
Merge branch 'master' into typo
6 years ago
Ryan Yee
a83429f5d3
fix typo
6 years ago
Gennadiy Civil
658c6390a5
Merge pull request #1898 from spartucus/master
...
Update .gitignore
6 years ago
Tengfei Niu
8193ed069c
Update .gitignore
...
ignore .DS_Store on macOS.
6 years ago
Jerry Turcios
274b39bfa0
Merge branch 'master' of https://github.com/google/googletest
6 years ago
misterg
78761b58fc
Remove non-variadic pre C++11 AnyOf
...
PiperOrigin-RevId: 216411381
6 years ago
Abseil Team
7d3b73c85a
Unconditionally use std::tuple.
...
Remove all mention of TR1 tuple and our own implementation of tuple.
PiperOrigin-RevId: 216395043
6 years ago
misterg
5434989dbd
Remove testing::internal::BothOfMatcher, no longer needed
...
PiperOrigin-RevId: 216389313
6 years ago
Abseil Team
b652edb39c
Apply [[noreturn]] to Abort()
...
PiperOrigin-RevId: 216383938
6 years ago