aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2010-04-01Include *.inc in install targetKovarththanan Rajaratnam
2009-11-17Add optional CMake build for Clang examples, patch by Kovarththanan Rajaratnam.Daniel Dunbar
2009-10-27Rather than excluding quite some things, and still installingOscar Fuentes
2009-10-27CMake: Append LLVM_LIBDIR_SUFFIX to library destination.Oscar Fuentes
2009-10-11CMake mingw build fixes.Benjamin Kramer
2009-09-25CMake build support for libCIndex and c-index-test. The indexing testsDouglas Gregor
2009-09-18Make the GCC warning flags passed by CMake the same as the warning flags pass...Douglas Gregor
2009-09-17Add CLANG_{SOURCE,BINARY}_DIR cmake variables.Daniel Dunbar
2009-09-16The CMake build system now derives the Clang version number from VER.Douglas Gregor
2009-09-16Collapse more clang version numbers down into fewer places.Mike Stump
2009-09-15Update Clang version for CMakeDouglas Gregor
2009-08-23CMake: Improve installation of ClangDouglas Gregor
2009-06-17Make sure that .td and .def files get into the list of headers in a CMake bui...Douglas Gregor
2009-06-12CMake: New variable LLVM_LIBDIR_SUFFIX.Oscar Fuentes
2009-06-05First cut at regression testing Clang with CMakeDouglas Gregor
2009-03-25CMake: Also include header files in target when the generator is 'XCode'.Ted Kremenek
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-03-24Add CMake files for tools/driver; I am just guessing here, can someone test/fix?Daniel Dunbar
2009-03-16Build system changes to use TableGen to generate the variousDouglas Gregor
2009-03-14Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl
2009-03-14Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl
2008-12-13Add /Za to all MSVC build of a clang libraries.Cedric Venet
2008-11-11"a patch telling cmake to install clang headers in the targetChris Lattner
2008-11-02Add header files to CMake build solution. It use globing so it doesn't need t...Cedric Venet
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes