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-08-12Merging r244003:Hans Wennborg
2015-08-11Merging r244462:Hans Wennborg
2015-08-03Merging r243530 and r243641:Hans Wennborg
2015-07-17Merging r242377:Hans Wennborg
2015-07-17Merging r242421:Hans Wennborg
2015-07-14Remove non-ascii charactersEric Fiselier
2015-07-14Implement n4169 - Add invoke function templateEric Fiselier
2015-07-14Mark LWG2308 as complete; fix link. No code change necessary.Marshall Clow
2015-07-14Fix PR24114 - std::atomic for non-Clang is not a literal typeEric Fiselier
2015-07-14Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow
2015-07-13Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow
2015-07-11[libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier
2015-07-10Use __is_identifier to detect __decltype and not the clang version.Eric Fiselier
2015-07-09Fix error string in test suiteEric Fiselier
2015-07-07The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow
2015-07-07Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow
2015-07-07[libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier
2015-07-06Automatically detect and use clang verify in failure tests.Eric Fiselier
2015-07-06Mark LWG#2420 as complete. Eric did this in r228705.Marshall Clow
2015-07-06Make locale code compile on CloudABI.Ed Schouten
2015-07-06Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten
2015-07-02Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow
2015-06-30Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 require...Marshall Clow
2015-06-30K-ballo pointed out that I missed one of the specializations of packaged_task...Marshall Clow
2015-06-30Forgot the support include file in r241091Marshall Clow
2015-06-30Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow
2015-06-30Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow
2015-06-30Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow
2015-06-30Mark LWG#2266 as complete. This is a tightening up the wording; no code chang...Marshall Clow
2015-06-30Mark LWG#2439 as complete. This is a tightening up the wording; no code chang...Marshall Clow
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