summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...Marshall Clow2015-07-293-18/+101
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-299-380/+453
* Remove sanitizer XFAILs on a test.Eric Fiselier2015-07-281-7/+0
* Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a s...Marshall Clow2015-07-281-165/+64
* Mark async tests as UNSUPPORTED in C++03 because it requires variadicsEric Fiselier2015-07-282-0/+2
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-288-35/+35
* 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
* Checking more __invoke tests.Eric Fiselier2015-07-284-0/+1126
* Detect and throw on a class of bad regexes that we mistakenly accepted before...Marshall Clow2015-07-233-1/+51
* Mark this test as XFAIL with older compilers, since they hit PR18097Justin Bogner2015-07-221-0/+4
* 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-2211-309/+92
* Fix initializer list order in <regex> to be correctEric Fiselier2015-07-221-3/+3
* [libcxx] Add support for sanitizers on OS X.Eric Fiselier2015-07-223-0/+33
* Update the status of the TS'esMarshall Clow2015-07-211-6/+5
* Mark new tests as unsupported before C++11Marshall Clow2015-07-204-1/+9
* Implement the default searcher for std::experimental::search.Marshall Clow2015-07-208-0/+538
* Implement the plugin-based version of std::search. There are no searchers yet...Marshall Clow2015-07-202-0/+49
* Fix warnings in unordered_mapEric Fiselier2015-07-1929-85/+44
* Fix warnings in forwardlistEric Fiselier2015-07-193-6/+6
* Fix warnings in deque testsEric Fiselier2015-07-1911-62/+24
* Commit file missing from r242629Eric Fiselier2015-07-191-0/+8
* Fix warnings in array and assoc containersEric Fiselier2015-07-1822-29/+96
* Remove unused typedefs in random and regexEric Fiselier2015-07-182-6/+0
* Cleanup warnings in test/std/deprEric Fiselier2015-07-1812-15/+32
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-186-18/+20
* Fix unused variable warnings in atomic testsEric Fiselier2015-07-185-5/+7
* Fix warnings in test/std/language.supportEric Fiselier2015-07-1810-9/+44
* Enable and fix warnings during the build.Eric Fiselier2015-07-186-19/+29
* Fix up typos in a couple of tests; due to agressive short-circuiting, they ne...Marshall Clow2015-07-182-2/+10
* Add missing instrumentation in vector::insert - Patch from Anna ZaksEric Fiselier2015-07-183-4/+20
* [libcxx] Get is_*_destructible tests passing in C++03.Eric Fiselier2015-07-184-38/+80
* Cleanup tests that fail in C++1z and with Clang 3.8Eric Fiselier2015-07-179-377/+248
* Bump libc++ version # to 3.8Marshall Clow2015-07-171-1/+1
* Include what we use, instead of letting them get pulled in implictly. This ma...Marshall Clow2015-07-163-0/+5
* 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-162-7/+23
* Mark two tests as failing on clang 3.8 (they failed on 3.7, too)Marshall Clow2015-07-162-4/+4
* Remove non-ascii charactersEric Fiselier2015-07-141-5/+5
* Implement n4169 - Add invoke function templateEric Fiselier2015-07-143-1/+278
* Mark LWG2308 as complete; fix link. No code change necessary.Marshall Clow2015-07-141-1/+1
* Fix PR24114 - std::atomic for non-Clang is not a literal typeEric Fiselier2015-07-142-1/+58
* Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-143-0/+26
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-1326-297/+1311
* [libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier2015-07-103-9/+26
* Use __is_identifier to detect __decltype and not the clang version.Eric Fiselier2015-07-101-24/+19
* Fix error string in test suiteEric Fiselier2015-07-081-1/+1