5df171df50cmath: Skip Libc for integral types in isinf, etc.
Duncan P. N. Exon Smith
2017-04-21 23:14:55 +0000
fba865a217Expand test coverage for LWG2857
Casey Carter
2017-04-21 22:38:59 +0000
9f6e23c7c9update XFAIL comments with more details
Eric Fiselier
2017-04-21 03:09:40 +0000
c0574ee051Mark exception_ptr tests as XFAIL on Windows for now
Eric Fiselier
2017-04-21 02:13:33 +0000
c94dd0a571XFAIL Windows test failures under test/libcxx
Eric Fiselier
2017-04-21 01:48:02 +0000
aa22e515acResolve unused local typedef warning in test.
Billy Robert O'Neal III
2017-04-21 01:10:04 +0000
b34376320fFix 'verify-support' available feature
Eric Fiselier
2017-04-21 00:43:07 +0000
3d1d1eab22[libc++] Default to vcruntime when targeting MSVC
Shoaib Meenai
2017-04-20 23:33:49 +0000
a67beb7b94Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows.
Eric Fiselier
2017-04-20 23:22:46 +0000
6ca6874880Fix comment and remove incorrect linker flags in test configuration
Eric Fiselier
2017-04-20 20:22:19 +0000
5bf8bed958Disable the filesystem library on Windows by default
Eric Fiselier
2017-04-20 04:24:29 +0000
23ccaa54dcRename the static version of libc++ on Windows.
Eric Fiselier
2017-04-20 04:19:02 +0000
b105246262Make linker errors verbose on Windows
Eric Fiselier
2017-04-20 01:50:39 +0000
47c3219d73Fix dllimport on a class template
Eric Fiselier
2017-04-20 01:45:15 +0000
02213ed1e1change what branches Appveyor builds
Eric Fiselier
2017-04-19 23:27:48 +0000
a5ca9445f6Add appveyor.yml config for a future Windows bot.
Eric Fiselier
2017-04-19 23:26:21 +0000
04f2896e85Fix typo in Windows test configuration code
Eric Fiselier
2017-04-19 21:52:08 +0000
2d282d7e6d[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VER
Shoaib Meenai
2017-04-19 20:11:04 +0000
fbca5e0547Fix tests for extended noexcept in the container adaptors tests
Eric Fiselier
2017-04-19 02:07:12 +0000
2c4b8af9aaCleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <exception>
Eric Fiselier
2017-04-19 01:35:58 +0000
aa55cef64aCleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>, and <iterator>
Eric Fiselier
2017-04-19 01:34:08 +0000
ec0df99de4Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in the functional library
Eric Fiselier
2017-04-19 01:28:47 +0000
191f075c6fCleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in tuple and utility
Eric Fiselier
2017-04-19 01:23:39 +0000
5875c1d527Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headers
Eric Fiselier
2017-04-19 01:23:04 +0000
869c5adc90Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests
Eric Fiselier
2017-04-19 01:02:49 +0000
d311b3c55aCleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
Eric Fiselier
2017-04-19 00:56:32 +0000
3e92897754Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.
Eric Fiselier
2017-04-19 00:28:44 +0000
97db517a49Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers
Eric Fiselier
2017-04-19 00:23:45 +0000
d89c715f29Cleanup _LIBCPP_HAS_NO_<c++11-features> macro usage in regex
Eric Fiselier
2017-04-18 23:42:15 +0000
e915b5c1f2Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library
Eric Fiselier
2017-04-18 23:38:41 +0000
6b17a7ba2cCleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm
Eric Fiselier
2017-04-18 23:26:47 +0000
82810a6cefCleanup _LIBCPP_HAS_NO_<c++11-feature> macros for std::initializer_list
Eric Fiselier
2017-04-18 23:09:36 +0000
690d999934Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.
Eric Fiselier
2017-04-18 23:05:08 +0000
1ae14a374dCleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unordered_multimap
Eric Fiselier
2017-04-18 22:50:56 +0000
6cdc049a90Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset
Eric Fiselier
2017-04-18 22:37:32 +0000
a8d1b917eeCleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue.
Eric Fiselier
2017-04-18 21:23:18 +0000
7162dceba5Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.
Eric Fiselier
2017-04-18 21:16:26 +0000
ce924dce57Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimap
Eric Fiselier
2017-04-18 21:08:06 +0000
a3de1e063aCleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
Eric Fiselier
2017-04-18 20:58:03 +0000
21d02bea58[test] Silence another unused-typedef warning
Casey Carter
2017-04-18 20:04:39 +0000
6f448f6943[test] Silence unused parameter/typedef warnings
Casey Carter
2017-04-18 18:44:33 +0000
2f2efbd520Mark LWG#2788 as complete - we already do this
Marshall Clow
2017-04-18 17:22:49 +0000
30ea4d0c86Emit benchmark tests into the benchmarks build directory, not lib/
Eric Fiselier
2017-04-18 07:40:22 +0000
688edc78f9Update google benchmark
Eric Fiselier
2017-04-18 07:17:20 +0000
937aecfb3dAllow a standard library to implement conditional noexcept for optional and unique_ptr hash functions.
Billy Robert O'Neal III
2017-04-18 00:19:50 +0000
55dc5daa60Work around GCC 4.9 bug regarding default initialization of const variables
Eric Fiselier
2017-04-17 22:32:02 +0000
7e698523daFix passing incorrectly value-category when constructing unique_ptr's deleter
Eric Fiselier
2017-04-17 20:20:27 +0000
634a2b535f[optional] Update synopsis for LWG2934
Casey Carter
2017-04-17 20:15:16 +0000
07d8458932Sigh. Once again forgot about the 'no exceptions' bots.
Marshall Clow
2017-04-17 14:18:44 +0000
5e1df5e170Mark LWG#2853 as complete. No code changes required, but added a couple of extra tests
Marshall Clow
2017-04-17 13:19:14 +0000
1cbdb0cb0eCleanup one more <forward_list> test
Eric Fiselier
2017-04-16 04:05:15 +0000
ed67bb6007Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>
Eric Fiselier
2017-04-16 04:02:01 +0000
55ff80ecacReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>
Eric Fiselier
2017-04-16 03:45:35 +0000
48503005c3Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
Eric Fiselier
2017-04-16 03:17:01 +0000
6c26be6c87Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>
Eric Fiselier
2017-04-16 02:50:40 +0000
39683f1377Fix incorrectly qualified return type from unique_ptr::get_deleter().
Eric Fiselier
2017-04-12 22:43:49 +0000
6d5fdc110f[libc++] Use more appropriate conditional for ABI macro definition
Shoaib Meenai
2017-04-12 19:56:37 +0000
00f804a0a5[libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pass.cpp.
Stephan T. Lavavej
2017-04-12 17:16:38 +0000
a98a45148fAdd some FAIL constexpr tests for optional's copy/move ctors.
Marshall Clow
2017-04-12 00:07:29 +0000
01208afbd6Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' This issue missed a couple, so I added those as well (see LWG#2942)
Marshall Clow
2017-04-11 17:08:53 +0000
fe1d923fd3[libc++] Fix unknown pragma warning on MSVC
Ben Craig
2017-04-11 14:06:39 +0000
41324261faMark P0599 as complete. It was implemented in r298573
Marshall Clow
2017-04-11 14:04:03 +0000
f4f8803751Fix a C++03 failure
Marshall Clow
2017-04-11 01:54:48 +0000
726efd8dfdRemove some trigraphs that GCC was complaining about
Marshall Clow
2017-04-11 00:18:28 +0000