Billy Donahue
ed9d1e1ff9
Merge pull request #721 from ilmagico/fix-mingw-threads
...
Fix compilation of googletest with MinGW using Win32 threads
2016-08-24 08:15:38 -04:00
Doug Greiman
5db9cbbc23
Restructure $XML_OUTPUT_FILE logic
2016-02-26 14:26:23 -08:00
Doug Greiman
12b2f23e8e
Fix inconsistent style
2016-02-25 19:03:46 -08:00
Doug Greiman
d6790f26ca
Read Bazel's $XML_OUTPUT_FILE environment variable
...
If $XML_OUTPUT_FILE is set, and $GTEST_OUTPUT and --gtest_output are not
specified, produce output as if GTEST_OUTPUT=xml:$XML_OUTPUT_FILE had
been set.
2016-02-23 18:50:08 -08:00
Daniele Tamino
9759dcda3c
Fix compilation on MinGW with native threads
2016-02-22 14:07:12 -08:00
Dawid Kurek
ac35fe7359
Update GTEST_PROJECT_URL_ in internal/gtest-port.h
...
As repository moved to github. All urls need to be changed. There is
still plenty to do.
2015-12-23 09:49:14 +01:00
Patrick J. LoPresti
f44190f2c4
Fix missing-field-initializers GCC/Clang warning (issue 433).
2015-11-24 10:45:16 -08:00
Billy Donahue
5bd7c2b589
Merge pull request #611 from mark-chromium/gmock_cxx11
...
googlemock: Support C++11 language with pre-C++11 library
2015-11-10 17:47:45 -05:00
Dominic Meiser
bb5c92f9d1
Fix definition of GTEST_API_ macro for gcc and clang [ #451 ].
...
This is to enable using gtest with -fvisibility=hidden.
2015-10-29 21:55:46 -06:00
Mark Mentovai
a0435dc687
googlemock: Support C++11 language with pre-C++11 library
...
This guards use of <type_traits> and its features with
GTEST_HAS_STD_TYPE_TRAITS_, and std::function with
GTEST_HAS_STD_FUNCTION_.
2015-10-12 17:59:11 -04:00
Billy Donahue
1f87a0970d
Move everything in googletest into googletest/googletest
2015-08-25 16:18:00 -04:00