aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge r296561 - Fix PR32097 - is_abstract doesn't work on class templates.Eric Fiselier2-12/+12
2017-05-03Merge r300397 - Fix PR32642 - string::insert and string::append don't work wi...Eric Fiselier3-6/+51
2017-03-02Update ABI lists and changelog for final 4.0 releaseEric Fiselier5-1906/+6190
2017-02-15Merging r294431:Hans Wennborg1-4/+8
2017-02-10Merge r294612 - Fix PR31916 - std::visit rejects visitors accepting lvalue ar...Eric Fiselier2-1/+12
2017-02-08Docs: drop minor versionHans Wennborg1-2/+2
2017-02-06Merging r294133 and r294142:Hans Wennborg3-7/+9
2017-02-04Merge r294099 - Undefine min/max in __treeEric Fiselier2-0/+24
2017-01-31Merging r293581:Hans Wennborg1-1/+0
2017-01-29Merging r293197:Dimitry Andric1-8/+14
2017-01-27Merging r292607:Hans Wennborg1-0/+9
2017-01-26Merging r293154:Hans Wennborg2-14/+7
2017-01-26Merging r292990:Hans Wennborg16-22/+256
2017-01-24Merge r292822 - Fixed a typo in __config that prevented the aligned new/delet...Eric Fiselier1-1/+1
2017-01-24Merge r292830 - Fix GCC C++03 build by hiding default template argument in C++03Eric Fiselier1-0/+3
2017-01-24Merge r292833 - Manually force the use of __decltype in C++03 with Clang 3.4.Eric Fiselier1-1/+8
2017-01-20Merge r292582 - Still expose std::align_val_t in C++17 even if we don't have ...Eric Fiselier1-1/+1
2017-01-20Merge r292564 - Disable aligned new/delete on Apple platforms without posix_m...Eric Fiselier3-2/+19
2017-01-20Merge r292560 - [NFC] Group aligned new/delete definitions together in new.cppEric Fiselier1-85/+85
2017-01-19Merging r292091:Hans Wennborg4-8/+62
2017-01-18Merge R292276: Fix std::string assignment ambiguity from braced initializer l...Eric Fiselier3-0/+59
2017-01-18Merging r292013:Hans Wennborg1-29/+63
2017-01-18Merge r292294: Fix type_info's constructor by making it explicit again.Eric Fiselier2-2/+17
2017-01-13Fix merge error caused by r291922Eric Fiselier1-4/+1
2017-01-13Revert "Rework fix for PR19460 - Use explicit bool as an extension instead."Eric Fiselier3-7/+19
2017-01-12Drop 'svn' suffix from version.Hans Wennborg1-1/+1
2017-01-12Add new macro _LIBCPP_BUILTIN_MEMCMP_ISCONSTEXPR to use in std::char_traits. Marshall Clow1-0/+9
2017-01-12[libc++] Pair _aligned_malloc with _aligned_freeShoaib Meenai1-0/+4
2017-01-12disable use of __builtin_memcmp temporarily to get the tests passing againMarshall Clow1-3/+24
2017-01-12Implement P0426: Constexpr for std::char_traitsMarshall Clow17-52/+386
2017-01-11Revert "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek2-9/+7
2017-01-11Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek2-6/+4
2017-01-11Revert "[CMake][libcxx] Check that we have libcxxabi before using it"Petr Hosek1-2/+1
2017-01-11[CMake][libcxx] Check that we have libcxxabi before using itPetr Hosek1-1/+2
2017-01-11[CMake][libcxx] Do not rely on the existence of c++abi or unwind targetsPetr Hosek2-4/+6
2017-01-10[CMake][libcxx] Move Python check to main CMake filePetr Hosek2-7/+9
2017-01-10Qualify some type names that I thought were fine, but some of the bots don't ...Marshall Clow1-2/+3
2017-01-10Fix up some mismatched SFINAE conditionsin shared_ptr; some used '_Tp*', othe...Marshall Clow1-15/+17
2017-01-10Mark tests as unsupported under libcpp-no-exceptionsRoger Ferrer Ibanez2-2/+2
2017-01-10threading_support: delete the critical sectionSaleem Abdulrasool1-1/+1
2017-01-10[Chrono][Darwin] Include header for gettimeofdayBruno Cardoso Lopes1-1/+1
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny1-1/+12
2017-01-09Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`Justin Bogner1-0/+1
2017-01-09Swap two lines in __mutex_base. On systems with high clock rates, we could mi...Marshall Clow1-1/+1
2017-01-09Move _PairT declaration out of __hash_combine to avoid warning under C++98Dimitry Andric1-4/+5
2017-01-09Added XFAIL for the apple versions of clang as wellMarshall Clow6-0/+6
2017-01-09[Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAWBruno Cardoso Lopes1-3/+45
2017-01-09Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow8-1/+208
2017-01-09[libcxx] Fix externally-threaded shared library builds after r291275.Asiri Rathnayake1-11/+12
2017-01-07Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier5-51/+58