summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+7
* Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek2019-01-301-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* [NFC] Add missing revision for removal of bad_array_length in ABI changelogLouis Dionne2019-01-291-1/+1
* [libcxx] Support building hermetic static libraryPetr Hosek2019-01-061-33/+60
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-294-46/+29
* [libcxx] Make sure the re-export logic works when paths contain spacesLouis Dionne2018-11-271-5/+5
* [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installedLouis Dionne2018-11-271-18/+11
* [NFC][libcxx] Add revision number to ABI changelogLouis Dionne2018-11-211-1/+1
* [libcxx] Make sure we can build with -fvisibility=hidden on LinuxLouis Dionne2018-11-212-23/+38
* Correct ABI list change wrongly advertised as being in the 7.0 releaseLouis Dionne2018-10-301-1/+4
* Revert "Build with -fvisibility=hidden"Eric Fiselier2018-10-302-1898/+1883
* Build with -fvisibility=hiddenEric Fiselier2018-10-302-1883/+1898
* [NFC] Update comment in libc++ ABI changelogLouis Dionne2018-10-261-1/+1
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-254-6/+28
* [libcxx] Remove custom CMake code targeting Mac OS 10.6Louis Dionne2018-10-161-8/+3
* [libcxx] Document new symbols __u64toa and __u32toa on DarwinLouis Dionne2018-09-232-0/+5
* [libcxx] Fix the definition of the check-cxx-abilist target on DarwinLouis Dionne2018-09-221-7/+11
* Document new symbols for __u64toa and __u32toaZhihao Yuan2018-09-221-0/+12
* Similar to the handling of darwin target triples, strip the versionDimitry Andric2018-09-221-4/+7
* [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macroLouis Dionne2018-08-061-83/+0
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-011-0/+2
* Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier2018-07-271-7/+3
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-271-4/+6
* Implement <filesystem>Eric Fiselier2018-07-271-5/+45
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-241-7/+10
* Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-241-3/+3
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-231-3/+3
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-231-3/+3
* [libc++] Allow running ABI list tests with different ABI versionsLouis Dionne2018-07-194-17/+2425
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-281-1/+1
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-4/+3
* [CMake] Add a missing target dependency on C++ ABI headersPetr Hosek2018-06-121-1/+1
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-1/+5
* Update ABI lists after change in r333467.Eric Fiselier2018-05-298-1885/+10425
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-2/+1
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-1/+2
* [CMake] Copy the generated __config header into build directoryPetr Hosek2018-03-101-1/+1
* LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() isDon Hinton2018-01-271-1/+1
* Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...Don Hinton2018-01-251-1/+0
* [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-251-0/+1
* [libc++] Create install-stripped targetsShoaib Meenai2017-12-061-0/+8
* Update changelog revisionEric Fiselier2017-09-171-1/+1
* ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier2017-09-175-0/+15
* Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo2017-09-131-0/+1
* Add MINGW_LIBRARIES to the linker flagsMartin Storsjo2017-09-041-0/+1
* [CMake] Use MATCHES for regular expression.Leo Li2017-07-181-1/+1
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-3/+3
* Move external instantiation for __vector_base_common to vector.cppEric Fiselier2017-06-151-0/+1
OpenPOWER on IntegriCloud