summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.Eric Fiselier2015-05-194-11/+28
* Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded opera...Marshall Clow2015-05-196-8/+102
* mark new/delete tests as XFAIL more carefullyEric Fiselier2015-05-194-10/+20
* [libcxx] Rework sized delete.Eric Fiselier2015-05-1915-518/+509
* Mark N4510 as complete; we already do thisMarshall Clow2015-05-181-2/+2
* Add support for N4389 - std::bool_constantMarshall Clow2015-05-184-13/+58
* Update C++1z status; mark issues 2059,2369,2415,2454 and 2458 as 'complete'. ...Marshall Clow2015-05-181-5/+5
* Update C++1z status; mark all the issues that require no library change as 'c...Marshall Clow2015-05-181-22/+21
* Update C++1z status with issues and papers from LenexaMarshall Clow2015-05-181-3/+45
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-184-238/+0
* libcxx: Enhance lit test command in verbose mode.Logan Chien2015-05-171-5/+8
* Fix test that was failing on C++03 b/c it was using initializer listsMarshall Clow2015-05-161-2/+2
* Fix build when libunwind is disabled.Logan Chien2015-05-161-0/+1
* libcxx: Fix ARM libc++/abi and libunwind buildbot.Logan Chien2015-05-162-0/+5
* Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().Ed Schouten2015-05-141-24/+40
OpenPOWER on IntegriCloud