Eric Fiselier
|
a9a9a8a92a
|
Update filesystem status
llvm-svn: 265856
|
2016-04-08 21:52:32 +00:00 |
Eric Fiselier
|
a58d430cac
|
Make std::addressof constexpr in C++17 (Clang only).
llvm-svn: 263688
|
2016-03-17 03:30:56 +00:00 |
Marshall Clow
|
0b54e792b7
|
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
llvm-svn: 263506
|
2016-03-14 23:07:32 +00:00 |
Marshall Clow
|
c1fe2c4329
|
Implement LWG#2566: Requirements on the first template parameter of container adaptors
llvm-svn: 263450
|
2016-03-14 17:58:11 +00:00 |
Nico Weber
|
47c3a4743e
|
Revert r263036, it's ABI-breaking.
llvm-svn: 263246
|
2016-03-11 15:26:06 +00:00 |
Marshall Clow
|
ef13c522b4
|
Update status to mark 2579 complete
llvm-svn: 263043
|
2016-03-09 18:09:07 +00:00 |
Marshall Clow
|
e96f8b52d9
|
Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos)
llvm-svn: 263036
|
2016-03-09 17:51:43 +00:00 |
Marshall Clow
|
dd1729fe8a
|
Implement P0272R1: Give 'std::string' a non-const '.data()' member function
llvm-svn: 262931
|
2016-03-08 15:44:30 +00:00 |
Marshall Clow
|
28cc4dde49
|
Implement P0253R1: Fixing a design mistake in the searchers interface.
llvm-svn: 262928
|
2016-03-08 15:12:52 +00:00 |
Marshall Clow
|
146c14ac33
|
Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17
llvm-svn: 262871
|
2016-03-07 22:43:49 +00:00 |
Marshall Clow
|
4b5d4fde68
|
Update with work items passed in Jacksonville
llvm-svn: 262807
|
2016-03-06 17:45:24 +00:00 |
Marshall Clow
|
41f4b6d4fa
|
more status updates
llvm-svn: 261926
|
2016-02-25 20:17:03 +00:00 |
Marshall Clow
|
21dc2c25e7
|
Update the status of a N4089 and a couple issues
llvm-svn: 261896
|
2016-02-25 16:55:58 +00:00 |
Marshall Clow
|
16b8eddcac
|
Fix a missing closing tag
llvm-svn: 261677
|
2016-02-23 19:48:44 +00:00 |
Marshall Clow
|
a6f77c170d
|
More updates
llvm-svn: 261676
|
2016-02-23 19:48:09 +00:00 |
Marshall Clow
|
1e1f830e93
|
More updates
llvm-svn: 261655
|
2016-02-23 17:07:15 +00:00 |
Marshall Clow
|
d59478c9ab
|
More updates; patch for 2583 ready
llvm-svn: 261647
|
2016-02-23 16:20:24 +00:00 |
Marshall Clow
|
c8e5fc3c08
|
Add some status
llvm-svn: 260975
|
2016-02-16 16:05:15 +00:00 |
Marshall Clow
|
42770525eb
|
Add some comments
llvm-svn: 260966
|
2016-02-16 14:42:23 +00:00 |
Marshall Clow
|
38748aa300
|
Added a (private) status page for the Jacksonville meeting
llvm-svn: 260964
|
2016-02-16 14:35:56 +00:00 |
Marshall Clow
|
0aa1ccb0d9
|
Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone. On the off chance that someone is mistakenly calling it, it's only gone in C++1z
llvm-svn: 258697
|
2016-01-25 17:29:55 +00:00 |
Marshall Clow
|
fcdb19904c
|
Implement LWG#2101 'Some transformation types can produce impossible types' Introduced a new (internal) type trait '__is_referenceable' with tests. Use that trait in add_lvalue_reference, add_rvalue_reference and add_pointer.
llvm-svn: 258418
|
2016-01-21 18:22:43 +00:00 |
Eric Fiselier
|
ad41a2f480
|
Mark LWG defect #2367 as complete
llvm-svn: 256597
|
2015-12-29 23:18:27 +00:00 |
Eric Fiselier
|
545b8861fc
|
[libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo.
Review: http://reviews.llvm.org/D14839
llvm-svn: 255941
|
2015-12-18 00:36:55 +00:00 |
Marshall Clow
|
146c640e81
|
Cleaned up the intro for the TS status page; really need much more info here
llvm-svn: 254971
|
2015-12-08 00:08:23 +00:00 |
Marshall Clow
|
b8427293df
|
Last bit of P0006; mark it as complete
llvm-svn: 254290
|
2015-11-30 05:39:30 +00:00 |
Marshall Clow
|
dbd2d32892
|
Implement P0007: Constant View: A proposal for a std::as_const helper function template.
llvm-svn: 253274
|
2015-11-17 00:08:08 +00:00 |
Marshall Clow
|
a9197737f9
|
LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones.
llvm-svn: 253223
|
2015-11-16 16:42:16 +00:00 |
Marshall Clow
|
dd1b261f3a
|
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS
llvm-svn: 253215
|
2015-11-16 15:54:13 +00:00 |
Marshall Clow
|
7d5264fa44
|
Mark P0013 as 'in progress'
llvm-svn: 253212
|
2015-11-16 15:05:09 +00:00 |
Marshall Clow
|
183c010c9a
|
Implement P0074: Making owner_less more flexible
llvm-svn: 252905
|
2015-11-12 15:56:44 +00:00 |
Marshall Clow
|
8f8cdf34ac
|
Mark LWG#2486 as complete. Eric did this as part of r242959
llvm-svn: 252509
|
2015-11-09 20:49:15 +00:00 |
Marshall Clow
|
33adf230a7
|
Mark LWG#2224 as complete. Wording change only, no code changes required
llvm-svn: 252408
|
2015-11-07 17:56:51 +00:00 |
Marshall Clow
|
e5f1288fa0
|
Implement LWG#2353: std::next is over-constrained
llvm-svn: 252407
|
2015-11-07 17:48:49 +00:00 |
Marshall Clow
|
6a11b039d9
|
Mark LWG issue #2234. We already do this; no code change needed
llvm-svn: 252199
|
2015-11-05 19:57:50 +00:00 |
Marshall Clow
|
2cd0d6d625
|
Implement P0092R1 for C++1z
llvm-svn: 252195
|
2015-11-05 19:33:59 +00:00 |
Marshall Clow
|
131733bcf0
|
Implement P0004R1 'Remove Deprecated iostreams aliases'
llvm-svn: 251618
|
2015-10-29 05:43:30 +00:00 |
Marshall Clow
|
fe44b10735
|
Mark two Kona papers as 'in progress'
llvm-svn: 251545
|
2015-10-28 19:21:40 +00:00 |
Marshall Clow
|
10a6e70408
|
Mark LWG#2495 as complete. No code changes needed
llvm-svn: 251258
|
2015-10-25 20:12:58 +00:00 |
Marshall Clow
|
3b72a6ef63
|
Fix LWG#2489: mem_fn() should be noexcept
llvm-svn: 251257
|
2015-10-25 20:12:16 +00:00 |
Marshall Clow
|
b631c24359
|
Add a test for LWG#2466: allocator_traits::max_size() default behavior is incorrect
llvm-svn: 251252
|
2015-10-25 19:34:04 +00:00 |
Marshall Clow
|
2603b0758d
|
Fix LWG#2127: Move-construction with raw_storage_iterator.
llvm-svn: 251247
|
2015-10-25 18:58:07 +00:00 |
Marshall Clow
|
9be5356452
|
Fix LWG#2244: basic_istream::seekg
llvm-svn: 251246
|
2015-10-25 18:31:51 +00:00 |
Marshall Clow
|
5753adb810
|
Update C++ status from Kona
llvm-svn: 251220
|
2015-10-25 06:02:23 +00:00 |
Eric Fiselier
|
dfdf929ac9
|
Update issues status
llvm-svn: 250336
|
2015-10-14 22:26:40 +00:00 |
Eric Fiselier
|
9da4c8ed75
|
Link to new documentation from existing homepage
llvm-svn: 250325
|
2015-10-14 20:51:33 +00:00 |
Marshall Clow
|
438bdf639b
|
Mark 2447 and 2466 as completed.
llvm-svn: 250061
|
2015-10-12 16:25:21 +00:00 |
Marshall Clow
|
1f3f2d698a
|
Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete'
llvm-svn: 249595
|
2015-10-07 19:45:14 +00:00 |
Marshall Clow
|
28ac01bfc8
|
Updated issue 2476
llvm-svn: 249461
|
2015-10-06 20:35:15 +00:00 |
Eric Fiselier
|
5499f4a35e
|
Add comments for LWG issues 2219 and 2367
llvm-svn: 249372
|
2015-10-06 04:12:30 +00:00 |