| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth).
|
| |
|
| |
|
|
|
|
| |
tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan).
|
|
|
|
| |
EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests.
|
|
|
|
| |
VC 8.0 when compiled with /Wp64
|
| |
|
|
|
|
| |
Fixes a typo in __GNUC__ (by Zhanyong Wan).
|
|
|
|
|
|
| |
patch).
Enables death tests on minGW (by Vlad Losev).
|
|
|
|
|
|
| |
Renames EventListenrs to TestEventListeners (by Zhanyong Wan).
Fixes invalid characters in XML report (by Vlad Losev).
Refacotrs SConscript (by Vlad Losev).
|
|
|
|
| |
enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan).
|
|
|
|
| |
the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
|
|
|
|
| |
refactors scons script (by Vlad Losev).
|
| |
|
|
|
|
| |
Kelley.
|
|
|
|
| |
TestCase to gtest.h to prepare for the event listener API (by Vlad Losev).
|
|
|
|
| |
even listener API work (by Vlad Losev); cleans up the scons script (by Zhanyong Wan).
|
|
|
|
| |
Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
|
| |
|
|
|
|
| |
SConscript (by Vlad Losev).
|
|
|
|
| |
thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan).
|
| |
|
|
|
|
| |
and exceptions enabled (by Zhanyong Wan).
|
| |
|
|
|
|
| |
frameworks.
|
|
|
|
| |
Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX.
|
| |
|
| |
|
|
|
|
| |
distribution.
|
|
- appends "_" to internal macro names (by Markus Heule).
- makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento).
- adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule).
- changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule).
- adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule).
- adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan).
- adds scons/SConscript for building with scons (by Joi Sigurdsson).
- adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule).
- updates the xcode project to include new tests (by Preston Jackson).
|