summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-20Disable the filesystem library on Windows by defaultEric Fiselier
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier
2017-04-20Make linker errors verbose on WindowsEric Fiselier
2017-04-20Fix dllimport on a class templateEric Fiselier
2017-04-19change what branches Appveyor buildsEric Fiselier
2017-04-19Add appveyor.yml config for a future Windows bot.Eric Fiselier
2017-04-19Fix typo in Windows test configuration codeEric Fiselier
2017-04-19[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VERShoaib Meenai
2017-04-19Fix tests for extended noexcept in the container adaptors testsEric 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 support headers and final testsEric Fiselier
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric 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-18[test] Silence another unused-typedef warningCasey Carter
2017-04-18[test] Silence unused parameter/typedef warningsCasey Carter
2017-04-18Mark LWG#2788 as complete - we already do thisMarshall Clow
2017-04-18Emit benchmark tests into the benchmarks build directory, not lib/Eric Fiselier
2017-04-18Update google benchmarkEric Fiselier
2017-04-18Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III
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-17Sigh. Once again forgot about the 'no exceptions' bots.Marshall Clow
2017-04-17Mark LWG#2853 as complete. No code changes required, but added a couple of ex...Marshall Clow
2017-04-16Cleanup one more <forward_list> testEric Fiselier
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-16Workaround Clang bug regarding template template parametersEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.Eric Fiselier
2017-04-16[CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek
2017-04-16Cleanup and better scope unique_ptr internalsEric Fiselier
2017-04-16Cleanup default_delete specializationsEric Fiselier