summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix PR35637: suboptimal codegen for `vector<unsigned char>`.Eric Fiselier2019-07-283-95/+86
* Fix a bug in std::chrono::abs where it would fail when the duration's period ...Marshall Clow2019-07-262-1/+7
* [NFC][libcxx] Add comments about making mutex/condition_variable trivial on A...Louis Dionne2019-07-251-3/+13
* Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...Marshall Clow2019-07-2520-66/+162
* [AIX][lit] Don't depend on psutil on AIXDavid Tenty2019-07-241-16/+19
* [RISCV] Implement benchmark::cycleclock::NowRoger Ferrer Ibanez2019-07-242-0/+21
* Implement most of P1612R1: Relocate endian. Moves the std::endian functional...Marshall Clow2019-07-233-16/+23
* [NFC][libc++] Add missing EXPLICIT to pair and tuple synopsisLouis Dionne2019-07-222-16/+16
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-2210-10/+10
* [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose failsPetr Hosek2019-07-222-3/+58
* [libc++] Do not infer support for C++17 in GCC < 7Louis Dionne2019-07-221-0/+1
* Update c++2a status page with post-Cologne informationMarshall Clow2019-07-221-1/+57
* [libc++] Mark libcpp_deallocate.sh.cpp as UNSUPPORTED instead of XFAIL on App...Louis Dionne2019-07-191-1/+1
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-1914-59/+0
* [libc++] Allow passing additional CMake arguments in macOS trunk CI scriptLouis Dionne2019-07-191-1/+9
* [libc++] Use _EnableIf instead of std::enable_if in deduction guides for map ...Louis Dionne2019-07-192-24/+24
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-1914-0/+59
* [libc++] Add missing %link_flags to .sh.cpp testLouis Dionne2019-07-191-1/+1
* [libc++] Fix link error with _LIBCPP_HIDE_FROM_ABI_PER_TU and std::stringLouis Dionne2019-07-192-10/+21
* [libc++] Add C++17 deduction guides for std::functionLouis Dionne2019-07-184-0/+337
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-185-12/+12
* [libc++] XFAIL a test that does not behave properly on older ClangLouis Dionne2019-07-171-0/+4
* [libcxx] Rejigger test for destroying delete feature-test macrosLouis Dionne2019-07-161-4/+13
* [libc++] Add missing UNSUPPORTED for CTAD testsLouis Dionne2019-07-162-0/+2
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-169-6/+263
* [libc++] Implement P0433: deduction guides for <unordered_map>Louis Dionne2019-07-158-7/+1106
* Constrain workaround to avoid affecting other buildbotsEric Fiselier2019-07-151-2/+4
* Improve compile time of variant.Eric Fiselier2019-07-142-31/+154
* Add test for variant construction with duplicate types.Eric Fiselier2019-07-141-0/+12
* Cleanup whitespace in <variant>. NFC.Eric Fiselier2019-07-141-11/+7
* Harden variant test added in r366022Eric Fiselier2019-07-141-3/+3
* Avoid eager template instantiation caused by the variant narrowing checks.Eric Fiselier2019-07-142-9/+41
* Fix non-conformance it `std::tuple`.Eric Fiselier2019-07-122-20/+47
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-128-93/+105
* [libc++] Add XFAILs for CTAD tests on older compilersLouis Dionne2019-07-122-0/+2
* Mark destroying delete test as UNSUPPORTED with clang 7Eric Fiselier2019-07-121-1/+1
* Tolerate import errors in "not.py" implementationEric Fiselier2019-07-121-4/+12
* Reorganize the 'bit' header to make most of the facilities available for inte...Marshall Clow2019-07-125-117/+263
* Add another buildbot username to the workaround listEric Fiselier2019-07-121-1/+1
* Attempt to override broken buildbot config for libc++abi.Eric Fiselier2019-07-121-0/+8
* Fix memory leak in set and map.Eric Fiselier2019-07-113-128/+129
* [libc++] Implement deduction guides for <unordered_set>Louis Dionne2019-07-115-6/+702
* build: use multiple `install` rather than building up a listSaleem Abdulrasool2019-07-091-12/+20
* Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because ...Vitaly Buka2019-07-082-1/+14
* [libc++] Take 2: Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-082-14/+1
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-086-82/+152
* Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier2019-07-075-19/+66
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-076-20/+73
* Make list::remove/remove_if/unique all return void before C++20; undoes that ...Marshall Clow2019-07-065-33/+103
* This patch makes swap functions constexpr. Both swap overloads, swap_ranges a...Zoe Carver2019-07-056-4/+70
OpenPOWER on IntegriCloud