Sign in
chromium
/
chromium
/
llvm-project
/
libcxx
/
c0b166e9444c69b22a26b54e439727b11fe3891e
/
CMakeLists.txt
c0b166e
[libcxx] Add support for linking libc++ against a static ABI library.
by Eric Fiselier
· 11 years ago
e9d4b23
Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.
by Eric Fiselier
· 11 years ago
cbc8497
Remove triple detection from cmake.
by Dan Albert
· 11 years ago
818911c
[libc++] Add support for cross compiling.
by Dan Albert
· 11 years ago
7a033ca
[cmake/multilib] Teach libc++'s CMake build to support multilib libdir
by Chandler Carruth
· 11 years ago
4778eed
[libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg
by Eric Fiselier
· 11 years ago
9acbcee
Add option to turn off installation of headers.
by Eric Fiselier
· 11 years ago
ae9fec0
Add support for building libc++ as a 32 bit library
by Eric Fiselier
· 11 years ago
7330ed3
Add support for building and testing libc++ without threads to CMake.
by Eric Fiselier
· 11 years ago
af2976d
Add support for LLVM_USE_SANITIZER=Thread
by Eric Fiselier
· 11 years ago
9a1468f
Fix build regression caused by not defining ABI library macros
by Eric Fiselier
· 11 years ago
8e2855c
[libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings.
by Eric Fiselier
· 11 years ago
fd28487
Add -gline-tables-only when compiling w/ sanitizers in RELEASE
by Eric Fiselier
· 11 years ago
9071bc0
[libcxx] Add support for building and testing with an ABI library not along linker paths
by Eric Fiselier
· 11 years ago
66d529f
[libcxx] Add support for LLVM_USE_SANITIZER=Undefined
by Eric Fiselier
· 11 years ago
300da4f
[libcxx] Fix installation of ABI headers. Fixes PR20936
by Eric Fiselier
· 11 years ago
25a1516
[libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree
by Eric Fiselier
· 11 years ago
dfe5e72
[libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat
by Eric Fiselier
· 11 years ago
f2e8c04
Fix re-building in-tree libc++ against in-tree libc++abi
by Viktor Kutuzov
· 11 years ago
e515bbd
Fix linking with just-built libc++abi (added in r214037).
by Alexey Samsonov
· 11 years ago
0c6d1a8
Better defaults for in-tree libc++ with cmake.
by Dan Albert
· 11 years ago
44ead61
eliminate install of duplicate headers (take 2) Patch by Ryuta Suzuki
by David Fang
· 11 years ago
04035d6
Revert "fixes duplicate header installation"
by David Fang
· 11 years ago
0bd40d6
fixes duplicate header installation
by David Fang
· 11 years ago
eb54781
build: fix erroneous overwriting of flags
by Saleem Abdulrasool
· 12 years ago
89a52ff
build: fix add_definition abuse in CMake
by Saleem Abdulrasool
· 12 years ago
6875f3b
build: remove an errant comma
by Saleem Abdulrasool
· 12 years ago
c4962b3
Justin Bogner: This makes the headers available in the build directory, making it
by Howard Hinnant
· 12 years ago
0f7afe7
Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add '-Werror=return-type' to catch funtions that aren't returning what they should.
by Marshall Clow
· 12 years ago
d0d308f
Make it possible to link against libstdc++ as well as libsupc++ with CMake.
by Peter Collingbourne
· 12 years ago
adb73b1
G M: Attached is a patch for libcxx's cmake file.
by Howard Hinnant
· 12 years ago
66a8fce
libc++abi no longer has a cxa_demangle.h header.
by Peter Collingbourne
· 12 years ago
4c81b00
Make it possible to run the test suite when built as part of LLVM.
by Peter Collingbourne
· 12 years ago
f7eb573
Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.
by Alexey Samsonov
· 12 years ago
179fa78
[CMake] Put libcxx-specific module directories to the front of CMAKE_MODULE_PATH.
by Alexey Samsonov
· 12 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
· 12 years ago
9c07b14
G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e.
by Howard Hinnant
· 12 years ago
b777d6a
The cmake script is failing to copy cxxabi.h to the right place because it was generating to destination path like so /include// and dstdir can legally be blank from my interpretation of the script, and this would then generate a path like libcxx/include// which is illegal.
by Howard Hinnant
· 13 years ago
4a0e74f
Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o RTTI.
by Howard Hinnant
· 13 years ago
b85dea3
Michael van der Westhuizen: update to CMake.
by Howard Hinnant
· 13 years ago
46c49d1
Michael van der Westhuizen: The attached patch add support for building against libc++abi and libcxxrt to CMake builds of libc++.
by Howard Hinnant
· 13 years ago
7173a50
Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with libsupc++.
by Howard Hinnant
· 13 years ago
750039f
Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/show_bug.cgi?id=14648.
by Howard Hinnant
· 13 years ago
db8a030
[CMake] Fix c++ abi library configuration on Linux.
by Michael J. Spencer
· 13 years ago
a358fbe
[CMake] Add support for selecting which c++ abi library to use.
by Michael J. Spencer
· 13 years ago
e103a3d
Andrew Morrow: The current CMake setup for libc++ incorrectly uses the variable
by Howard Hinnant
· 13 years ago
f9b6e7e
Fix warning flags for CMake builds, from Andrew C. Morrow!
by Douglas Gregor
· 13 years ago
626916f
Add CMake build and fix major Linux blockers.
by Michael J. Spencer
· 15 years ago