summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Add missing revision number in ABI changelogLouis Dionne2019-10-031-1/+1
* [libc++] Update ABI list for ABI v2Louis Dionne2019-06-171-0/+74
* [libcxx] Move CMake file to src, avoid using globsPetr Hosek2019-05-011-411/+0
* [libc++][CMake] Refactor how we link against system librariesLouis Dionne2019-04-301-39/+55
* Remove incorrect explicit instantiation declarations for valarrayRichard Smith2019-04-251-4/+0
* [libcxx] Update gen_link_script.py to support different input and outputPetr Hosek2019-04-221-1/+2
* [libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne2019-04-183-0/+22
* [CMake] Split linked libraries for shared and static libc++Petr Hosek2019-04-171-11/+13
* [NFC] Add missing revision number in libc++ ABI changelogLouis Dionne2019-04-151-1/+1
* [CMake] Fix statically linking in libcxxabi if built separatelyMartin Storsjo2019-04-091-2/+2
* [libc++] Remove install_name and compatibility_version on OS XLouis Dionne2019-04-081-2/+0
* [libc++][CMake] Make sure the benchmarks link against libc++abiLouis Dionne2019-04-051-1/+2
* [libc++] Localize CMake code only related to the shared libraryLouis Dionne2019-04-051-68/+64
* [CMake] Differentiate between static and shared libc++abiPetr Hosek2019-04-031-8/+7
* [libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platformsLouis Dionne2019-03-251-4/+9
* [libc++] Update the list of symbols exported from libc++abi for new/deleteLouis Dionne2019-03-221-2/+14
* [libc++] Re-export the sjlj ABI v2 for ARM architecturesLouis Dionne2019-03-222-1/+311
* Allow disabling of filesystem library.Eric Fiselier2019-03-211-8/+10
* [libc++][CMake] Clean up some of the libc++ re-exporting logicLouis Dionne2019-03-204-20/+2
* [libc++] Complete the ABI changelog after landing <filesystem> in the dylibLouis Dionne2019-03-191-2/+72
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-193-42/+206
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-193-206/+42
* Fixup ABI lists on Linux after adding <filesystem> to the dylib.Eric Fiselier2019-03-191-0/+71
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-193-42/+206
* Remove exception throwing debug mode handler support.Eric Fiselier2019-03-184-41/+44
* [libc++][CMake] Do not define `cxx_shared_EXPORTS` when building the shared l...Louis Dionne2019-03-141-0/+1
* [libc++][CMake] Fix typo introduced in r356150Louis Dionne2019-03-141-1/+1
* [libc++] Do not force building with -fPIC (re-applying)Louis Dionne2019-03-141-4/+0
* [libc++] Do not share an object library to create the static/shared librariesLouis Dionne2019-03-141-38/+19
* Revert "[libc++] Do not force building with -fPIC"Eric Fiselier2019-03-081-0/+4
* [libc++] Do not force building with -fPICLouis Dionne2019-03-081-4/+0
* [NFC] Add missing revision information to ABI ChangelogLouis Dionne2019-03-081-1/+1
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-3/+3
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-3/+3
* Fix -fsanitize=vptr badness in <__debug>Eric Fiselier2019-03-054-3/+29
* [libc++] Remove old CMake workaroundLouis Dionne2019-03-041-20/+14
* Make LIBCXX_STANDARD_VER configurableEric Fiselier2019-02-101-1/+1
* Format sym_extract.py output to minimize diff output.Eric Fiselier2019-02-103-6542/+6542
* Add missing symbols to Apple v2 abi list.Eric Fiselier2019-02-101-0/+6
* Add ABI list directories for 8.0Eric Fiselier2019-02-103-0/+6536
* [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