Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libcxx
/
74a6450793217439f75f1d4ee1a63340d888ae4d
/
lib
/
CMakeLists.txt
961269d
[libcxx] Remove installation rules on Darwin when it would overwrite the system installation.
by Eric Fiselier
· 9 years ago
de56f74
[libcxx] Add "install-libcxx" target.
by Eric Fiselier
· 9 years ago
eb6e2ea
Reapply working parts of CMake cleanup.
by Eric Fiselier
· 9 years ago
5514d36
Revert recent CMake changes again due to failing compiler-rt builds
by Eric Fiselier
· 9 years ago
d74dee9
Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
by Eric Fiselier
· 9 years ago
aa9b5e3
Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
by Hans Wennborg
· 9 years ago
91eeba8
[libcxx] Cleanup CMake configuration and integrate with LLVM
by Eric Fiselier
· 9 years ago
938c96e
[libcxx] Add support for sanitizers on OS X.
by Eric Fiselier
· 9 years ago
bf9653d
[libcxx] Add code coverage configuration to CMake and LIT.
by Eric Fiselier
· 10 years ago
4f274d0
Only enable special apple link flags for libc++abi (or none)
by Eric Fiselier
· 10 years ago
c0b166e
[libcxx] Add support for linking libc++ against a static ABI library.
by Eric Fiselier
· 10 years ago
45969ec
[libcxx] Move to using libc++abi2.exp as the default symbol list for libc++
by Eric Fiselier
· 10 years ago
7a033ca
[cmake/multilib] Teach libc++'s CMake build to support multilib libdir
by Chandler Carruth
· 10 years ago
6cb69ff
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
by Eric Fiselier
· 10 years ago
8e2855c
[libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings.
by Eric Fiselier
· 10 years ago
cb7e32c
[libcxx] Redo adding support for building and testing with an ABI library not along linker paths
by Eric Fiselier
· 10 years ago
f3b5f0e
[libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
by Hans Wennborg
· 10 years ago
a1d32fc
Obey LLVM_LIBDIR_SUFFIX.
by Dan Albert
· 10 years ago
44ead61
eliminate install of duplicate headers (take 2) Patch by Ryuta Suzuki
by David Fang
· 10 years ago
c4962b3
Justin Bogner: This makes the headers available in the build directory, making it
by Howard Hinnant
· 11 years ago
c64c980
[cmake] Provide an option to not install the support headers so that the cmake build can match the make build if requested.
by Michael Gottesman
· 11 years ago
8a1fc89
[cmake] Make libcxx standalone compile on Mac OS X.
by Michael Gottesman
· 11 years ago
db8a030
[CMake] Fix c++ abi library configuration on Linux.
by Michael J. Spencer
· 12 years ago
a358fbe
[CMake] Add support for selecting which c++ abi library to use.
by Michael J. Spencer
· 12 years ago
87c61a6
Allow libc++ to be built with CMake from within the LLVM tree. The libc++ part is just some renaming as the variable was already in use, conflicting with something else in the LLVM tree. Contributed by Ruben Van Boxem.
by Howard Hinnant
· 13 years ago
92a0700
Partial Windows port by Ruben Van Boxem
by Howard Hinnant
· 13 years ago
20542c0
http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki
by Howard Hinnant
· 13 years ago
8dcad97
http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time.
by Howard Hinnant
· 14 years ago
542b0f0
http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this patch. Please let me know if it causes problems.
by Howard Hinnant
· 14 years ago
626916f
Add CMake build and fix major Linux blockers.
by Michael J. Spencer
· 14 years ago