| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash. | Stephan T. Lavavej | 2016-12-13 | 2 | -4/+4 |
| * | [libcxx] [test] Change ifstream constructor tests to handle read-only files. | Stephan T. Lavavej | 2016-12-12 | 4 | -24/+36 |
| * | [libcxx] [test] Fix an improper assumption about Null Forward Iterators. | Stephan T. Lavavej | 2016-12-12 | 1 | -4/+0 |
| * | [libcxx][CMake] Move the warning to HandleOutOfTreeLLVM | Petr Hosek | 2016-12-12 | 2 | -7/+4 |
| * | Actually re-disable -Wsign-compare | Eric Fiselier | 2016-12-11 | 1 | -1/+1 |
| * | Re-disable -Wsign-compare for now. I didn't catch all occurrences | Eric Fiselier | 2016-12-11 | 1 | -0/+1 |
| * | Enable the -Wsign-compare warning to better support MSVC | Eric Fiselier | 2016-12-11 | 67 | -289/+321 |
| * | Fix copy/paste errors introduced in r289358 | Eric Fiselier | 2016-12-11 | 2 | -16/+16 |
| * | Fix undefined behavior in container swap tests. | Eric Fiselier | 2016-12-11 | 18 | -195/+204 |
| * | Fix yet another dynamic exception spec | Eric Fiselier | 2016-12-11 | 1 | -2/+2 |
| * | Fix more uses of dynamic exception specifications in C++17 | Eric Fiselier | 2016-12-11 | 21 | -85/+110 |
| * | Fix count_new.hpp to work w/o dynamic exception specifications | Eric Fiselier | 2016-12-11 | 1 | -4/+20 |
| * | [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu... | Eric Fiselier | 2016-12-11 | 5 | -70/+140 |
| * | [libcxx] [test] Fix string_view tests. | Stephan T. Lavavej | 2016-12-09 | 2 | -5/+7 |
| * | [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove... | Stephan T. Lavavej | 2016-12-09 | 3 | -13/+16 |
| * | Update doc version to 4.0 | Eric Fiselier | 2016-12-09 | 1 | -2/+2 |
| * | [NFC] Change whitespace to force docs rebuild | Eric Fiselier | 2016-12-09 | 1 | -0/+1 |
| * | Fix missing const on set::count. Patch from Andrey Khalyavin | Eric Fiselier | 2016-12-09 | 2 | -10/+12 |
| * | Refactor uses_allocator test types for upcoming fixes | Eric Fiselier | 2016-12-09 | 9 | -378/+666 |
| * | Put C++ ABI headers in a special build directory instead of the top level. | Eric Fiselier | 2016-12-09 | 4 | -6/+97 |
| * | fix misspelling in .clang-format | Eric Fiselier | 2016-12-09 | 1 | -1/+1 |
| * | Turn off header sorting and comment formatting | Eric Fiselier | 2016-12-09 | 1 | -0/+4 |
| * | Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. | Eric Fiselier | 2016-12-08 | 5 | -10/+286 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 14 | -24/+28 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 6 | -9/+18 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 10 | -85/+85 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 2 | -55/+55 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 16 | -60/+60 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 5 | -10/+10 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 31 | -31/+31 |
| * | Add more test cases to packaged_task copyability test | Eric Fiselier | 2016-12-08 | 1 | -2/+4 |
| * | Avoid C++17 guaranteed copy elision when testing for non-copyability | Eric Fiselier | 2016-12-08 | 2 | -3/+4 |
| * | Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints. | Eric Fiselier | 2016-12-08 | 1 | -3/+3 |
| * | Fix _LIBCPP_VERSION tests with modules on Darwin | Eric Fiselier | 2016-12-08 | 1 | -5/+8 |
| * | Revert r288787: Add missing stdbool.h module. | Eric Fiselier | 2016-12-06 | 1 | -4/+1 |
| * | Add missing stdbool.h module. The test suite now passes on OS X with modules | Eric Fiselier | 2016-12-06 | 1 | -1/+4 |
| * | Fix stdio module build on OS X | Eric Fiselier | 2016-12-06 | 1 | -0/+2 |
| * | std::get<0>([std::variant constant expression]) *is* noexcept. | Casey Carter | 2016-12-06 | 2 | -2/+40 |
| * | Fix C++03 modules build | Eric Fiselier | 2016-12-06 | 1 | -0/+2 |
| * | [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ... | Stephan T. Lavavej | 2016-12-06 | 7 | -10/+11 |
| * | [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ... | Stephan T. Lavavej | 2016-12-06 | 3 | -17/+17 |
| * | [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ... | Stephan T. Lavavej | 2016-12-06 | 35 | -35/+35 |
| * | [libcxx] [test] D27266: Remove spurious semicolons. | Stephan T. Lavavej | 2016-12-06 | 13 | -27/+27 |
| * | [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 5 | -7/+8 |
| * | [libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 7 | -17/+17 |
| * | [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 6 | -15/+15 |
| * | [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 23 | -49/+69 |
| * | [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 117 | -943/+1046 |
| * | Add support for writing -verify shell tests | Eric Fiselier | 2016-12-06 | 3 | -14/+45 |
| * | Allow enabling/disabling testing with module using env LIBCXX_USE_MODULES=1 | Eric Fiselier | 2016-12-06 | 1 | -1/+4 |