summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud