- 21 Aug, 2018 3 commits
-
-
Gennadiy Civil authored
Improve CMake exported targets
-
Dakota Hawkins authored
I _think_ this represents some of the "best practices" for exporting targets. They'll be available in a `googletest::` namespace (e.g. `googletest::gmock`) with non-namespaced `ALIAS` targets. - Added GOOGLETEST_VERSION variable - Use `CMakePackageConfigHelpers`, bump minimum CMake version to 2.8.8 Signed-off-by:Dakota Hawkins <dakotahawkins@gmail.com>
-
Gennadiy Civil authored
Fix scoped enum not working in gmock-gen.py
-
- 20 Aug, 2018 13 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
merge
-
Gennadiy Civil authored
-
misterg authored
- 209457654 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457654
-
misterg authored
- 209457486 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457486
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
docs: fixed broken references to sections in Advanced guide
-
Gennadiy Civil authored
Allow death test child to bypass Windows Error Reporting under MinGW
-
Gennadiy Civil authored
-
Vadim Kotov authored
-
Vadim Kotov authored
-
- 19 Aug, 2018 2 commits
-
-
Gennadiy Civil authored
Fix value pointed to by `_NSGetArgc()` on macOS.
-
Gennadiy Civil authored
-
- 18 Aug, 2018 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Remove default /EHsc compiler flag
-
Gennadiy Civil authored
Cast the tr1::tuple_element template parameter to int
-
- 17 Aug, 2018 12 commits
-
-
Tanzinul Islam authored
Merge branch 'fix_death_test_child_mingw_wer_issue1116' of https://github.com/tanzislam/googletest into fix_death_test_child_mingw_wer_issue1116
-
Tanzinul Islam authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
std references shouldn't be fully qualified
-
Vadim Berezniker authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Conor Burgess authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Clean up cache non-advanced variable for subproject
-
Henry Schreiner authored
-
- 16 Aug, 2018 7 commits
-
-
Gennadiy Civil authored
FIX: Compilation warning with GCC regarding a non-initialised member …
-
Gennadiy Civil authored
Fomatting
-
Gennadiy Civil authored
And then we can merge
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Fix/silence false positive memory leaks reported by Microsoft's debug CRT
-
Gennadiy Civil authored
Just small style changes and we can accept this PR
-
Gennadiy Civil authored
-