summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix 3 bugs in filesystem tests and implementation.Eric Fiselier2016-06-181-0/+16
* Get filesystem tests passing for single-threaded configurations.Eric Fiselier2016-06-171-0/+11
* Add Filesystem TS -- CompleteEric Fiselier2016-06-178-0/+1517
* [libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...Eric Fiselier2016-06-151-11/+12
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-144-8/+10
* Fix warnings in tests.Eric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-016-17/+17
* Fix bug in test allocator that incorrectly computed the allocation sizeEric Fiselier2016-05-301-3/+4
* Add missing include to test_iterators.hEric Fiselier2016-05-271-0/+1
* Remove C++11 feature macros in tests. Use TEST_STD_VER instead.Eric Fiselier2016-05-161-6/+0
* Add <experimental/memory_resource>Eric Fiselier2016-05-073-0/+861
* Don't use std::__clz in 'test/support/hexfloat.h'.Eric Fiselier2016-05-031-4/+16
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-1/+1
* Fix possible test breakage for MinGWEric Fiselier2016-04-291-8/+9
* Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.comEric Fiselier2016-04-291-6/+8
* Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.comEric Fiselier2016-04-291-1/+1
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-283-29/+19
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-282-4/+4
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-281-0/+2
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-224-30/+34
* Teach map/unordered_map how to optimize 'emplace(Key, T)'.Eric Fiselier2016-04-161-0/+5
OpenPOWER on IntegriCloud