6
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[libcxx][tests] Fix order checking in unordered_multiset tests. More... about 5 years ago
[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++ More... about 5 years ago
[libcxx][test] Fix order checking in some more unordered_multimap tests More... about 5 years ago
Speculative fix for std stream destruction order on Windows. More... about 5 years ago
Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as https://reviews.llvm.org/D61954 More... about 5 years ago
Fix missing std:: qualifier in __gnu_cxx::hash_map in C++03 More... about 5 years ago
Remove `using namespace std;` in __gnu_cxx namespace. More... about 5 years ago
Improve the test coverage for std::is_base_of More... about 5 years ago
[libc++] [test] Use std::nextafter() instead of std::nexttoward()
Michał Górny
as Michal Gorny
More... about 5 years ago
[libcxx] teach type_traits test about long uint32_t More... about 5 years ago
Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews.llvm.org/D61829 Thanks to Zoe for the patch. More... about 5 years ago
force the bots to cycle More... about 5 years ago
Mark private function __sign as constexpr. More... about 5 years ago
Remove unneeded <algorithm> include in cmath. More... about 5 years ago
[libcxx] Don't use -fvisibility-global-new-delete-hidden when not defining them More... about 5 years ago
Mark is_trivially_destructible as unsupported with apple-clang-9 More... about 5 years ago
[libc++][test] Remove non-portable assumption that thread's constructor allocates with ::new More... about 5 years ago
[libc++][CMake] Link against libSystem on Apple platforms More... about 5 years ago
[gn] Support for building libc++ More... about 5 years ago
[libcxx] cmake - guard list remove More... about 5 years ago
Add missing locale requirement to test. More... about 5 years ago
[WebAssembly] WASI support for libcxx More... about 5 years ago
Get rid of a bunch of 'unused variable' warnings in test when run with debug_level set. NFC More... about 5 years ago
[libcxx] Move CMake file to src, avoid using globs More... about 5 years ago
Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG was set. More... about 5 years ago
Support overaligned types in `aligned_storage`. More... about 5 years ago
[libc++][CMake] Refactor how we link against system libraries More... about 5 years ago
Implement LWG 2960: nonesuch is insufficiently useless More... about 5 years ago
Mark LWG#2977 as 'Nothing to do'. NFC More... about 5 years ago
Add tests specifically for LWG2164. We already did this; but now we have tests. NFC More... about 5 years ago