summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-0/+20
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-20/+0
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-0/+20
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+6
* Force #define GTEST_LANG_CXX11.Zachary Turner2017-10-271-0/+5
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-2/+2
* Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth2017-01-101-0/+3
* [gtest] Detect warning flags using the positive spelling.Chandler Carruth2017-01-061-2/+2
* [gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth2017-01-041-0/+6
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-091-0/+3
* Avoid linking LLVM component libraries with libLLVMAndrew Wilkins2016-02-121-4/+3
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-6/+0
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-0/+6
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-6/+0
* Use -Wl,defs when linking.Rafael Espindola2015-01-201-2/+11
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-4/+2
* [CMake] Add dependencies to gtest.NAKAMURA Takumi2014-02-101-0/+5
* Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt.NAKAMURA Takumi2014-01-101-3/+1
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-151-7/+2
* Get the unittests compiling when building with cmake and the settingDuncan Sands2013-05-141-0/+4
* Fix gtest build issue on Visual Studio 2012 RCJustin Holewinski2012-06-061-0/+6
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-8/+0
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-191-0/+8
* Update CMake build for new gtest file.Frits van Bommel2011-07-271-0/+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
* CMake: Fix warning in gtest.Michael J. Spencer2010-10-071-0/+4
* 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
* CMake: Build unittests.Michael J. Spencer2010-09-241-0/+34
OpenPOWER on IntegriCloud