summaryrefslogtreecommitdiff
path: root/libcxx/lib
AgeCommit message (Expand)Author
2019-01-06[libcxx] Support building hermetic static libraryPetr Hosek
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2018-11-27[libcxx] Make sure the re-export logic works when paths contain spacesLouis Dionne
2018-11-27[libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installedLouis Dionne
2018-11-21[NFC][libcxx] Add revision number to ABI changelogLouis Dionne
2018-11-21[libcxx] Make sure we can build with -fvisibility=hidden on LinuxLouis Dionne
2018-10-30Correct ABI list change wrongly advertised as being in the 7.0 releaseLouis Dionne
2018-10-30Revert "Build with -fvisibility=hidden"Eric Fiselier
2018-10-30Build with -fvisibility=hiddenEric Fiselier
2018-10-26[NFC] Update comment in libc++ ABI changelogLouis Dionne
2018-10-25[libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne
2018-10-16[libcxx] Remove custom CMake code targeting Mac OS 10.6Louis Dionne
2018-09-23[libcxx] Document new symbols __u64toa and __u32toa on DarwinLouis Dionne
2018-09-22[libcxx] Fix the definition of the check-cxx-abilist target on DarwinLouis Dionne
2018-09-22Document new symbols for __u64toa and __u32toaZhihao Yuan
2018-09-22Similar to the handling of darwin target triples, strip the versionDimitry Andric
2018-08-06[libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macroLouis Dionne
2018-08-01[libc++] Fix build failures after merging <charconv>Zhihao Yuan
2018-07-27Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier
2018-07-27Attempt to unbreak *all the bots*Eric Fiselier
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-19[libc++] Allow running ABI list tests with different ABI versionsLouis Dionne
2018-06-28[CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha
2018-06-12[CMake] Use common variable for all header targets NFCPetr Hosek
2018-06-12[CMake] Add a missing target dependency on C++ ABI headersPetr Hosek
2018-06-12Reland "Use custom command and target to install libc++ headers"Petr Hosek
2018-05-29Update ABI lists after change in r333467.Eric Fiselier
2018-04-09Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek
2018-04-09[CMake] Use custom command and target to install libc++ headersPetr Hosek
2018-03-10[CMake] Copy the generated __config header into build directoryPetr Hosek
2018-01-27LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() isDon Hinton
2018-01-26Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2018-01-25Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...Don Hinton
2018-01-25[cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton
2017-12-06[libc++] Create install-stripped targetsShoaib Meenai
2017-09-17Update changelog revisionEric Fiselier
2017-09-17ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier
2017-09-13Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo
2017-09-04Add MINGW_LIBRARIES to the linker flagsMartin Storsjo
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-15Move external instantiation for __vector_base_common to vector.cppEric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier
2017-04-15[libcxx] Fix check-cxx-abilist on OS XEric Fiselier