summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-2515-32/+75
* Revert "Fix use of __libcpp_deallocate in dynarray"Eric Christopher2018-10-251-1/+1
* Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher2018-10-256-377/+55
* Fix use of __libcpp_deallocate in dynarrayEric Fiselier2018-10-251-1/+1
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-246-55/+377
* Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"Petr Hosek2018-10-242-30/+0
* Fix use of libc++ specific macro in support/test_macros.hEric Fiselier2018-10-241-3/+4
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-24176-176/+176
* Off-by-one errors strike again. Thank goodness for ASAN and the bots.Marshall Clow2018-10-231-4/+14
* When filling a vector<bool> with stuff, initialize the last word of the stora...Marshall Clow2018-10-231-0/+4
* Add benchmark for std::set.Samuel Benzaquen2018-10-232-20/+312
* Mark the move construct/move assign tests as unsupported on C++03Marshall Clow2018-10-232-1/+2
* Add tests for match_results copy/move assignment operators. NFCMarshall Clow2018-10-233-0/+106
* Remove a 'const' from the synopsis. NFCMarshall Clow2018-10-231-1/+1
* Updated the issue notes.Marshall Clow2018-10-231-6/+6
* Add tests for match_results copy/move construction. NFCMarshall Clow2018-10-232-0/+83
* Added more notes to the issues.Marshall Clow2018-10-221-6/+6
* Update commnents to reflect the changes for LWG#3127. NFCMarshall Clow2018-10-221-1/+1
* Update commnents to reflect the changes for LWG#3127. NFCMarshall Clow2018-10-222-1/+31
* Update commnents to reflect the changes for LWG#3122. NFCMarshall Clow2018-10-223-0/+3
* [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XXBilly Robert O'Neal III2018-10-202-7/+3
* [libcxx] [test] Add missing <stdexcept> to map at tests.Billy Robert O'Neal III2018-10-192-3/+5
* Repair thread-unsafe modifications of n_alive in F.pass.cppBilly Robert O'Neal III2018-10-191-4/+10
* [libcxx] Improve reporting when running the lit test suiteLouis Dionne2018-10-171-10/+10
* [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10Louis Dionne2018-10-174-4/+4
* [libcxx] Avoid repeating the definition of std:: namespacesLouis Dionne2018-10-161-20/+6
* [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne2018-10-165-41/+40
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...Marshall Clow2018-10-16180-2/+10901
* Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Review...Marshall Clow2018-10-161-0/+10
* Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."Artem Dergachev2018-10-162-2/+6
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-16183-10964/+3
* [libcxx] Remove custom CMake code targeting Mac OS 10.6Louis Dionne2018-10-162-9/+4
* Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232Marshall Clow2018-10-152-2/+6
* Wrap up the new chrono literals in an #ifdef so that old versions of clang do...Marshall Clow2018-10-154-1/+10
* Implement the first part of the calendar support for C++20. This is still inc...Marshall Clow2018-10-15180-1/+10949
* One more local type warning removed from the tests. NFCMarshall Clow2018-10-121-8/+12
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-123-9/+13
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-1212-62/+62
* Add benchmarks for std::function.Samuel Benzaquen2018-10-122-0/+324
* [NFC][libc++] Fix broken link in commentLouis Dionne2018-10-121-1/+1
* Revert commit r344254; does not work with C++03Marshall Clow2018-10-111-39/+14
* Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX...Marshall Clow2018-10-111-14/+39
* Add a test that shows what happens with throwing destructors. NFC.Marshall Clow2018-10-111-0/+11
* Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETEEric Fiselier2018-10-111-1/+1
* Distinguish between library and language support for aligned allocation.Eric Fiselier2018-10-114-29/+33
* Use TEST_STD_VER instead of __cplusplus [NFC]Aaron Puchert2018-10-1024-24/+49
* Use std::scoped_lock only for C++17 and newerAaron Puchert2018-10-101-0/+2
* Add test macros for always_inline and noinlineEric Fiselier2018-10-103-10/+23
* Fix linking filesystem benchmarksEric Fiselier2018-10-101-1/+4
* Annotate scoped_lock as with scoped_lockable attributeAaron Puchert2018-10-092-1/+7
OpenPOWER on IntegriCloud