- 4d66f09 Support for multiarch runtimes layout by Petr Hosek · 6 years ago
- 1639392 [CMake] Fix install-cxx target. by Matt Morehouse · 6 years ago
- 7ef8270 [CMake] Convert paths to the right form in standalone builds on Windows by Martin Storsjo · 6 years ago
- 5aa2780 Fix libcxx tests after clang r334677. by Richard Smith · 6 years ago
- 8d00e54 Remove P0771, which was not passed in Rapperswil by Marshall Clow · 6 years ago
- 9165f9d [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 6 years ago
- 9c0cb24 [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 6 years ago
- 204d5ec [CMake] Use common variable for all header targets NFC by Petr Hosek · 6 years ago
- 8650687 [CMake] Add a missing target dependency on C++ ABI headers by Petr Hosek · 6 years ago
- f48515b Reland "Use custom command and target to install libc++ headers" by Petr Hosek · 6 years ago
- 385a6d4 Update the to-do list with motions from Rapperswil. by Marshall Clow · 6 years ago
- c19d47a Mark the test using <experimental/memory_resource> to require c++experimental. by Volodymyr Sapsai · 6 years ago
- 00e59b4 Remove unused code from __functional_base. NFC. by Eric Fiselier · 6 years ago
- d54a868 Fix test failures after r334053. by Eric Fiselier · 6 years ago
- 301518c Fix PR37694 - std::vector doesn't correctly move construct allocators. by Eric Fiselier · 6 years ago
- 55513c8 Fix a strict aliasing violation in map and unordered_map. by Erik Pilkington · 6 years ago
- 8d476cd Mark __c11_atomic_load as const by JF Bastien · 6 years ago
- c8846cc Filesystem tests: un-confuse write time by JF Bastien · 6 years ago
- 6d9d212 Update ABI lists after change in r333467. by Eric Fiselier · 6 years ago
- e4063ad Mark deduction guide tests as failing on apple-clang-9 by JF Bastien · 6 years ago
- 1e6ac5e Fix embarrasing typo in uncaught_exceptions. Update tests to really test this. Thanks to Peter Klotz for calling my attention to this. by Marshall Clow · 6 years ago
- ab343bb Mark __clear_and_shrink() as noexcept. This prevents the generation of a catch block and call to terminate in string's move assignment. Thanks to Howard for the 'catch'. by Marshall Clow · 6 years ago
- 40a29e7 LWG 2969 "polymorphic_allocator::construct() shouldn't pass resource()" by Eric Fiselier · 6 years ago
- d1e11a1 Fix up the final bits of breakage due to clang v5 generating bad implicit template deduction guides - specifically for copy-ctors by Marshall Clow · 6 years ago
- afdadcd Mark the template deduction tests as UNSUPPORTED on clang 5, because it deduces the wrong type. by Marshall Clow · 6 years ago
- 4b72294 Revert "Add nonnull; use it for atomics" by JF Bastien · 6 years ago
- 895c4f3 Fix GCC handling of ATOMIC_VAR_INIT by JF Bastien · 6 years ago
- 8bacb94 Add nonnull; use it for atomics by JF Bastien · 6 years ago
- adf7887 Fix optional<char> test breakage by JF Bastien · 6 years ago
- 3dfc68d Fix array deduction guide test breakage by JF Bastien · 6 years ago
- 599bf43 Fix optional deduction guide test breakage by JF Bastien · 6 years ago
- 756163d Add one more test for optional by Marshall Clow · 6 years ago
- 2fac2d7 Add deduction guides for optional by Marshall Clow · 6 years ago
- 7e4ede4 Do not define template specialization __libcpp_is_floating_point<__fp16> by Akira Hatanaka · 6 years ago
- 440762c Teach __libcpp_is_floating_point that __fp16 and _Float16 are by Akira Hatanaka · 6 years ago
- fa35e88 Mark more bits of P0433 as complete. by Marshall Clow · 6 years ago
- 7b98dba Implement deduction guides for basic_regex by Marshall Clow · 6 years ago
- 72d5c6f [libcxx] [test] Mark the test as unsupported by apple-clang-8.1. by Volodymyr Sapsai · 6 years ago
- c6f5bf9 Change the names of two private methods: allocate -> __vallocate and deallocate -> __vdeallocate. NFC. This change triggered by https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61806, which shows up when we implement deduction guides for the container adaptors.The names have a 'v' in them because WIN32 has a macro named __deallocate. (sigh). by Marshall Clow · 6 years ago
- 356a198 Missed the tests for the deduction guides for prority_queue by Marshall Clow · 6 years ago
- 0e5d707 Deduction guides for the container adaptors - queue, stack, and priority_queue by Marshall Clow · 6 years ago
- 32bc2e2 Implement deduction guides for vector by Marshall Clow · 6 years ago
- d4c79d0 Deduction guides for list by Marshall Clow · 6 years ago
- fa3202c Implement deduction guides for forward_list by Marshall Clow · 6 years ago
- 2626328 Remove expression '1L + INT_MAX', because it overflows on machines where int/long are the same size by Marshall Clow · 6 years ago
- 69c2095 Implement deduction guides for <deque> by Marshall Clow · 6 years ago
- f2c627d Disable 'missing-braces' warning by Marshall Clow · 6 years ago
- 8a50bbc Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/D46964 by Marshall Clow · 6 years ago
- a811ab8 [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp by Billy Robert O'Neal III · 6 years ago
- 18147ec Add void casts to suppress nodiscard on linear_congruential_engine. by Billy Robert O'Neal III · 6 years ago
- 85a7702 Condition usage of locale stdlib functions on Android API version by Peter Collingbourne · 6 years ago
- 6c03a7a Emit an error when include <atomic> after <stdatomic.h> by Volodymyr Sapsai · 6 years ago
- 44a1ffc Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094. by Volodymyr Sapsai · 6 years ago
- 082d5bd [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 6 years ago
- 0f328db Fix failing test due to incorrect use of noexcept by Eric Fiselier · 6 years ago
- f307403 Fix PR37407 - callable traits don't correctly check complete types. by Eric Fiselier · 6 years ago
- faf8db7 More notes on Rapperswil issues by Marshall Clow · 6 years ago
- 9887da8 Allow copy elision in path concatenation by David Bolvansky · 6 years ago
- a382216 Revert "Emit an error when mixing <stdatomic.h> and <atomic>" by Volodymyr Sapsai · 6 years ago
- 5d2e458 Status updates for Rapperswil by Marshall Clow · 6 years ago
- 6a32b9d Update for Rapperswil by Marshall Clow · 7 years ago
- 8663c51 [libcxx] [test] Fix whitespace, NFC. by Stephan T. Lavavej · 7 years ago
- fcd4f15 [libcxx] [test] Fix MSVC x64 truncation warning. by Stephan T. Lavavej · 7 years ago
- 8fc472d Emit an error when mixing <stdatomic.h> and <atomic> by Volodymyr Sapsai · 7 years ago
- b110f38 Fix return type of isinf(double) and isnan(double) where possible. by Richard Smith · 7 years ago
- c3ae85d [libcxx] [test] Remove non-portable assertions from filebuf tests by Billy Robert O'Neal III · 7 years ago
- a5996e8 Move old test into test/libcxx, and implement new version of test for ostreambuf_iterator::failed. Fixes PR#37245. Thanks to Billy O'Neill for the bug report. by Marshall Clow · 7 years ago
- db0ba44 [libcxx] func.wrap.func.con: Unset function before destroying anything by Volodymyr Sapsai · 7 years ago
- b911dfd Disable the test I just added when testing C++03. by Marshall Clow · 7 years ago
- 727ed61 Fix static initialization of std::atomic_flag; Fixes PR#37226. Thanks to Ricky Zhou for the report and test case. by Marshall Clow · 7 years ago
- 58bcf28 [libcxx] [test] Remove nonportable that errc::is_a_directory produces "Is a directory" from ios_base::failure tests by Billy Robert O'Neal III · 7 years ago
- 52cd8e4 Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based on P0214R7." by Tim Shen · 7 years ago
- 3d3af7d Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7." by Tim Shen · 7 years ago
- ac2a43d [libcxx] implement <experimental/simd> declarations based on P0214R7. by Tim Shen · 7 years ago
- 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