aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils
AgeCommit message (Expand)AuthorFilesLines
2023-07-22[libc++][print] Adds stdout functions.Mark de Wever1-3/+2
2023-07-20[libc++][ranges] Implement `ranges::to`.varconst1-2/+1
2023-07-20[libc++][ranges] Implement P2474R2(`views::repeat`).yrong1-0/+5
2023-07-19[libc++] Temporarily disable back-deployment testing on arm64 until we figure...Louis Dionne1-14/+16
2023-07-18[libc++][print] Adds FILE functions.Mark de Wever3-1/+9
2023-07-17[libc++][NFC] clang-format __thread/id.h since it just got movedLouis Dionne1-1/+0
2023-07-14[libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.varconst3-41/+5
2023-07-14[libc++][NFC] Update emojis in the buildkite pipelineNikolas Klauser1-2/+2
2023-07-13[libc++] Remove BuildKite bridging files that are not needed anymoreLouis Dionne3-39/+0
2023-07-12[libc++][PSTL] Add a GCD backendNikolas Klauser2-0/+2
2023-07-12[libc++] Stop running backdeployment CI on macOS 10.9Louis Dionne1-2/+2
2023-07-12[ci] Make libc++ and Clang CI scripts independentLouis Dionne3-54/+5
2023-07-12[libc++][hardening][NFC] Add macros to enable hardened mode.varconst3-0/+65
2023-07-12[clang] Create a buildkite-pipeline.yml file for clangNikolas Klauser2-128/+1
2023-07-11[libc++][format] Adds a UTF transcoder.Mark de Wever1-0/+1
2023-07-11[libc++] Move __thread_id out of <__threading_support>Louis Dionne1-0/+1
2023-07-11[libc++] Make `stop_token` experimentalHui1-0/+1
2023-07-10[libc++][format] Granularize formatter_output.Mark de Wever1-0/+1
2023-07-05[libc++][NFC] Remove leftover entry for <experimental/span> in header_informa...Louis Dionne1-1/+0
2023-07-05[libc++][Modules] Add missing submodulesIan Anderson1-0/+14
2023-07-05[libc++][format] Implements formatting pointer.Mark de Wever1-1/+1
2023-07-04[libc++][NFC] clang-format <shared_mutex>Louis Dionne1-2/+0
2023-07-03[libc++] Remove support for .fail.cpp testsLouis Dionne1-20/+0
2023-06-29[libc++] Remove the legacy debug mode.varconst6-30/+0
2023-06-27[lit] Add a method to lit.TestFormat to get the list of tests associated to a...Louis Dionne1-17/+17
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne1-1/+0
2023-06-26[clang][NFC] Remove trailing whitespaces and enforce it in lib, include and docsNikolas Klauser1-0/+15
2023-06-25[libc++][ranges] Implement P2494R2 (Relaxing range adaptors to allow for move...yronglin2-2/+1
2023-06-21[libc++] Fix the check-format jobLouis Dionne1-1/+1
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-20[libc++][test] Removes old fallbacks.Mark de Wever1-7/+4
2023-06-20[libc++][CI] Install newer CMake version.Mark de Wever1-2/+2
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne2-1/+5
2023-06-19[libc++][NFC] Sort header list in header_information.pyLouis Dionne1-1/+1
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne1-262/+0
2023-06-19[libc++] "Implements" new SI prefixis.Mark de Wever1-1/+0
2023-06-19[libc++] Marks __cpp_lib_bitops as implemented.Mark de Wever1-1/+0
2023-06-19[libc++] Update status after Varna meeting.Mark de Wever1-7/+119
2023-06-19[libc++] Split sources for <filesystem>Louis Dionne1-1/+8
2023-06-17[libc++][NFC] Granularise <thread> headerHui1-0/+3
2023-06-15[libc++][NFC] Reformat params.pyLouis Dionne1-57/+40
2023-06-15[libc++][modules] Adds the C++23 std module.Mark de Wever4-10/+114
2023-06-15[libc++][NFC] clang-format new_handler.cppLouis Dionne1-1/+0
2023-06-15[libc++] Move the definition of std::new_handler out of new.cppLouis Dionne1-1/+1
2023-06-13[libc++][NFC] Reformat features.pyLouis Dionne1-46/+13
2023-06-13[libc++] Mark slow tests as unsupported on GCCLouis Dionne1-0/+1
2023-06-07[libc++] Rename availability macros for <filesystem>Louis Dionne1-2/+2
2023-06-07[libc++] Roll up fstream support into filesystem supportLouis Dionne4-26/+2
2023-06-06[libc++] Refactor __lessNikolas Klauser1-2/+0