| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Strip trailing whitespace from libc++ | Louis Dionne | 2019-10-23 | 2 | -4/+4 |
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 33 | -0/+37 |
* | Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T... | Marshall Clow | 2019-03-19 | 1 | -8/+24 |
* | Add noexcept to operator[] for array and deque. This is an extension. We alre... | Marshall Clow | 2019-03-14 | 1 | -4/+18 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 67 | -67/+201 |
* | Mark some of the behavior in the move w/allocator constructors of deque/unord... | Marshall Clow | 2019-01-29 | 1 | -12/+13 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 67 | -268/+201 |
* | Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental... | Marshall Clow | 2018-12-14 | 2 | -0/+156 |
* | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2018-11-14 | 2 | -2/+2 |
* | Update all the max_size tests to eliminate signed/unsigned comparison warning... | Marshall Clow | 2018-10-12 | 1 | -4/+4 |
* | mark LWG#2953 as complete. No code changes required, but added a couple of ex... | Marshall Clow | 2018-09-12 | 2 | -0/+64 |
* | Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te... | Marshall Clow | 2018-08-22 | 1 | -0/+67 |
* | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2018-06-14 | 2 | -3/+3 |
* | Fix test failures after r334053. | Eric Fiselier | 2018-06-06 | 1 | -1/+3 |
* | Remove expression '1L + INT_MAX', because it overflows on machines where int/... | Marshall Clow | 2018-05-19 | 1 | -2/+2 |
* | Implement deduction guides for <deque> | Marshall Clow | 2018-05-18 | 2 | -0/+140 |
* | First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty... | Marshall Clow | 2017-11-15 | 1 | -0/+28 |
* | Added tests for xxx.size() and xxx.empty() for all the sequence containers | Marshall Clow | 2017-11-15 | 2 | -0/+108 |
* | [libc++] Fix PR34898 - vector iterator constructors and assign method perform... | Eric Fiselier | 2017-10-17 | 3 | -3/+154 |
* | [test] Allow other implementations to strengthen noexcept on deque's move con... | Casey Carter | 2017-09-30 | 1 | -1/+1 |
* | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |
* | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 2 | -10/+10 |
* | Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque | Eric Fiselier | 2017-04-16 | 10 | -42/+20 |
* | [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. | Stephan T. Lavavej | 2017-02-05 | 1 | -1/+0 |
* | [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3. | Stephan T. Lavavej | 2017-02-05 | 5 | -10/+20 |
* | Change the return type of emplace_[front|back] back to void when building wit... | Marshall Clow | 2017-01-24 | 2 | -2/+28 |
* | fix warnings only produced by apple-clang | Eric Fiselier | 2016-12-24 | 1 | -4/+7 |
* | Enable the -Wsign-compare warning to better support MSVC | Eric Fiselier | 2016-12-11 | 2 | -2/+8 |
* | Fix undefined behavior in container swap tests. | Eric Fiselier | 2016-12-11 | 1 | -4/+4 |
* | [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 1 | -2/+2 |
* | [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 1 | -8/+8 |
* | [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 3 | -3/+3 |
* | [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 20 | -31/+39 |
* | [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 12 | -21/+31 |
* | [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 2 | -2/+4 |
* | [libcxx] Fix max_size() across all containers | Eric Fiselier | 2016-11-23 | 1 | -0/+47 |
* | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 2 | -4/+6 |
* | Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio... | Roger Ferrer Ibanez | 2016-10-31 | 2 | -2/+2 |
* | [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e... | Stephan T. Lavavej | 2016-10-27 | 2 | -2/+2 |
* | [libc++] Fix stack_allocator | Eric Fiselier | 2016-10-08 | 5 | -10/+10 |
* | [libc++] Remove various C++03 feature test macros | Eric Fiselier | 2016-09-25 | 1 | -3/+3 |
* | Support allocators with explicit conversion constructors. Fixes bug #29000 | Marshall Clow | 2016-08-17 | 1 | -0/+2 |
* | Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-25 | 1 | -1/+2 |
* | Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros... | Eric Fiselier | 2016-07-25 | 1 | -2/+3 |
* | Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. | Eric Fiselier | 2016-07-25 | 1 | -11/+7 |
* | Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-24 | 1 | -3/+4 |
* | Implement P0084r2. Changing emplace return types. | Eric Fiselier | 2016-07-21 | 2 | -19/+12 |
* | Always use the allocator to construct/destruct elements of a deque/vector. Fi... | Marshall Clow | 2016-07-11 | 1 | -0/+12 |
* | Make default_noexcept.pass.cpp container tests more portable. Patch from STL@... | Eric Fiselier | 2016-06-26 | 1 | -2/+3 |
* | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |