6d95982406Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator.
Eric Fiselier
2016-12-14 21:22:48 +0000
4d6f42350e[libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash.
Stephan T. Lavavej
2016-12-13 01:54:58 +0000
b988a6fb41[libcxx] [test] Change ifstream constructor tests to handle read-only files.
Stephan T. Lavavej
2016-12-12 19:50:22 +0000
fbbec294b0[libcxx] [test] Fix an improper assumption about Null Forward Iterators.
Stephan T. Lavavej
2016-12-12 19:50:14 +0000
513447dbb9[libcxx][CMake] Move the warning to HandleOutOfTreeLLVM
Petr Hosek
2016-12-12 05:05:46 +0000
d8e3e932bfActually re-disable -Wsign-compare
Eric Fiselier
2016-12-11 05:54:43 +0000
ab804f1b7dRe-disable -Wsign-compare for now. I didn't catch all occurrences
Eric Fiselier
2016-12-11 05:45:55 +0000
a2cd270943Enable the -Wsign-compare warning to better support MSVC
Eric Fiselier
2016-12-11 05:31:00 +0000
47dfc5940dFix copy/paste errors introduced in r289358
Eric Fiselier
2016-12-11 04:00:26 +0000
11f64dcc58Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11 03:41:12 +0000
12a450ff3bFix yet another dynamic exception spec
Eric Fiselier
2016-12-11 02:49:37 +0000
e5bca2ba66Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11 02:47:36 +0000
b61c998eceFix count_new.hpp to work w/o dynamic exception specifications
Eric Fiselier
2016-12-11 02:20:17 +0000
3e99c8b0af[libc++] Fix support for multibyte thousands_sep and decimal_point in moneypunct_byname and numpunct_byname.
Eric Fiselier
2016-12-11 00:20:59 +0000
eae7e51a7d[libcxx] [test] Fix string_view tests.
Stephan T. Lavavej
2016-12-09 22:35:53 +0000
aa1d62b4af[libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove an unused variable.
Stephan T. Lavavej
2016-12-09 19:53:08 +0000
2fe522f79aUpdate doc version to 4.0
Eric Fiselier
2016-12-09 12:33:49 +0000
8cdac0b885[NFC] Change whitespace to force docs rebuild
Eric Fiselier
2016-12-09 12:32:02 +0000
bf3b8e226eFix missing const on set::count. Patch from Andrey Khalyavin
Eric Fiselier
2016-12-09 12:17:31 +0000
e386ad3090Refactor uses_allocator test types for upcoming fixes
Eric Fiselier
2016-12-09 09:51:09 +0000
11715ba8e2Put C++ ABI headers in a special build directory instead of the top level.
Eric Fiselier
2016-12-09 09:31:01 +0000
5a6eaee517fix misspelling in .clang-format
Eric Fiselier
2016-12-09 03:18:45 +0000
f178c261f4Turn off header sorting and comment formatting
Eric Fiselier
2016-12-09 03:17:25 +0000
f2f3637d40Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.
Eric Fiselier
2016-12-08 23:57:08 +0000
3e541a6172[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7.
Stephan T. Lavavej
2016-12-08 21:38:57 +0000
f1cc7ff4c9[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 6/7.
Stephan T. Lavavej
2016-12-08 21:38:44 +0000
0e8cbce107[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7.
Stephan T. Lavavej
2016-12-08 21:38:32 +0000
62cd72c4e6[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 4/7.
Stephan T. Lavavej
2016-12-08 21:38:23 +0000
f008c5389e[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
Stephan T. Lavavej
2016-12-08 21:38:14 +0000
637a6f6005[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 2/7.
Stephan T. Lavavej
2016-12-08 21:38:01 +0000
c53fd92b0f[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 1/7.
Stephan T. Lavavej
2016-12-08 21:37:47 +0000
22e3b2af50Add more test cases to packaged_task copyability test
Eric Fiselier
2016-12-08 10:02:04 +0000
52b1b17336Avoid C++17 guaranteed copy elision when testing for non-copyability
Eric Fiselier
2016-12-08 09:57:00 +0000
014f0b0d36Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.
Eric Fiselier
2016-12-08 07:30:01 +0000
183fafa507Fix _LIBCPP_VERSION tests with modules on Darwin
Eric Fiselier
2016-12-08 06:37:41 +0000
1d801988a7Add missing stdbool.h module. The test suite now passes on OS X with modules
Eric Fiselier
2016-12-06 09:41:50 +0000
7a6fabad1cFix stdio module build on OS X
Eric Fiselier
2016-12-06 07:40:46 +0000
86e9c5f13dstd::get<0>([std::variant constant expression]) *is* noexcept.
Casey Carter
2016-12-06 02:28:19 +0000
74c9d6aa0dFix C++03 modules build
Eric Fiselier
2016-12-06 01:34:24 +0000
6504ee5755[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4.
Stephan T. Lavavej
2016-12-06 01:14:51 +0000
ae5809a70c[libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4.
Stephan T. Lavavej
2016-12-06 01:14:43 +0000
7a477f5886[libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 1/4.
Stephan T. Lavavej
2016-12-06 01:14:29 +0000
e2dbcaf969[libcxx] [test] D27266: Remove spurious semicolons.
Stephan T. Lavavej
2016-12-06 01:14:06 +0000
43d9250a01[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12.
Stephan T. Lavavej
2016-12-06 01:13:51 +0000
caa97ca11f[libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", part 11/12.
Stephan T. Lavavej
2016-12-06 01:13:40 +0000
3bea61851a[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12.
Stephan T. Lavavej
2016-12-06 01:13:29 +0000
21208822a8[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12.
Stephan T. Lavavej
2016-12-06 01:13:14 +0000
98605940df[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12.
Stephan T. Lavavej
2016-12-06 01:12:34 +0000
d95f62ecd2Add support for writing -verify shell tests
Eric Fiselier
2016-12-06 01:02:15 +0000
c7011af19bAllow enabling/disabling testing with module using env LIBCXX_USE_MODULES=1
Eric Fiselier
2016-12-06 00:01:04 +0000
7ba695e32cAdd module definitions for <experimental/foo> headers
Eric Fiselier
2016-12-05 23:55:34 +0000
72a5c771b8Add module definitions for string_view
Eric Fiselier
2016-12-05 23:53:23 +0000
045b27e848Add modules for any/optional/variant
Eric Fiselier
2016-12-05 23:33:19 +0000
bca6de0e4eAdjust libc++ test infastructure to fully support modules
Eric Fiselier
2016-12-05 23:16:07 +0000