aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-0910-62/+619
|
* Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions ↵zhanyong.wan2009-02-083-49/+74
| | | | to be used with gcc.
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by ↵zhanyong.wan2009-02-067-98/+119
| | | | Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev).
* Exposes gtest flags to user code access. By Alexander Demin.zhanyong.wan2009-02-023-19/+64
|
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-296-24/+37
|
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-296-27/+854
|
* Simplifies gtest's implementation by using an existing API to get the ↵zhanyong.wan2009-01-261-6/+4
| | | | original working directory.
* Fixes the bug where the XML output path is affected by test changing the ↵zhanyong.wan2009-01-266-41/+288
| | | | current directory. By Stefan Weigand.
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-223-0/+305
|
* Improves compatibility with cygwin by making the definition of ↵zhanyong.wan2009-01-211-2/+4
| | | | GTEST_HAS_GLOBAL_WSTRING correct on this platform.
* Adds Eric Roman to the contributor list.shiqian2009-01-101-0/+1
|
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-109-17/+259
|
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-0813-10/+213
|
* Merged release 1.2.1 updates to trunkvladlosev2008-12-111-0/+9
|
* Improves README.shiqian2008-12-111-31/+32
|
* Improves the instructions in README.shiqian2008-12-111-20/+36
|
* Adds Makefile to the distribution pacakge.shiqian2008-12-101-0/+1
|
* Gets ready to release 1.2.1 by bumping up the version number.shiqian2008-12-101-1/+1
|
* A small re-work of the installed m4 script for Google Test. Thisshiqian2008-12-101-25/+38
| | | | | | | | | | | | | | allows other projects to easily leverage an installation or un-installed build of Google Test from their project's Autoconf script. This re-work specifically introduces the ability to provide a path as an argument to the resulting configure script option which can specify either an installation prefix or a build directory for Google Test. This change also makes a small portability tweak by using ``s instead of $() for command expansion. By Chandler Carruth. Reviewed by Benoit Sigoure.
* Changes config_aux to build-aux to conform with the convention. Simplifies ↵shiqian2008-12-103-12/+10
| | | | the configuration commands in README. By Chandler Carruth.
* Necessary changes to gtest-config.in for supporting the up-coming release of ↵shiqian2008-12-091-44/+119
| | | | Google C++ Mocking Framework. By Chandler Carruth.
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-096-20/+17
| | | | with the TR1 spec.
* Updating README with instructions on running python tests from within Xcode.preston.a.jackson2008-12-091-6/+7
|
* Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck.shiqian2008-12-021-1/+3
|
* Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck.shiqian2008-12-021-10/+27
|
* Adds a Makefile to demonstrate building Google Test with a manually-written ↵shiqian2008-12-022-0/+96
| | | | Makefile.
* Merged build script fix from branches/release-1.2vladlosev2008-11-271-0/+1
|
* Updated CHANGES and release version for 1.2vladlosev2008-11-262-1/+15
|
* Allow Google Mock to initialize Google Testvladlosev2008-11-266-29/+144
|
* Adding test/gtest_uninitialized_test.py missing from the previous check-invladlosev2008-11-261-14/+4
|
* Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windowsvladlosev2008-11-265-45/+101
|
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X ↵shiqian2008-11-246-16/+95
| | | | Tiger); also fixes gtest_output_test when built with xcode.
* Fixed two of the failing tests mentioned in issue 9vladlosev2008-11-223-9/+34
|
* updating the README (intended for previous ci)preston.a.jackson2008-11-211-11/+9
|
* oops forgot the config filepreston.a.jackson2008-11-211-0/+8
|
* Removing a warning when building from the command line. Reordering targets ↵preston.a.jackson2008-11-212-437/+426
| | | | to be semi-alphabetical and to match the ordering in the Makefile. Cleaning up target names to remove the underscore (on the python-based ones), and adding 'run_' Xcode executables to run the python script from within Xcode. Whew
* Sorts the sample and test targets in Makefile.am within their functional group.shiqian2008-11-201-53/+53
|
* Moves a code block in gtest.cc to mirror the change in the Google internal ↵shiqian2008-11-201-21/+21
| | | | version of gtest.
* Value-parameterized tests and many bugfixesvladlosev2008-11-2036-192/+10343
|
* Clarifies how gtest supports different platforms in README and code comments.shiqian2008-11-172-8/+28
|
* Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian2008-11-105-28/+64
|
* Fixes the VC project. Contributed by Rainer Klaffenboeck.shiqian2008-10-311-0/+15
|
* On some Linux distros, you need to explicitly #include <limits.h> to getchandlerc2008-10-211-0/+1
| | | | the definition of PATH_MAX. This patch adds it in the appropriate place.
* Fixes the header search path in SConscript and add SConscript to the ↵shiqian2008-10-122-4/+6
| | | | distribution.
* Many changes:shiqian2008-10-1134-716/+2302
| | | | | | | | | | | | - 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).
* Adding tests to Xcode projectpreston.jackson2008-10-082-10/+48
|
* Adding tests to Xcode projectpreston.jackson2008-10-084-94/+3210
|
* Lots of changes:shiqian2008-09-2613-75/+395
| | | | | | | | * changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum.
* Makes the Python tests more portable by calling standard functions to ↵shiqian2008-09-186-22/+35
| | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines.
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw ↵shiqian2008-09-182-5/+24
| | | | too).