- efb6d58 Don't do aligned allocations on MSVCRT before 19.12 (update 15.3) by Reid Kleckner · 7 years ago
- 7a80814 Remove impossible _MSC_VER check by Reid Kleckner · 7 years ago
- 8dd2afa support: add missing locale stubs for android L, M by Saleem Abdulrasool · 7 years ago
- 5558aff [CMake] Set the default ABI version for Fuchsia in CMake as well by Petr Hosek · 7 years ago
- a9d48f2 [libcxx] [test] Use TEST_IGNORE_NODISCARD. by Stephan T. Lavavej · 7 years ago
- c538ab0 [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 7 years ago
- bf3a368 [libcxx] [test] Use TEST_COMPILER_C1XX. by Stephan T. Lavavej · 7 years ago
- 97fc529 [libcxx] [test] Silence MSVC warning C4146. by Stephan T. Lavavej · 7 years ago
- ebb3225 [libcxx] [test] Fix nodiscard warnings. by Stephan T. Lavavej · 7 years ago
- 8a869d0 [libcxx] [test] Avoid unary_function. by Stephan T. Lavavej · 7 years ago
- f18ee8f [libcxx] [test] Avoid MSVC truncation warnings. by Stephan T. Lavavej · 7 years ago
- ed744ac [libcxx] Set ABI version 2 as default for Fuchsia by Petr Hosek · 7 years ago
- 2898970 [libcxx] [test] Use the correct type from strlen. Include correct header. by Billy Robert O'Neal III · 7 years ago
- fcb84f3 [test] [NFC] cleanup aligned_storage test by Casey Carter · 7 years ago
- 09ff3dc Revert "[CMake] Use custom command and target to install libc++ headers" by Petr Hosek · 7 years ago
- 8d0d6fa [CMake] Use custom command and target to install libc++ headers by Petr Hosek · 7 years ago
- 03856f1 [test] Fix Container::insert(value_type const&) tests by Eric Fiselier · 7 years ago
- 862878b [libcxx][test] Silence -Wself-assign diagnostics by Roman Lebedev · 7 years ago
- f466f69 Use void() to create a void expression type by Eric Fiselier · 7 years ago
- b6a95e7 Work around missing braces in init warning by Eric Fiselier · 7 years ago
- 24258c4 Implement P0768r1: Library support for the Spaceship Operator. by Eric Fiselier · 7 years ago
- ece1de8 Mark <span> as "In progress" by Marshall Clow · 7 years ago
- b431c5a [coroutines] libcxx, noop_coroutine, make bots even more happy by Gor Nishanov · 7 years ago
- ab465be [coroutines] libcxx noop_coroutine. Make bots happier by Gor Nishanov · 7 years ago
- 827c4ff [coroutines] Allow compilation under c++03 by Gor Nishanov · 7 years ago
- 81e07a9 [coroutines] Add noop_coroutine to <experimental/coroutine> by Gor Nishanov · 7 years ago
- 75b7f52 [libcxx][test] Fix fs::proximate tests on platforms where /net exists. by Jan Korous · 7 years ago
- dd8722c [libcxx][test] Improve assert message by Jan Korous · 7 years ago
- c5121b9 [libcxx][cmake] Remove libatomic temporarily from CMAKE_REQUIRED_LIBRARIES when configuring by Simon Dardis · 7 years ago
- cac4ec3 Fix undefined macro issue in locale tests; Try 2 by Eric Fiselier · 7 years ago
- 70f2b2c Fix undefined macro issue in locale tests by Eric Fiselier · 7 years ago
- cdcfa90 Update Clang version on Appveyor bots by Eric Fiselier · 7 years ago
- 576717d Touch up tests for new <version> header; fix module.modulemap. by Eric Fiselier · 7 years ago
- b21b317 Fix locale test data for GLIBC 2.27 and newer. by Eric Fiselier · 7 years ago
- 0b26184 Implement P0754R2: The <version> header. by Marshall Clow · 7 years ago
- efbbeb1 Fix fs::proximate tests on platforms where /net exists. by Eric Fiselier · 7 years ago
- e96d6a1 Implement P0430R2 - File system library on non-POSIX systems. by Eric Fiselier · 7 years ago
- 1e34c76 Implement filesystem NB comments, relative paths, and related issues. by Eric Fiselier · 7 years ago
- ead2a54 [libcxx] Disable testing with system lib for 2 tests verifying debug mode. by Volodymyr Sapsai · 7 years ago
- 4e177b9 fix typo in align_const_pair_U_V.pass.cpp by Eric Fiselier · 7 years ago
- 3e005cc Move libc++ pair/tuple assign test to libcxx/ test directory. by Eric Fiselier · 7 years ago
- f382e53 Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers. by Eric Fiselier · 7 years ago
- 245b3a0 Fix test case initialization issues in permissions test by Eric Fiselier · 7 years ago
- f2c9373 Implement filesystem::perm_options specified in NB comments. by Eric Fiselier · 7 years ago
- f1471a3 Make filesystem tests generic between experimental and std versions. by Eric Fiselier · 7 years ago
- 85e9de9 avoid new/delete ellision in construct.pass.cpp by Eric Fiselier · 7 years ago
- 5a424a9 Partially Revert "Workaround GCC bug PR78489 - SFINAE order is not respected." by Eric Fiselier · 7 years ago
- 078131e Add temporary printouts to test to help debug failures. by Eric Fiselier · 7 years ago
- 73e00f8 Avoid Clang error about throwing _LIBCPP_ASSERT in noexcept function. by Eric Fiselier · 7 years ago
- 111f042 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
- 493b609 Workaround GCC bug PR78489 - SFINAE order is not respected. by Eric Fiselier · 7 years ago
- b06c8f0 Use DoNotOptimize to prevent new/delete elision. by Eric Fiselier · 7 years ago
- b7f27d4 Un-XFAIL a test under new GCC version; the GCC bug has been fixed by Eric Fiselier · 7 years ago
- e9e128b Fix improperly failing test - and the code it was testing. Thanks to Stephan Lavavej for the catch. by Marshall Clow · 7 years ago
- 959c89d commit temporary workaround for new Clang exception warning by Eric Fiselier · 7 years ago
- 6d7a11e Correct TEST_HAS_NO_ALIGNED_ALLOCATION macro definition by Eric Fiselier · 7 years ago
- f4f3025 Fix dynarray test failures after changing __libcpp_allocate/deallocate by Eric Fiselier · 7 years ago
- a831287 Fix PR22634 - std::allocator doesn't respect over-aligned types. by Eric Fiselier · 7 years ago
- 256f187 Implement LWG3034: P0767R1 breaks previously-standard-layout types by Marshall Clow · 7 years ago
- dfeb9b2 Implement LWG3035: std::allocator's constructors should be constexpr. by Marshall Clow · 7 years ago
- 483bc7c Implement LWG 3039 and 3041 - 'Treating Unnecessary decay'. by Marshall Clow · 7 years ago
- 6ce040b Updated C++2a status with changes from Jacksonville WG21 meeting by Marshall Clow · 7 years ago
- ddb6e5f [libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fail.cpp. by Mike Edwards · 7 years ago
- 698b695 [CMake] Copy the generated __config header into build directory by Petr Hosek · 7 years ago
- 7c796ff [libcxx][test] Reverting r327178 and r327190. by Mike Edwards · 7 years ago
- 00c27d8 [libcxx][test] Marking libcpp-no-deduction-guides unsupported. by Mike Edwards · 7 years ago
- 057ac7c XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp by Mike Edwards · 7 years ago
- 2b588cb Low-hanging fruit optimization in string::__move_assign(). by Vedant Kumar · 7 years ago
- 46b8a51 Implement LWG#2518 - Non-member swap for propagate_const should call member swap by Marshall Clow · 7 years ago
- 66c652f Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch. by Marshall Clow · 7 years ago
- c806975 One more test for P0767: by Marshall Clow · 7 years ago
- 06ac7cd Implement P0767R1 - Deprecate POD by Marshall Clow · 7 years ago
- f31b30d Added P0805 to the list of ready bits by Marshall Clow · 7 years ago
- 04dd960 [libcxx] Fix last_write_time test for filesystems that don't support very small times. by Volodymyr Sapsai · 7 years ago
- 76c2464 [libcxx] [test] Fix MSVC warnings and errors. by Stephan T. Lavavej · 7 years ago
- 7102892 Cleanup __config indention NFC by Logan Chien · 7 years ago
- 9880456 Allow passing additional compiler/linker flags for the tests by Alexander Richardson · 7 years ago
- df7a35c [libcxx] Do not include the C math.h header before __config by Mikhail Maltsev · 7 years ago
- 2c89311 Add another test case to the deduction guide for basic_string. by Marshall Clow · 7 years ago
- 61494b5 libcxx: Unbreak external thread library configuration. by Peter Collingbourne · 7 years ago
- c4658ab [libcxx] Improve accuracy of complex asinh and acosh by Mikhail Maltsev · 7 years ago
- 6878e85 Fix test failure on compilers w/o deduction guides by Eric Fiselier · 7 years ago
- 078dd97 Add a catch for std::length_error for the case where the string can't handle 2GB. (like say 32-bit big-endian) by Marshall Clow · 7 years ago
- 26a0274 Fix incorrect indentation. by Bruce Mitchener · 7 years ago
- e64dcb6 Make the ctype_byname::widen test cases pass on FreeBSD. by Dimitry Andric · 7 years ago
- 5247482 Put type attributes after class keyword by Dimitry Andric · 7 years ago
- e89a34f Fix typos. by Bruce Mitchener · 7 years ago
- a2b7665 [libcxx] [test] Strip trailing whitespace, NFC. by Stephan T. Lavavej · 7 years ago
- 806a6ec Implement LWG 2835 - fix <tgmath.h> by Marshall Clow · 7 years ago
- f72f219 Implement LWG#2908 - The less-than operator for shared pointers could do more, and mark 2878 as complete as well (we already do that) by Marshall Clow · 7 years ago
- b8cb776 While implementing P0777 - preventing unnecessary decay, I found some non-public uses of decay that could be replaced by __uncvref. NFC intented by Marshall Clow · 7 years ago
- 524afae Add default C++ ABI libname and include paths for FreeBSD by Dimitry Andric · 7 years ago
- 22a291c Fix libcxx MSVC C++17 redefinition of 'align_val_t' by Eric Fiselier · 7 years ago
- 0fc3d12 Mark two issues as complete by Eric Fiselier · 7 years ago
- a8de063 Fix a typo in the synopsis comment. NFC. Thanks to K-ballo for the catch by Marshall Clow · 7 years ago
- 9e6ac07 Use multi-key tree search for {map, set}::{count, equal_range} by Eric Fiselier · 7 years ago
- 5bfbd7d The apple versions of clang don't support deduction guides yet. by Marshall Clow · 7 years ago
- 88ba975 Once more, with feeling. Spell 'clang-4.0' correctly this time by Marshall Clow · 7 years ago
- 0eec3e8 Clean up string's deduction guides tests. Mark old versions of clang as unsupported, b/c they don't have deduction guides, even in C++17 mode by Marshall Clow · 7 years ago
- 1a2caf5 Update the status of removed components by Marshall Clow · 7 years ago