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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused internal routines. No functional change
Marshall Clow
2016-04-04
1
-28
/
+0
*
Put back the undefs that Richard removed. Boost won't build w/o these; specif...
Marshall Clow
2016-04-04
1
-0
/
+57
*
Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...
Marshall Clow
2016-04-04
1
-1
/
+1
*
Fix LWG issue 2469 - Use piecewise construction in map::operator[].
Eric Fiselier
2016-03-31
3
-71
/
+108
*
Teach __tree how to handle map's __value_type
Eric Fiselier
2016-03-31
7
-456
/
+856
*
Update container_test_types.h and cleanup the related tests
Eric Fiselier
2016-03-31
7
-142
/
+91
*
Update copyright year to 2016.
Paul Robinson
2016-03-30
1
-1
/
+1
*
Implement is_always_lock_free
JF Bastien
2016-03-25
2
-11
/
+133
*
Guard a number of tests relying on threads support when built in
Richard Barton
2016-03-23
15
-4
/
+24
*
Missing ATOMIC_*_LOCK_FREE tests
JF Bastien
2016-03-18
1
-0
/
+8
*
unord: Extract key to avoid preemptive mallocs in insert/emplace
Duncan P. N. Exon Smith
2016-03-17
4
-50
/
+240
*
Make std::addressof constexpr in C++17 (Clang only).
Eric Fiselier
2016-03-17
4
-1
/
+63
*
Add __unconstref for future use
Eric Fiselier
2016-03-16
1
-0
/
+5
*
Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@...
Eric Fiselier
2016-03-16
8
-8
/
+154
*
[libcxx] Remove localization tests for Russian month names
Jonas Hahnfeld
2016-03-15
2
-34
/
+0
*
Missed this file in previous checkin
Marshall Clow
2016-03-14
1
-6
/
+33
*
Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof
Marshall Clow
2016-03-14
13
-55
/
+163
*
Add failing tests that I forgot to add to the last commit
Marshall Clow
2016-03-14
3
-0
/
+90
*
Implement LWG#2566: Requirements on the first template parameter of container...
Marshall Clow
2016-03-14
6
-24
/
+27
*
Mark exception-throwing test as XFAIL when exceptions are disabled
Marshall Clow
2016-03-14
1
-0
/
+1
*
Disable CFI checks in std::addressof.
Evgeniy Stepanov
2016-03-11
1
-1
/
+1
*
Revert r263036, it's ABI-breaking.
Nico Weber
2016-03-11
3
-46
/
+5
*
Update status to mark 2579 complete
Marshall Clow
2016-03-09
1
-2
/
+2
*
Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...
Marshall Clow
2016-03-09
2
-11
/
+35
*
Implement LWG#2583: There is no way to supply an allocator for basic_string(s...
Marshall Clow
2016-03-09
3
-5
/
+46
*
Add some more tests for the containers type requirements
Marshall Clow
2016-03-09
6
-19
/
+112
*
Split locale management out of locale_win32. NFCI
Ben Craig
2016-03-09
2
-18
/
+35
*
Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig
2016-03-09
4
-438
/
+230
*
Remove a couple tabs that crept in
Marshall Clow
2016-03-08
1
-2
/
+2
*
Implement P0272R1: Give 'std::string' a non-const '.data()' member function
Marshall Clow
2016-03-08
3
-11
/
+42
*
Implement P0253R1: Fixing a design mistake in the searchers interface.
Marshall Clow
2016-03-08
16
-54
/
+64
*
Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...
Marshall Clow
2016-03-07
4
-2
/
+150
*
non-member swap for array was mistakenly taking const ref params. Fixed and a...
Marshall Clow
2016-03-07
2
-2
/
+29
*
Update with work items passed in Jacksonville
Marshall Clow
2016-03-06
1
-1
/
+47
*
libc++: fix typo
JF Bastien
2016-03-05
1
-1
/
+1
*
Fix for PR26812: possible overflow issue in std::allocator::allocate
Marshall Clow
2016-03-03
2
-2
/
+64
*
more status updates
Marshall Clow
2016-02-25
1
-7
/
+7
*
Added tests to make sure that the categorization traits work on incomplete types
Marshall Clow
2016-02-25
29
-15
/
+127
*
Update the status of a N4089 and a couple issues
Marshall Clow
2016-02-25
1
-3
/
+3
*
Another chunk of N4089
Marshall Clow
2016-02-25
1
-19
/
+2
*
No, really - test the constructor
Marshall Clow
2016-02-25
1
-1
/
+1
*
Add test to ensure that the converting constructor in N4089 is present and wo...
Marshall Clow
2016-02-25
1
-0
/
+27
*
Fix a missing closing tag
Marshall Clow
2016-02-23
1
-1
/
+1
*
More updates
Marshall Clow
2016-02-23
1
-8
/
+8
*
These new tests fail on the green-dragon bots, which use an old Apple compiler.
Marshall Clow
2016-02-23
1
-8
/
+10
*
More updates
Marshall Clow
2016-02-23
1
-11
/
+11
*
Add tests for LWG#2560. No code changes, just tests
Marshall Clow
2016-02-23
1
-0
/
+9
*
Add additional tests to ensure that we DTRT with short lists. This is LWG#259...
Marshall Clow
2016-02-23
1
-0
/
+14
*
More updates; patch for 2583 ready
Marshall Clow
2016-02-23
1
-4
/
+4
*
Fix __is_referenceable to work with vector types. Fixes PR#26654 and 26656. T...
Marshall Clow
2016-02-22
2
-26
/
+12
[next]