summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* Fix archetypes.hpp under libcpp-no-extensions and std level < 14Roger Ferrer Ibanez2016-10-311-2/+2
* Silence unused parameter warnings in archetypes.hppCasey Carter2016-10-261-6/+6
* Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-10-231-6/+6
* Update issue status for LWG 2744Eric Fiselier2016-10-161-5/+14
* Correctly grant rebound limited_allocators friendship.Eric Fiselier2016-10-121-0/+1
* Unbreak C++03 buildEric Fiselier2016-10-121-1/+1
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-121-0/+6
* Fix more C++11 constexpr issues in the testsEric Fiselier2016-10-121-9/+24
* Fix nasty_containers.hpp for other stdlibsEric Fiselier2016-10-122-44/+58
* Fix use of C++14 constexpr in C++11Eric Fiselier2016-10-121-0/+4
* Protect special members of NullBase archetype to avoid exposing themEric Fiselier2016-10-121-4/+11
* Implement N4606 optionalEric Fiselier2016-10-122-43/+420
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-122-421/+44
* Add <optional> header.Eric Fiselier2016-10-122-44/+421
* Add missing include in test_allocator.hEric Fiselier2016-10-081-2/+3
* [libc++] Fix stack_allocatorEric Fiselier2016-10-081-0/+73
* Fix various issues in std::any and the related tests.Eric Fiselier2016-10-072-61/+2
* Remove MSVC workarounds. Patch from STL@microsoft.comEric Fiselier2016-10-071-8/+2
* [libcxx] [test] Guard __has_include usage with a macroEric Fiselier2016-10-041-1/+7
* Replace test_throw.h header with a single test macroEric Fiselier2016-10-012-27/+11
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-4/+4
* [libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake2016-09-111-0/+10
* Fix bad locale test data when using the newest glibcEric Fiselier2016-09-041-0/+7
* Implement C++17 std::sample.Eric Fiselier2016-08-281-1/+1
* Implement LWG 2711. Constrain path members.Eric Fiselier2016-08-281-11/+13
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+25
* Fix new ASAN failuresEric Fiselier2016-08-151-0/+1
* Refactor test archetypes implementation.Eric Fiselier2016-08-112-99/+135
* [libcxx] Add std::anyEric Fiselier2016-08-113-29/+519
* Fix copy/move constructor annotation for the uses-allocator test types.Eric Fiselier2016-08-081-9/+19
* Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...Eric Fiselier2016-08-031-1/+4
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-251-0/+110
* Implement P0040r3: Extending memory management toolsEric Fiselier2016-07-241-0/+27
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-201-0/+8
* Add checkpoint diagnostics to help diagnose buildbot failures.Eric Fiselier2016-07-181-2/+7
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-111-0/+78
* Fix UB in uses_alloc_types.hppEric Fiselier2016-06-271-2/+2
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-271-1/+1
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-271-11/+11
* Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2016-06-262-3/+8
* Use correct Clang feature names. I got them wrong in the previous commitEric Fiselier2016-06-221-2/+2
* Support old GCC exception and rtti detection macrosEric Fiselier2016-06-221-2/+4
* Add tests for RTTI/exceptions test macros.Eric Fiselier2016-06-225-0/+105
* Fix exception/rtti detection in tests.Eric Fiselier2016-06-221-2/+2
* Cleanup [list.modifiers] tests.Eric Fiselier2016-06-221-1/+34
* Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.comEric Fiselier2016-06-221-1/+5
* Allow the libc++ build/source paths to contain symlinks.Eric Fiselier2016-06-211-0/+2
* Implement std::experimental::propagate_const from LFTS v2Jonathan Coe2016-06-191-0/+119
* Fix SleepFor(...) helper when a monotonic clock is not available.Eric Fiselier2016-06-181-3/+7
* Use monotonic clock in synthetic SleepFor test helperEric Fiselier2016-06-181-2/+2
OpenPOWER on IntegriCloud