summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 10.0.1Tom Stellard2020-04-131-1/+1
* ReleaseNotes: remove in-progress warnings, tidy up a bitHans Wennborg2020-02-281-21/+3
* [libc++] Fix ABI break in __bit_reference.Eric Fiselier2020-02-202-0/+72
* [libcxx] Support Python 3.8 in the test suiteSergej Jaskiewicz2020-02-191-2/+12
* Drop git version suffixAaron Puchert2020-02-171-1/+1
* [libcxx] Add release notes for the 10.x branch for things I've doneMartin Storsjö2020-02-051-0/+5
* [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_tMartin Storsjö2020-02-042-7/+74
* Revert "[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH"Sergej Jaskiewicz2020-01-311-1/+1
* Define _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when appropriateDimitry Andric2020-01-301-0/+4
* Add test for spaceship operator to __configDavid Zarzycki2020-01-241-3/+2
* [libcxx] Use mtx_plain | mtx_recursive following C11 APIPetr Hosek2020-01-171-1/+1
* [libcxx] Use C11 thread API on FuchsiaPetr Hosek2020-01-142-21/+225
* [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...Martin Storsjö2020-01-142-1/+10
* [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++Billy Robert O'Neal III2020-01-143-3/+3
* Revert "[libc++] Explicitly enumerate std::string external instantiations."Oliver Stannard2020-01-134-62/+4
* [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATHSergej Jaskiewicz2020-01-101-1/+1
* [libc++] Explicitly enumerate std::string external instantiations.Eric Fiselier2020-01-094-4/+62
* [libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...Billy Robert O'Neal III2020-01-081-0/+2
* [libcxx][test] Fix span tests.Stephan T. Lavavej2020-01-086-38/+19
* [libcxx] fix incorrect attribute propertyKazuaki Ishizaki2020-01-081-1/+1
* [libc++] Add additional benchmark functions to libcxx/benchmarks/string.benchEric Fiselier2020-01-071-0/+127
* [libcxx] Fix a typo in config.pySergej Jaskiewicz2019-12-261-1/+1
* [libc++] Fix typo in std::midpointRuslan Baratov2019-12-211-1/+1
* [libc++] Update feature list for NetBSDMichał Górny2019-12-202-3/+2
* [libcxx] Fix include paths in fuzzing/partial_sort.pass.cppMikhail Maltsev2019-12-171-2/+2
* [libc++] Add __default_init_tag to basic_string constructorsEric Fiselier2019-12-161-14/+20
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-1612-113/+76
* Add default initialization to compressed_pair.Eric Fiselier2019-12-162-0/+58
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-1310-0/+13
* [libc++] Ensure __config always defines certain configuration macros.Eric Fiselier2019-12-132-9/+12
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-1210-15/+28
* [libc++] Mark all fuzzing tests as unsupported in C++03Eric Fiselier2019-12-1217-0/+33
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-1212-27/+40
* __bit_reference: fix -Wdeprecated-copy warningsFangrui Song2019-12-121-1/+7
* [libc++] Tolerate NaN returning random distributions for nowEric Fiselier2019-12-121-2/+8
* [libc++] Add check to ensure oss-fuzz properly targets libc++.Eric Fiselier2019-12-121-0/+4
* Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"Eric Christopher2019-12-121-3/+0
* [libc++] Fix -Wdeprecated-copy warnings in __bit_referenceEric Christopher2019-12-111-0/+3
* [libc++] Require C++14 in all cases.Eric Fiselier2019-12-111-13/+7
* [libc++] Fix fuzzing tests with older GCC compilers.Eric Fiselier2019-12-111-7/+17
* [libc++] Fix fuzzing unit tests with exceptions disabled.Eric Fiselier2019-12-111-0/+6
* [libc++] Add fuzzing tests for parts of <random>.Eric Fiselier2019-12-1138-587/+547
* [libc++] Hide some functions and types in <future> and <thread> as hiddenLouis Dionne2019-12-102-6/+7
* [libcxx] Replace func_name with __name__ for compatibility with Python 3Sergej Jaskiewicz2019-12-111-2/+2
* [libcxx] [test] Query the target platform, not the host oneLouis Dionne2019-12-104-36/+91
* [libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-061-0/+5
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-0211-11/+16
* [libcxx] Add -Wno-deprecated-copy to the test configDavid Zarzycki2019-11-291-0/+1
* Optimize and fix basic_string move assignment operator. Reviewed as https://r...marshall2019-11-271-4/+14
* [libcxx] Omit unneeded locale fallbacks on Android 21+Shoaib Meenai2019-11-251-0/+2