Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2015-06-23Mark a couple of features as 'in progress'Marshall Clow
2015-06-23When building libc++, we use '"' as a delimiter instead of '<' when including...Marshall Clow
2015-06-22Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361Marshall Clow
2015-06-19Fix illegal chars that snuck into <memory>Marshall Clow
2015-06-19Fix ASAN bot; missing bookkeeping in r240136.Marshall Clow
2015-06-19Fix PR#18843. Thanks to Howard for the fixMarshall Clow
2015-06-18Delete dead code. NFCIJonathan Roelofs
2015-06-15Fix std::function allocator constructors in C++03.Eric Fiselier
2015-06-13Cleanup result_of tests and fix issues with the C++03 result_of.Eric Fiselier
2015-06-13Remove warnings about old CMake optionsEric Fiselier
2015-06-13Fix PR12999 - unordered_set::insert calls operator new when no insert occursEric Fiselier
2015-06-13[libcxx] Fix detection of __is_final.Eric Fiselier
2015-06-13[libcxx] Use __decltype instead of __typeof__Eric Fiselier
2015-06-13Make __void_t unary and always provide it.Eric Fiselier
2015-06-13LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.Eric Fiselier
2015-06-13Enable __is_trivially* intrinsics for GCC 5.1Eric Fiselier
2015-06-13Refactor is_member_function_pointer to use is_function and not __member_funct...Eric Fiselier
2015-06-13Prevent dependancy on libatomic when using GCC to provide <atomic>.Eric Fiselier
2015-06-12Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier
2015-06-12Change #ifdefs in test to UNSUPPORTED. No functionality change in the testsMarshall Clow
2015-06-06Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...Marshall Clow
2015-06-05Avoid C-style cast.Joerg Sonnenberger
2015-06-04While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow
2015-06-04More N4258 changes. This time vector's constructorsMarshall Clow
2015-06-03More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow
2015-06-03Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...Marshall Clow
2015-06-03Revert changes inadvertantly committedMarshall Clow
2015-06-03Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...Marshall Clow
2015-06-03Fix breakage that I introduced in r238848Marshall Clow
2015-06-02Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...Marshall Clow
2015-06-02Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow
2015-06-02Fix some places where we could call memmove(null,xxx,0) - which is UBMarshall Clow
2015-06-02In the case where we are copying/moving zero elements, do less workMarshall Clow
2015-06-02Add missing return statements in C++03 std::functionEric Fiselier
2015-06-02Add TODO items and remove use of 'noexcept' in C++03 test.Eric Fiselier
2015-05-31Remove debugging codeMarshall Clow
2015-05-31Don't try to memcpy zero bytes; sometimes the source pointer is NULL, and tha...Marshall Clow
2015-05-30Add TODO note about switching to __decltypeEric Fiselier
2015-05-28Fix PR#23647 - make_shared<volatile bool> - second tryMarshall Clow
2015-05-27Revert 238354 while I figure out what broke in weak_ptrMarshall Clow
2015-05-27Fix PR#23647 - make_shared<volatile bool>Marshall Clow
2015-05-27Add N4259 to the list of papers from Lenexa. Update links to point at public ...Marshall Clow
2015-05-27Get thread sleep_for test passing in C++03Eric Fiselier
2015-05-27Mark __convert_to_integral test as XFAIL in c++03Eric Fiselier
2015-05-27Cleanup move/forward tests and remove references to __rv.Eric Fiselier
2015-05-27Add test macros header to remove dependance on __config macros.Eric Fiselier
2015-05-26Fix broken test I just addedMarshall Clow
2015-05-26Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow
2015-05-26Mark N4366 as complete. libc++ has done this since 2012Marshall Clow