summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* Make to_chars/from_chars work back to C++11. This means that we can use them ...Marshall Clow2019-03-201-6/+7
* Remove unused try catch blocks from old debug testsEric Fiselier2019-03-191-26/+14
* Fix test failures after debug mode changesEric Fiselier2019-03-181-3/+3
* Remove exception throwing debug mode handler support.Eric Fiselier2019-03-182-307/+595
* Support tests in freestandingJF Bastien2019-02-0410-10/+30
* [libc++] Fix Windows build error in <functional>Thomas Anderson2019-01-291-0/+1
* [test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_in...Casey Carter2019-01-231-3/+7
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1953-212/+159
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Attempt to make test_macros.h even more minimalEric Fiselier2019-01-161-1/+12
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-1/+5
* Implement feature test macros using a script.Eric Fiselier2019-01-161-0/+1
* Add large file support to create_file for 32-bit.Dan Albert2019-01-151-5/+41
* [test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter2019-01-151-1/+2
* Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow2019-01-151-36/+36
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-191-0/+54
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-0/+23
* [test] [support] Use socket()+bind() to create unix sockets portablyMichal Gorny2018-12-161-2/+8
* [test] Permit NetBSD in filesystem_dynamic_test_helper.pyMichal Gorny2018-12-111-1/+2
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-112-43/+52
* Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne2018-12-112-52/+43
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-112-43/+52
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-5/+1
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-1/+5
* 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
OpenPOWER on IntegriCloud