| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 91552
|
|
|
|
| |
llvm-svn: 85149
|
|
|
|
| |
llvm-svn: 83823
|
|
|
|
| |
llvm-svn: 82373
|
|
|
|
|
|
|
| |
- This eliminates a race between building the unittests and linking the
UnitTestMain library.
llvm-svn: 81719
|
|
|
|
|
|
|
|
| |
This can break when there are implicit conversions from types raw_ostream
understands but std::ostream doesn't, but it increases the number of cases that
Just Work.
llvm-svn: 81093
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
try to use i686-darwin to build for arm-eabi, you'll quickly run into
several false assumptions that the target OS must be the same as the
host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
help builds like "make check" and the test-suite able to cross
compile. Along the way a target of *-unknown-eabi is defined as
"Freestanding" so that TARGET_OS checks have something to work with.
Patch by Sandeep Patel!
llvm-svn: 79296
|
|
|
|
|
|
| |
like them.
llvm-svn: 77188
|
|
|
|
|
|
|
|
| |
targets,
patch by Mikael Lepistö!
llvm-svn: 71226
|
|
|
|
|
|
| |
exceptions.
llvm-svn: 64367
|
|
|
|
| |
llvm-svn: 63883
|
|
|
|
|
|
|
| |
compilers that don't support those flags. This hopefully will help
gcc 3.X compile this code. http://llvm.org/PR3487
llvm-svn: 63882
|
|
|
|
|
|
| |
conventions, per John Criswell.
llvm-svn: 61708
|
|
|
|
| |
llvm-svn: 61581
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
Added a README.LLVM file to indicate which files and directories
were removed from the original source tarball.
llvm-svn: 61526
|