Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵ | shiqian | 2008-12-09 | 6 | -20/+17 | |
| | | | | with the TR1 spec. | |||||
* | Updating README with instructions on running python tests from within Xcode. | preston.a.jackson | 2008-12-09 | 1 | -6/+7 | |
| | ||||||
* | Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. | shiqian | 2008-12-02 | 1 | -1/+3 | |
| | ||||||
* | Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. | shiqian | 2008-12-02 | 1 | -10/+27 | |
| | ||||||
* | Adds a Makefile to demonstrate building Google Test with a manually-written ↵ | shiqian | 2008-12-02 | 2 | -0/+96 | |
| | | | | Makefile. | |||||
* | Merged build script fix from branches/release-1.2 | vladlosev | 2008-11-27 | 1 | -0/+1 | |
| | ||||||
* | Updated CHANGES and release version for 1.2 | vladlosev | 2008-11-26 | 2 | -1/+15 | |
| | ||||||
* | Allow Google Mock to initialize Google Test | vladlosev | 2008-11-26 | 6 | -29/+144 | |
| | ||||||
* | Adding test/gtest_uninitialized_test.py missing from the previous check-in | vladlosev | 2008-11-26 | 1 | -14/+4 | |
| | ||||||
* | Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows | vladlosev | 2008-11-26 | 5 | -45/+101 | |
| | ||||||
* | Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X ↵ | shiqian | 2008-11-24 | 6 | -16/+95 | |
| | | | | Tiger); also fixes gtest_output_test when built with xcode. | |||||
* | Fixed two of the failing tests mentioned in issue 9 | vladlosev | 2008-11-22 | 3 | -9/+34 | |
| | ||||||
* | updating the README (intended for previous ci) | preston.a.jackson | 2008-11-21 | 1 | -11/+9 | |
| | ||||||
* | oops forgot the config file | preston.a.jackson | 2008-11-21 | 1 | -0/+8 | |
| | ||||||
* | Removing a warning when building from the command line. Reordering targets ↵ | preston.a.jackson | 2008-11-21 | 2 | -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. | shiqian | 2008-11-20 | 1 | -53/+53 | |
| | ||||||
* | Moves a code block in gtest.cc to mirror the change in the Google internal ↵ | shiqian | 2008-11-20 | 1 | -21/+21 | |
| | | | | version of gtest. | |||||
* | Value-parameterized tests and many bugfixes | vladlosev | 2008-11-20 | 36 | -192/+10343 | |
| | ||||||
* | Clarifies how gtest supports different platforms in README and code comments. | shiqian | 2008-11-17 | 2 | -8/+28 | |
| | ||||||
* | Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck. | shiqian | 2008-11-10 | 5 | -28/+64 | |
| | ||||||
* | Fixes the VC project. Contributed by Rainer Klaffenboeck. | shiqian | 2008-10-31 | 1 | -0/+15 | |
| | ||||||
* | On some Linux distros, you need to explicitly #include <limits.h> to get | chandlerc | 2008-10-21 | 1 | -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 ↵ | shiqian | 2008-10-12 | 2 | -4/+6 | |
| | | | | distribution. | |||||
* | Many changes: | shiqian | 2008-10-11 | 34 | -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 project | preston.jackson | 2008-10-08 | 2 | -10/+48 | |
| | ||||||
* | Adding tests to Xcode project | preston.jackson | 2008-10-08 | 4 | -94/+3210 | |
| | ||||||
* | Lots of changes: | shiqian | 2008-09-26 | 13 | -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 ↵ | shiqian | 2008-09-18 | 6 | -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 ↵ | shiqian | 2008-09-18 | 2 | -5/+24 | |
| | | | | too). | |||||
* | Prepares gtest for release 1.1.0. | shiqian | 2008-09-16 | 2 | -1/+11 | |
| | ||||||
* | Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on ↵ | shiqian | 2008-09-13 | 3 | -59/+14 | |
| | | | | non-English Windows. By balazs.dan@gmail.com. | |||||
* | Adds exception assertions. By balaz.dan@gmail.com. | shiqian | 2008-09-12 | 3 | -0/+268 | |
| | ||||||
* | adding two headers to the Xcode project | preston.jackson | 2008-09-12 | 1 | -2/+10 | |
| | ||||||
* | Improves thread-safe death tests by changing to the original working ↵ | shiqian | 2008-09-12 | 10 | -46/+198 | |
| | | | | directory before they are executed; also fixes out-dated comments about death tests. | |||||
* | Adds new files for type-parameterized tests, which I forgot to commit in the ↵ | shiqian | 2008-09-09 | 8 | -0/+4706 | |
| | | | | previous revision. | |||||
* | Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵ | shiqian | 2008-09-08 | 17 | -137/+930 | |
| | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). | |||||
* | Implement wide->UTF-8 string conversion more correctly | vladlosev | 2008-08-25 | 4 | -66/+301 | |
| | ||||||
* | Adds a sample on using Google Test as a Mac framework. By Preston Jackson. | shiqian | 2008-08-20 | 5 | -0/+553 | |
| | ||||||
* | Changes test creation functions to factories. By Vlad Losev. | shiqian | 2008-08-06 | 5 | -32/+61 | |
| | ||||||
* | Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan. | shiqian | 2008-08-06 | 1 | -170/+143 | |
| | ||||||
* | Adds Xcode's version requirement to README. By Preston Jackson. | shiqian | 2008-08-06 | 1 | -0/+1 | |
| | ||||||
* | Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in ↵ | shiqian | 2008-08-01 | 3 | -33/+8 | |
| | | | | opt mode. | |||||
* | Makes gtest work on Windows Mobile and Symbian. By Mika Raento. | shiqian | 2008-07-31 | 8 | -22/+200 | |
| | ||||||
* | Makes death tests create temporary files in /tmp instead of the current folder. | shiqian | 2008-07-29 | 1 | -1/+4 | |
| | ||||||
* | Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. | shiqian | 2008-07-25 | 2 | -0/+6 | |
| | ||||||
* | Adds --gtest_print_test for printing the elapsed time of tests. | shiqian | 2008-07-25 | 6 | -8/+281 | |
| | ||||||
* | Adds an Xcode project for building gtest. By Preston Jackson. | shiqian | 2008-07-25 | 10 | -1/+1127 | |
| | ||||||
* | Makes the output understandable by VS when compiled by MSVC. | shiqian | 2008-07-23 | 4 | -114/+69 | |
| | ||||||
* | Fixes some style nits; also fixes minor bugs in gtest-death-test.cc. | shiqian | 2008-07-23 | 3 | -5/+5 | |
| | ||||||
* | Fix incorrect output file name in gtest_main.vcproj | vladlosev | 2008-07-15 | 1 | -2/+2 | |
| |