summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [modules] Add initial module map for libc++.Richard Smith2014-05-211-0/+471
* Update cstddef after clang r207606.Nico Weber2014-05-161-6/+0
* Fix typo 'fourty' in testsAlp Toker2014-05-1520-87/+87
* Fix typosAlp Toker2014-05-158-38/+38
* Work around ABI differences due to LWG 2056 in testsJustin Bogner2014-05-152-1/+16
* Remove XFAIL from a number of tests that aren't expected to failJustin Bogner2014-05-156-18/+0
* Add Address Sanitizer support to std::vectorMarshall Clow2014-05-0841-0/+473
* Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that ...Marshall Clow2014-05-062-2/+4
* Exceptions store the message as reference counted string forJoerg Sonnenberger2014-04-303-112/+163
* Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr)Marshall Clow2014-04-262-3/+39
* Added some tests for equal elements in min_element and max_element. Bug #1954...Marshall Clow2014-04-252-0/+36
* Default the copy and move constructors for __tuple_leaf. This fixes bugs 1885...Marshall Clow2014-04-212-11/+37
* Use compiler intrinsic __is_constructible if availableMarshall Clow2014-04-211-9/+17
* Add more tests for std::ws as pointed out by bug #19497Marshall Clow2014-04-211-0/+20
* Bug #19473. If you pass an allocator to std::function, we should use that all...Marshall Clow2014-04-183-10/+80
* Fixed a test that was attempting to use rvalue-references w/o checking to see...Marshall Clow2014-04-171-1/+4
* Remove some unnecessary noexcept conditions. Thanks to Richard Smith for the ...Marshall Clow2014-04-162-4/+0
* Define a new macro in libc++ named '_LIBCPP_HAS_NO_ASAN'. When this is defined,Marshall Clow2014-04-141-0/+12
* Not everyone uses bash, so fix test syntax.Joerg Sonnenberger2014-04-121-3/+3
* Remove node from a container before destroying it. Thanks to Alexander Potape...Marshall Clow2014-04-111-1/+1
* Fix PR19819Marshall Clow2014-04-073-3/+45
* Removed 'sized deallocation' from C++14 status page since it turned out to re...Marshall Clow2014-04-072-2/+1
* RTTI Uniqueness: remove __name_for_load function.Tim Northover2014-04-031-10/+2
* Add a section about reporting bugs and contributing patchesMarshall Clow2014-04-031-0/+17
* Reword C++14 status to match C++11 statusMarshall Clow2014-04-031-1/+1
* Mark C++14 status as 'complete'Marshall Clow2014-04-031-3/+2
* Use defined(__APPLE__) rather than __APPLE__Tim Northover2014-03-301-2/+3
* ARM64: compare RTTI names as stringsTim Northover2014-03-302-1/+57
* ARM64: use the alternate string layout on Apple platforms.Tim Northover2014-03-301-0/+4
* [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf2014-03-2641-0/+216
* Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow2014-03-263-5/+5
* Add tests that should fail when lock() throws. THis is part of LWG issue #213...Marshall Clow2014-03-262-0/+104
* Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standardMarshall Clow2014-03-251-3/+3
* Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow2014-03-242-1/+20
* Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes r...Marshall Clow2014-03-241-3/+3
* Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer2014-03-1730-92/+92
* Replace a tab with a spaceDavid Majnemer2014-03-171-1/+1
* Remove Issue #2235 from the Chicago section. The resolution was approved in B...Marshall Clow2014-03-151-1/+0
* Exclude .svn (and other "dot" directories) when installing headers.Bob Wilson2014-03-131-1/+2
* build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool2014-03-121-8/+0
* build: fix erroneous overwriting of flagsSaleem Abdulrasool2014-03-121-2/+2
* build: fix add_definition abuse in CMakeSaleem Abdulrasool2014-03-121-5/+8
* build: remove an errant commaSaleem Abdulrasool2014-03-121-1/+1
* THIRD TIME. Richard pointed out (again) that I'd switched the order of the in...Marshall Clow2014-03-121-5/+5
* Fix ABI break I made in r203587; thanks to Richard Smith for the catch.Marshall Clow2014-03-111-3/+5
* Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...Marshall Clow2014-03-111-1/+1
* Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow2014-03-114-49/+9
* Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...Marshall Clow2014-03-114-0/+4
* Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before ...Marshall Clow2014-03-111-1/+1
* Final bit for LWG #2263; test different allocator pointer types. Note that li...Marshall Clow2014-03-113-1/+233
OpenPOWER on IntegriCloud