159b460868Fix two more tests that hang when testing against libstdc++
Eric Fiselier
2016-10-12 04:56:23 +0000
4432d3f204Prevent the test suite from hanging when run against libstdc++
Eric Fiselier
2016-10-12 04:29:50 +0000
fc6e622f19Add mork workarounds for running the test suite against libstdc++
Eric Fiselier
2016-10-12 00:28:14 +0000
53003593a2Make it easier to run the libc++ test suite against libstdc++
Eric Fiselier
2016-10-12 00:00:37 +0000
508f208ae9Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code
Eric Fiselier
2016-10-11 22:18:09 +0000
a75b75f514Remove extraneous 'const' in the implementation of is_move_assignable. Howard pleads temporary insanity about this. Discussed at http://stackoverflow.com/questions/39986185
Marshall Clow
2016-10-11 21:24:06 +0000
e2bd16c9d2Fix std::pair on FreeBSD
Eric Fiselier
2016-10-11 21:22:21 +0000
05577c82e1Fix incorrect exception handling behavior in the uninitialized algorithms
Eric Fiselier
2016-10-11 21:13:44 +0000
9d97e2bc3fMark 2777 as complete
Marshall Clow
2016-10-10 21:37:16 +0000
529c61f2dcUpdate with the rest of the results from the 7-Oct Telecom
Marshall Clow
2016-10-10 21:00:12 +0000
bf1f79c27a[libcxx] Add support for Fuchsia
Petr Hosek
2016-10-10 18:53:32 +0000
bcef974041Updated notes about issues; marked 2062, 2223, 2394, 2460 and 2540 as complete.
Marshall Clow
2016-10-10 17:11:37 +0000
e9115a1b41Add tests to check that swap(std::function, std::function) is noexcept. This is LWG#2062, but we already do this. No changes to the library, just adding tests.
Marshall Clow
2016-10-10 16:47:48 +0000
742d878b02Fix documentation mis-spelling.
Eric Fiselier
2016-10-10 14:45:06 +0000
c3f1198253Add whitespace to make not_fn_impl more clear. NFC.
Marshall Clow
2016-10-10 14:37:18 +0000
2b6c2499b1Mark issues 2544, 2567, 2569, 2686 and 2694 as ready/done.
Marshall Clow
2016-10-10 14:15:56 +0000
8be2c5dd9eAdd tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it.
Marshall Clow
2016-10-10 14:10:45 +0000
1d6b5d3ed1Fix strict-aliasing violation in typeinfo::hash_code()
Eric Fiselier
2016-10-05 22:55:10 +0000
f5293bc6acComment out failing test while I figure out who is at fault
Marshall Clow
2016-10-05 18:47:18 +0000
8df21c935fMark LWG#2679 as complete
Marshall Clow
2016-10-05 18:36:24 +0000
3d19a9da96Mark LWG#2358 as done
Marshall Clow
2016-10-05 17:02:43 +0000
aead8da085Make tests for is_empty better. No functional change.
Marshall Clow
2016-10-05 17:01:16 +0000
6f5d5948efAdd another append test for basic_string
Marshall Clow
2016-10-05 15:47:13 +0000
f257c26ec7Mark LWG issues 2221, 2556 and 2589 as complete
Marshall Clow
2016-10-05 15:21:11 +0000
8f972f6538[libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier
2016-10-04 21:25:51 +0000
cc30c0b9f3Mark #2759 as ready and #2755 as complete
Marshall Clow
2016-10-04 14:39:58 +0000
10ff23dc02Mark #2598 as ready
Marshall Clow
2016-10-04 14:08:50 +0000
8332f9b5d1Mark #2739 as ready
Marshall Clow
2016-10-04 13:41:56 +0000
1770a8c118Mark a couple more Issaquah issues as done: 2578 and 2738
Marshall Clow
2016-10-03 23:42:31 +0000
42a87db999Change a couple of 'template <typename's to 'template <class' which is what we use in the rest of the library.
Marshall Clow
2016-10-03 23:40:48 +0000
ec81081c3cAdd tests to make sure that is_constructible<cv-void> is false. We already checked 'unqualified void'. This was brought up by LWG#2738
Marshall Clow
2016-10-03 23:39:52 +0000
7d06a50a51Mark a couple issues as done (2742 and 2760)
Marshall Clow
2016-10-03 17:35:08 +0000
8fe453ab55[lit] Allow more file extensions for test cases.
Logan Chien
2016-10-03 16:00:22 +0000
83050e50f7Change titie of page from Oulu to Issaquah
Marshall Clow
2016-10-03 14:24:21 +0000
66bdfe223e[libc++] Extension: Make `move` and `forward` constexpr in C++11.
Eric Fiselier
2016-09-26 20:55:02 +0000
08fa01095a[include] Declare __STDC_*_MACROS for C++11 compat in old libc
Michal Gorny
2016-09-26 20:20:00 +0000
8dc5b6eba9Update -verify test to use new static assert message
Eric Fiselier
2016-09-25 08:30:05 +0000
01c3b629ceFix missing _LIBCPP_INLINE_VISIBILITY macro on C++03 specific __hash_table function
Eric Fiselier
2016-09-25 04:05:46 +0000
4e3e15ad99[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25 03:34:28 +0000
1deaf196f4Use __attribute__((internal_linkage)) when available.
Eric Fiselier
2016-09-25 03:14:13 +0000
1277962876Fix a few static_asserts that need extra parens on -03
Marshall Clow
2016-09-24 23:52:21 +0000
6ac8de0976Implement proposed resolution for LWG#2758. Reviewed as D24446. Normally, I would wait for these to be voted upon at a committee meeting (November), but the current draft standard is broken, and this should fix it. (And if it doesn't, we want to know about it soonest)
Marshall Clow
2016-09-24 22:45:42 +0000
9473712eecFix incorrect include in is_error_code_enum.pass.cpp
Marshall Clow
2016-09-24 18:16:53 +0000
db86684746Implement is_error_code_v and is_error_condition_v for c++17. Rework the tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these.
Marshall Clow
2016-09-24 17:36:14 +0000