| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't "LIBCPP_ONLY(stuff;)" at namespace scope. | Casey Carter | 2016-11-23 | 1 | -3/+3 |
* | [libcxx] Fix max_size() across all containers | Eric Fiselier | 2016-11-23 | 12 | -100/+385 |
* | Add <variant> tests but disable them for libc++ | Eric Fiselier | 2016-11-23 | 39 | -0/+4985 |
* | Mark variadic lock guard tests as XFAIL with modules, since they have to defi... | Eric Fiselier | 2016-11-21 | 7 | -1/+24 |
* | [libcxx] [test] D26812: In random tests, use real static_asserts and silence ... | Stephan T. Lavavej | 2016-11-18 | 6 | -20/+84 |
* | [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample(). | Stephan T. Lavavej | 2016-11-18 | 1 | -3/+14 |
* | [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::... | Stephan T. Lavavej | 2016-11-18 | 1 | -2/+2 |
* | [libcxx] [test] D26813: allocator<const T> is non-Standard. | Stephan T. Lavavej | 2016-11-18 | 2 | -18/+18 |
* | Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari... | Eric Fiselier | 2016-11-17 | 5 | -86/+54 |
* | Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ... | Vedant Kumar | 2016-11-15 | 3 | -43/+3 |
* | [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests. | Stephan T. Lavavej | 2016-11-15 | 3 | -32/+17 |
* | [libcxx] [test] D26625: future_error::what() is implementation-defined. | Stephan T. Lavavej | 2016-11-15 | 1 | -4/+6 |
* | [libcxx] [test] D26624: Fix bucket_count() assumptions. | Stephan T. Lavavej | 2016-11-15 | 8 | -96/+96 |
* | Missed one of the try blocks the first time :-(. Thanks to Renato for the hea... | Marshall Clow | 2016-11-15 | 1 | -3/+13 |
* | P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr... | Marshall Clow | 2016-11-14 | 3 | -3/+43 |
* | Missed a test with exceptions disabled earlier. Oops. | Marshall Clow | 2016-11-14 | 1 | -4/+14 |
* | Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co... | Marshall Clow | 2016-11-14 | 2 | -0/+12 |
* | Make one of the new tests fail correctly on pre-C++17 systems | Marshall Clow | 2016-11-14 | 1 | -0/+6 |
* | Implement P0510 'Make future_error Constructible' adopted in Issaquah | Marshall Clow | 2016-11-14 | 1 | -0/+14 |
* | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 16 | -4/+451 |
* | [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized... | Stephan T. Lavavej | 2016-11-14 | 31 | -270/+216 |
* | Protect std::ios tests under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-14 | 5 | -5/+27 |
* | Protect nested-exceptions tests under no-exceptions | Roger Ferrer Ibanez | 2016-11-14 | 3 | -3/+12 |
* | Update tests for strings conversions under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-14 | 8 | -8/+84 |
* | Protect smart-pointer tests under no exceptions | Roger Ferrer Ibanez | 2016-11-14 | 2 | -2/+8 |
* | Implement LWG 2770 - Make tuple_size<T> defined for all T | Eric Fiselier | 2016-11-13 | 3 | -4/+30 |
* | Fix PR30979 - tuple<move_only> is constructible from move_only const& | Eric Fiselier | 2016-11-13 | 1 | -0/+50 |
* | Protect bitset tests under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-10 | 4 | -44/+84 |
* | Protect std::experimental::optional tests under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-07 | 13 | -27/+77 |
* | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 251 | -313/+603 |
* | Implement another part of P0031; adding constexpr to move_iterator | Marshall Clow | 2016-11-02 | 24 | -0/+349 |
* | Remove spurious token from #endif | Roger Ferrer Ibanez | 2016-11-02 | 1 | -1/+1 |
* | Protect tests for new/delete under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-02 | 4 | -5/+20 |
* | Fix __libcpp_is_constructible for source types with explicit conversion opera... | Eric Fiselier | 2016-11-02 | 1 | -2/+118 |
* | Protect exceptional paths under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-01 | 28 | -248/+598 |
* | Protect lock tests under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-01 | 13 | -18/+86 |
* | Protect tests that expect an exception for an unknown std::random_device | Roger Ferrer Ibanez | 2016-11-01 | 2 | -2/+4 |
* | Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio... | Roger Ferrer Ibanez | 2016-10-31 | 22 | -22/+22 |
* | Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. | Eric Fiselier | 2016-10-31 | 1 | -0/+5 |
* | Add more tests for optional<const T> | Eric Fiselier | 2016-10-28 | 6 | -0/+29 |
* | [libcxx] Make regex_match backtrack when search fails | Tim Shen | 2016-10-27 | 1 | -10/+52 |
* | [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e... | Stephan T. Lavavej | 2016-10-27 | 12 | -16/+31 |
* | Cleanup nonportable behavior in tests for std::any | Casey Carter | 2016-10-26 | 3 | -8/+4 |
* | Fix nullptr tests | Eric Fiselier | 2016-10-25 | 1 | -8/+17 |
* | Fix non-portable tests for temp_directory_path(...) | Eric Fiselier | 2016-10-24 | 1 | -8/+11 |
* | Add missing include in string_view tests. Patch from Billy ONeil @ microsoft | Eric Fiselier | 2016-10-24 | 1 | -0/+1 |
* | Fix shadow warnings in string_view tests. Patch from STL@microsoft.com | Eric Fiselier | 2016-10-24 | 2 | -22/+20 |
* | Fix libc++ specific assertion in permissions(...) tests | Eric Fiselier | 2016-10-23 | 1 | -1/+2 |
* | Make make_from_tuple tests more portable. Patch from STL@microsoft.com | Eric Fiselier | 2016-10-23 | 1 | -4/+4 |
* | Fix unreferenced parameters. Patch from STL@microsoft.com | Eric Fiselier | 2016-10-23 | 3 | -3/+3 |