summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Remove -Werror when using check_cxx_compiler_flag because it was causing comp...Eric Fiselier2015-07-311-1/+1
* Print message when configuring for standalone build.Eric Fiselier2015-07-311-0/+1
* Fix failing unique_ptr tests.Eric Fiselier2015-07-312-38/+7
* Start cleanup of unique_ptr tests.Eric Fiselier2015-07-3128-1575/+894
* Mark any as done and comment out extra methods until speaking to MarshallEric Fiselier2015-07-313-6/+7
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-3128-0/+2873
* Add -Wno-error by default to work around failing compiler-rt buildsEric Fiselier2015-07-311-0/+4
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-309-360/+493
* Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since tha...Marshall Clow2015-07-301-1/+1
* Change some #ifdefs to #if - thanks to Dexon for thge catch.Marshall Clow2015-07-302-4/+4
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-299-464/+382
* Attempt to fix build issues introduced by Eric Fiselier2015-07-292-31/+38
* Fix typo in unused variable name.Nick Lewycky2015-07-291-1/+1
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-299-382/+457
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-299-453/+380
* 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
OpenPOWER on IntegriCloud