Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ead2a5e8e8cad528bc001c01dfe47ca8c5357ff9
/
CMakeLists.txt
82cac29
Rather than excluding quite some things, and still installing
by Oscar Fuentes
· 15 years ago
bfb06ea
CMake: Append LLVM_LIBDIR_SUFFIX to library destination.
by Oscar Fuentes
· 15 years ago
bd78554
CMake mingw build fixes.
by Benjamin Kramer
· 15 years ago
ac47bc7
CMake build support for libCIndex and c-index-test. The indexing tests
by Douglas Gregor
· 15 years ago
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
91ee77a
Add CLANG_{SOURCE,BINARY}_DIR cmake variables.
by Daniel Dunbar
· 15 years ago
34d9ffa
The CMake build system now derives the Clang version number from VER.
by Douglas Gregor
· 15 years ago
f918b8f
Collapse more clang version numbers down into fewer places.
by Mike Stump
· 15 years ago
291fbde
Update Clang version for CMake
by Douglas Gregor
· 15 years ago
7f7b748
CMake: Improve installation of Clang
by Douglas Gregor
· 15 years ago
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
755f3df
CMake: New variable LLVM_LIBDIR_SUFFIX.
by Oscar Fuentes
· 15 years ago
eb357b6
First cut at regression testing Clang with CMake
by Douglas Gregor
· 15 years ago
bf5de3f
CMake: Also include header files in target when the generator is 'XCode'.
by Ted Kremenek
· 16 years ago
073777f
Move <root>/Driver into <root>/tools/clang-cc.
by Daniel Dunbar
· 16 years ago
cbcd98b
Add CMake files for tools/driver; I am just guessing here, can someone test/fix?
by Daniel Dunbar
· 16 years ago
a393e9e
Build system changes to use TableGen to generate the various
by Douglas Gregor
· 16 years ago
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
· 16 years ago
3801d71
Switch diagnostics from .def to tablegen files. Please validate the Windows build.
by Sebastian Redl
· 16 years ago
1c212a0
Add /Za to all MSVC build of a clang libraries.
by Cedric Venet
· 16 years ago
bc6ec75
"a patch telling cmake to install clang headers in the target install directory"
by Chris Lattner
· 16 years ago
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
d2f4e5e
CMake: Builds and installs clang binary and libs (no docs yet). It
by Oscar Fuentes
· 16 years ago