summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libcxx] Add Sergej Jaskiewicz to CREDITS.txtSergej Jaskiewicz2019-11-211-0/+4
* [libc++] Separate -include and path to the site config fileLouis Dionne2019-11-181-1/+1
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-188-11/+37
* Update the docs for building libc++.Dan Albert2019-11-181-25/+29
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-1813-196/+200
* [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20Eric Fiselier2019-11-164-1/+183
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-163-1/+48
* [libc++] Rename __to_raw_pointer to __to_address.Eric Fiselier2019-11-167-100/+111
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-152-5/+31
* [libcxx] use __builtin_isnan in std::isnan.Ilya Tokar2019-11-151-0/+4
* [libc++] [P0920] [P1661] Update status page.Marek Kurdej2019-11-151-2/+2
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-1413-53/+53
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-146-2/+52
OpenPOWER on IntegriCloud