summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-19Update _LIBCPP_VERSION and the version in CMakeLists to 6.0Hans Wennborg
2017-07-19Bump docs version to 6.0Hans Wennborg
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li
2017-07-17Check for _MSC_VER before defining _LIBCPP_MSVCRTBruno Cardoso Lopes
2017-07-17Add case for c++2a to libc++ and test macrosMarshall Clow
2017-07-16Update libc++ status pages with results of the Toronto Meeting - and for C++2aMarshall Clow
2017-07-15Update issues moved in TorontoMarshall Clow
2017-07-14[libc++] Clean up cl warning 4231 disablingShoaib Meenai
2017-07-13[libc++] class template -> template class. NFCShoaib Meenai
2017-07-13[libc++] Mark string operator+ _LIBCPP_FUNC_VISShoaib Meenai
2017-07-13[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLYShoaib Meenai
2017-07-13[libc++] Use proper template terminology. NFCShoaib Meenai
2017-07-12Fix unrepresentable enum for clang-cl unstable ABIBen Craig
2017-07-12Remove <__refstring> header; Move it into source directory.Eric Fiselier
2017-07-12Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-07-10[libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao
2017-07-10Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao
2017-07-10[libc++] Refactoring __sync_* builtins; NFCWeiming Zhao
2017-07-10Fix issues with UBSAN test configuration.Eric Fiselier
2017-07-10Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit buildsEric Fiselier
2017-07-09Fix test failure to to new/delete ellisionsEric Fiselier
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter
2017-07-08Fix filesystem build on platforms with weird time_t types.Eric Fiselier
2017-07-07Fix diagnostic in verify test to match new Clang outputEric Fiselier
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith
2017-07-05Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier
2017-07-05Fix a bug in regex_Iterator where it would report zero-length matches forever...Marshall Clow
2017-07-05Fix equivalent test on OS X and FreeBSDEric Fiselier
2017-07-05Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON.Eric Fiselier
2017-07-05Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier
2017-06-30Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"Akira Hatanaka
2017-06-29[lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx...David L. Jones
2017-06-29[libc++] Hoist explicit instantiation above implicit. NFCShoaib Meenai
2017-06-28Updated notest on 2974Marshall Clow
2017-06-28Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow
2017-06-26[libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka
2017-06-26Updated for the Toronto meetingMarshall Clow
2017-06-23Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow
2017-06-21Attempt to avoid static init ordering issues with globalMemCounterEric Fiselier
2017-06-20[libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass....Stephan T. Lavavej
2017-06-20[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-06-20[libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and...Stephan T. Lavavej
2017-06-20Fix discovery of cxxabi.h in the monorepo layoutReid Kleckner
2017-06-19Add a missing SFINAE condition to the `variant`'s converting constructor.Michael Park
2017-06-19path: Use string_view_t consistentlyDuncan P. N. Exon Smith
2017-06-18iostreams: Fix deployment target for streams dylib supportDuncan P. N. Exon Smith
2017-06-18func.wrap.func.con: Fix test commentDuncan P. N. Exon Smith
2017-06-18any: Add availability for experimental::bad_any_castDuncan P. N. Exon Smith
2017-06-16Fix potential bug by casting to the POSIX specified typeEric Fiselier