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
*
Delete dead code. NFCI
Jonathan Roelofs
2015-06-17
1
-4
/
+0
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
5
-137
/
+232
*
Cleanup result_of tests and fix issues with the C++03 result_of.
Eric Fiselier
2015-06-13
4
-68
/
+314
*
Remove warnings about old CMake options
Eric Fiselier
2015-06-13
1
-21
/
+0
*
Fix PR12999 - unordered_set::insert calls operator new when no insert occurs
Eric Fiselier
2015-06-13
2
-2
/
+87
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
8
-49
/
+42
*
[libcxx] Use __decltype instead of __typeof__
Eric Fiselier
2015-06-13
1
-1
/
+16
*
Make __void_t unary and always provide it.
Eric Fiselier
2015-06-13
1
-3
/
+1
*
LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.
Eric Fiselier
2015-06-13
3
-23
/
+79
*
Enable __is_trivially* intrinsics for GCC 5.1
Eric Fiselier
2015-06-13
2
-6
/
+11
*
Refactor is_member_function_pointer to use is_function and not __member_funct...
Eric Fiselier
2015-06-13
2
-23
/
+53
*
Prevent dependancy on libatomic when using GCC to provide <atomic>.
Eric Fiselier
2015-06-13
1
-6
/
+8
*
Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
2015-06-12
3
-9
/
+67
*
Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests
Marshall Clow
2015-06-11
9
-48
/
+10
*
Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/...
Marshall Clow
2015-06-05
5
-2
/
+248
*
Avoid C-style cast.
Joerg Sonnenberger
2015-06-05
1
-1
/
+1
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
6
-51
/
+5
*
More N4258 changes. This time vector's constructors
Marshall Clow
2015-06-04
5
-6
/
+77
*
More of N4258 implementation. Mark all of our test_allocators as noexcept con...
Marshall Clow
2015-06-03
8
-29
/
+113
*
Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||'...
Marshall Clow
2015-06-03
2
-1
/
+76
*
Revert changes inadvertantly committed
Marshall Clow
2015-06-02
1
-23
/
+4
*
Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...
Marshall Clow
2015-06-02
2
-5
/
+24
*
Fix breakage that I introduced in r238848
Marshall Clow
2015-06-02
1
-3
/
+11
*
Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...
Marshall Clow
2015-06-02
4
-1
/
+91
*
Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...
Marshall Clow
2015-06-02
4
-7
/
+60
*
Fix some places where we could call memmove(null,xxx,0) - which is UB
Marshall Clow
2015-06-02
1
-6
/
+14
*
In the case where we are copying/moving zero elements, do less work
Marshall Clow
2015-06-02
1
-2
/
+6
*
Add missing return statements in C++03 std::function
Eric Fiselier
2015-06-02
1
-0
/
+4
*
Add TODO items and remove use of 'noexcept' in C++03 test.
Eric Fiselier
2015-06-02
2
-2
/
+4
*
Remove debugging code
Marshall Clow
2015-05-31
1
-2
/
+0
*
Don't try to memcpy zero bytes; sometimes the source pointer is NULL, and tha...
Marshall Clow
2015-05-31
1
-3
/
+8
*
Add TODO note about switching to __decltype
Eric Fiselier
2015-05-29
1
-0
/
+2
*
Fix PR#23647 - make_shared<volatile bool> - second try
Marshall Clow
2015-05-27
2
-4
/
+4
*
Revert 238354 while I figure out what broke in weak_ptr
Marshall Clow
2015-05-27
2
-5
/
+5
*
Fix PR#23647 - make_shared<volatile bool>
Marshall Clow
2015-05-27
2
-2
/
+63
*
Add N4259 to the list of papers from Lenexa. Update links to point at public ...
Marshall Clow
2015-05-27
1
-7
/
+8
*
Get thread sleep_for test passing in C++03
Eric Fiselier
2015-05-27
1
-2
/
+5
*
Mark __convert_to_integral test as XFAIL in c++03
Eric Fiselier
2015-05-27
1
-0
/
+3
*
Cleanup move/forward tests and remove references to __rv.
Eric Fiselier
2015-05-27
3
-30
/
+15
*
Add test macros header to remove dependance on __config macros.
Eric Fiselier
2015-05-27
2
-0
/
+141
*
Fix broken test I just added
Marshall Clow
2015-05-26
1
-3
/
+3
*
Add tests to ensure that string/vector/array have contiguous iterators - whic...
Marshall Clow
2015-05-26
4
-1
/
+125
*
Mark N4366 as complete. libc++ has done this since 2012
Marshall Clow
2015-05-26
1
-1
/
+1
*
Add TODO items
Eric Fiselier
2015-05-22
1
-3
/
+38
*
Start a to-do list for libc++
Marshall Clow
2015-05-20
1
-0
/
+12
*
Fix building and testing libc++ with GCC.
Eric Fiselier
2015-05-20
4
-6
/
+9
*
Fix race condition in thread test.
Eric Fiselier
2015-05-19
1
-8
/
+25
*
Address @danalberts comments on r237700
Eric Fiselier
2015-05-19
3
-3
/
+3
*
Fix uninitialized values and bad enum conversions found by UBSAN.
Eric Fiselier
2015-05-19
4
-17
/
+17
*
Rename internal trait that used non-reserved name.
Eric Fiselier
2015-05-19
1
-4
/
+4
[next]