Sign in
flutter
/
third_party
/
libcxx
/
f472d6c89df1fbf536af7cac1e7a68d09a5598ec
/
lib
/
CMakeLists.txt
c59c317
Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets"
by Petr Hosek
· 8 years ago
157fd34
[libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode
by Eric Fiselier
· 8 years ago
fdd3c91
[libc++] [CMake] Link with /nodefaultlibs on Windows
by Eric Fiselier
· 8 years ago
b81ce92
Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets"
by Petr Hosek
· 8 years ago
94fc5a9
[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets
by Petr Hosek
· 8 years ago
66134e8
[libc++] Cleanup and document <__threading_support>
by Eric Fiselier
· 8 years ago
1f2d778
build: use the platform dependent library prefix/suffix
by Saleem Abdulrasool
· 8 years ago
8ddd269
build: use more portable spelling for flag
by Saleem Abdulrasool
· 8 years ago
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
766e557
build: tweak macros for Windows build
by Saleem Abdulrasool
· 8 years ago
1b34b98
build: make cross-compiling to Windows work on Linux
by Saleem Abdulrasool
· 8 years ago
60479ea
Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a
by Eric Fiselier
· 8 years ago
7c2afba
[solaris] Convert the support library to C++ to fix -std=c++11 build
by Michal Gorny
· 8 years ago
472c8c6
Remove dead CMake target
by Eric Fiselier
· 8 years ago
7d1452e
Fix CMake configuration error and add ABI lists for OS X.
by Eric Fiselier
· 8 years ago
3bf8a9c
Fix linker script generation for in-tree builds
by Eric Fiselier
· 8 years ago
475cf02
[CMake] Fix in-tree libcxxabi build support after r283659
by Hal Finkel
· 8 years ago
ffac224
[cmake] Split linked libraries into private & public, for linker script
by Michal Gorny
· 8 years ago
86f6997
[libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously
by Kuba Brecka
· 9 years ago
847eaf4
[libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS X
by Kuba Brecka
· 9 years ago
040945b
[libcxx] Introduce an externally-threaded libc++ variant.
by Asiri Rathnayake
· 9 years ago
1dbcfe0
build: don't add -fPIC on Windows
by Saleem Abdulrasool
· 9 years ago
b16966c
Fix syntax error in recent CMake change.
by Eric Fiselier
· 9 years ago
364cf87
Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES.
by Eric Fiselier
· 9 years ago
e0620e2
[CMake] Be more consistent about naming targets and components
by Chris Bieneman
· 9 years ago
b640da0
Allow building both shared and static library
by Petr Hosek
· 9 years ago
5432e3b
Rework libatomic handling in CMake and LIT.
by Eric Fiselier
· 9 years ago
6e9a694
Add Filesystem TS -- Complete
by Eric Fiselier
· 9 years ago
5fb49ff
Automatically detect export lists for OS X.
by Eric Fiselier
· 9 years ago
25bcc0f
[libcxx] Prefer C++14 over C++11 when building libc++experimental.
by Eric Fiselier
· 9 years ago
5e4698c
Create new library 'libc++experimental.a' for packaging TS symbols.
by Eric Fiselier
· 9 years ago
a956a10
Fix dependencies on install-libcxx CMake target
by Eric Fiselier
· 9 years ago
ffa3db2
[CMake] Create a separate install target for libcxx headers
by Chris Bieneman
· 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
85df7a8
Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.
by Eric Fiselier
· 9 years ago
a846b11
[CMake] If you're not installing the libcxx library, exclude it from the "all" target so it doesn't get built when you run "ninja install"
by Chris Bieneman
· 9 years ago
e6d05b6
Use proper output directory when naminging the libc++ output
by Eric Fiselier
· 9 years ago
601d2c1
Dont required CMake 3 to install a linker script
by Eric Fiselier
· 9 years ago
1d3716a
Re-enable linker scripts after fixing bad CMake
by Eric Fiselier
· 9 years ago
a317a1b
Use correct CMake variable for the libname
by Eric Fiselier
· 9 years ago
8cbf020
[libcxx] Make it drastically simpler to link libc++.
by Eric Fiselier
· 9 years ago
4f01aa8
ABI versioning macros for libc++.
by Evgeniy Stepanov
· 9 years ago
25daee7
[libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
by Eric Fiselier
· 10 years ago
961269d
[libcxx] Remove installation rules on Darwin when it would overwrite the system installation.
by Eric Fiselier
· 10 years ago
de56f74
[libcxx] Add "install-libcxx" target.
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
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
938c96e
[libcxx] Add support for sanitizers on OS X.
by Eric Fiselier
· 10 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
· 11 years ago
a1d32fc
Obey LLVM_LIBDIR_SUFFIX.
by Dan Albert
· 11 years ago
44ead61
eliminate install of duplicate headers (take 2) Patch by Ryuta Suzuki
by David Fang
· 11 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
· 12 years ago
8a1fc89
[cmake] Make libcxx standalone compile on Mac OS X.
by Michael Gottesman
· 12 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
· 14 years ago
20542c0
http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki
by Howard Hinnant
· 14 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