aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2021-12-14[libc++] Fix wrongly non-inline basic_string::shrink_to_fitLouis Dionne2-0/+61
2021-11-05[libc++] Fix hang in counting_semaphore::try_acquireArthur O'Dwyer2-11/+19
2021-11-05[libc++] Remove non-atomic "platform" semaphore implementations.Arthur O'Dwyer7-171/+19
2021-11-05[libc++] counting_semaphore should not be default-constructible.Arthur O'Dwyer4-7/+39
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne1-10/+9
2021-10-18Remove "In Progress" text from release notesTom Stellard1-7/+1
2021-10-14Bump version to 13.0.1Tom Stellard1-1/+1
2021-09-03[libc++][NFC] Mark values in gdb pretty print comparison functions as live to...Amy Kwan1-0/+4
2021-08-27[libc++] Document the removal of std::result_of and std::is_literal_type in C...Louis Dionne1-0/+3
2021-08-26[libc++] Fix incorrect bypassing of <wctype.h>Louis Dionne2-0/+12
2021-08-26[libc++] XFAIL align.pass.cpp for PowerPC LELouis Dionne1-0/+6
2021-08-23[libc++] Bypass calling exception-throwing functions in the dylib with -fno-e...Louis Dionne2-0/+39
2021-08-20[libc++][PowerPC] Fix a test case failure when compiled with libcxxAlbion Fung1-1/+1
2021-08-20[libc++] Fix XFAIL annotationLouis Dionne1-1/+1
2021-08-18[libc++] Skip logic for detecting C11 features when using_if_exists is supportedLouis Dionne2-1/+12
2021-08-18[libc++] Split off tests for aligned_alloc & friends into separate test filesLouis Dionne7-102/+73
2021-08-18[libc++] Convert test-suite workarounds for some C11 features to XFAILsLouis Dionne11-190/+43
2021-08-11[libc++] Restore `basic_ios`'s implicit conversion to `bool` in C++03 mode.Arthur O'Dwyer2-2/+15
2021-08-02[libc++] Improve LIBCXX_ENABLE_INCOMPLETE_FEATURES.Mark de Wever2-10/+14
2021-07-29[libc++][doc] Update the release notesMark de Wever3-3/+31
2021-07-27[libc++] Fix a few warnings in system headers with GCCLouis Dionne11-23/+23
2021-07-27[libcxx][ranges] Add `counted_iterator`.zoecarver29-1/+2327
2021-07-27[libcxx][nfc] Delete `cpp20_input_iterator`'s default constructor.zoecarver1-1/+1
2021-07-27[libc++] Disable incomplete library features.Mark de Wever155-7/+213
2021-07-27[SystemZ][z/OS][libcxx]: Disable align_val_t test cases on z/OSNancy Wang5-0/+20
2021-07-27[runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne1-0/+2
2021-07-27[libc++] CI: Run -std=c++03 on Clang ToTLouis Dionne2-4/+0
2021-07-27[libc++] [c++2b] [P2166] Prohibit string and string_view construction from nu...Marek Kurdej6-7/+66
2021-07-27[libc++] NFC: Try to trigger Docker image rebuild on CI nodesLouis Dionne1-0/+1
2021-07-27[libcxx][NFC] adjusts 41b17c44 so it meets requested feedbackChristopher Di Bella1-3/+3
2021-07-26[libc++] Fix spacing in <vector>. NFCI.Arthur O'Dwyer1-2/+2
2021-07-26[libc++] Fix signed overflow inside ranges::advance.Arthur O'Dwyer2-4/+35
2021-07-26[libc++] Remove "pass by const value" in <random>. NFCI.Arthur O'Dwyer1-1/+1
2021-07-26[libc++] Implement the output_iterator and output_range conceptsLouis Dionne7-4/+130
2021-07-26[libc++] Set the target triple by default in the standalone buildLouis Dionne3-17/+7
2021-07-26[libc++] Add range_size_tLouis Dionne4-5/+50
2021-07-26[libc++][NFC] Change a few instances of > > to >> in C++20 codeLouis Dionne2-16/+16
2021-07-26[libc++][ci] Detect not committed generated files.Mark de Wever2-0/+8
2021-07-23[libcxx][nfc] Cleanup libc++ specific tests.Mark de Wever3-3/+0
2021-07-23[libcxx][nfc] Global `constexpr friend` -> `friend constexpr`.zoecarver14-103/+103
2021-07-23[libcxx][ranges] Add `ranges::common_view`.zoecarver15-1/+870
2021-07-23[libc++] Avoid triggering warnings for implicit conversionLouis Dionne4-30/+48
2021-07-23[libc++][doc] Update the LWG issues.Mark de Wever4-4/+60
2021-07-22[libcxx][modularisation] properly modularises advance, next, and prevChristopher Di Bella5-24/+15
2021-07-22[libc++] Add helper type non-propagating-cacheLouis Dionne13-49/+648
2021-07-22[libc++][docs] Take lock for range.single.view.zoecarver1-1/+1
2021-07-21[libcxx][ranges] implements dangling, borrowed_iterator_t, borrowed_subrange_tChristopher Di Bella10-1/+200
2021-07-21[SystemZ][z/OS][libcxx]: add the missing comment for patch D106153 and D106151Nancy Wang6-0/+18
2021-07-21[libc++] Add `__libcpp_copysign` conditionally constexpr overloads.Marek Kurdej1-6/+44
2021-07-21[libc++][nfc] Adds a missing generated file.Mark de Wever1-0/+16