summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-04-20Fix dllimport on a class templateEric Fiselier
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception>Eric Fiselier
2017-04-19Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier
2017-04-19Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in the functional ...Eric Fiselier
2017-04-19Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in tuple and utilityEric Fiselier
2017-04-19Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headersEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headersEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regexEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output libraryEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_listEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.Eric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multisetEric Fiselier
2017-04-17Work around GCC 4.9 bug regarding default initialization of const variablesEric Fiselier
2017-04-17Fix passing incorrectly value-category when constructing unique_ptr's deleterEric Fiselier
2017-04-17[optional] Update synopsis for LWG2934Casey Carter
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>Eric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>Eric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in dequeEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>Eric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.Eric Fiselier
2017-04-16Cleanup and better scope unique_ptr internalsEric Fiselier
2017-04-16Cleanup default_delete specializationsEric Fiselier
2017-04-16Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier
2017-04-15Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier
2017-04-15Fix PR32642 - string::insert and string::append don't work with move_iterator.Eric Fiselier
2017-04-13[libcxx] Direct support for FuchsiaPetr Hosek
2017-04-13[libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config optionShoaib Meenai
2017-04-13Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769Marshall Clow
2017-04-13Implement LWG#2855 - made easy by previous refactoringMarshall Clow
2017-04-13Refactor throw_with_nested. NFC.Marshall Clow
2017-04-13Diagnose when reverse_iterator is used on path::iterator.Eric Fiselier
2017-04-13Fix C++03 test failuresEric Fiselier
2017-04-13Fix more bad member swap definitions in unordered_map.Eric Fiselier
2017-04-13Fix the default constructibility of __compressed_pair.Eric Fiselier
2017-04-13Fix most failures caused by r300140Eric Fiselier
2017-04-12[libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times...Eric Fiselier
2017-04-12[libc++] Implement LWG 2911 - add an is_aggregate type-traitEric Fiselier
2017-04-12Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...Marshall Clow
2017-04-12Fix incorrectly qualified return type from unique_ptr::get_deleter().Eric Fiselier
2017-04-12[libc++] Use more appropriate conditional for ABI macro definitionShoaib Meenai
2017-04-11Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow
2017-04-11[libc++] Fix unknown pragma warning on MSVCBen Craig
2017-04-10Fix PR#32605: common_type<T> is not SFINAE-friendlyMarshall Clow