| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid C-style cast. | Joerg Sonnenberger | 2015-06-05 | 1 | -1/+1 |
* | While applying N4258, I forgot about LWG#2455, which modified the modificatio... | Marshall Clow | 2015-06-04 | 6 | -51/+5 |
* | More N4258 changes. This time vector's constructors | Marshall Clow | 2015-06-04 | 5 | -6/+77 |
* | More of N4258 implementation. Mark all of our test_allocators as noexcept con... | Marshall Clow | 2015-06-03 | 8 | -29/+113 |
* | Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'... | Marshall Clow | 2015-06-03 | 2 | -1/+76 |
* | Revert changes inadvertantly committed | Marshall Clow | 2015-06-02 | 1 | -23/+4 |
* | Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc... | Marshall Clow | 2015-06-02 | 2 | -5/+24 |
* | Fix breakage that I introduced in r238848 | Marshall Clow | 2015-06-02 | 1 | -3/+11 |
* | Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als... | Marshall Clow | 2015-06-02 | 4 | -1/+91 |
* | Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe... | Marshall Clow | 2015-06-02 | 4 | -7/+60 |
* | Fix some places where we could call memmove(null,xxx,0) - which is UB | Marshall Clow | 2015-06-02 | 1 | -6/+14 |
* | In the case where we are copying/moving zero elements, do less work | Marshall Clow | 2015-06-02 | 1 | -2/+6 |
* | Add missing return statements in C++03 std::function | Eric Fiselier | 2015-06-02 | 1 | -0/+4 |
* | Add TODO items and remove use of 'noexcept' in C++03 test. | Eric Fiselier | 2015-06-02 | 2 | -2/+4 |
* | Remove debugging code | Marshall Clow | 2015-05-31 | 1 | -2/+0 |
* | Don't try to memcpy zero bytes; sometimes the source pointer is NULL, and tha... | Marshall Clow | 2015-05-31 | 1 | -3/+8 |
* | Add TODO note about switching to __decltype | Eric Fiselier | 2015-05-29 | 1 | -0/+2 |
* | Fix PR#23647 - make_shared<volatile bool> - second try | Marshall Clow | 2015-05-27 | 2 | -4/+4 |
* | Revert 238354 while I figure out what broke in weak_ptr | Marshall Clow | 2015-05-27 | 2 | -5/+5 |
* | Fix PR#23647 - make_shared<volatile bool> | Marshall Clow | 2015-05-27 | 2 | -2/+63 |
* | Add N4259 to the list of papers from Lenexa. Update links to point at public ... | Marshall Clow | 2015-05-27 | 1 | -7/+8 |
* | Get thread sleep_for test passing in C++03 | Eric Fiselier | 2015-05-27 | 1 | -2/+5 |
* | Mark __convert_to_integral test as XFAIL in c++03 | Eric Fiselier | 2015-05-27 | 1 | -0/+3 |
* | Cleanup move/forward tests and remove references to __rv. | Eric Fiselier | 2015-05-27 | 3 | -30/+15 |
* | Add test macros header to remove dependance on __config macros. | Eric Fiselier | 2015-05-27 | 2 | -0/+141 |
* | Fix broken test I just added | Marshall Clow | 2015-05-26 | 1 | -3/+3 |
* | Add tests to ensure that string/vector/array have contiguous iterators - whic... | Marshall Clow | 2015-05-26 | 4 | -1/+125 |
* | Mark N4366 as complete. libc++ has done this since 2012 | Marshall Clow | 2015-05-26 | 1 | -1/+1 |
* | Add TODO items | Eric Fiselier | 2015-05-22 | 1 | -3/+38 |
* | Start a to-do list for libc++ | Marshall Clow | 2015-05-20 | 1 | -0/+12 |
* | Fix building and testing libc++ with GCC. | Eric Fiselier | 2015-05-20 | 4 | -6/+9 |
* | Fix race condition in thread test. | Eric Fiselier | 2015-05-19 | 1 | -8/+25 |
* | Address @danalberts comments on r237700 | Eric Fiselier | 2015-05-19 | 3 | -3/+3 |
* | Fix uninitialized values and bad enum conversions found by UBSAN. | Eric Fiselier | 2015-05-19 | 4 | -17/+17 |
* | Rename internal trait that used non-reserved name. | Eric Fiselier | 2015-05-19 | 1 | -4/+4 |
* | Add compiler flag test support to LIT. Fix new/delete tests on apple-clang. | Eric Fiselier | 2015-05-19 | 4 | -11/+28 |
* | Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded opera... | Marshall Clow | 2015-05-19 | 6 | -8/+102 |
* | mark new/delete tests as XFAIL more carefully | Eric Fiselier | 2015-05-19 | 4 | -10/+20 |
* | [libcxx] Rework sized delete. | Eric Fiselier | 2015-05-19 | 15 | -518/+509 |
* | Mark N4510 as complete; we already do this | Marshall Clow | 2015-05-18 | 1 | -2/+2 |
* | Add support for N4389 - std::bool_constant | Marshall Clow | 2015-05-18 | 4 | -13/+58 |
* | Update C++1z status; mark issues 2059,2369,2415,2454 and 2458 as 'complete'. ... | Marshall Clow | 2015-05-18 | 1 | -5/+5 |
* | Update C++1z status; mark all the issues that require no library change as 'c... | Marshall Clow | 2015-05-18 | 1 | -22/+21 |
* | Update C++1z status with issues and papers from Lenexa | Marshall Clow | 2015-05-18 | 1 | -3/+45 |
* | Fix for LWG Issue 2458: N3778 and new library deallocation signatures. | Marshall Clow | 2015-05-18 | 4 | -238/+0 |
* | libcxx: Enhance lit test command in verbose mode. | Logan Chien | 2015-05-17 | 1 | -5/+8 |
* | Fix test that was failing on C++03 b/c it was using initializer lists | Marshall Clow | 2015-05-16 | 1 | -2/+2 |
* | Fix build when libunwind is disabled. | Logan Chien | 2015-05-16 | 1 | -0/+1 |
* | libcxx: Fix ARM libc++/abi and libunwind buildbot. | Logan Chien | 2015-05-16 | 2 | -0/+5 |
* | Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday(). | Ed Schouten | 2015-05-14 | 1 | -24/+40 |