aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[libc++][chrono] Loads leap-seconds.list in tzdb. (#82113)Mark de Wever1-0/+1
2024-03-13[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)Martin Storsjö1-1/+4
2024-02-26[libc++] Always keep libc++abi re-exports up-to-date (#79012)Louis Dionne1-7/+2
2024-02-17[libc++][chrono] Loads tzdata.zi in tzdb. (#74928)Mark de Wever1-1/+7
2024-01-21[NFC][libc++] tab -> spaceMark de Wever1-1/+1
2024-01-21[libc++] Install modules. (#75741)Mark de Wever1-0/+5
2024-01-11[libc++] Re-export libc++abi symbols on Apple platforms when using system-lib...a-n-n-a-l-e-e1-1/+1
2024-01-07Reapply "[libc++][streams] P1759R6: Native handles and file streams" (#77190)Hristo Hristov1-0/+1
2024-01-05Revert "[libc++][streams] P1759R6: Native handles and file streams (#76632)"Haowei Wu1-1/+0
2024-01-05[libc++][streams] P1759R6: Native handles and file streams (#76632)Hristo Hristov1-0/+1
2023-12-19[libc++][print] Adds ostream overloads. (#73262)Mark de Wever1-0/+1
2023-11-27[libc++] Remove experimental pmr headers now shipped in mainline (#73172)Louis Dionne1-1/+1
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne1-9/+15
2023-09-06[libc++][chrono] Adds tzdb_list implementation.Mark de Wever1-0/+7
2023-09-05[libc++] Avoid destructor call for error_category singletonsChris Bowler1-0/+1
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever1-0/+1
2023-07-17[libc++] Remove internal "build-with-external-thread-library" configurationLouis Dionne1-21/+0
2023-07-13[gn build] Port 2b2e7f6e5727Nico Weber1-1/+3
2023-07-12[libc++][PSTL] Add a GCD backendNikolas Klauser1-0/+4
2023-06-29[libc++] Remove the legacy debug mode.varconst1-7/+0
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne1-4/+4
2023-06-21[libc++] Get rid of _LIBCPP_DISABLE_NEW_DELETE_DEFINITIONSLouis Dionne1-1/+6
2023-06-19[libc++] Move non operator new definitions outside of new.cppLouis Dionne1-0/+1
2023-06-19[libc++] Split sources for <filesystem>Louis Dionne1-2/+8
2023-06-15[libc++] Move the definition of std::new_handler out of new.cppLouis Dionne1-1/+1
2023-05-16[libc++][format] Removes format sources.Mark de Wever1-1/+0
2023-05-05[libc++] Remove Solaris related codeLouis Dionne1-6/+0
2023-04-21[libc++][PSTL] Remove current integrationNikolas Klauser1-17/+0
2023-04-19[libc++] Remove symbols for a std::allocator_arg & friends from the dylibLouis Dionne1-1/+0
2022-10-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu1-116/+113
2022-10-12[runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne1-113/+116
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne1-1/+1
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer1-0/+1
2022-10-03[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski1-1/+11
2022-08-03[libc++] Simplify how we define the linker script for libc++Louis Dionne1-16/+24
2022-07-29[libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abortLouis Dionne1-1/+1
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne1-6/+2
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne1-29/+25
2022-07-19[libc++] Make sure cxx_experimental links against libc++ headersLouis Dionne1-0/+1
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg1-24/+28
2022-07-08[libc++] Always build c++experimental.aLouis Dionne1-28/+24
2022-07-08[libcxx] Make LIBCXX_HERMETIC_STATIC_LIBRARY apply to libc++experimental tooMartin Storsjö1-0/+6
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne1-1/+1
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne1-3/+3
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö1-1/+3
2022-05-17[libc++] Introduce LIBCXX_LIBRARY_VERSIONLouis Dionne1-1/+1
2022-05-16[libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION optionLouis Dionne1-1/+1
2022-05-16[runtimes] Introduce object librariesLouis Dionne1-28/+5
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne1-30/+8
2022-03-23[libc++] Add a lightweight overridable assertion handlerLouis Dionne1-1/+2