You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/support
Eric Fiselier 455f16a829 Attempt to make test_macros.h even more minimal
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351292 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
test.support Implement P0513R0 - "Poisoning the Hash" 8 years ago
test.workarounds [test] Remove workaround for C1XX empty parameter pack bug 8 years ago
Counter.h First half of C++17's splicing maps and sets 6 years ago
DefaultOnly.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 11 years ago
MoveOnly.h Move + and * operators of MoveOnly into MoveOnly.h. 7 years ago
allocators.h Add some const_casts in places where we were implicitly casting away constness. No functional change, but now they're explicit 8 years ago
any_helpers.h [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast 6 years ago
archetypes.hpp [pair] Mark constructors as conditionally noexcept 6 years ago
archetypes.ipp [pair] Mark constructors as conditionally noexcept 6 years ago
asan_testing.h Remove trailing whitespace in test suite. Approved by Marshall Clow. 9 years ago
assert_checkpoint.h Add checkpoint diagnostics to help diagnose buildbot failures. 8 years ago
charconv_test_helpers.h [libc++] Fix build failures after merging <charconv> 6 years ago
cmpxchg_loop.h Add missing license headers 9 years ago
constexpr_char_traits.hpp [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible parameter types. 8 years ago
container_test_types.h [libcxx] [test] Fix MSVC warnings, null pointer deref. 7 years ago
controlled_allocators.hpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 8 years ago
coroutine_types.h [coroutines] Add end-to-end tests within libc++ 8 years ago
count_new.hpp Fix PR22634 - std::allocator doesn't respect over-aligned types. 7 years ago
counting_predicates.hpp Fix missing includes in test header 6 years ago
debug_mode_helper.h Get more std::string _LIBCPP_DEBUG tests passing 8 years ago
deleter_types.h Overhaul unique_ptr - Implement LWG 2801, 2905, 2520. 8 years ago
demangle.h Fix demangle helper after r286788 8 years ago
disable_missing_braces_warning.h Get all tuple tests passing on Windows 8 years ago
emplace_constructible.h fix shadowing warnings in new tests, try 2 7 years ago
experimental_any_helpers.h [libcxx] [test] Rename _Tp to T. NFCI. 7 years ago
external_threads.cpp [libc++] Cleanup and document <__threading_support> 8 years ago
filesystem_dynamic_test_helper.py [test] [support] Use socket()+bind() to create unix sockets portably 6 years ago
filesystem_include.hpp Implement <filesystem> 6 years ago
filesystem_test_helper.hpp Add large file support to create_file for 32-bit. 6 years ago
format_string.hpp Fix missing includes in format_string.hpp helper 6 years ago
hexfloat.h Don't use std::__clz in 'test/support/hexfloat.h'. 9 years ago
is_transparent.h Fix bug 33389 - __is_transparent check requires too much 8 years ago
min_allocator.h [libcxx] Use custom allocator's `construct` in C++03 when available. 6 years ago
msvc_stdlib_force_include.hpp [libcxx] [test] Update msvc_stdlib_force_include.hpp. 7 years ago
nasty_containers.hpp [libcxx] [test] Untabify, NFC. 7 years ago
nasty_macros.hpp [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments 6 years ago
nothing_to_do.pass.cpp test commit 10 years ago
platform_support.h libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* filenames on Windows. 7 years ago
poisoned_hash_helper.hpp Get tests compiling with -Wunused-local-typedef 6 years ago
private_constructor.hpp Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 11 years ago
propagate_const_helpers.h Implement std::experimental::propagate_const from LFTS v2 9 years ago
rapid-cxx-test.hpp Implement a better copy_file. 6 years ago
set_windows_crt_report_mode.h [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode 8 years ago
test_allocator.h Fix PR37694 - std::vector doesn't correctly move construct allocators. 7 years ago
test_comparisons.h Generalize the comparison test structure to support cross-type comparisons. NFC to the library 6 years ago
test_convertible.hpp [libcxx] [test] Make files consistently end with newlines, NFC. 7 years ago
test_iterators.h Make next/prev/advance/distance operations on iterators be constexpr. I missed this when I implemented the rest of P0031R0 8 years ago
test_macros.h Attempt to make test_macros.h even more minimal 6 years ago
test_memory_resource.hpp LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()" 7 years ago
test_workarounds.h [test] Remove workaround for C1XX empty parameter pack bug 8 years ago
tracked_value.h Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests 8 years ago
truncate_fp.h Fix FP comparisons when SSE isn't available 6 years ago
type_id.h Refactor uses_allocator test types for upcoming fixes 8 years ago
unique_ptr_test_helper.h Get tests compiling with -Wunused-local-typedef 6 years ago
user_defined_integral.hpp Add missing license headers 9 years ago
uses_alloc_types.hpp [test] Remove workaround for C1XX empty parameter pack bug 8 years ago
variant_test_helpers.hpp [test] Test changes to accommodate LWG 2904 "Make variant move-assignment more exception safe" 8 years ago
verbose_assert.h Implement filesystem NB comments, relative paths, and related issues. 7 years ago