c8e41c591741b3da1077f7000274ad040bef8002 |
|
23-Jul-2012 |
Sylvestre Ledru <sylvestre@debian.org> |
Fix a typo (the the => the) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
69c96d71dd31401b2fbef5837e37cb81b2a7c83a |
|
22-Jan-2012 |
David Blaikie <dblaikie@gmail.com> |
Help GCC along with code that's actually unreachable. Unfortunately I don't think there's a fix for this that will work upstream and also satisfy Clang's -Wunreachable-code, which is a pity. But I'll give it some more thought -perhaps there's some way out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148645 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
a36dda2b0ead8a8c8c43ebfff2e020c2c631d3ee |
|
21-Jan-2012 |
David Blaikie <dblaikie@gmail.com> |
Remove unreachable defaults from gtest. This will ensure LLVM and Clang build -Wswitch-enum-redundant-default (an on-by-default warning I'm about to add to Clang). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148639 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
b33f8e3e55932d0e15a686ef0c598da8dbc37acd |
|
27-Jul-2011 |
Jay Foad <jay.foad@gmail.com> |
Merge gtest-1.6.0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136212 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
7a2bdde0a0eebcd2125055e0eacaca040f0b766c |
|
15-Apr-2011 |
Chris Lattner <sabre@nondot.org> |
Fix a ton of comment typos found by codespell. Patch by Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
6b17830980093a765d99696048c82b2ec53a8a3c |
|
07-Oct-2010 |
Michael J. Spencer <bigcheesegs@gmail.com> |
gtest: Fix warnings on MinGW. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115945 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
d3ba94ce59b7896432616c5e7a8421f1dddf9bd3 |
|
04-Sep-2010 |
Chris Lattner <sabre@nondot.org> |
delete dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113075 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
a70282dcfac1788f94ff4596d2a893a36d3a95f6 |
|
12-Jul-2010 |
Jakob Stoklund Olesen <stoklund@2pi.dk> |
Silence a warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108169 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
57240ff6e2252f8986f6e47e4010bc52fbae25d1 |
|
03-Jun-2010 |
Benjamin Kramer <benny.kra@googlemail.com> |
Merge gtest-1.5.0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105354 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
190f8ee25a6977ac6eb71b816498df42f17ad9a7 |
|
03-Jun-2010 |
Benjamin Kramer <benny.kra@googlemail.com> |
Merge gtest-1.4.0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105353 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
e4b9c93fc1b531fe0cfe25a042f6b81c1e7c15c0 |
|
03-Jun-2010 |
Benjamin Kramer <benny.kra@googlemail.com> |
Merge gtest-1.3.0. 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105352 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
0a0124e4f60da9ee8d76ccaab3116862a20be2b0 |
|
16-Dec-2009 |
Bill Wendling <isanbard@gmail.com> |
Remove superfluous 'extern' variable that was causing a warning with clang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91552 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
e0a056b1fffba3133f1343034c359382954c182a |
|
12-Feb-2009 |
Julien Lerouge <jlerouge@apple.com> |
Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable exceptions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64367 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
e5f9471bd25b82bbe1920b1afab75138870c3274 |
|
01-Jan-2009 |
Misha Brukman <brukman+llvm@gmail.com> |
* Removed gtest-all.cc; .cc files including other .cc files is weird * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61540 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|
3aae44e19f4179819599dc154dfcee95e6879eb1 |
|
01-Jan-2009 |
Misha Brukman <brukman+llvm@gmail.com> |
Moved Google Test code up one directory so that we can use a standard LLVM 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61539 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/unittest/googletest/gtest.cc
|