summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/gtest-filepath.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-151-378/+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
* Remove unused internal linkage variable.Richard Smith2012-11-271-2/+0
| | | | llvm-svn: 168729
* Merge gtest-1.6.0.Jay Foad2011-07-271-18/+18
| | | | llvm-svn: 136212
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558
* Merge gtest-1.5.0.Benjamin Kramer2010-06-021-12/+52
| | | | llvm-svn: 105354
* Merge gtest-1.4.0.Benjamin Kramer2010-06-021-52/+49
| | | | llvm-svn: 105353
* Merge gtest-1.3.0.Benjamin Kramer2010-06-021-20/+42
| | | | | | | 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
* silence some -Wmissing-field-initializers warnings.Chris Lattner2010-04-181-2/+2
| | | | llvm-svn: 101690
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-011-0/+321
Makefile with it, without resorting to the use of VPATH. Also added Makefiles at every level of the directory tree to properly recurse to Google Test and build it as a library (original Makefiles by Talin). llvm-svn: 61539
OpenPOWER on IntegriCloud