6
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disable test by default More... almost 5 years ago
Add super fast _IsSame trait for internal use. More... almost 5 years ago
Add noexcept throughout <atomic> More... almost 5 years ago
Fix placement of -Wno-ignored-attributes More... almost 5 years ago
Disable -Wignored-attributes for now More... almost 5 years ago
Add new style meta-programming primatives. More... almost 5 years ago
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https://reviews.llvm.org/D63574 More... almost 5 years ago
Use rvalue references throughout the is_constructible traits. More... almost 5 years ago
Make move and forward work in C++03. More... almost 5 years ago
Enable aligned_union in C++03 More... almost 5 years ago
Get is_convertible tests passing in C++03 (except the fallback). More... almost 5 years ago
Remove dead non-variadic workarounds in <type_traits> More... almost 5 years ago
Make rvalue metaprogramming traits work in C++03. More... almost 5 years ago
Remove even more dead code. More... almost 5 years ago
Assume __is_final, __is_base_of, and friends. More... almost 5 years ago
Remove dead config now that C++03 requires Clang. More... almost 5 years ago
[libc++] Avoid using timespec when it might not be available More... almost 5 years ago
[libc++] Recommit r363692 to implement P0608R3 More... almost 5 years ago
[libc++] Take 2: Implement CTAD for map and multimap More... almost 5 years ago
AIX system headers need stdint.h and inttypes.h to be re-enterable More... almost 5 years ago
[NFC][libc++] Remove stray semi-colon after function definition More... almost 5 years ago
Mark papers P1458, P1459, P1462 and P1464 as complete. No changed needed to either the library or the tests. More... almost 5 years ago
[libc++] Revert r363692 which implements P0608R3 More... almost 5 years ago
Disable the 'nextafter' portions of these tests on PPC when using 128-bit doubles because the 'nextafter' call doesn't work right. Reviewed as https://reviews.llvm.org/D62384. Thanks to Xing Xue for the patch, and Hubert for the explanation. More... almost 5 years ago
Remove GCC C++03 fallbacks for decltype and static_assert. More... almost 5 years ago
Reconfigure docker builders to be more modular. More... almost 5 years ago
Fix the floating point version of midpoint. It wasn't constexpr, among other things. Add more tests. As a drive-by, the LCD implementation had a class named '__abs' which did a 'absolute value to a common-type' conversion. Rename that to be '__ct_abs'. More... almost 5 years ago
[libc++] Implement P0608R3 - A sane variant converting constructor More... almost 5 years ago
[libc++] Re-apply XFAIL to is_base_of test that was inadvertently reverted More... almost 5 years ago
[libc++] Revert the addition of map/multimap CTAD More... almost 5 years ago