aboutsummaryrefslogtreecommitdiff
path: root/libcxx/utils
AgeCommit message (Expand)AuthorFilesLines
2023-02-28[libc++] Add FTM for views::as_rvalueNikolas Klauser1-0/+4
2023-01-23[libc++] Refactor clang-query checks to clang-tidy checks to get less obscure...Nikolas Klauser2-6/+0
2023-01-22[NFC] Fix "form/from" typosPiotr Fusik1-1/+1
2023-01-20[libc++] Add FreeBSD XFAILs in preparation for CIEd Maste1-1/+2
2023-01-20[libc++] Enable clang-tidy from the buildkite pipeline instead of hard-coding...Nikolas Klauser2-12/+20
2023-01-20[libc++] Remove old CI configurations and update the supported compiler versionsNikolas Klauser2-22/+0
2023-01-17[libc++][ranges] Mark completed Ranges papers and issues as done, bump versio...Konstantin Varlamov1-1/+1
2023-01-18[C++] [Coroutines] Deprecates the '-fcoroutines-ts' flagChuanqi Xu1-0/+3
2023-01-13[libc++] Add clang-tidy to the list of possible substitutions for %{clang-tidy}Nikolas Klauser1-4/+18
2023-01-11[Libcxx] Add <source_location> header.James Y Knight1-1/+2
2023-01-10[libc++][utils] Remove unused import in `run.py`Joe Loser1-1/+0
2023-01-08[libc++][CI] Fixes robust against ADL for C++03.Mark de Wever1-3/+2
2023-01-08[libc++] [C++20] [P0415] Constexpr for std::complex.Marek Kurdej1-1/+0
2022-12-28[libc++][CI] Improves clang-(tidy|query) selection.Mark de Wever2-17/+9
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser3-10/+24
2022-12-22[libc++][CI] Improves buildbot runner.Mark de Wever1-0/+15
2022-12-22[libc++][format] Adds formatter for tuple and pairMark de Wever1-0/+1
2022-12-21[libc++] Rename __tuple to __tuple_dir to avoid file collisionMichał Górny1-1/+3
2022-12-21[libc++] Adds __cpp_lib_constexpr_algorithms to utility.Mark de Wever1-1/+1
2022-12-21[libc++] Also install libclang in the Docker imageNikolas Klauser1-3/+4
2022-12-20[libc++] accept ELF Tool Chain readelf format in toolingEd Maste1-3/+9
2022-12-16[libc++] Install llvm-16-dev explicitly until LLVM16 is stableNikolas Klauser1-0/+3
2022-12-14[libc++] Implement `std::expected` P0323R12Hui Xie2-0/+5
2022-12-07[libc++] Implement P0339R6 (polymorphic_allocator<> as a vocabulary type)Nikolas Klauser1-1/+0
2022-12-06[libc++][CI] Upgrades clang-format version used.Mark de Wever2-2/+8
2022-11-30[libc++] Install llvm-dev in the docker imageNikolas Klauser1-0/+3
2022-11-24[libc++][AIX] Add AIX buildbot ownersDavid Tenty1-0/+4
2022-11-23[libc++][NFC] Use if-else chain instead of match, which is a Python 3.10 cons...Louis Dionne1-23/+22
2022-11-22[libcxx] Add BOT_OWNERS.txtDavid Spickett1-0/+13
2022-11-22[libcxx] adds an include-what-you-use (IWYU) mapping fileChristopher Di Bella3-1/+89
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne1-0/+4
2022-11-20[libc++][NFC] Refactor run-buildbot to make it closer to our buildkite pipelineLouis Dionne1-62/+80
2022-11-20[libc++] Introduce a setting to remove fstream from the libraryLouis Dionne4-1/+25
2022-11-12[libc++] Make sure that we use the libc++ CI pipeline when no projects have c...Louis Dionne1-2/+10
2022-11-12[libc++] Remove unused variable in buildkite pipeline generationLouis Dionne1-1/+0
2022-11-11[libc++] Add a libc++ CI pipeline specific to Clang changesLouis Dionne3-5/+114
2022-11-09[libc++] Add a script to generate the libc++ BuildKite pipeline dynamicallyLouis Dionne1-0/+10
2022-11-09[libc++] Add FTM for constexpr vectorNikolas Klauser1-1/+0
2022-10-20[libc++][format] Implements string escaping.Mark de Wever6-1/+17164
2022-10-20[libc++][CI] Reorder jobs.Mark de Wever1-14/+14
2022-10-12[libc++] Implements constexpr <charconv>.Mark de Wever1-0/+4
2022-10-11Reenable gdb pretty printers, and update them.Sterling Augustine1-10/+36
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer1-1/+0
2022-10-05[libc++][chrono] Implements formatter month.Mark de Wever1-0/+1
2022-10-05[libc++] Get rid of _LIBCPP_HAS_OPEN_WITH_WCHAR in the test suiteLouis Dionne1-1/+1
2022-10-05[libc++][chrono] Implements formatter year.Mark de Wever1-1/+1
2022-10-04[libc++][format] Updates to Unicode 15.Mark de Wever3-47/+86
2022-10-04[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJ...Louis Dionne2-34/+0
2022-10-03[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski1-0/+57
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne1-0/+1