0b9db07158Add even more string_view tests. These found some bugs in the default parameter value for rfind/find_last_of/find_last_not_of
Marshall Clow
2017-09-07 04:19:32 +0000
cd0354ef44Another missing string_view test
Marshall Clow
2017-09-07 03:03:48 +0000
e942bb000fAdd more string_view tests
Marshall Clow
2017-09-07 02:46:09 +0000
ea75e09e61Redirect strftime_l to the locale-ignorant strftime on mingw
Martin Storsjo
2017-09-06 05:07:25 +0000
ed487a3dc3Add MINGW_LIBRARIES to the linker flags
Martin Storsjo
2017-09-04 19:46:53 +0000
a1ae67bc89[libcxx] [www] Change an absolute link to cxx1z_status.html to be relative.
Stephan T. Lavavej
2017-08-31 17:59:51 +0000
b8813f3bde[libcxx] [www] Strip trailing whitespace.
Stephan T. Lavavej
2017-08-31 17:59:48 +0000
aeea9b0310[libcxx] [www] Fix broken link for LLVM Bugzilla.
Stephan T. Lavavej
2017-08-31 17:59:46 +0000
f966d3f5c4[libcxx] [www] Manually change http links to https.
Stephan T. Lavavej
2017-08-31 17:59:42 +0000
08242cbd9b[test] Cleanup nullopt_t tests
Casey Carter
2017-08-31 17:56:31 +0000
90dfa2804aFix test for C++03
Marshall Clow
2017-08-29 01:10:51 +0000
25a78dcd77Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken Dörrie for the suggested fix.
Marshall Clow
2017-08-28 23:16:13 +0000
f22cb8b8c6Update ABI lists for 5.0
Eric Fiselier
2017-08-25 00:19:47 +0000
e8c8bc9433[libcxx] [test] Update for C++17 feature removals.
Stephan T. Lavavej
2017-08-24 21:24:08 +0000
b859a78a6f[libcxx] [test] Rename _Up to U, etc. NFCI.
Stephan T. Lavavej
2017-08-11 20:54:09 +0000
8cbff23f7d[libcxx] [test] Rename __x to x. NFCI.
Stephan T. Lavavej
2017-08-11 20:54:06 +0000
e75f899c12[libcxx] [test] Rename __c to ch. NFCI.
Stephan T. Lavavej
2017-08-11 20:54:01 +0000
302557b724[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11 20:53:53 +0000
3b53fabd8fChange the way the literal operators are defined - now w/o a seperating space. This should be a NFC, but it will change how the compiler parses it.
Marshall Clow
2017-08-09 15:42:50 +0000
b3d6031a54Fix PR33727: std::basic_stringbuf only works with DefaultConstructible allocators. Thanks to Jonathan Wakely for the report and suggested fix
Marshall Clow
2017-08-02 17:31:09 +0000
4876a73b0aMark LWG 2942 as complete
Eric Fiselier
2017-07-30 22:28:08 +0000
923850ddb2Mark LWG 2961 as complete
Eric Fiselier
2017-07-30 22:16:30 +0000
487562fc64[libc++] Hoist extern template above first use
Shoaib Meenai
2017-07-29 02:54:41 +0000
5d91f314f1[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29 00:55:35 +0000
cf230766ee[libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was indented by 1 space. NFC.
Stephan T. Lavavej
2017-07-29 00:55:27 +0000
a8d0e52d11[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC.
Stephan T. Lavavej
2017-07-29 00:55:25 +0000
25072f0004[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29 00:55:22 +0000
a686caad20[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29 00:55:10 +0000
62e519c2f9[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2017-07-29 00:54:49 +0000
6e76840323[libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp.
Stephan T. Lavavej
2017-07-27 21:16:37 +0000
1fae624dcfDisable the deduction guide test I added in 309296 for the moment, while I figure out which compilers don't support deduction guides
Marshall Clow
2017-07-27 18:47:35 +0000
f226a28d61Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard
Marshall Clow
2017-07-27 17:44:03 +0000
24047fd4a7Remove addtional parameters in function std::next() and std::prev()
Rachel Craik
2017-07-24 22:17:05 +0000
33e24e157emake sure that we don't call basic_streambuf::gbump with a value bigger than INT_MAX, since it only takes an int. Related to, but not quite the same as PR33725
Marshall Clow
2017-07-24 14:05:10 +0000
bfa81b089cFix grammar-o in comment.
Nico Weber
2017-07-22 15:16:42 +0000
d08ba82b09[libcxx] [test] Update msvc_stdlib_force_include.hpp.
Stephan T. Lavavej
2017-07-19 22:02:33 +0000
3c00cff599[libcxx] [test] Fix Clang -Wunused-local-typedef warnings.
Stephan T. Lavavej
2017-07-19 22:02:29 +0000
321617c33d[libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preprocessor directive - expected a newline".
Stephan T. Lavavej
2017-07-19 22:02:25 +0000
ffc9965e58[libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data".
Stephan T. Lavavej
2017-07-19 22:02:22 +0000
fea8dc9721Rework libcxx strerror_r handling.
James Y Knight
2017-07-19 21:48:49 +0000
526c3a9394Drop 'svn' suffix from version number.
Hans Wennborg
2017-07-19 14:04:38 +0000
12ab658921Update _LIBCPP_VERSION and the version in CMakeLists to 6.0
Hans Wennborg
2017-07-19 13:57:10 +0000
2d17369ac6Bump docs version to 6.0
Hans Wennborg
2017-07-19 13:46:11 +0000
8bdac77197Creating release_50 branch off revision 308441
Hans Wennborg
2017-07-19 12:20:52 +0000
158fe1062c[CMake] Use MATCHES for regular expression.
Leo Li
2017-07-18 19:48:02 +0000
da4047d838Check for _MSC_VER before defining _LIBCPP_MSVCRT
Bruno Cardoso Lopes
2017-07-17 21:52:31 +0000
7afe61ad1dAdd case for c++2a to libc++ and test macros
Marshall Clow
2017-07-17 03:02:27 +0000
893ac44f2aUpdate libc++ status pages with results of the Toronto Meeting - and for C++2a
Marshall Clow
2017-07-16 23:59:23 +0000
4649a1eae0Update issues moved in Toronto
Marshall Clow
2017-07-15 15:22:21 +0000
6bfa7316adFix issues with UBSAN test configuration.
Eric Fiselier
2017-07-10 04:32:21 +0000
3f22e24981Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds
Eric Fiselier
2017-07-10 04:16:50 +0000
631d697c62Fix test failure to to new/delete ellisions
Eric Fiselier
2017-07-09 22:20:07 +0000
8b30287098optional: Implement LWG 2900 and P0602
Casey Carter
2017-07-09 17:15:49 +0000
b2e9337b06Fix filesystem build on platforms with weird time_t types.
Eric Fiselier
2017-07-08 04:18:41 +0000
316bb1188fFix diagnostic in verify test to match new Clang output
Eric Fiselier
2017-07-07 23:02:30 +0000
e452f6a7e3cmath: Support clang's -fdelayed-template-parsing
Duncan P. N. Exon Smith
2017-07-07 05:13:36 +0000
58cb7c19bfSuppress -Waligned-allocation-unavailable warning in libc++ test suite
Eric Fiselier
2017-07-05 22:40:58 +0000
e00d350bbdFix a bug in regex_Iterator where it would report zero-length matches forever. Reported as http://llvm.org/PR33681. Thanks to Karen Arutyunov for the report.
Marshall Clow
2017-07-05 16:37:19 +0000
530ad8eb20Fix equivalent test on OS X and FreeBSD
Eric Fiselier
2017-07-05 03:54:38 +0000
f26da86616Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON.
Eric Fiselier
2017-07-05 03:50:03 +0000
3288eac673Implement LWG 2937 - equivalent("dne", "exists") is not an error
Eric Fiselier
2017-07-05 03:37:05 +0000