index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2014-04-10
Allow setting CLANG_INCLUDE_TESTS=OFF to avoid having to build long-running t...
Jukka Jylanki
2013-04-22
cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally add
Richard Smith
2013-03-02
CMake: -Wno-nested-anon-types for Clang.
Jordan Rose
2013-02-26
Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...
Alexey Samsonov
2013-02-08
CMake: Include Clang unit tests in check-clang target in standalone builds.
Jordan Rose
2013-02-08
CMake: Optionally allow running the Clang unit tests in standalone builds.
Jordan Rose
2012-12-18
CMake: Make sure to detect LibXml2 when Clang is built standalone
Douglas Gregor
2012-12-14
[CMake] Move libxml2 stuff from clang to llvm/cmake.
NAKAMURA Takumi
2012-12-13
Update CMake build corresponding to r170135.
NAKAMURA Takumi
2012-10-23
CMake: Fix public header search for generating Xcode/MSVC projects.
Jordan Rose
2012-08-07
Fix capitalization of LibXml2 for CMake on case-sensitive file systems
Douglas Gregor
2012-08-07
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-07-27
clang/CMakeLists.txt: Move "examples" after building lib and tools.
NAKAMURA Takumi
2012-07-09
[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only cl...
NAKAMURA Takumi
2012-07-02
Clone a bit of LIT flag defaults from the LLVM CMake file into the
Chandler Carruth
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-06
Zap the /Za compiler switch from MSVC projects, the option is considered harm...
Francois Pichet
2012-04-16
use DEFAULT_SYSROOT
Sebastian Pop
2012-02-25
CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX/bin.
NAKAMURA Takumi
2012-02-14
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-02
back out r149504
Dylan Noblesmith
2012-02-01
cmake: don't install config.h (v2)
Dylan Noblesmith
2012-02-01
cmake: revert r149496
Dylan Noblesmith
2012-02-01
include clang's config.h unconditionally
Dylan Noblesmith
2012-02-01
cmake: don't install config.h
Dylan Noblesmith
2012-01-26
Adjust CLANG_BUILD_EXAMPLES to mean whether the examples are built
Peter Collingbourne
2011-10-06
Add the Clang tblgen backends to Clang, and flip the switch to cause
Peter Collingbourne
2011-10-06
Clang-side build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-09-23
CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} o...
NAKAMURA Takumi
2011-08-02
Fix cmake for r136702 (at least for the most part). Chandler has been kind
Chad Rosier
2011-08-02
Temporarily revert parts of r136702 to make cmake builds happy.
Chad Rosier
2011-08-02
When the compiler crashes, the compiler driver now produces diagnostic
Chad Rosier
2011-07-14
Tweak the CMake build so that building a project just containing Clang
Douglas Gregor
2011-06-08
Revert "hack in my new variables for GCC"
Chandler Carruth
2011-06-08
hack in my new variables for GCC
Chandler Carruth
2011-05-20
CMake: add support for CLANG_VENDOR. PR9966.
Oscar Fuentes
2011-05-11
Handle gcc-compatible compilers (such as clang) the same way we handle
Oscar Fuentes
2011-04-10
Reflect rename on LLVM cmake file.
Oscar Fuentes
2011-03-29
CMake: removed some unnecesary conditionals from add_clang_library.
Oscar Fuentes
2011-03-26
Removed workaround for unspecified build problem on MinGW.
Oscar Fuentes
2011-03-17
Fix some issues with include directories: remove a duplicate and put
Oscar Fuentes
2011-02-28
CMake: [PR9321] Don't install include/clang/**/*.td.
NAKAMURA Takumi
2011-02-25
CMake: add version information into the clang executable and libclang
Douglas Gregor
2011-02-25
LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang tests
Douglas Gregor
2011-02-25
Don't include Clang's unit tests if LLVM's unit tests aren't being built
Douglas Gregor
2011-02-21
CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS...
NAKAMURA Takumi
2011-02-20
Put targets on folders, if the IDE supports the feature.
Oscar Fuentes
2011-02-20
New function for tablegenning: clang_tablegen.
Oscar Fuentes
2011-02-18
More correct fix for CMake breakage I was seeing, my buildbots use
Daniel Dunbar
2011-02-16
CMake: Tweak for Visual Studio 10 quirk at clang-standalone build.
NAKAMURA Takumi
[next]