aboutsummaryrefslogtreecommitdiff
path: root/libcxx/lib
AgeCommit message (Expand)AuthorFilesLines
2022-02-04[libc++] Disable incomplete features for the LLVM 14 releaseLouis Dionne3-18/+0
2021-12-12Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever4-0/+69
2021-12-07Revert "Microsoft's floating-point to_chars powered by Ryu and Ryu Printf"Petr Hosek4-69/+0
2021-12-05Microsoft's floating-point to_chars powered by Ryu and Ryu PrintfMark de Wever4-0/+69
2021-11-18[libc++] Resolve missing table_size symbolMuiez Ahmed4-0/+18
2021-11-16[libc++] Adjust comment about ABI change and std::bad_function_callLouis Dionne1-1/+8
2021-11-16[libc++] Always define a key function for std::bad_function_call in the dylibKonstantin Varlamov4-0/+51
2021-11-08Revert "[libc++] Always define a key function for std::bad_function_call in t...Konstantin Varlamov3-47/+0
2021-11-08[libc++] Always define a key function for std::bad_function_call in the dylibLouis Dionne3-0/+47
2021-10-18[libcxx] Make allocator<T>:allocate throw bad_array_new_lengthMikhail Maltsev1-0/+3
2021-07-20[libc++][NFC] Add missing commits to the ABI changelogLouis Dionne1-2/+2
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne1-1/+1
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne1-1/+1
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne1-1/+1
2021-07-13[libc++] Generate ABI list for macOS arm64Louis Dionne1-0/+2540
2021-05-03[libc++] Disentangle std::pointer_safetyLouis Dionne2-2/+0
2021-01-28[libc++] Implement format_error.Mark de Wever2-0/+12
2020-12-11[libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE when generating ABI listsLouis Dionne1-2/+2
2020-12-02[libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.Marek Kurdej3-0/+167
2020-11-27[libc++] Formalize what configurations are covered by the ABI listsLouis Dionne3-37/+69
2020-11-26[libc++] Remove ABI lists for previous releasesLouis Dionne15-30518/+2
2020-11-12[libc++] NFC: Remove symbol from ABI list changelog that was never addedLouis Dionne1-1/+0
2020-11-12[libc++] Instantiate additional <iostream> members in the dylibLouis Dionne3-1/+295
2020-11-02[libc++] NFC: Re-generate the ABI lists with the new scriptLouis Dionne2-470/+470
2020-11-02[libc++] Make it easier to re-generate the ABI listsLouis Dionne2-5/+13
2020-11-02[libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilitiesLouis Dionne1-3/+4
2020-10-19[libc++] Define new/delete in libc++abi only by defaultLouis Dionne4-42/+106
2020-10-05[libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi"Louis Dionne1-0/+16
2020-10-02[libc++] Move the weak symbols list to libc++abiLouis Dionne1-16/+0
2020-10-01[libc++] NFC: Add missing SHA to ABI ChangelogLouis Dionne1-1/+1
2020-10-01[libc++] Simplify how we re-export symbols from libc++abiLouis Dionne5-40/+18
2020-09-30[libc++] Make sure we don't attempt to run check-cxx-abilist when libc++ does...Louis Dionne1-1/+2
2020-06-29Add optimization to basic_string::assign for compile-time known constant values.Martijn Vels1-2389/+0
2020-04-20[libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne7-491/+22
2020-03-11[libc++] Add SHA for C++20 Synchronization Library in ABI changelogLouis Dionne1-1/+1
2020-02-24[libc++] Fix CI and Linux failures after landing D68480Louis Dionne1-0/+11
2020-02-24[libc++] Adapt a few things around the implementation of P1135R6Louis Dionne3-0/+50
2020-02-18[libc++] Add ABI list for 9.0 releaseLouis Dionne3-0/+6719
2019-10-03[libc++] Add missing revision number in ABI changelogLouis Dionne1-1/+1
2019-06-17[libc++] Update ABI list for ABI v2Louis Dionne1-0/+74
2019-05-01[libcxx] Move CMake file to src, avoid using globsPetr Hosek1-411/+0
2019-04-30[libc++][CMake] Refactor how we link against system librariesLouis Dionne1-39/+55
2019-04-25Remove incorrect explicit instantiation declarations for valarrayRichard Smith1-4/+0
2019-04-22[libcxx] Update gen_link_script.py to support different input and outputPetr Hosek1-1/+2
2019-04-18[libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne3-0/+22
2019-04-17[CMake] Split linked libraries for shared and static libc++Petr Hosek1-11/+13
2019-04-15[NFC] Add missing revision number in libc++ ABI changelogLouis Dionne1-1/+1
2019-04-09[CMake] Fix statically linking in libcxxabi if built separatelyMartin Storsjo1-2/+2
2019-04-08[libc++] Remove install_name and compatibility_version on OS XLouis Dionne1-2/+0
2019-04-05[libc++][CMake] Make sure the benchmarks link against libc++abiLouis Dionne1-1/+2