summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix ABI break in __bit_reference.Eric Fiselier2020-02-201-0/+57
* Revert "[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH"Sergej Jaskiewicz2020-01-311-1/+1
* [libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++Billy Robert O'Neal III2020-01-143-3/+3
* [libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATHSergej Jaskiewicz2020-01-101-1/+1
* [libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...Billy Robert O'Neal III2020-01-081-0/+2
* [libcxx][test] Fix span tests.Stephan T. Lavavej2020-01-086-38/+19
* [libc++] Update feature list for NetBSDMichał Górny2019-12-201-1/+1
* [libcxx] Fix include paths in fuzzing/partial_sort.pass.cppMikhail Maltsev2019-12-171-2/+2
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-161-1/+1
* Add default initialization to compressed_pair.Eric Fiselier2019-12-161-0/+51
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-1310-0/+13
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-1210-15/+28
* [libc++] Mark all fuzzing tests as unsupported in C++03Eric Fiselier2019-12-1217-0/+33
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-125-0/+15
* [libc++] Add fuzzing tests for parts of <random>.Eric Fiselier2019-12-1134-586/+279
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-185-9/+20
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-181-35/+35
* [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20Eric Fiselier2019-11-162-0/+120
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-162-1/+35
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-3/+23
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-1411-16/+16
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-142-0/+40
* [libcxx testing] Fix -Wtautological-overlap-compare bugDavid Zarzycki2019-11-131-3/+3
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1115-15/+180
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-072-1/+74
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-073-3/+3
* [libc++] Fix some constexpr tests broken by D68837Louis Dionne2019-11-074-4/+4
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-067-191/+182
* [libc++] Add test and remove workaround for PR13592Louis Dionne2019-10-301-3/+9
* PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.David Blaikie2019-10-281-0/+16
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-2313-23/+23
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2385-177/+177
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-2334-37/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-2223-29/+29
* [NFC] Strip trailing whitespace in test to test Github committingLouis Dionne2019-10-221-1/+1
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-191-0/+5
* [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] Silence more warnings in variant testsCasey Carter2019-10-144-4/+4
* [libc++][test] std::variant test cleanupCasey Carter2019-10-136-5/+7
* [libc++][test] <=> now has a feature-test macroCasey Carter2019-10-131-3/+2
* [libc++][test] Silence MSVC warning in std::optional testCasey Carter2019-10-121-1/+1
* [libc++][test] Change IsSmallObject's calculation for std::any's small object...Casey Carter2019-10-101-1/+1
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-098-71/+71
* Add an off-by-default option to enable testing for gdb pretty printers.Sterling Augustine2019-10-041-6/+10
* Make libc++ gdb pretty printer Python 3 compatibleFangrui Song2019-10-041-7/+12
* Fix libc++ pretty printer test for Python 3 after D67238 (take 2)Fangrui Song2019-10-031-3/+1
* Fix libc++ pretty printer test for Python 3 after D67238Fangrui Song2019-10-021-1/+1
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-272-1/+34
OpenPOWER on IntegriCloud