index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Lex
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-12-04
clang/Lex: [CMake] Update CMakefiles since r169229.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2011-12-20
Update the CMake build for r146959's new files.
Chandler Carruth
2011-11-11
Introduce basic support for parsing module map files.
Douglas Gregor
2011-02-11
Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.
Jeffrey Yasskin
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-10-20
Add a __has_attribute macro that works much like __has_feature and __has_buil...
Anders Carlsson
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-08
Clean up some of the CMake dependencies
Douglas Gregor
2010-03-18
Introduce the notion of a "preprocessing record", which keeps track of
Douglas Gregor
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-02-13
Fix cmake builds.
Mike Stump
2008-11-19
CMake: Added some source files.
Oscar Fuentes
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes