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 P0007: Constant View: A proposal for a std::as_const helper functio...
Marshall Clow
2015-11-17
1
-1
/
+1
*
LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...
Marshall Clow
2015-11-16
1
-1
/
+1
*
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...
Marshall Clow
2015-11-16
1
-1
/
+1
*
Mark P0013 as 'in progress'
Marshall Clow
2015-11-16
1
-1
/
+1
*
Implement P0074: Making owner_less more flexible
Marshall Clow
2015-11-12
1
-1
/
+1
*
Mark LWG#2486 as complete. Eric did this as part of r242959
Marshall Clow
2015-11-09
1
-1
/
+1
*
Mark LWG#2224 as complete. Wording change only, no code changes required
Marshall Clow
2015-11-07
1
-1
/
+1
*
Implement LWG#2353: std::next is over-constrained
Marshall Clow
2015-11-07
1
-1
/
+1
*
Mark LWG issue #2234. We already do this; no code change needed
Marshall Clow
2015-11-05
1
-1
/
+1
*
Implement P0092R1 for C++1z
Marshall Clow
2015-11-05
1
-1
/
+1
*
Implement P0004R1 'Remove Deprecated iostreams aliases'
Marshall Clow
2015-10-29
1
-1
/
+1
*
Mark two Kona papers as 'in progress'
Marshall Clow
2015-10-28
1
-2
/
+2
*
Mark LWG#2495 as complete. No code changes needed
Marshall Clow
2015-10-25
1
-1
/
+1
*
Fix LWG#2489: mem_fn() should be noexcept
Marshall Clow
2015-10-25
1
-2
/
+2
*
Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...
Marshall Clow
2015-10-25
1
-2
/
+1
*
Fix LWG#2127: Move-construction with raw_storage_iterator.
Marshall Clow
2015-10-25
1
-1
/
+1
*
Fix LWG#2244: basic_istream::seekg
Marshall Clow
2015-10-25
1
-1
/
+1
*
Update C++ status from Kona
Marshall Clow
2015-10-25
2
-1
/
+56
*
Update issues status
Eric Fiselier
2015-10-14
1
-2
/
+2
*
Link to new documentation from existing homepage
Eric Fiselier
2015-10-14
1
-0
/
+10
*
Mark 2447 and 2466 as completed.
Marshall Clow
2015-10-12
1
-5
/
+5
*
Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete'
Marshall Clow
2015-10-07
1
-7
/
+7
*
Updated issue 2476
Marshall Clow
2015-10-06
1
-2
/
+2
*
Add comments for LWG issues 2219 and 2367
Eric Fiselier
2015-10-06
1
-2
/
+2
*
Mark 2259 and 2473 as complete. Add some more notes
Marshall Clow
2015-10-05
1
-9
/
+9
*
Mark 2380 and 2384 as complete; no changes needed
Marshall Clow
2015-10-05
1
-4
/
+4
*
Patch for 2466 is ready
Marshall Clow
2015-10-05
1
-2
/
+2
*
Mark a couple more issues 'ready'
Marshall Clow
2015-10-05
1
-6
/
+6
*
Mark 2072 as complete; we already do this
Marshall Clow
2015-10-05
1
-2
/
+2
*
Patch ready for 2127
Marshall Clow
2015-10-05
1
-2
/
+2
*
Add comments about the issues
Marshall Clow
2015-10-05
1
-4
/
+42
*
Private page for status of Kona issues and papers. Will be deleted after the ...
Marshall Clow
2015-10-05
1
-0
/
+109
*
Implement LWG#2063, and update the issues links to point to the github genera...
Marshall Clow
2015-10-05
2
-213
/
+213
*
Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS.
Marshall Clow
2015-09-08
1
-1
/
+1
*
Update some links so that they don't point at the (private) WG21 Wiki
Marshall Clow
2015-08-05
1
-3
/
+3
*
Update references to lists.llvm.org
Tanya Lattner
2015-08-05
10
-22
/
+22
*
Mark any as done and comment out extra methods until speaking to Marshall
Eric Fiselier
2015-07-31
1
-1
/
+1
*
Reapply working parts of CMake cleanup.
Eric Fiselier
2015-07-30
1
-8
/
+12
*
Revert recent CMake changes again due to failing compiler-rt builds
Eric Fiselier
2015-07-29
1
-12
/
+8
*
Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Eric Fiselier
2015-07-29
1
-8
/
+12
*
Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Hans Wennborg
2015-07-29
1
-12
/
+8
*
[libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
2015-07-29
1
-8
/
+12
*
Update the status of the TS'es
Marshall Clow
2015-07-21
1
-6
/
+5
*
Implement n4169 - Add invoke function template
Eric Fiselier
2015-07-14
1
-1
/
+1
*
Mark LWG2308 as complete; fix link. No code change necessary.
Marshall Clow
2015-07-14
1
-1
/
+1
*
The rest of N4279 and LWG#2464 - for unordered_map
Marshall Clow
2015-07-07
1
-2
/
+2
*
Mark LWG#2420 as complete. Eric did this in r228705.
Marshall Clow
2015-07-06
1
-1
/
+1
*
Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 require...
Marshall Clow
2015-06-30
1
-3
/
+3
*
Mark LWG#2266 as complete. This is a tightening up the wording; no code chang...
Marshall Clow
2015-06-30
1
-1
/
+1
*
Mark LWG#2439 as complete. This is a tightening up the wording; no code chang...
Marshall Clow
2015-06-29
1
-1
/
+1
[next]