1. c5cd252 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  2. 5ec8a4d Reflect rename on LLVM cmake file. by Oscar Fuentes · 13 years ago
  3. fb767c8 CMake: removed some unnecesary conditionals from add_clang_library. by Oscar Fuentes · 13 years ago
  4. 48e3646 Removed workaround for unspecified build problem on MinGW. by Oscar Fuentes · 13 years ago
  5. 617508f Fix some issues with include directories: remove a duplicate and put by Oscar Fuentes · 13 years ago
  6. 0e836b1 CMake: [PR9321] Don't install include/clang/**/*.td. by NAKAMURA Takumi · 13 years ago
  7. 8435bf9 CMake: add version information into the clang executable and libclang by Douglas Gregor · 13 years ago
  8. 670d6ed LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang tests by Douglas Gregor · 13 years ago
  9. fd68157 Don't include Clang's unit tests if LLVM's unit tests aren't being built by Douglas Gregor · 13 years ago
  10. 30decb8 CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS. llvm/cmake/modules/HandleLLVMOptions.cmake defines them. by NAKAMURA Takumi · 13 years ago
  11. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  12. c8da1ec New function for tablegenning: clang_tablegen. by Oscar Fuentes · 13 years ago
  13. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 13 years ago
  14. 792f975 CMake: Tweak for Visual Studio 10 quirk at clang-standalone build. by NAKAMURA Takumi · 13 years ago
  15. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago
  16. b641f08 Add current binary and source directories to the header search list by Oscar Fuentes · 13 years ago
  17. b26bd74 Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corresponding headers. by Ted Kremenek · 13 years ago
  18. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 13 years ago
  19. 67410b3 Optionally, Clang now builds using LLVM as an external library. by Oscar Fuentes · 13 years ago
  20. 9917401 Use some of the llvm cmake infraestructure. This takes care of by Oscar Fuentes · 13 years ago
  21. 48263ba CMake: Add runtime dir. by Michael J. Spencer · 14 years ago
  22. 827c573 Copied some flags from the Makefile build to the list of GCC flags. by Oscar Fuentes · 14 years ago
  23. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  24. 28709c1 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  25. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  26. c4b8e92 clang: Derive version name from LLVM unless specified explicitly. This means by Daniel Dunbar · 14 years ago
  27. a510767 build: Add a generated Version.inc file instead of duplicating information. by Daniel Dunbar · 14 years ago
  28. eb5dc49 Teach the PrintFunctionNames example to be a proper module, so that by Douglas Gregor · 14 years ago
  29. d7d5bb1 exclude cmake build directories from being installed by Chris Lattner · 14 years ago
  30. 63e9c0d Prevent accidental in-source builds with CMake, and detect when there are by Chandler Carruth · 14 years ago
  31. ec700a6 Include *.inc in install target by Kovarththanan Rajaratnam · 14 years ago
  32. 45088e2 Add optional CMake build for Clang examples, patch by Kovarththanan Rajaratnam. by Daniel Dunbar · 15 years ago
  33. 82cac29 Rather than excluding quite some things, and still installing by Oscar Fuentes · 15 years ago
  34. bfb06ea CMake: Append LLVM_LIBDIR_SUFFIX to library destination. by Oscar Fuentes · 15 years ago
  35. bd78554 CMake mingw build fixes. by Benjamin Kramer · 15 years ago
  36. ac47bc7 CMake build support for libCIndex and c-index-test. The indexing tests by Douglas Gregor · 15 years ago
  37. 9df3faf Make the GCC warning flags passed by CMake the same as the warning flags passed in the make build by Douglas Gregor · 15 years ago
  38. 91ee77a Add CLANG_{SOURCE,BINARY}_DIR cmake variables. by Daniel Dunbar · 15 years ago
  39. 34d9ffa The CMake build system now derives the Clang version number from VER. by Douglas Gregor · 15 years ago
  40. f918b8f Collapse more clang version numbers down into fewer places. by Mike Stump · 15 years ago
  41. 291fbde Update Clang version for CMake by Douglas Gregor · 15 years ago
  42. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  43. f5216f2 Make sure that .td and .def files get into the list of headers in a CMake build, for use in Xcode and Visual Studio by Douglas Gregor · 15 years ago
  44. 755f3df CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  45. eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 15 years ago
  46. bf5de3f CMake: Also include header files in target when the generator is 'XCode'. by Ted Kremenek · 15 years ago
  47. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  48. cbcd98b Add CMake files for tools/driver; I am just guessing here, can someone test/fix? by Daniel Dunbar · 15 years ago
  49. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  50. e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 15 years ago
  51. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 15 years ago
  52. 1c212a0 Add /Za to all MSVC build of a clang libraries. by Cedric Venet · 16 years ago
  53. bc6ec75 "a patch telling cmake to install clang headers in the target install directory" by Chris Lattner · 16 years ago
  54. fe2f808 Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header. by Cedric Venet · 16 years ago
  55. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago