summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* CMake: Fix public header search for generating Xcode/MSVC projects.Jordan Rose2012-10-23
* Fix capitalization of LibXml2 for CMake on case-sensitive file systemsDouglas Gregor2012-08-07
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-07
* clang/CMakeLists.txt: Move "examples" after building lib and tools.NAKAMURA Takumi2012-07-27
* [CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...NAKAMURA Takumi2012-07-09
* Clone a bit of LIT flag defaults from the LLVM CMake file into theChandler Carruth2012-07-02
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet2012-06-06
* use DEFAULT_SYSROOTSebastian Pop2012-04-16
* CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin.NAKAMURA Takumi2012-02-25
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-14
* back out r149504Dylan Noblesmith2012-02-02
* cmake: don't install config.h (v2)Dylan Noblesmith2012-02-01
* cmake: revert r149496Dylan Noblesmith2012-02-01
* include clang's config.h unconditionallyDylan Noblesmith2012-02-01
* cmake: don't install config.hDylan Noblesmith2012-02-01
* Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are builtPeter Collingbourne2012-01-26
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-06
* Clang-side build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} o...NAKAMURA Takumi2011-09-23
* Fix cmake for r136702 (at least for the most part). Chandler has been kind Chad Rosier2011-08-02
* Temporarily revert parts of r136702 to make cmake builds happy.Chad Rosier2011-08-02
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-02
* Tweak the CMake build so that building a project just containing ClangDouglas Gregor2011-07-14
* Revert "hack in my new variables for GCC"Chandler Carruth2011-06-08
* hack in my new variables for GCCChandler Carruth2011-06-08
* CMake: add support for CLANG_VENDOR. PR9966.Oscar Fuentes2011-05-20
* Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes2011-05-11
* Reflect rename on LLVM cmake file.Oscar Fuentes2011-04-10
* CMake: removed some unnecesary conditionals from add_clang_library.Oscar Fuentes2011-03-29
* Removed workaround for unspecified build problem on MinGW.Oscar Fuentes2011-03-26
* Fix some issues with include directories: remove a duplicate and putOscar Fuentes2011-03-17
* CMake: [PR9321] Don't install include/clang/**/*.td.NAKAMURA Takumi2011-02-28
* CMake: add version information into the clang executable and libclangDouglas Gregor2011-02-25
* LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang testsDouglas Gregor2011-02-25
* Don't include Clang's unit tests if LLVM's unit tests aren't being builtDouglas Gregor2011-02-25
* CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS...NAKAMURA Takumi2011-02-21
* Put targets on folders, if the IDE supports the feature.Oscar Fuentes2011-02-20
* New function for tablegenning: clang_tablegen.Oscar Fuentes2011-02-20
* More correct fix for CMake breakage I was seeing, my buildbots useDaniel Dunbar2011-02-18
* CMake: Tweak for Visual Studio 10 quirk at clang-standalone build.NAKAMURA Takumi2011-02-16
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-15
* Add current binary and source directories to the header search listOscar Fuentes2011-02-14
* Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corres...Ted Kremenek2011-02-10
* Moved here from LLVM Clang's configuration options and related macros.Oscar Fuentes2011-02-03
* Optionally, Clang now builds using LLVM as an external library.Oscar Fuentes2011-02-03
* Use some of the llvm cmake infraestructure. This takes care ofOscar Fuentes2011-01-03
* CMake: Add runtime dir.Michael J. Spencer2010-12-16
* Copied some flags from the Makefile build to the list of GCC flags.Oscar Fuentes2010-10-15
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-13