zhanyong.wan
|
1b71f0b272
|
Adds alternative spellings for FAIL, SUCCEED, and TEST.
|
15 years ago |
zhanyong.wan
|
509b5339e9
|
Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev).
|
15 years ago |
vladlosev
|
eddd9e85a8
|
Fixes gtest_filter_unittest and gtest_help_test on systems without death tests.
|
15 years ago |
vladlosev
|
d21c142eb8
|
C++ Builder compatibility patch by Josh Kelley.
|
15 years ago |
vladlosev
|
1e908873eb
|
CMake 2.8/Visual Age compatibility patch by Hady Zalek.
|
15 years ago |
zhanyong.wan
|
b9a7cead1c
|
Fixes a leak in ThreadLocal.
|
15 years ago |
zhanyong.wan
|
3569c3c86d
|
Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes.
|
15 years ago |
zhanyong.wan
|
2429dfc641
|
Cleans up the cmake script.
|
15 years ago |
zhanyong.wan
|
b2c1ee6d84
|
Adds Hady and Manuel to CONTRIBUTORS.
|
15 years ago |
zhanyong.wan
|
2346d25784
|
Supports no-RTTI mode on AIX (by Hady Zalek).
|
15 years ago |
zhanyong.wan
|
92344b762a
|
Makes the cmake script work on Solaris and AIX (by Hady Zalek).
|
15 years ago |
zhanyong.wan
|
17e4860871
|
Enables death tests on AIX, by Hady Zalek.
|
15 years ago |
zhanyong.wan
|
e9f093ae15
|
Makes gtest work with Sun Studio. Patch submitted by Hady Zalek.
|
15 years ago |
zhanyong.wan
|
75e2713e45
|
Adds the pump.py script.
|
15 years ago |
zhanyong.wan
|
9f0824b0a6
|
Adds missing gtest DLL exports.
|
15 years ago |
vladlosev
|
90030d74c8
|
Fixes comments and tests for the moment of generator parameter evaluation in INSTANTIATE_TEST_CASE_P.
|
15 years ago |
vladlosev
|
06d04c0945
|
Solaris and AIX patch by Hady Zalek
|
15 years ago |
zhanyong.wan
|
a6978ecb4c
|
Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev).
|
15 years ago |
zhanyong.wan
|
a2534cb7a5
|
Fixes a typo in comment, by Vlad Losev.
|
15 years ago |
vladlosev
|
40604f891e
|
Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-death-test_test.cc.
|
15 years ago |
vladlosev
|
79e11d7c7d
|
Adds a smoketest for ThreadWithParam.
|
15 years ago |
zhanyong.wan
|
f3feb338ef
|
Removes the old DLL solution.
|
15 years ago |
vladlosev
|
1ec9268dfd
|
Adds Miklós Fazekas to CONTRIBUTORS
|
15 years ago |
zhanyong.wan
|
83589cca34
|
Supports building gtest as a DLL (by Vlad Losev).
|
15 years ago |
zhanyong.wan
|
542b41e5d0
|
Simplifies ThreadWithParam.
|
15 years ago |
zhanyong.wan
|
12a92c26fc
|
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading tests for SCOPED_TRACE() (by Vlad Losev); replaces native pthread calls with gtest's threading constructs (by Vlad Losev); fixes flakiness in CountedDestructor (by Vlad Losev); minor MSVC 7.1 clean-up (by Zhanyong Wan).
|
15 years ago |
preston.a.jackson
|
0928f00c6b
|
Updating the xcode/Samples.
|
15 years ago |
vladlosev
|
172b233a04
|
Modifies gtest-death-test_test not to use core-dumping API calls.
|
15 years ago |
vladlosev
|
fe78760959
|
Makes all samples compile with -Wall -Wshadow -Werror.
|
15 years ago |
vladlosev
|
70eceaf8e7
|
Fixes issue 216 (gtest_output_test broken on Solaris
|
15 years ago |
zhanyong.wan
|
c85a77a6ab
|
Simplifies ThreadStartSemaphore's implementation.
|
15 years ago |
zhanyong.wan
|
4f874c187b
|
Removes scons scripts from SVN.
|
15 years ago |
zhanyong.wan
|
6baed3c117
|
Fixes MSVC warnings in 64-bit mode.
|
15 years ago |
zhanyong.wan
|
4879aac749
|
Simplifies the threading implementation and improves some comments.
|
15 years ago |
zhanyong.wan
|
0d27868d0f
|
Simplifies the implementation by using std::vector instead of Vector.
|
15 years ago |
zhanyong.wan
|
3bef459eac
|
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler 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).
|
15 years ago |
zhanyong.wan
|
dd280cfa8d
|
Fixes a C++ standard conformance bug in gtest-param-test_test.cc.
|
15 years ago |
vladlosev
|
6f50ccf32c
|
Google Test's Python tests now pass on Solaris.
|
15 years ago |
vladlosev
|
9d965bbeef
|
Adds Solaris support to test scripts.
|
15 years ago |
vladlosev
|
cfcbc298cd
|
Adds Solaris support (by Hady Zalek)
|
15 years ago |
zhanyong.wan
|
8d37331056
|
Adds support for alternate path separator on Windows, and make all tests pass with CMake and VC++ 9 (by Manuel Klimek).
|
15 years ago |
zhanyong.wan
|
81e1cc73c8
|
Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek).
|
15 years ago |
zhanyong.wan
|
fd6f2a8a4b
|
Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by Zhanyong Wan).
|
15 years ago |
zhanyong.wan
|
27a65a9d67
|
Removes 'make install' instructions from README.
|
15 years ago |
zhanyong.wan
|
e92ccedad9
|
Changes Message() to print double with enough precision by default.
|
15 years ago |
zhanyong.wan
|
ef37aa4074
|
Fixes a typo in gtest-port.h, by Manuel Klimek.
|
15 years ago |
zhanyong.wan
|
276f4019c0
|
Makes the cmake script work on Windows (by Manuel Klimek).
|
15 years ago |
zhanyong.wan
|
edbcd6294e
|
Fixes issue 217: lets MSVC 10 uses its own tr1 tuple.
|
15 years ago |
zhanyong.wan
|
c73d024193
|
Makes the cmake script compatible with cmake 2.6.4.
|
15 years ago |
zhanyong.wan
|
38efa38f40
|
Uses FindThreads to set the proper link flag when using threads (by Manuel Klimek).
|
15 years ago |