summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix breakage that I introduced in r238848Marshall Clow2015-06-021-3/+11
* Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow2015-06-024-1/+91
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow2015-06-024-7/+60
* Fix some places where we could call memmove(null,xxx,0) - which is UBMarshall Clow2015-06-021-6/+14
* In the case where we are copying/moving zero elements, do less workMarshall Clow2015-06-021-2/+6
* Add missing return statements in C++03 std::functionEric Fiselier2015-06-021-0/+4
* Add TODO items and remove use of 'noexcept' in C++03 test.Eric Fiselier2015-06-022-2/+4
* Remove debugging codeMarshall Clow2015-05-311-2/+0
* Don't try to memcpy zero bytes; sometimes the source pointer is NULL, and tha...Marshall Clow2015-05-311-3/+8
* Add TODO note about switching to __decltypeEric Fiselier2015-05-291-0/+2
* Fix PR#23647 - make_shared<volatile bool> - second tryMarshall Clow2015-05-272-4/+4
* Revert 238354 while I figure out what broke in weak_ptrMarshall Clow2015-05-272-5/+5
* Fix PR#23647 - make_shared<volatile bool>Marshall Clow2015-05-272-2/+63
* Add N4259 to the list of papers from Lenexa. Update links to point at public ...Marshall Clow2015-05-271-7/+8
* Get thread sleep_for test passing in C++03Eric Fiselier2015-05-271-2/+5
* Mark __convert_to_integral test as XFAIL in c++03Eric Fiselier2015-05-271-0/+3
* Cleanup move/forward tests and remove references to __rv.Eric Fiselier2015-05-273-30/+15
* Add test macros header to remove dependance on __config macros.Eric Fiselier2015-05-272-0/+141
* Fix broken test I just addedMarshall Clow2015-05-261-3/+3
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-264-1/+125
* Mark N4366 as complete. libc++ has done this since 2012Marshall Clow2015-05-261-1/+1
* Add TODO itemsEric Fiselier2015-05-221-3/+38
* Start a to-do list for libc++Marshall Clow2015-05-201-0/+12
* Fix building and testing libc++ with GCC.Eric Fiselier2015-05-204-6/+9
* Fix race condition in thread test.Eric Fiselier2015-05-191-8/+25
* Address @danalberts comments on r237700Eric Fiselier2015-05-193-3/+3
* Fix uninitialized values and bad enum conversions found by UBSAN.Eric Fiselier2015-05-194-17/+17
* Rename internal trait that used non-reserved name.Eric Fiselier2015-05-191-4/+4
OpenPOWER on IntegriCloud