summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-1/+0
* Add CMake files for tools/driver; I am just guessing here, can someone test/fix?Daniel Dunbar2009-03-241-0/+1
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-0/+3
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-141-1/+0
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-141-0/+1
* Add /Za to all MSVC build of a clang libraries.Cedric Venet2008-12-131-0/+8
* "a patch telling cmake to install clang headers in the targetChris Lattner2008-11-111-0/+5
* Add header files to CMake build solution. It use globing so it doesn't need t...Cedric Venet2008-11-021-2/+16
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+26