summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier2017-01-071-0/+7
* Get all tuple tests passing on WindowsEric Fiselier2017-01-071-0/+2
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-061-1/+1
* [libc++] Cleanup and document <__threading_support>Eric Fiselier2017-01-061-1/+1
* [libcxx] Fix testing of the externally-threaded library buildAsiri Rathnayake2017-01-031-1/+1
* threading_support: refactor for Win32 threadingSaleem Abdulrasool2017-01-031-1/+1
* Add tests for unordered container tests and std::stringEric Fiselier2016-12-281-0/+382
* Fix another unused warningEric Fiselier2016-12-241-0/+1
* Fix unused parameters and variablesEric Fiselier2016-12-235-13/+14
* Revert r289727 due to PR31384Eric Fiselier2016-12-151-145/+0
* Fix PR31378 - std::list::remove should not require a default constructible al...Eric Fiselier2016-12-142-0/+42
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-141-0/+145
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-111-12/+24
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-113-41/+31
* Fix count_new.hpp to work w/o dynamic exception specificationsEric Fiselier2016-12-111-4/+20
* [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...Stephan T. Lavavej2016-12-091-6/+10
* Refactor uses_allocator test types for upcoming fixesEric Fiselier2016-12-094-378/+643
* Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier2016-12-092-0/+86
* [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-062-15/+15
* [libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej2016-12-061-4/+4
* Fix __hash_table::max_size() on 32 bit systemsEric Fiselier2016-11-231-1/+2
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-0/+6
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-232-1/+81
* Adjust uses_alloc_types helpers for later changesEric Fiselier2016-11-211-2/+17
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+3
* 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
OpenPOWER on IntegriCloud