Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 16 | -2213/+0 |
| | |||||
* | Exported by script | Billy Donahue | 2015-08-21 | 1 | -0/+0 |
| | |||||
* | Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 | zhanyong.wan | 2013-08-27 | 1 | -3/+54 |
| | |||||
* | Renames the license file. | vladlosev | 2011-09-09 | 1 | -4/+4 |
| | |||||
* | Fixes broken XCode build (issue ↵ | vladlosev | 2010-10-12 | 1 | -0/+4 |
| | | | | http://code.google.com/p/googletest/issues/detail?id=317). | ||||
* | Include gtest headers as user headers instead of system headers. | zhanyong.wan | 2010-09-14 | 1 | -1/+1 |
| | |||||
* | Updating the xcode/Samples. | preston.a.jackson | 2010-03-02 | 5 | -17/+216 |
| | |||||
* | Adds proper license to the xcode build scripts. | zhanyong.wan | 2009-12-29 | 2 | -3/+61 |
| | |||||
* | Turns on -Wshadow (by Preston Jackson). | zhanyong.wan | 2009-12-16 | 1 | -1/+1 |
| | |||||
* | Updating for Snow Leopard. Cleaning up the sample code. Updating the README ↵ | preston.a.jackson | 2009-08-28 | 4 | -61/+32 |
| | | | | with instructions for installation from the command line. | ||||
* | Cleaning up gtest.xcode. Removing old tests, using gtest-all.cc, adding a ↵ | preston.a.jackson | 2009-08-21 | 6 | -4009/+331 |
| | | | | static libgtest.a and a static libgtest_main.a, fixing the sample code to work with changes. | ||||
* | 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 | ||||
* | Value-parameterized tests and many bugfixes | vladlosev | 2008-11-20 | 4 | -5/+544 |
| | |||||
* | Many changes: | shiqian | 2008-10-11 | 2 | -14/+231 |
| | | | | | | | | | | | | - 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 | 4 | -94/+3210 |
| | |||||
* | adding two headers to the Xcode project | preston.jackson | 2008-09-12 | 1 | -2/+10 |
| | |||||
* | Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵ | shiqian | 2008-09-08 | 1 | -12/+93 |
| | | | | case-insensitive wide string comparison to the String class (by Vlad Losev). | ||||
* | Adds a sample on using Google Test as a Mac framework. By Preston Jackson. | shiqian | 2008-08-20 | 5 | -0/+553 |
| | |||||
* | Adds an Xcode project for building gtest. By Preston Jackson. | shiqian | 2008-07-25 | 7 | -0/+1097 |