summaryrefslogtreecommitdiff
path: root/libcxx/utils/data
AgeCommit message (Expand)Author
2025-02-05[lib++][Format] Updates Unicode database. (#125712)Mark de Wever
2024-04-09[libc++][format] Switches to Unicode 15.1. (#86543)Mark de Wever
2023-11-22[libc++] Remove the ignore_format.txt file (#73135)Louis Dionne
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne
2023-11-16Refactor dockerfile to support Buildkite AND Github Actions (#71954)Eric
2023-11-14[libc++] Optimize for_each for segmented iteratorsNikolas Klauser
2023-11-09[libc++] Remove outdated _LIBCPP_CLANG_VER check (#71759)Louis Dionne
2023-11-08[libc++][hardening] Rework macros for enabling the hardening mode. (#70575)Konstantin Varlamov
2023-11-06[libc++] Make sure ranges algorithms and views handle boolean-testable correc...Louis Dionne
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne
2023-11-05[libc++] Improve tests for std::find_if and std::find_if_not (#71192)Louis Dionne
2023-11-02[libc++][hardening] Clean up some legacy debug mode tests: (#71016)Konstantin Varlamov
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-10-31[libc++][NFC] Update ignore_format for expected tests (#70869)Will Hawkins
2023-10-20[libc++] mdspan - implement layout_stride (#69650)Christian Trott
2023-10-19[libc++][Android] Add libcxx-builder-android Docker image (#69273)Ryan Prichard
2023-10-18[libc++] Improve the tests for std::basic_stringbuf's constructors and assign...Piotr Fusik
2023-10-18[libc++][NFC] Reformat new.cpp and stdlib_new_delete.cppLouis Dionne
2023-10-12[libc++] Remove libc++'s own <setjmp.h> header (#68806)Louis Dionne
2023-10-12[libc++] Check formatting with clang-format 17 (#68928)Louis Dionne
2023-10-10[libc++] Remove libc++'s own <limits.h> (#65472)Louis Dionne
2023-10-09[libc++] LWG 3821 uses_allocator_construction_args should have overload for p...Hui
2023-10-06[libc++] Optimize ranges::count for __bit_iteratorsNikolas Klauser
2023-10-05[libc++] Make future_error constructor standard-compliantMarek Kurdej
2023-10-04[libc++] Remove dead code in legacy_debug_handler.cpp (#68155)Louis Dionne
2023-10-04[libc++] Remove unused defaulted template arg from `__rewrap_range`. (#67733)Amirreza Ashouri
2023-09-28[libc++] Refactor the tests for [iterator.range] (#67496)Louis Dionne
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-25[libc++] Add missing files to ignore_format.txtLouis Dionne
2023-09-15[libc++] Implement P2538R1 "ADL-proof std::projected" (#65411)Louis Dionne
2023-09-12[libcxx] <experimental/simd> Removed original implementations and testsZhangyin
2023-09-08[libc++][NFC] Run clang-format on strstream.cppLouis Dionne
2023-09-01[libc++] Add lifetimebound attributes to clampNikolas Klauser
2023-08-12[libc++] Fix the signature of std::rotl and std::rotrDaniil Kalinin
2023-08-11[libc++][NFC] Remove the old PSTL headersNikolas Klauser
2023-08-10[libc++] Clean up mess around __throw_runtime_errorLouis Dionne
2023-07-31[libc++][NFC] Format math headersNikolas Klauser
2023-07-31[libc++] Granulaize math.h and move the functions to std::__mathNikolas Klauser
2023-07-28[libc++][NFC] Format __bit_referenceNikolas Klauser
2023-07-17[libc++][NFC] clang-format __thread/id.h since it just got movedLouis Dionne
2023-07-12[libc++][PSTL] Add a GCD backendNikolas Klauser
2023-07-11[libc++] Move __thread_id out of <__threading_support>Louis Dionne
2023-07-10[libc++][format] Granularize formatter_output.Mark de Wever
2023-07-04[libc++][NFC] clang-format <shared_mutex>Louis Dionne
2023-06-29[libc++] Remove the legacy debug mode.varconst
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne
2023-06-25[libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move...yronglin
2023-06-20[libc++][NFC] clang-format filesystem_error.hLouis Dionne
2023-06-20[libc++] Make sure our .clang-format is used for all languagesLouis Dionne
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne