summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-143-0/+26
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-1326-297/+1311
* [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-103-9/+26
* Use __is_identifier to detect __decltype and not the clang version.Eric Fiselier2015-07-101-24/+19
* Fix error string in test suiteEric Fiselier2015-07-081-1/+1
* The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-074-2/+526
* Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow2015-07-073-0/+512
* [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-076-13/+271
* Automatically detect and use clang verify in failure tests.Eric Fiselier2015-07-064-11/+19
* Mark LWG#2420 as complete. Eric did this in r228705.Marshall Clow2015-07-061-1/+1
* Make locale code compile on CloudABI.Ed Schouten2015-07-061-10/+13
* Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten2015-07-062-30/+28
* Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow2015-07-013-0/+10
* Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 require...Marshall Clow2015-06-301-3/+3
* K-ballo pointed out that I missed one of the specializations of packaged_task...Marshall Clow2015-06-301-1/+1
* Forgot the support include file in r241091Marshall Clow2015-06-301-0/+73
* Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow2015-06-3050-3/+1718
* Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow2015-06-302-3/+3
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-3010-26/+439
* Mark LWG#2266 as complete. This is a tightening up the wording; no code chang...Marshall Clow2015-06-301-1/+1
* Mark LWG#2439 as complete. This is a tightening up the wording; no code chang...Marshall Clow2015-06-291-1/+1
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-2419-3/+124
* Mark a couple of features as 'in progress'Marshall Clow2015-06-231-2/+2
* When building libc++, we use '"' as a delimiter instead of '<' when including...Marshall Clow2015-06-232-4/+4
* Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361Marshall Clow2015-06-223-2/+24
* Fix illegal chars that snuck into <memory>Marshall Clow2015-06-191-1/+1
* Fix ASAN bot; missing bookkeeping in r240136.Marshall Clow2015-06-191-0/+1
* Fix PR#18843. Thanks to Howard for the fixMarshall Clow2015-06-192-1/+8
* Delete dead code. NFCIJonathan Roelofs2015-06-171-4/+0
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-145-137/+232
* Cleanup result_of tests and fix issues with the C++03 result_of.Eric Fiselier2015-06-134-68/+314
* Remove warnings about old CMake optionsEric Fiselier2015-06-131-21/+0
* Fix PR12999 - unordered_set::insert calls operator new when no insert occursEric Fiselier2015-06-132-2/+87
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-138-49/+42
* [libcxx] Use __decltype instead of __typeof__Eric Fiselier2015-06-131-1/+16
* Make __void_t unary and always provide it.Eric Fiselier2015-06-131-3/+1
* LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.Eric Fiselier2015-06-133-23/+79
* Enable __is_trivially* intrinsics for GCC 5.1Eric Fiselier2015-06-132-6/+11
* Refactor is_member_function_pointer to use is_function and not __member_funct...Eric Fiselier2015-06-132-23/+53
* Prevent dependancy on libatomic when using GCC to provide <atomic>.Eric Fiselier2015-06-131-6/+8
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-123-9/+67
* Change #ifdefs in test to UNSUPPORTED. No functionality change in the testsMarshall Clow2015-06-119-48/+10
* Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...Marshall Clow2015-06-055-2/+248
* Avoid C-style cast.Joerg Sonnenberger2015-06-051-1/+1
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-046-51/+5
* More N4258 changes. This time vector's constructorsMarshall Clow2015-06-045-6/+77
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-038-29/+113
* Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow2015-06-032-1/+76
* Revert changes inadvertantly committedMarshall Clow2015-06-021-23/+4
* Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...Marshall Clow2015-06-022-5/+24