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
*
Rename a few tests that had typos in their names. No functional change. Thank...
Marshall Clow
2016-04-23
4
-0
/
+0
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
22
-31
/
+45
*
Add missing include of <algorithm>
Marshall Clow
2016-04-22
2
-0
/
+2
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
11
-111
/
+214
*
Fix LWG issue #2106: move_iterators returning prvalues
Eric Fiselier
2016-04-22
3
-3
/
+47
*
Fix C++03 build breakage
Eric Fiselier
2016-04-22
1
-2
/
+9
*
Complete LWG issue #2016. Allocators must be nothrow swappable
Eric Fiselier
2016-04-22
14
-35
/
+40
*
Add is_swappable/is_nothrow_swappable traits
Eric Fiselier
2016-04-21
19
-104
/
+718
*
Make ios_base::failure visibility specified consistent
Eric Fiselier
2016-04-21
1
-1
/
+1
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
9
-30
/
+25
*
[libc++] fix macro redef warning when exception is disabled
Weiming Zhao
2016-04-21
1
-1
/
+1
*
Add cxx_runtime_root options for testing against a different libc++ at runtime
Eric Fiselier
2016-04-20
3
-9
/
+23
*
[libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...
Eric Fiselier
2016-04-20
2
-32
/
+84
*
Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.
Eric Fiselier
2016-04-20
15
-231
/
+726
*
XFAILing new test on C++03
Ben Craig
2016-04-19
1
-0
/
+1
*
Include initializer_list from utility
Ben Craig
2016-04-19
2
-0
/
+21
*
Framework to allow testing of static libc++abi
Ben Craig
2016-04-19
4
-23
/
+41
*
Make tuples constructors conditionally EXPLICIT. See N4387
Eric Fiselier
2016-04-19
12
-12
/
+385
*
Mark P0152R1 as complete.
Eric Fiselier
2016-04-18
1
-1
/
+1
*
Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...
Eric Fiselier
2016-04-18
2
-64
/
+32
*
Implement LWG issue 2219 - support reference_wrapper in INVOKE
Eric Fiselier
2016-04-18
11
-62
/
+409
*
Add hash specializations for __int128_t. Fixes LWG issue 2119
Eric Fiselier
2016-04-18
3
-4
/
+25
*
Add tests for LWG issue 2361
Eric Fiselier
2016-04-18
16
-9
/
+263
*
Fix LWG issue 2345 - Add insert(value_type&&)
Eric Fiselier
2016-04-18
21
-616
/
+764
*
Teach map/unordered_map how to optimize 'emplace(Key, T)'.
Eric Fiselier
2016-04-16
7
-4
/
+184
*
Extract key to avoid preemptive mallocs in insert/emplace in associative cont...
Eric Fiselier
2016-04-15
17
-1018
/
+1004
*
Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.
Eric Fiselier
2016-04-15
4
-47
/
+436
*
[libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...
Eric Fiselier
2016-04-15
3
-70
/
+116
*
Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.
Marshall Clow
2016-04-13
2
-12
/
+12
*
Implement LWG#680, which was missed lo these many moons ago, and was reported...
Marshall Clow
2016-04-11
2
-8
/
+5
*
Update filesystem status
Eric Fiselier
2016-04-08
1
-1
/
+1
*
Recommit r263036 with additional inlining, so that it will continue to work w...
Marshall Clow
2016-04-07
2
-4
/
+47
*
Added a noexcept test
Marshall Clow
2016-04-07
1
-0
/
+6
*
Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.
Marshall Clow
2016-04-07
2
-0
/
+32
*
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
[next]