aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[libc++][NFC] Move 32-bit pointer Lit feature check where it belongsLouis Dionne1-12/+12
2023-12-07[libc++] tests with picolibc: handle stdin (#74712)Dominik Wójt2-3/+5
2023-12-07[libc++] Fix regex_traits::isctype on big endian platforms (#73200)W-502431-1/+1
2023-12-07[libc++] Add floating point type check for uniform real distribution (#70564)Nhat Nguyen15-0/+165
2023-12-06[libcxx] reorganises the hardening documentation (#73159)Christopher Di Bella1-54/+65
2023-12-06[libc++] Remove dependence on <ciso646> (#73271)Michael Kenzel2-12/+9
2023-12-06[libc++] Update <source_location> and msvc_stdlib_force_include.h (#74266)Stephan T. Lavavej6-129/+92
2023-12-06[libc++][test] Fix more MSVC warnings (#74256)Stephan T. Lavavej4-5/+6
2023-12-06[libc++][test] Drop unnecessary typename and template for layout_meow::mappin...Stephan T. Lavavej43-131/+115
2023-12-06[libc++] Fix copy-paste damage in `ranges::rotate_copy` and its test (#74544)Stephan T. Lavavej2-7/+7
2023-12-05[libc++] Refactor of ASan annotation functions (#74023)Tacet2-22/+24
2023-12-05[libc++][test] Fix assumptions that `std::array` iterators are pointers (#74430)Stephan T. Lavavej13-99/+152
2023-12-05[libc++][NFC] Use aliases instead of typedefs in std::array (#74491)Louis Dionne1-12/+12
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne210-2307/+2303
2023-12-05[libc++] Mark P2017R1 as complete (#74484)Jakub Mazurkiewicz1-1/+1
2023-12-05[libc++][test] Fix simple warnings (#74186)Stephan T. Lavavej14-20/+35
2023-12-05[libc++] tests with picolibc: Fix expected error message (#74452)Dominik Wójt2-2/+4
2023-12-04[libc++] Add a merge driver that can apply clang-format (#73712)Louis Dionne1-0/+37
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne19-12/+74
2023-12-04XFailing test cases that fail on PowerPCKamau Bridgeman7-0/+7
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne234-5101/+5095
2023-12-03[libc++] tests with picolibc: Fix iterator diff_type to std::streamoff (#74072)Dominik Wójt1-7/+7
2023-12-03[libc++][test] Avoid non-Standard zero-length arrays (#74183)Stephan T. Lavavej18-120/+125
2023-12-03Work around GCC test failure that is caused by enabling optimizations. (#73998)Eric2-0/+13
2023-12-02[libc++][test] Make the feature-test macro tests more portable (#74185)Stephan T. Lavavej7-62/+62
2023-12-02[libc++][test] Avoid truncation warnings from `double` to `float` (#74184)Stephan T. Lavavej15-31/+31
2023-12-02[libc++][test] add more benchmarks for `stop_token` (#69590)Hui1-3/+78
2023-12-02[libc++] Update libcpp-uglify-attributes to diagnose all attributes in C++03Nikolas Klauser1-1/+6
2023-12-01[libc++] Correct libcxx default linker script behavior (#74130)Haowei1-4/+4
2023-12-01Allow libc++ image tag to be specified via enviroment variables.eric2-4/+8
2023-12-01[libc++] Revert "Compile MSAN/TSAN failing test with -O1 (#73555)"Louis Dionne2-8/+0
2023-12-01[libc++][NFC] Update the remaining old license headersNikolas Klauser30-120/+103
2023-11-30[libc++][test] `ADDITIONAL_COMPILE_FLAGS` should be a space-separated list (#...Stephan T. Lavavej4-6/+6
2023-11-30[libc++] picolibc: avoid warning in __locale (#73937)Dominik Wójt1-10/+12
2023-11-30[libc++] Workaround linker errors in floating-point atomic tests (#73398)Hui19-48/+38
2023-11-29[libc++] Reenable codecvt in the dylib. (#73679)Mark de Wever5-2/+14
2023-11-29Compile MSAN/TSAN failing test with -O1 (#73555)Eric2-0/+8
2023-11-29[libc++] Remove linux Buildkite builders entirely (#73825)Eric1-18/+0
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings20-12/+34
2023-11-29[libc++][format] Fixes formatting code units as integers. (#73396)Mark de Wever12-83/+309
2023-11-29[libc++] Add initial support for picolibcMichael Platings60-14/+372
2023-11-29[libc++] Speed up classic locale (take 2) (#73533)Louis Dionne6-55/+172
2023-11-29[libc++] Build the dylib with sanitizers when requested (#73656)Louis Dionne1-2/+5
2023-11-29[libc++] Remove unused Python imports (#73724)Stephan T. Lavavej14-20/+5
2023-11-28[libc++] Properly guard std::filesystem with >= C++17 (#72701)Louis Dionne170-493/+490
2023-11-28[libc++][test] Change forbidden `extents<char>` to `extents<signed char>` (#7...Stephan T. Lavavej31-51/+51
2023-11-28[libc++][PSTL] Implement std::equal (#72448)Nikolas Klauser8-1/+383
2023-11-28Mark some std::string functions noinline. (#72869)James Y Knight2-10/+16
2023-11-28[NFC][libc++] Refactors the time.cal tests. (#73356)Mark de Wever38-1481/+1095
2023-11-27[libc++][test] Avoid preprocessor directives in macro argument lists (#73440)Stephan T. Lavavej5-20/+14