summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-2419-7/+81
* Add a test to make sure that implicit conversion from error_code to bool will...Marshall Clow2017-01-241-0/+30
* Update status for LWG2733Marshall Clow2017-01-241-1/+1
* Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for ...Marshall Clow2017-01-249-0/+204
* Mark LWG2736 as complete. No code changes, but we have more tests nowMarshall Clow2017-01-243-4/+36
* A couple more tests for constexpr stuff in string_view. No changes other than...Marshall Clow2017-01-242-0/+38
* Update Linux ABI lists to reflect inlining change in LLVM. More investigation...Eric Fiselier2017-01-241-1905/+1904
* Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier2017-01-247-9/+13
* Revert yet another accidental change caused by r292684Eric Fiselier2017-01-241-0/+9
* Fix bad XFAIL which recent LIT changes diagnosedEric Fiselier2017-01-241-1/+1
* Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier2017-01-247-7/+7
* [libcxx] Never use <cassert> within libc++Eric Fiselier2017-01-247-13/+9
* Manually force the use of __decltype in C++03 with Clang 3.4.Eric Fiselier2017-01-231-1/+8
* Fix GCC C++03 build by hiding default template argument in C++03Eric Fiselier2017-01-231-0/+3
* Implement LWG#2778: basic_string_view is missing constexpr.Marshall Clow2017-01-233-7/+57
* Fixed a typo in __config that prevented the aligned new/delete tests from pas...Marshall Clow2017-01-231-1/+1
* Revert previous cleanup; I got too agressive removing #ifdefsMarshall Clow2017-01-231-0/+2
* Removed some un-needed ifdefsMarshall Clow2017-01-231-2/+0
* Revert accidentally changes which reverted r292582Eric Fiselier2017-01-211-1/+1
* Fix recent build errorsEric Fiselier2017-01-213-3/+8
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-2131-653/+1470
* Don't default older GCC's to C++17, but C++14 or C++11 insteadEric Fiselier2017-01-201-0/+9
* Revert "Don't default older GCC's to C++17, but C++14 or C++11 instead"Eric Fiselier2017-01-201-8/+0
* Don't default older GCC's to C++17, but C++14 or C++11 insteadEric Fiselier2017-01-201-0/+8
* Still expose std::align_val_t in C++17 even if we don't have aligned new/delete.Eric Fiselier2017-01-201-1/+1
* Refactor unique_ptr/shared_ptr deleter test types into single header.Eric Fiselier2017-01-2049-121/+94
* Disable aligned new/delete on Apple platforms without posix_memalignEric Fiselier2017-01-203-2/+19
* [NFC] Group aligned new/delete definitions together in new.cppEric Fiselier2017-01-201-85/+85
* Fix handling of Apple target triple when checking the ABI lists.Eric Fiselier2017-01-204-3/+10
* Fix demangle helper after r286788Eric Fiselier2017-01-202-4/+2
* Adjust msvc_stdlib_force_include.hpp to handle clang++Eric Fiselier2017-01-193-84/+84
* Mark two of the TS implementations as 'in progress'Marshall Clow2017-01-191-3/+3
* [libcxx] [test] Add msvc_stdlib_force_include.hpp.Stephan T. Lavavej2017-01-181-0/+79
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-1847-60/+60
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-1812-20/+43
* Re-add mechanism to override LIT options using enviroment variables.Eric Fiselier2017-01-181-17/+27
* Revert "Add mechanism to override LIT options using enviroment variables"Eric Fiselier2017-01-181-27/+17
* Add mechanism to override LIT options using enviroment variablesEric Fiselier2017-01-181-17/+27
* Fix filesystem::path assignment from {}Eric Fiselier2017-01-183-0/+51
* Get more std::string _LIBCPP_DEBUG tests passingEric Fiselier2017-01-182-5/+8
* More configuration changes for running the test suite against MSVC's STLEric Fiselier2017-01-184-1/+17
* Add support for running our test suite against MSVC's STLEric Fiselier2017-01-183-4/+8
* Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier2017-01-183-7/+14
* Fix type_info's constructor by making it explicit again.Eric Fiselier2017-01-172-2/+17
* Don't strip -m32 from the user provide command line flags. This fixes the com...Eric Fiselier2017-01-171-2/+2
* [libcxx] [test] Don't ask whether Incomplete& can be assigned to.Stephan T. Lavavej2017-01-171-1/+0
* Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier2017-01-173-0/+59
* Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier2017-01-175-6/+12
* Fix DLL build by removing _LIBCPP_FUNC_VIS from member of class marked dllexportEric Fiselier2017-01-171-5/+5
* [Test patch] Inline hot functions in libcxx shared_ptrKevin Hu2017-01-172-35/+77
OpenPOWER on IntegriCloud