summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing includes in test headerEric Fiselier2018-11-211-5/+6
* [NFC][libcxx] Fix incorrect commentsLouis Dionne2018-11-191-3/+3
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-191-0/+3
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-152-3/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-141-2/+2
* Fix test assumption that Linux implies glibc.Dan Albert2018-11-011-3/+9
* [libcxx] Fix usage of _C2, which is a "nasty macro" in some environmentsLouis Dionne2018-11-011-0/+3
* Fix use of libc++ specific macro in support/test_macros.hEric Fiselier2018-10-241-3/+4
* Add test macros for always_inline and noinlineEric Fiselier2018-10-101-0/+10
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-0/+7
* For FreeBSD, don't define _M in nasty_macros.hppDimitry Andric2018-08-151-0/+4
* [libc++] Fix incorrect definition of TEST_HAS_C11_FEATURESLouis Dionne2018-08-141-1/+1
* Make my new test harness work w/c++03Marshall Clow2018-08-031-2/+2
* [libc++] Fix build failures after merging <charconv>Zhihao Yuan2018-08-011-1/+1
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-011-0/+232
* First half of C++17's splicing maps and setsErik Pilkington2018-08-011-2/+2
* Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...Marshall Clow2018-07-311-10/+37
* Implement <filesystem>Eric Fiselier2018-07-271-10/+5
* Fix missing includes in format_string.hpp helperEric Fiselier2018-07-251-4/+5
* New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773Marshall Clow2018-07-251-0/+175
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-241-5/+3
* Fix use of C++14 syntax in C++11 filesystem tests.Eric Fiselier2018-07-231-3/+5
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-232-11/+134
* Implement a better copy_file.Eric Fiselier2018-07-222-14/+18
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-202-2/+77
* [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2018-06-141-11/+0
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-051-5/+52
* LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()"Eric Fiselier2018-05-291-1/+1
* [libcxx] [test] Update msvc_stdlib_force_include.hpp.Stephan T. Lavavej2018-05-111-4/+0
* [libcxx] [test] Avoid unary_function.Stephan T. Lavavej2018-04-121-1/+3
* Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier2018-04-061-0/+5
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-022-1/+226
* Make filesystem tests generic between experimental and std versions.Eric Fiselier2018-03-262-2/+19
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-221-2/+12
* Correct TEST_HAS_NO_ALIGNED_ALLOCATION macro definitionEric Fiselier2018-03-221-2/+3
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-222-5/+170
* libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...Peter Collingbourne2018-01-231-0/+12
* [libcxx] [test] Improve MSVC portability.Stephan T. Lavavej2018-01-101-0/+15
* Move + and * operators of MoveOnly into MoveOnly.h.Billy Robert O'Neal III2018-01-051-1/+2
* [libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej2017-12-131-1/+3
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-0/+2
* Rename identifiers named `__output`Alexander Richardson2017-11-141-0/+3
* fix shadowing warnings in new tests, try 2Eric Fiselier2017-10-171-2/+2
* fix shadowing warnings in new testsEric Fiselier2017-10-171-3/+3
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-172-2/+100
* [libcxx] [test] Silence warning C4324 for MSVC.Stephan T. Lavavej2017-09-261-0/+1
* [libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej2017-08-242-8/+8
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-112-8/+8
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
OpenPOWER on IntegriCloud