aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-153-3/+3
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-011-0/+2
* Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi2011-02-281-0/+2
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-041-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix VC2010 build.Michael J. Spencer2010-10-191-3/+0
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+6
* gtest: Fix warnings on MinGW.Michael J. Spencer2010-10-071-3/+3
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-071-0/+4
* Fix MSVC release mode compilation error.Francois Pichet2010-10-021-6/+6
* Reverting "CMake: Don't include tools, unittets, or examples asOscar Fuentes2010-09-251-13/+11
* CMake: Don't include tools, unittets, or examples as available targetsMichael J. Spencer2010-09-241-11/+13
* Fix line endings from my last commit.Michael J. Spencer2010-09-241-3/+3
* unittests: Support Windows.Michael J. Spencer2010-09-241-0/+27
* CMake: Build unittests.Michael J. Spencer2010-09-242-1/+36
* delete dead code.Chris Lattner2010-09-041-29/+0
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-151-2/+2
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-141-2/+2
* Silence a warning.Jakob Stoklund Olesen2010-07-121-1/+1
* Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also,Nick Lewycky2010-06-232-3/+6
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-031-1/+1
* Disable pthread support in googletest if llvm was configured without threads.Benjamin Kramer2010-06-032-0/+10
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-032-0/+6
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-023-13/+2
* Merge gtest-1.5.0.Benjamin Kramer2010-06-0224-989/+1497
* Merge gtest-1.4.0.Benjamin Kramer2010-06-0221-2039/+4137
* Merge gtest-1.3.0.Benjamin Kramer2010-06-0220-468/+2089
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-181-2/+2
* Fix -Asserts warnings.Daniel Dunbar2010-04-131-0/+1
* add minix support, patch by Kees van Reeuwijk! PR6797Chris Lattner2010-04-091-1/+2
* Continue propagating the GoogleTest flags until we can update our version toChandler Carruth2010-03-092-1/+8
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-091-0/+9
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-242-0/+2
* Fix an issue in googletest where a name was used before it was defined.Eli Friedman2009-12-181-1/+6
* Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling2009-12-161-1/+1
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-262-4/+0
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-121-1/+3
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-202-2/+4
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-133-1/+35
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-052-1/+26
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-181-1/+1
* Remove trailing slashes from include paths. Some versions of mingw don't like...Benjamin Kramer2009-07-271-1/+1
* Change 'make install' to install tblgen, for better support of out-of-tree ta...Chris Lattner2009-05-081-0/+2
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-122-6/+10
* FIx spelling.Mike Stump2009-02-051-2/+2
* Probe for flags before using them to try to help compiling withMike Stump2009-02-051-1/+4
* Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman2009-01-052-1/+1
* We also removed gtest-all.cc from the distribution tarball.Misha Brukman2009-01-021-3/+2
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-018-85/+16
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-0112-2/+35