summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Tweak the CMake build so that building a project just containing ClangDouglas Gregor2011-07-141-2/+11
* Revert "hack in my new variables for GCC"Chandler Carruth2011-06-081-12/+0
* hack in my new variables for GCCChandler Carruth2011-06-081-0/+12
* CMake: add support for CLANG_VENDOR. PR9966.Oscar Fuentes2011-05-201-0/+7
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-111-1/+1
* Reflect rename on LLVM cmake file.Oscar Fuentes2011-04-101-1/+1
* CMake: removed some unnecesary conditionals from add_clang_library.Oscar Fuentes2011-03-291-15/+6
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-261-5/+3
* Fix some issues with include directories: remove a duplicate and putOscar Fuentes2011-03-171-5/+2
* CMake: [PR9321] Don't install include/clang/**/*.td.NAKAMURA Takumi2011-02-281-1/+0
* CMake: add version information into the clang executable and libclangDouglas Gregor2011-02-251-0/+10
* LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang testsDouglas Gregor2011-02-251-2/+2
* Don't include Clang's unit tests if LLVM's unit tests aren't being builtDouglas Gregor2011-02-251-5/+4
* CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS...NAKAMURA Takumi2011-02-211-3/+0
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-201-0/+3
* New function for tablegenning: clang_tablegen.Oscar Fuentes2011-02-201-0/+30
* More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar2011-02-181-0/+2
* CMake: Tweak for Visual Studio 10 quirk at clang-standalone build.NAKAMURA Takumi2011-02-161-0/+9
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-151-0/+7
* Add current binary and source directories to the header search listOscar Fuentes2011-02-141-0/+1
* Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corres...Ted Kremenek2011-02-101-0/+3
* Moved here from LLVM Clang's configuration options and related macros.Oscar Fuentes2011-02-031-1/+11
* Optionally, Clang now builds using LLVM as an external library.Oscar Fuentes2011-02-031-1/+55
* Use some of the llvm cmake infraestructure. This takes care ofOscar Fuentes2011-01-031-11/+2
* CMake: Add runtime dir.Michael J. Spencer2010-12-161-1/+1
* Copied some flags from the Makefile build to the list of GCC flags.Oscar Fuentes2010-10-151-1/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-1/+0
* CMake: Fix mingw32 build.Michael J. Spencer2010-09-111-4/+6
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-2/+6
* clang: Derive version name from LLVM unless specified explicitly. This meansDaniel Dunbar2010-06-251-8/+2
* build: Add a generated Version.inc file instead of duplicating information.Daniel Dunbar2010-06-251-0/+17
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-081-1/+7
* exclude cmake build directories from being installedChris Lattner2010-04-251-0/+1
* Prevent accidental in-source builds with CMake, and detect when there areChandler Carruth2010-04-171-0/+20
* Include *.inc in install targetKovarththanan Rajaratnam2010-04-011-0/+6
* Add optional CMake build for Clang examples, patch by Kovarththanan Rajaratnam.Daniel Dunbar2009-11-171-0/+5
* Rather than excluding quite some things, and still installingOscar Fuentes2009-10-271-2/+6
* CMake: Append LLVM_LIBDIR_SUFFIX to library destination.Oscar Fuentes2009-10-271-1/+1
* CMake mingw build fixes.Benjamin Kramer2009-10-111-3/+7
* CMake build support for libCIndex and c-index-test. The indexing testsDouglas Gregor2009-09-251-1/+14
* Make the GCC warning flags passed by CMake the same as the warning flags pass...Douglas Gregor2009-09-181-0/+7
* Add CLANG_{SOURCE,BINARY}_DIR cmake variables.Daniel Dunbar2009-09-171-0/+3
* The CMake build system now derives the Clang version number from VER.Douglas Gregor2009-09-161-2/+11
* Collapse more clang version numbers down into fewer places.Mike Stump2009-09-161-0/+1
* Update Clang version for CMakeDouglas Gregor2009-09-151-2/+3
* CMake: Improve installation of ClangDouglas Gregor2009-08-231-2/+3
* Make sure that .td and .def files get into the list of headers in a CMake bui...Douglas Gregor2009-06-171-3/+6
* CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes2009-06-121-1/+1
* First cut at regression testing Clang with CMakeDouglas Gregor2009-06-051-0/+1
* CMake: Also include header files in target when the generator is 'XCode'.Ted Kremenek2009-03-251-2/+2