summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-061-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@662 861a406c-534a-0410-8894-cb66d6ee9925
* Removes dangling references in make/cmake files.zhanyong.wan2013-02-271-1/+0
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@639 861a406c-534a-0410-8894-cb66d6ee9925
* Removes testing::internal::String::Format(), which causes problems as it ↵kosak@google.com2013-02-221-0/+1
| | | | | | truncates the result at 4096 chars. Also update an obsolete link in comment. git-svn-id: http://googletest.googlecode.com/svn/trunk@636 861a406c-534a-0410-8894-cb66d6ee9925
* Adds the LICENSE file to the distribution.vladlosev2013-01-291-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@634 861a406c-534a-0410-8894-cb66d6ee9925
* Makes generation of fused sources contingent on availability of Python.vladlosev2011-04-211-0/+2
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@580 861a406c-534a-0410-8894-cb66d6ee9925
* disables 'make install'zhanyong.wan2011-04-071-5/+13
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@562 861a406c-534a-0410-8894-cb66d6ee9925
* fixes link error in 'make check' on some systemszhanyong.wan2011-04-071-2/+4
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@561 861a406c-534a-0410-8894-cb66d6ee9925
* Adds test/gtest-death-test_ex_test.cc to the release package.zhanyong.wan2011-02-241-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@550 861a406c-534a-0410-8894-cb66d6ee9925
* Adds cmake scripts to the release package.zhanyong.wan2011-02-241-1/+2
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@549 861a406c-534a-0410-8894-cb66d6ee9925
* Removes the Windows golden file (by Vlad Losev); implements test result ↵zhanyong.wan2010-08-191-1/+0
| | | | | | streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan). git-svn-id: http://googletest.googlecode.com/svn/trunk@478 861a406c-534a-0410-8894-cb66d6ee9925
* Adds new test files to the distro, and sorts the file lists.zhanyong.wan2010-08-091-52/+56
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@454 861a406c-534a-0410-8894-cb66d6ee9925
* Removes unused scripts from the distro.zhanyong.wan2010-07-221-3/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@450 861a406c-534a-0410-8894-cb66d6ee9925
* Lucid autotools compatibility patch by Jeffrey Yasskin.vladlosev2010-05-111-0/+2
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@428 861a406c-534a-0410-8894-cb66d6ee9925
* Moves the universal printer from gmock to gtest and refactors the cmake ↵zhanyong.wan2010-05-101-0/+3
| | | | | | script for reusing in gmock (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@425 861a406c-534a-0410-8894-cb66d6ee9925
* Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev).zhanyong.wan2010-04-131-29/+25
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@413 861a406c-534a-0410-8894-cb66d6ee9925
* Adds the pump.py script.zhanyong.wan2010-03-231-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@400 861a406c-534a-0410-8894-cb66d6ee9925
* Adds missing gtest DLL exports.zhanyong.wan2010-03-221-2/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@399 861a406c-534a-0410-8894-cb66d6ee9925
* Removes the old DLL solution.zhanyong.wan2010-03-051-3/+2
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@390 861a406c-534a-0410-8894-cb66d6ee9925
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler ↵zhanyong.wan2010-02-241-10/+50
| | | | | | 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). git-svn-id: http://googletest.googlecode.com/svn/trunk@376 861a406c-534a-0410-8894-cb66d6ee9925
* Supports building gtest as a DLL (by Vlad Losev).zhanyong.wan2009-12-181-2/+5
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@354 861a406c-534a-0410-8894-cb66d6ee9925
* Trims the autotools build script.zhanyong.wan2009-12-161-304/+102
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@352 861a406c-534a-0410-8894-cb66d6ee9925
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ↵zhanyong.wan2009-11-241-0/+5
| | | | | | a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@344 861a406c-534a-0410-8894-cb66d6ee9925
* Implements support for AssertionResult in Boolean assertions such as ↵vladlosev2009-10-201-1/+3
| | | | | | 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. git-svn-id: http://googletest.googlecode.com/svn/trunk@331 861a406c-534a-0410-8894-cb66d6ee9925
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original ↵zhanyong.wan2009-09-301-6/+19
| | | | | | | | | patch). Enables death tests on minGW (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@322 861a406c-534a-0410-8894-cb66d6ee9925
* Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC ↵zhanyong.wan2009-09-111-7/+2
| | | | | | projects. git-svn-id: http://googletest.googlecode.com/svn/trunk@302 861a406c-534a-0410-8894-cb66d6ee9925
* More implementation of the event listener interface (by Vlad Losev); Reduces ↵zhanyong.wan2009-09-041-3/+14
| | | | | | 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). git-svn-id: http://googletest.googlecode.com/svn/trunk@301 861a406c-534a-0410-8894-cb66d6ee9925
* Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.chandlerc2009-08-111-0/+2
| | | | | | | | | | | | Missing these caused failures on platforms depending on them as well as general failures of the dedicated tests for the tuple implementation. Change was tested by running 'make distcheck' and then extracting the result to an entirely separate location (a subdirectory is insufficient, thank you Autotools) and running './configure; make check'. git-svn-id: http://googletest.googlecode.com/svn/trunk@292 861a406c-534a-0410-8894-cb66d6ee9925
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-161-0/+5
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@284 861a406c-534a-0410-8894-cb66d6ee9925
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-0/+17
| | | | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@267 861a406c-534a-0410-8894-cb66d6ee9925
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-111-0/+8
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@265 861a406c-534a-0410-8894-cb66d6ee9925
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-281-0/+9
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@245 861a406c-534a-0410-8894-cb66d6ee9925
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-251-2/+3
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@244 861a406c-534a-0410-8894-cb66d6ee9925
* Adds scripts/test/Makefile to the distribution in trunk.zhanyong.wan2009-03-181-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@214 861a406c-534a-0410-8894-cb66d6ee9925
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-111-0/+6
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@204 861a406c-534a-0410-8894-cb66d6ee9925
* Implements --gtest_throw_on_failure for using gtest with other testing ↵zhanyong.wan2009-03-061-1/+15
| | | | | | frameworks. git-svn-id: http://googletest.googlecode.com/svn/trunk@199 861a406c-534a-0410-8894-cb66d6ee9925
* Removes upload*.py from the release package, as they are useless without an ↵zhanyong.wan2009-02-131-2/+0
| | | | | | SVN checkout. git-svn-id: http://googletest.googlecode.com/svn/trunk@192 861a406c-534a-0410-8894-cb66d6ee9925
* Adds upload_gtest.py for uploading a Google Test patch for review.zhanyong.wan2009-02-131-0/+2
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@191 861a406c-534a-0410-8894-cb66d6ee9925
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-091-2/+3
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@188 861a406c-534a-0410-8894-cb66d6ee9925
* Adds a script to fuse gtest source files into a .h and a .cc.zhanyong.wan2009-01-221-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@177 861a406c-534a-0410-8894-cb66d6ee9925
* Adds Makefile to the distribution pacakge.shiqian2008-12-101-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@157 861a406c-534a-0410-8894-cb66d6ee9925
* Merged build script fix from branches/release-1.2vladlosev2008-11-271-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@145 861a406c-534a-0410-8894-cb66d6ee9925
* Sorts the sample and test targets in Makefile.am within their functional group.shiqian2008-11-201-53/+53
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@131 861a406c-534a-0410-8894-cb66d6ee9925
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-2/+40
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@120 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes the header search path in SConscript and add SConscript to the ↵shiqian2008-10-121-0/+1
| | | | | | distribution. git-svn-id: http://googletest.googlecode.com/svn/trunk@105 861a406c-534a-0410-8894-cb66d6ee9925
* Many changes:shiqian2008-10-111-1/+14
| | | | | | | | | | | | | | | - 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). git-svn-id: http://googletest.googlecode.com/svn/trunk@104 861a406c-534a-0410-8894-cb66d6ee9925
* Adding tests to Xcode projectpreston.jackson2008-10-081-1/+4
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@102 861a406c-534a-0410-8894-cb66d6ee9925
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-081-3/+40
| | | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). git-svn-id: http://googletest.googlecode.com/svn/trunk@84 861a406c-534a-0410-8894-cb66d6ee9925
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-091-0/+13
| | | | | | Microsoft Visual Studio. git-svn-id: http://googletest.googlecode.com/svn/trunk@55 861a406c-534a-0410-8894-cb66d6ee9925
* Initial import.shiqian2008-07-031-0/+250
git-svn-id: http://googletest.googlecode.com/svn/trunk@40 861a406c-534a-0410-8894-cb66d6ee9925