summaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Add some missing xlocale wrapper functions for OpenBSDBrad Smith2022-04-251-0/+20
* [libc++] Make __dir_stream visibility declaration consistentDimitry Andric2022-04-141-1/+1
* [libc++] Define `namespace views` in its own detail header.Arthur O'Dwyer2022-04-115-10/+53
* [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with new...Martin Storsjö2022-04-051-3/+13
* [libcxx] random_device, specify optimal entropy properties for all OS's using...Brad Smith2022-04-011-1/+1
* Bump version to 14.0.1Tom Stellard2022-03-301-1/+1
* [libc++] Re-enable workaround for pre-ranges CTAD in std::spanLouis Dionne2022-03-222-7/+7
* [libc++] Add workaround to avoid breaking users of <span> when <ranges> are d...Louis Dionne2022-03-153-3/+306
* [libcxx][CI] Set Arm triples to match native clang build's defaultDavid Spickett2022-03-085-5/+6
* [libc++][doc] Update the release notes.Mark de Wever2022-03-031-1/+1
* [docs] Add PowerPC release notes for LLVM 14Lei Huang2022-03-031-0/+3
* [libcxx] Add an explicit option to build against system-libcxxabiMichał Górny2022-03-013-1/+7
* [libc++] Fix double file closing in `std::filesystem::remove_all()`.Konstantin Varlamov2022-02-281-1/+3
* [libc++] Fix std::__debug_less in c++17.Jordan Rupprecht2022-02-212-7/+7
* [runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne2022-02-161-9/+9
* [runtimes] Add release note for deprecation of FOO_SYSROOT & friendsLouis Dionne2022-02-161-0/+5
* [runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne2022-02-161-0/+10
* [libc++] Mark test as unsupported with apple-clangLouis Dionne2022-02-151-1/+1
* [libc++] Temporarily silence failing debug mode testLouis Dionne2022-02-152-1/+12
* [libc++][NFC] Work around false positive ODR violations from ASan.Konstantin Varlamov2022-02-151-0/+2
* [libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges testLouis Dionne2022-02-151-0/+1
* [libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer2022-02-1585-132/+185
* [libc++] Disable back-deployment CI on the release branchLouis Dionne2022-02-151-28/+31
* [libc++] Revert the addition of _LIBCPP_HIDE_FROM_ABI and inline in __threadi...Louis Dionne2022-02-111-56/+0
* [libcxx] Silence -Wformat-nonliteral warnings in the Windows support codeMartin Storsjö2022-02-102-0/+9
* Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne2022-02-101-4/+4
* [runtimes] Add a warning about the Standalone build being deprecatedLouis Dionne2022-02-092-10/+12
* [libc++] Remove vector base classNikolas Klauser2022-02-093-68/+44
* [libc++] Mention <ranges> in the release notesLouis Dionne2022-02-071-0/+6
* [libc++] No longer support ranges::begin(x) when x is an array of incomplete ...Arthur O'Dwyer2022-02-043-81/+30
* [libc++] Disable incomplete features for the LLVM 14 releaseLouis Dionne2022-02-047-22/+11
* [libc++] Fix chrono::duration constructor constraintTiago Macarios2022-02-032-13/+34
* [libc++] Remove the std::string base classNikolas Klauser2022-02-033-21/+17
* [libc++] [NFC] Normalize some `#ifndef _LIBCPP_HAS_NO_CONCEPTS`.Arthur O'Dwyer2022-02-024-7/+21
* [libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!d...Arthur O'Dwyer2022-02-0244-88/+88
* [libc++] Add CI without experimental features and don't exclude span from the...Louis Dionne2022-02-0232-29/+22
* [libc++][ranges][NFC] Fix an inconsistent patch link on the Ranges status page.Konstantin Varlamov2022-02-011-1/+1
* [libc++][ranges][NFC] In the Ranges status, list the changes to stream.iteratorsKonstantin Varlamov2022-02-011-2/+7
* [libc++][ranges][NFC] In the Ranges status, list the changes to predef.iteratorsKonstantin Varlamov2022-02-011-1/+5
* [libc++] Make _VSTD and alias for stdNikolas Klauser2022-02-012-2/+6
* [libc++] Remove unneeded qualifier.Mark de Wever2022-02-012-9/+6
* [libc++] Fix TOCTOU issue with std::filesystem::remove_allLouis Dionne2022-02-012-1/+195
* [libc++][ci] Re-enable the bootstrapping buildLouis Dionne2022-02-012-14/+16
* [libc++] Fix LWG3589 "The const lvalue reference overload of get for subrange...Arthur O'Dwyer2022-02-013-15/+64
* [libc++][NFC] Add namespace comments in rangesNikolas Klauser2022-02-0113-22/+23
* [libc++][ranges][NFC] Fix formatting on newly-added links on the Ranges statu...Konstantin Varlamov2022-01-311-6/+6
* [libcxx] [Windows] Pick a unique bit for __regex_wordMartin Storsjö2022-01-313-3/+7
* [libcxx] [Windows] Use the standard vsnprintf instead of _vsnprintfMartin Storsjö2022-01-312-3/+6
* [libc++][NFC] Mark a few issues and papers as implementedLouis Dionne2022-01-312-6/+6
* [libc++][ranges][NFC] Add some missing links to the Ranges status page.Konstantin Varlamov2022-01-311-11/+11