Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
01512d29b766c80aa691daabeabc315a172dc747
/
libcxx
01512d2
[libc++] Document guidelines for symbols baked into the ABI (#118526)
by Louis Dionne
· 6 months ago
bd8eb78
[libc++] Temporarily disable FreeBSD runners
by Louis Dionne
· 6 months ago
c166a9c
[libc++] Add #if 0 block to all the top-level headers (#119234)
by Nikolas Klauser
· 6 months ago
cb4433b
[libcxx][test] Silence nodiscard warnings for `std::expected` (#119174)
by Stephan T. Lavavej
· 6 months ago
4c4606a
[libc++] Add missing assertion in std::span constructor (#118396)
by Louis Dionne
· 6 months ago
10ef00f
[libc++][NFC] Run clang-format on test_allocator.h
by Louis Dionne
· 6 months ago
ce77719
[libc++][C++03] Update include guards (#109001)
by Nikolas Klauser
· 6 months ago
c900954
[libc++] Run the LLDB data formatter tests after libc++'s own tests (#119028)
by Louis Dionne
· 6 months ago
f22ecdd
[libc++] Move out `flat_map::iterator` (for reusing it in flat_multimap) (#117445)
by Hui
· 6 months ago
0e34f3f
[libc++] Extract a clean base support API for std::atomic (#118129)
by Louis Dionne
· 6 months ago
6cb339f
[libc++] Refactor tests for aligned allocation and sized deallocation (#117915)
by Louis Dionne
· 6 months ago
cd74eba
[libc++] Make a few test helper constructors explicit (#118975)
by Louis Dionne
· 6 months ago
1bdb0a4
[libcxx] Add Maintainers.md file
by David Spickett
· 6 months ago
37797d3
[libc++][test] Fix and refactor exception tests for std::vector constructors (#117662)
by Peng Liu
· 6 months ago
384e69a
[libc++] Add _LIBCPP_NODEBUG on internal allocator trait aliases (#118835)
by cmtice
· 6 months ago
f7ff3cd
[libc++] Fix sub-overflow in std::gcd implementation (#117984)
by serge-sans-paille
· 6 months ago
2393ab6
[libc++] Fix unintended ABI break in associative containers with reference comparators (#118685)
by Louis Dionne
· 6 months ago
e84f79e
[libc++][docs] Use --show-all in the sample command-line to run benchmarks
by Louis Dionne
· 6 months ago
a821937
[libc++][test] Refactor increasing_allocator (#115671)
by Peng Liu
· 6 months ago
c806042
[libc++] Drop dependency on __functional/operations.h from <atomic> (#117302)
by Louis Dionne
· 6 months ago
3d43789
[libc++] Re-enable Clang-tidy checks in the CI (#110026)
by Louis Dionne
· 6 months ago
02eaeec
[libc++] Remove obsolete CMake variable (#118119)
by Louis Dionne
· 6 months ago
1b03747
[libc++] Augment Github - CSV synchronization script to auto-create new Github issues (#118139)
by Louis Dionne
· 6 months ago
5827542
[libc++][NFC] Fix slightly incorrect row in the CSV files
by Louis Dionne
· 6 months ago
c295098
[libc++] Add Wroclaw straw polls (#118116)
by A. Jiang
· 6 months ago
04cc492
[libc++][NFC] Remove unused macros from <__configuration/availability.h>
by Nikolas Klauser
· 6 months ago
ae9b91a
[libc++] Fix malformed CSV entry for C++26 LWG issue
by Louis Dionne
· 6 months ago
ef50d79
[libc++] Update run-buildbot-container with up-to-date image information
by Louis Dionne
· 6 months ago
59f57be
Revert "[libc++] Simplify the implementation of reserve() and shrink_to_fit() (#113453)"
by Benjamin Kramer
· 6 months ago
d648eed
[libc++] Simplify the implementation of reserve() and shrink_to_fit() (#113453)
by Nikolas Klauser
· 6 months ago
5971647
[libc++] Add coding guidelines to the docs (#117051)
by Nikolas Klauser
· 6 months ago
81c8813
[libc++] Use the __strtoNUM functions from __locale instead of the old API (#118029)
by Louis Dionne
· 6 months ago
056153f
Optimize vector::assign for InputIterator-only pair inputs (#113852)
by Peng Liu
· 6 months ago
6cbc373
[libc++] Remove the pointer safety functions from the dylib (#117390)
by Nikolas Klauser
· 6 months ago
c5cd1e9
[libc++] Add exception guard for vector<bool>::__init_with_sentinel (#115491)
by Peng Liu
· 6 months ago
d681e10
[libc++] Refactor atomic_wait using lambdas (#115746)
by Louis Dionne
· 6 months ago
a94cec5
Revert "[libc++] Remove workaround which allows setting _LIBCPP_OVERRIDABLE_FUNC_VIS externally (#113139)" (#117779)
by Nico Weber
· 6 months ago
7ae61a3
[libc++] Add __detected_or_t and use it to implement some of the allocator traits aliases (#115654)
by Nikolas Klauser
· 6 months ago
8458bbe
[libc++] Fix capacity increase issue with `shrink_to_fit` for `__split_buffer` (#117720)
by Peng Liu
· 6 months ago
5ce981e
[libc++] Refactor vector move constructor with allocator (#116449)
by Peng Liu
· 6 months ago
44ef12b
[libc++] Refactor tests for hijacked address operator in vector (#117457)
by Louis Dionne
· 6 months ago
99fd1c55
[libc++][NFC] Don't add legacy transitive includes in <__chrono/duration.h>
by Nikolas Klauser
· 6 months ago
afae1a5
[libc++] Remove _LIBCPP_DISABLE_AVAILABILITY macro (#112952)
by Louis Dionne
· 6 months ago
aaa0dd2
[libc++][NFC] Remove a bunch of unused environment variables from the CI configs
by Nikolas Klauser
· 6 months ago
4a8329c
[libc++] Granularize <mutex> includes (#117068)
by Nikolas Klauser
· 6 months ago
8f50321
[libc++] Add a .clang-tidy file to libcxx/src
by Nikolas Klauser
· 6 months ago
c7d5ef4
[libc++] Rename operator[].pass.cpp to subscript_operator.pass.cpp (#117216)
by vannem-sj
· 6 months ago
a9882bd
[libc++] Mark charconv test as unsupported under msan (#116933)
by Louis Dionne
· 6 months ago
3535ea0
[libc++] Fix linking benchmarks (#116495)
by Nikolas Klauser
· 6 months ago
d6fc7d3
Fix typo "intead"
by Jay Foad
· 6 months ago
1c8ac4c
[libc++][Android] BuildKite CI: update Clang and sysroot versions (#116151)
by Ryan Prichard
· 7 months ago
9ebc6f5
[libc++] Include headers in <thread> conditionally (#116539)
by Nikolas Klauser
· 7 months ago
8f53a67
[libc++][Android] Allow testing libc++ with clang-r536225 (#116149)
by Ryan Prichard
· 7 months ago
3a63407
[libc++] Make __atomic_base into an implementation detail of std::atomic (#115764)
by Louis Dionne
· 7 months ago
012dd8b
[libcxx] Passthrough the necessary CMake variables to benchmarks (#116644)
by Petr Hosek
· 7 months ago
01a1ca7
[libc++][NFC] Format a pait test
by Nikolas Klauser
· 7 months ago
3a3517c5e
[libc++] Improve the tests for vector::erase (#116265)
by Louis Dionne
· 7 months ago
ec67ad5
[libc++][NFC] Format <string>
by Louis Dionne
· 7 months ago
85ef966
[libc++] Avoid including all of <thread> in <future> (#116541)
by Nikolas Klauser
· 7 months ago
de5e4eb
[libc++] Remove transitive includes from empty headers (#116295)
by Nikolas Klauser
· 7 months ago
c25e09e
[libc++][test] Speed up input generating functions for benchmark tests (#115544)
by Peng Liu
· 7 months ago
748a29f
[libc++][NFC] Fix incorrect include guard
by Louis Dionne
· 7 months ago
5a48162
[libc++] Remove unnecessary std::vector accessors (#114423)
by Louis Dionne
· 7 months ago
b5bc528c
[libc++] Guard `__pad_and_output` with `_LIBCPP_HAS_LOCALIZATION` (#116580)
by A. Jiang
· 7 months ago
7c010bf
[libc++] Remove some unnecessary boilerplate in <__chrono/duration.h> (#116238)
by Nikolas Klauser
· 7 months ago
8111867
[libc++] Fix a few problems found by clang-tidy
by Nikolas Klauser
· 7 months ago
dedc515
[libc++] Avoid including <string> in <mutex> (#116254)
by Nikolas Klauser
· 7 months ago
adb80d8
[libc++] Address post-commit comments for __scope_guard (#116291)
by Nikolas Klauser
· 7 months ago
764834d
[libc++] Remove <istream> and <ostream> includes from <iomanip> (#116223)
by Nikolas Klauser
· 7 months ago
1636580
[libc++] Avoid including <ostream> in <fstream> and <strstream> (#116014)
by Nikolas Klauser
· 7 months ago
649e4bf
[libc++] Update the docker-compose file for actions CI
by Louis Dionne
· 7 months ago
0731590
[libc++] Remove obsolete 'macos-ci-setup' script
by Louis Dionne
· 7 months ago
2d6459c
[libc++] Fix CI issues recently introduced by localization changes (#116216)
by Louis Dionne
· 7 months ago
46d8aa8
[libc++] Make __throw_ member functions static (#116233)
by Nikolas Klauser
· 7 months ago
965f3a9
[libc++][NFC] Run clang-format on vector::erase test
by Louis Dionne
· 7 months ago
5c3befb
[libc++] Add forgotten call to std::__to_address in __uninitialized_allocator_relocate
by Louis Dionne
· 7 months ago
8fde648
[libc++] Remove obsolete accessors in std::list and std::forward_list (#115748)
by Louis Dionne
· 7 months ago
e589496
[libc++] Define all CMake configuration features in the same location (#115361)
by Louis Dionne
· 7 months ago
6721bcf
[libc++] Accept iterators instead of raw pointers in __uninitialized_allocator_relocate (#114552)
by Louis Dionne
· 7 months ago
67b81e212
[libc++] Split __shared_count out of <__memory/shared_ptr.h> (#115943)
by Nikolas Klauser
· 7 months ago
b69ddbc
[libc++] Make variables in templates inline (#115785)
by Nikolas Klauser
· 7 months ago
c7df106
Unify naming of internal pointer members in std::vector and std::__split_buffer (#115517)
by Peng Liu
· 7 months ago
a204252
[libc++] Remove _AlgPolicy from std::copy and algorithms using std::copy (#115887)
by Nikolas Klauser
· 7 months ago
36fa8bd
[libc++][NFC] Remove unused functions from <__split_buffer> (#115735)
by Nikolas Klauser
· 7 months ago
5b67372
[libc++] Remove a few unused includes from <__algorithm/find_end.h>
by Nikolas Klauser
· 7 months ago
99f44c8
[libc++] update comment for P0067R5 (#113239)
by h-vetinari
· 7 months ago
e3c958a
[libc++] Replace template structs with template variables in <ratio> (#115782)
by Nikolas Klauser
· 7 months ago
5098b56
[libc++] Introduce a standalone __scope_guard and use it in <string> (#114867)
by Nikolas Klauser
· 7 months ago
bbf2ad0
[libc++] Amend error message for _LIBCPP_HAS_THREAD_API_EXTERNAL (#115774)
by Caslyn Tonelli
· 7 months ago
9c3a7ad
[libc++] Cleanly implement the base locale API for BSD-like platforms (#115176)
by Louis Dionne
· 7 months ago
4a68e4c
[libc++] Fix throwing away smaller allocations in string::shrink_to_fit (#115659)
by Nikolas Klauser
· 7 months ago
9f471fd
[libc++][hardening] Constrain construction for `__{(static_)bounded,wrap}_iter` (#115271)
by A. Jiang
· 7 months ago
3af4c2e
[libc++][test] Clean up code in GenerateInput.h for benchmark testing (#115560)
by Peng Liu
· 7 months ago
30feb35
[libc++] Update CMake dependency for generate_iwyu_mapping.py (#115387)
by Alexander Richardson
· 7 months ago
2c10664
[libc++][NFC] Merge add_{const, cv, volatile}.h into a single header (#115610)
by Nikolas Klauser
· 7 months ago
7844257
[libc++] Use explicit #include instead of transitive #include (#115420)
by Peng Liu
· 7 months ago
1645d99
[libc++][hardening] Use `static_assert` for `__(static_)bounded_iter` (#115304)
by A. Jiang
· 7 months ago
0a7e5e3
[libc++][docs] Document _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION (#115405)
by Alona Enraght-Moony
· 7 months ago
ef73533
[z/OS][libc++] Remove `align_val_t` dependency in small_buffer.h (#114396)
by Zibi Sarbinowski
· 7 months ago
9fd3c41
[libc++] Fix `unexpected` heterogeneous comparison (#115249)
by A. Jiang
· 7 months ago
Next »