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
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
2011-02-15
Add CMake support to the clang unittests.
Jeffrey Yasskin
2011-02-14
Add current binary and source directories to the header search list
Oscar Fuentes
2011-02-10
Add hack to CMakeLists.txt so that StaticAnalyzer libraries find their corres...
Ted Kremenek
2011-02-03
Moved here from LLVM Clang's configuration options and related macros.
Oscar Fuentes
2011-02-03
Optionally, Clang now builds using LLVM as an external library.
Oscar Fuentes
2011-01-03
Use some of the llvm cmake infraestructure. This takes care of
Oscar Fuentes
2010-12-16
CMake: Add runtime dir.
Michael J. Spencer
2010-10-15
Copied some flags from the Makefile build to the list of GCC flags.
Oscar Fuentes
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-11
CMake: Fix mingw32 build.
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-06-25
clang: Derive version name from LLVM unless specified explicitly. This means
Daniel Dunbar
2010-06-25
build: Add a generated Version.inc file instead of duplicating information.
Daniel Dunbar
2010-06-08
Teach the PrintFunctionNames example to be a proper module, so that
Douglas Gregor
2010-04-25
exclude cmake build directories from being installed
Chris Lattner
2010-04-17
Prevent accidental in-source builds with CMake, and detect when there are
Chandler Carruth
2010-04-01
Include *.inc in install target
Kovarththanan Rajaratnam
2009-11-17
Add optional CMake build for Clang examples, patch by Kovarththanan Rajaratnam.
Daniel Dunbar
2009-10-27
Rather than excluding quite some things, and still installing
Oscar Fuentes
2009-10-27
CMake: Append LLVM_LIBDIR_SUFFIX to library destination.
Oscar Fuentes
2009-10-11
CMake mingw build fixes.
Benjamin Kramer
2009-09-25
CMake build support for libCIndex and c-index-test. The indexing tests
Douglas Gregor
2009-09-18
Make the GCC warning flags passed by CMake the same as the warning flags pass...
Douglas Gregor
2009-09-17
Add CLANG_{SOURCE,BINARY}_DIR cmake variables.
Daniel Dunbar
2009-09-16
The CMake build system now derives the Clang version number from VER.
Douglas Gregor
2009-09-16
Collapse more clang version numbers down into fewer places.
Mike Stump
2009-09-15
Update Clang version for CMake
Douglas Gregor
2009-08-23
CMake: Improve installation of Clang
Douglas Gregor
2009-06-17
Make sure that .td and .def files get into the list of headers in a CMake bui...
Douglas Gregor
2009-06-12
CMake: New variable LLVM_LIBDIR_SUFFIX.
Oscar Fuentes
2009-06-05
First cut at regression testing Clang with CMake
Douglas Gregor
2009-03-25
CMake: Also include header files in target when the generator is 'XCode'.
Ted Kremenek
[next]