Sign in
flutter
/
third_party
/
libcxx
/
1591b37ffb7d7495e06c1cccc71b69959d80326a
/
cmake
cfc5515
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
by Eric Fiselier
· 8 years ago
983f384
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
by Eric Fiselier
· 8 years ago
ea38cde
Fix configuring and building libc++ w/o an ABI library.
by Eric Fiselier
· 8 years ago
cfe109b
build: dont detect libraries for Windows
by Saleem Abdulrasool
· 8 years ago
513447d
[libcxx][CMake] Move the warning to HandleOutOfTreeLLVM
by Petr Hosek
· 8 years ago
11715ba
Put C++ ABI headers in a special build directory instead of the top level.
by Eric Fiselier
· 8 years ago
5e000c6
Add check-cxx-abilist target when supported.
by Eric Fiselier
· 8 years ago
4f031f8
[cmake] Allow testing against installed LLVM with no sources
by Michal Gorny
· 8 years ago
472c8c6
Remove dead CMake target
by Eric Fiselier
· 8 years ago
a54229f
Cleanup CMake status output
by Eric Fiselier
· 8 years ago
3bf8a9c
Fix linker script generation for in-tree builds
by Eric Fiselier
· 8 years ago
512cf2d
[CMake] NFC. Missed the other uses in r280406
by Chris Bieneman
· 9 years ago
2e35384
[CMake] Don't copy headers on fully standalone
by Chris Bieneman
· 9 years ago
25a93c5
Fix libc++ configuration with -fsanitize-coverage
by Ivan Krasin
· 9 years ago
eb930a5
libc++: perform configuration checks with -nodefaultlibs
by Saleem Abdulrasool
· 9 years ago
e146f75
libc++: add an option to build against compiler-rt
by Saleem Abdulrasool
· 9 years ago
af7f1a8
Revert "libc++: Perform configuration checks with -nodefaultlibs"
by Saleem Abdulrasool
· 9 years ago
ab80428
libc++: Perform configuration checks with -nodefaultlibs
by Saleem Abdulrasool
· 9 years ago
8c22696
[CMake] Get libcxx building under LLVM/runtimes
by Chris Bieneman
· 9 years ago
5432e3b
Rework libatomic handling in CMake and LIT.
by Eric Fiselier
· 9 years ago
54f2d20
[CMake] Cleanup uses of USES_TERMINAL
by Chris Bieneman
· 9 years ago
a27cbf8
[libcxx] Allow target flags to affect CMake configuration tests
by Eric Fiselier
· 9 years ago
1eb7445
Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string
by Eric Fiselier
· 9 years ago
25bcc0f
[libcxx] Prefer C++14 over C++11 when building libc++experimental.
by Eric Fiselier
· 9 years ago
100ce64
Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers.
by Eric Fiselier
· 9 years ago
fea3b21
Issue a warning instead of fatal errors when checks for libatomic fail.
by Vasileios Kalintiris
· 9 years ago
629135a
Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with LLVM
by Eric Fiselier
· 9 years ago
df69432
Fix r260515 - Correct typos in CMake changes
by Eric Fiselier
· 9 years ago
cb6641a
Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic."
by Vasileios Kalintiris
· 9 years ago
1654db4
Revert "Introduce a cmake module to figure out whether we need to link with libatomic."
by Vasileios Kalintiris
· 9 years ago
b56fdea
Introduce a cmake module to figure out whether we need to link with libatomic.
by Vasileios Kalintiris
· 9 years ago
c35d862
Fix the search path for CMake files
by Niels Ole Salscheider
· 9 years ago
ce5695f
Revert r256606 due to compiler-rt sanitizer bot failures
by Eric Fiselier
· 9 years ago
44f2e41
Cleanup CMake for out-of-tree builds
by Eric Fiselier
· 9 years ago
563647a
Replace cmake check for printf with a check for fopen.
by Evgeniy Stepanov
· 9 years ago
1cf5a81
Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none
by Eric Fiselier
· 9 years ago
bb856cc
[libcxx] Make libc++.so a linker script by default on most platforms.
by Eric Fiselier
· 9 years ago
a662279
Use __config_site when building libc++. Also cleanup ABI versioning doc
by Eric Fiselier
· 9 years ago
4f01aa8
ABI versioning macros for libc++.
by Evgeniy Stepanov
· 9 years ago
73ffc78
[libcxx] Capture configuration information when installing the libc++ headers
by Eric Fiselier
· 9 years ago
961269d
[libcxx] Remove installation rules on Darwin when it would overwrite the system installation.
by Eric Fiselier
· 10 years ago
2fdc443
Fix default value for LLVM_INCLUDE_DOCS in out of tree build.
by Eric Fiselier
· 10 years ago
b9f425a
[libcxx] Add new Sphinx documentation
by Eric Fiselier
· 10 years ago
de56f74
[libcxx] Add "install-libcxx" target.
by Eric Fiselier
· 10 years ago
1efadf9
Fix CMake error whet llvm-config reports a non-existent source directory.
by Eric Fiselier
· 10 years ago
c0e7971
Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages.
by Eric Fiselier
· 10 years ago
6a85d5c
Print message when configuring for standalone build.
by Eric Fiselier
· 10 years ago
eb6e2ea
Reapply working parts of CMake cleanup.
by Eric Fiselier
· 10 years ago
5514d36
Revert recent CMake changes again due to failing compiler-rt builds
by Eric Fiselier
· 10 years ago
8b93263
Attempt to fix build issues introduced by r243574
by Eric Fiselier
· 10 years ago
d74dee9
Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
by Eric Fiselier
· 10 years ago
aa9b5e3
Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
by Hans Wennborg
· 10 years ago
91eeba8
[libcxx] Cleanup CMake configuration and integrate with LLVM
by Eric Fiselier
· 10 years ago
bae11ad
Fix building and testing libc++ with GCC.
by Eric Fiselier
· 10 years ago
bf9653d
[libcxx] Add code coverage configuration to CMake and LIT.
by Eric Fiselier
· 10 years ago
02c24c1
[libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_PATHS
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
f42a8e6
Make ABI header not found a warning, not an error.
by Dan Albert
· 10 years ago
062d0a6
Add __cxxabi_config.h to libcxxabi headers.
by Dan Albert
· 10 years ago
cbc8497
Remove triple detection from cmake.
by Dan Albert
· 10 years ago
9a1468f
Fix build regression caused by not defining ABI library macros
by Eric Fiselier
· 10 years ago
fd28487
Add -gline-tables-only when compiling w/ sanitizers in RELEASE
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
9b53c10
Add special case for finding the in-tree ABI library.
by Eric Fiselier
· 10 years ago
9071bc0
[libcxx] Add support for building and testing with an ABI library not along linker paths
by Eric Fiselier
· 10 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
55f667c
build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONS
by Saleem Abdulrasool
· 11 years ago
f7eb573
Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.
by Alexey Samsonov
· 11 years ago
20542c0
http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki
by Howard Hinnant
· 14 years ago
626916f
Add CMake build and fix major Linux blockers.
by Michael J. Spencer
· 14 years ago