summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Update feature list for NetBSDMichał Górny2019-12-201-1/+1
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-122-0/+9
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-121-0/+6
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-181-0/+13
* [libcxx testing] Fix -Wtautological-overlap-compare bugDavid Zarzycki2019-11-131-3/+3
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-063-10/+18
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-232-2/+0
* [libc++][test] Use <version> to get config on MSVCCasey Carter2019-10-153-6/+6
* [libc++][test] Portability fix for std::any testsCasey Carter2019-10-141-2/+2
* [libc++][test] Add license headers to test/support/archetypes.*Casey Carter2019-10-142-0/+15
* [libc++][test] <=> now has a feature-test macroCasey Carter2019-10-131-3/+2
* [libc++][test] Change IsSmallObject's calculation for std::any's small object...Casey Carter2019-10-101-1/+1
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-251-4/+0
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-251-0/+4
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-241-4/+0
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-241-7/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2122-53/+53
* Teach malloc_allocator how to count bytesEric Fiselier2019-08-011-3/+9
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-121-0/+9
* add header to help with template testingEric Fiselier2019-06-151-0/+36
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-315-0/+7
* [WebAssembly] WASI support for libcxxDan Gohman2019-05-011-1/+1
* [libc++][test] Fix noexcept assertions in variant's get testsCasey Carter2019-04-251-0/+6
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-251-0/+46
* Avoid name conflict with kernel headersEric Fiselier2019-04-241-0/+3
* [libc++] [test] Silence C++20 deprecation warnings in the MSVC STLCasey Carter2019-04-191-1/+2
* 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
OpenPOWER on IntegriCloud