summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h
Commit message (Collapse)AuthorAgeFilesLines
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-151-1037/+0
| | | | | | | | | | | | | externally to simplify our integration of GoogleTest into LLVM. Also, build the single source file gtest-all.cc instead of the individual source files as we don't expect these to change and thus gain nothing from increased incrementality in compiles. This makes our standard build of googletest exactly like upstream's recommended build and the sanitizer's build. It also simplifies the steps of importing a new version should we ever want one. llvm-svn: 194801
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. ↵Sylvestre Ledru2012-09-271-10/+10
| | | | | | See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 llvm-svn: 164768
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-10/+10
| | | | llvm-svn: 164767
* Remove dead private member variables from gtest.Benjamin Kramer2012-06-061-1/+0
| | | | llvm-svn: 158101
* Merge gtest-1.6.0.Jay Foad2011-07-271-115/+79
| | | | llvm-svn: 136212
* Merge gtest-1.5.0.Benjamin Kramer2010-06-021-293/+120
| | | | llvm-svn: 105354
* Merge gtest-1.4.0.Benjamin Kramer2010-06-021-489/+338
| | | | llvm-svn: 105353
* Merge gtest-1.3.0.Benjamin Kramer2010-06-021-28/+159
| | | | | | | OSX users: make sure that CrashReporter is disabled when running unit tests. Death tests are enabled now so you'll get a ton of message boxes. llvm-svn: 105352
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-011-0/+1267
* Removed gtest_main.cc: we have our own main() elsewhere * Simplified the Makefile as we don't need SOURCES * Moved the internal header to gtest/internal/ * Simplified the Makefile to remove -I param to CPP.Flags * Updated README.LLVM with all the steps I took to massage GTest to work in LLVM so far llvm-svn: 61540
OpenPOWER on IntegriCloud