summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Mark any as done and comment out extra methods until speaking to MarshallEric Fiselier2015-07-311-2/+3
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-311-0/+591
* Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since tha...Marshall Clow2015-07-301-1/+1
* Fix typo in unused variable name.Nick Lewycky2015-07-291-1/+1
* Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...Marshall Clow2015-07-291-8/+32
* Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a s...Marshall Clow2015-07-281-165/+64
* Cleanup C++03 __invoke for Bullets 3 and 4.Eric Fiselier2015-07-282-19/+9
* Get C++03 __invoke working for bullet 5 of INVOKE.Eric Fiselier2015-07-281-27/+16
* Detect and throw on a class of bad regexes that we mistakenly accepted before...Marshall Clow2015-07-231-0/+8
* Merge C++03 and C++11 implementations of mem_fn and __mem_fn.Eric Fiselier2015-07-222-199/+35
* Remove almost everything in <__functional_base_03>Eric Fiselier2015-07-222-377/+94
* Remove more commented out code. That is what version control is for.Eric Fiselier2015-07-221-236/+0
* Cleanup <__functional_03>Eric Fiselier2015-07-222-309/+37
* Fix initializer list order in <regex> to be correctEric Fiselier2015-07-221-3/+3
* Implement the default searcher for std::experimental::search.Marshall Clow2015-07-201-0/+133
* Implement the plugin-based version of std::search. There are no searchers yet...Marshall Clow2015-07-201-0/+6
* Fix warnings in deque testsEric Fiselier2015-07-191-5/+0
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-4/+4
* Remove unused typedefs in random and regexEric Fiselier2015-07-182-6/+0
* Enable and fix warnings during the build.Eric Fiselier2015-07-185-19/+27
* Add missing instrumentation in vector::insert - Patch from Anna ZaksEric Fiselier2015-07-181-0/+2
* [libcxx] Get is_*_destructible tests passing in C++03.Eric Fiselier2015-07-181-0/+7
* Bump libc++ version # to 3.8Marshall Clow2015-07-171-1/+1
* Set the libc++ version # to 3.7. Will bump to 3.8 soonMarshall Clow2015-07-161-1/+1
* Make sure that __libcpp_compressed_pair_imp default-constructs its' members, ...Marshall Clow2015-07-161-7/+7
* Implement n4169 - Add invoke function templateEric Fiselier2015-07-141-0/+9
* Fix PR24114 - std::atomic for non-Clang is not a literal typeEric Fiselier2015-07-141-1/+2
* Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-141-0/+16
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-1312-285/+263
* [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-102-6/+10
* Use __is_identifier to detect __decltype and not the clang version.Eric Fiselier2015-07-101-24/+19
* The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-071-0/+131
* Implement N4279 and LWG#2664 for <map>. Reviewed as http://reviews.llvm.org/D...Marshall Clow2015-07-071-0/+131
* [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-072-3/+18
* Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten2015-07-061-19/+17
* Noticed that std::allocator<const T> was missing the definition for is_always...Marshall Clow2015-07-011-0/+1
* K-ballo pointed out that I missed one of the specializations of packaged_task...Marshall Clow2015-06-301-1/+1
* Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow2015-06-301-2/+2
* Implement LWG#2407: 'packaged_task(allocator_arg_t, const Allocator&, F&&) sh...Marshall Clow2015-06-301-2/+2
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-301-19/+94
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-245-0/+14
* Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361Marshall Clow2015-06-221-2/+2
* Fix illegal chars that snuck into <memory>Marshall Clow2015-06-191-1/+1
* Fix ASAN bot; missing bookkeeping in r240136.Marshall Clow2015-06-191-0/+1
* Fix PR#18843. Thanks to Howard for the fixMarshall Clow2015-06-191-1/+4
* Delete dead code. NFCIJonathan Roelofs2015-06-171-4/+0
* Fix std::function allocator constructors in C++03.Eric Fiselier2015-06-141-12/+20
* Cleanup result_of tests and fix issues with the C++03 result_of.Eric Fiselier2015-06-131-5/+8
* Fix PR12999 - unordered_set::insert calls operator new when no insert occursEric Fiselier2015-06-131-2/+39
* [libcxx] Fix detection of __is_final.Eric Fiselier2015-06-138-49/+42
OpenPOWER on IntegriCloud