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