summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Use CMake interface targets to setup benchmark flagsLouis Dionne2021-09-231-53/+26
* [libc++] Remove uses of _LIBCPP_HAS_NO_VARIABLE_TEMPLATESLouis Dionne2021-09-236-135/+87
* [libc++][spaceship] Implement std::pair::operator<=>Kent Ross2021-09-229-7/+384
* [libc++] Fix __wrap_iter to be a proper contiguous iterator.Arthur O'Dwyer2021-09-223-23/+33
* [libc++][NFC] Add missing whitespace in <compare>Louis Dionne2021-09-221-0/+1
* [libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne2021-09-2216-248/+150
* [libc++][test] Remove disable_missing_braces_warning.h from testsJoe Loser2021-09-2232-150/+0
* [libc++] Disallow volatile types in std::allocatorJoe Loser2021-09-226-69/+42
* [libc++][NFC] Add link to Discord channel from documentationLouis Dionne2021-09-221-0/+3
* [libc++] Add some missing _LIBCPP_HIDE_FROM_ABI markupLouis Dionne2021-09-212-63/+102
* [libc++][test] Fix iterator assertion in span.cons/deduct.pass.cppJoe Loser2021-09-211-23/+24
* [libcxx][AIX] Remove locale fallbacks for old OS levelsDavid Tenty2021-09-213-287/+1
* [libc++abi] Remove unnecessary atomic_support.h header from libc++abiLouis Dionne2021-09-211-1/+1
* [libc++] Surpress -Wunused-value warning in variantYuanfang Chen2021-09-211-1/+1
* [libc++] counting_semaphore should not be default-constructible.Arthur O'Dwyer2021-09-214-7/+39
* [libc++][format] Adds parser std-format-spec.Mark de Wever2021-09-2112-10/+1517
* [libc++] [P0919] Some belated review on D87171.Arthur O'Dwyer2021-09-2029-1049/+499
* [libc++] [LIBCXX-DEBUG-FIXME] Constexpr char_traits::copy mustn't compare unr...Arthur O'Dwyer2021-09-207-17/+19
* Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.Arthur O'Dwyer2021-09-204-18/+12
* [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory2021-09-161-4/+4
* [libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a listNehal J Wani2021-09-161-1/+1
* [SystemZ][z/OS] Missing wchar functions libc++Muiez Ahmed2021-09-134-3/+193
* [libc++] Clean up test_iterators.h. NFCI.Arthur O'Dwyer2021-09-091-384/+324
* [libc++] Add missing short wchar handling for codecvt_utf8, codecvt_utf16 and...Xing Xue2021-09-097-718/+650
* [libc++][NFC] Consistently reindent test cases for stringbufLouis Dionne2021-09-092-6/+8
* [libc++][NFC] Move misplaced XFAIL annotationLouis Dionne2021-09-091-2/+2
* [libc++][NFC] Add #endif comment for long #if-#endif blockLouis Dionne2021-09-091-1/+1
* [libc++][NFC] Remove remnants of _LIBCPP_HAS_NO_STDOUT, which should have bee...Louis Dionne2021-09-092-10/+0
* [libc++][NFC] Fix typo in commentLouis Dionne2021-09-091-1/+1
* [libc++][NFC] Reorder includes in locale.cppLouis Dionne2021-09-091-14/+15
* [libc++][NFC] Move misplaced comment about implementation of ctype<wchar_t>Louis Dionne2021-09-091-2/+2
* [libc++] Add missing include of <cstddarg> for va_xxx functionsLouis Dionne2021-09-091-1/+2
* [libc++][NFC] Move __char_traits_length_checked outside of wchar_t definitionsLouis Dionne2021-09-091-12/+10
* [libc++][NFC] Remove #endif comments for really small conditionals on _LIBCPP...Louis Dionne2021-09-0940-41/+41
* [libc++][NFC] Reindent documentation for LIBCXX_ENABLE_UNICODELouis Dionne2021-09-091-2/+2
* [libc++] Implement C++20's P0476R2: std::bit_castLouis Dionne2021-09-0916-55/+423
* [libc++] Provide a way to trigger rebuild of Docker images in the CILouis Dionne2021-09-091-1/+7
* [libc++] Move additional build bots to the from-scratch configLouis Dionne2021-09-091-28/+53
* [libc++] Clean up the no-unicode CI jobLouis Dionne2021-09-092-2/+2
* Reapply [runtimes] Set more paths when building runtimes standaloneMartin Storsjö2021-09-091-0/+2
* [libc++] Implement P1951, default arguments for pair's forwarding constructorLouis Dionne2021-09-095-10/+172
* Revert "[runtimes] Set more paths when building runtimes standalone"Leonard Chan2021-09-081-2/+0
* [runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö2021-09-092-3/+9
* [runtimes] Set more paths when building runtimes standaloneMartin Storsjö2021-09-091-0/+2
* [libc++] Revert OpenBSD-related changes to the documentationLouis Dionne2021-09-082-3/+2
* [libc++][NFC] Rename _EnableIf to __enable_if_t for consistencyLouis Dionne2021-09-0816-179/+179
* [libc++] Comma-operator-proof a lot of algorithm/container code.Arthur O'Dwyer2021-09-0816-47/+50
* [libc++] Use enable_if_t instead of _EnableIfLouis Dionne2021-09-0821-231/+229
* [libcxx] [test] Simplify get_temp_file_name() for mingwMartin Storsjö2021-09-081-9/+1
* [libc++][NFC] Add missing synopsis for node handlesLouis Dionne2021-09-071-0/+48