index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
www
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
1
-2
/
+2
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
1
-1
/
+1
*
Fix HTML blunder
Marshall Clow
2018-07-05
1
-1
/
+1
*
Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616
Marshall Clow
2018-07-02
1
-3
/
+3
*
Remove P0771, which was not passed in Rapperswil
Marshall Clow
2018-06-16
1
-1
/
+0
*
Update the to-do list with motions from Rapperswil.
Marshall Clow
2018-06-12
1
-1
/
+44
*
Mark more bits of P0433 as complete.
Marshall Clow
2018-05-23
1
-2
/
+2
*
More notes on Rapperswil issues
Marshall Clow
2018-05-10
1
-9
/
+9
*
Status updates for Rapperswil
Marshall Clow
2018-05-07
1
-4
/
+4
*
Update for Rapperswil
Marshall Clow
2018-05-07
1
-71
/
+37
*
Mark <span> as "In progress"
Marshall Clow
2018-04-06
1
-2
/
+2
*
Implement P0754R2: The <version> header.
Marshall Clow
2018-04-03
1
-2
/
+2
*
Implement P0430R2 - File system library on non-POSIX systems.
Eric Fiselier
2018-04-02
1
-1
/
+1
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
2
-3
/
+3
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-5
/
+5
*
Updated C++2a status with changes from Jacksonville WG21 meeting
Marshall Clow
2018-03-18
1
-1
/
+46
*
Implement LWG#2518 - Non-member swap for propagate_const should call member swap
Marshall Clow
2018-03-08
1
-2
/
+2
*
Implement P0767R1 - Deprecate POD
Marshall Clow
2018-03-06
1
-2
/
+2
*
Added P0805 to the list of ready bits
Marshall Clow
2018-03-01
1
-2
/
+3
*
Implement LWG 2835 - fix <tgmath.h>
Marshall Clow
2018-02-12
1
-1
/
+1
*
Implement LWG#2908 - The less-than operator for shared pointers could do more...
Marshall Clow
2018-02-12
1
-3
/
+3
*
Mark two issues as complete
Eric Fiselier
2018-02-11
1
-4
/
+4
*
Update the status of removed components
Marshall Clow
2018-02-08
1
-14
/
+14
*
Implement deduction guide for basic_string as described in P0433
Marshall Clow
2018-02-08
1
-2
/
+3
*
Comment on 'Review' issues
Marshall Clow
2018-02-07
1
-8
/
+8
*
Mark P0777 as complete
Marshall Clow
2018-02-06
1
-2
/
+2
*
No, really this time mark 3034 as 'Patch Ready'
Marshall Clow
2018-02-06
1
-2
/
+2
*
Mark issue 3034 as 'Patch Ready'
Marshall Clow
2018-02-06
1
-2
/
+2
*
More patches ready
Marshall Clow
2018-02-06
1
-7
/
+7
*
Add issues in 'Review'
Marshall Clow
2018-02-05
1
-3
/
+23
*
Mark LWG 3014 as complete. No code changes needed
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Implement LWG 3014 - Fix more noexcept issues in filesystem.
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Mark LWG 3013 as already complete. See r316941
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Implement LWG2989: path's streaming operators allow everything under the sun.
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Mark issue 2851 as complete
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Address LWG 2849 and fix missing failure condition in copy_file.
Eric Fiselier
2018-02-04
1
-2
/
+2
*
Implement LWG2870: Default value of parameter theta of polar should be dependent
Marshall Clow
2018-01-31
1
-2
/
+2
*
Add LWG3051
Marshall Clow
2018-01-30
1
-0
/
+2
*
First cut at issue statuses for JAX
Marshall Clow
2018-01-30
1
-51
/
+63
*
Minor updated to the main libcxx page; add a link to the deprecation page
Marshall Clow
2018-01-29
1
-6
/
+9
*
Mark 2903 as complete; we already do this
Marshall Clow
2018-01-25
1
-2
/
+2
*
Implement LWG2783: stack::emplace() and queue::emplace() should return declty...
Marshall Clow
2018-01-24
1
-3
/
+3
*
Update cxx2a status
Marshall Clow
2018-01-22
1
-5
/
+8
*
First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...
Marshall Clow
2018-01-15
1
-3
/
+3
*
Document upcoming TS feature removal
Marshall Clow
2018-01-08
1
-0
/
+138
*
Mark LWG2824 as complete. We already did it, but I added a test to be sure
Marshall Clow
2018-01-03
1
-2
/
+2
*
Mark issue #2866 as "nothing to do"
Marshall Clow
2018-01-03
1
-2
/
+2
*
Implement p0258r2: has_unique_object_representations
Marshall Clow
2018-01-03
1
-2
/
+2
*
A couple more inlined variables that I missed the first time
Marshall Clow
2018-01-02
1
-1
/
+1
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-1
/
+3
[next]