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
/
test
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
default_delete needs a static_assert against void types. I had previously th...
Howard Hinnant
2013-04-24
1
-0
/
+24
*
Somehow aligned_union got dropped through the cracks. This adds it. Did a d...
Howard Hinnant
2013-04-22
3
-8
/
+73
*
addressof misbehaving for type with an implicit conversion operator to char&....
Howard Hinnant
2013-04-16
1
-0
/
+18
*
Accidentally disallowed explicit tuple conversions when all elements of the t...
Howard Hinnant
2013-04-14
1
-0
/
+9
*
Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...
Howard Hinnant
2013-04-02
1
-0
/
+6
*
Test case was forming the wrong limits when size_t != unsigned long.
Howard Hinnant
2013-03-29
1
-1
/
+2
*
This is a start at making the libc++ test suite friendlier to the -fnoexcepti...
Howard Hinnant
2013-03-23
2
-2
/
+12
*
[tests] One last batch of XFAILs, for tests using new symbols added to libc++.
Daniel Dunbar
2013-02-06
13
-0
/
+65
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
3
-0
/
+12
*
Andrew Morrow: There are two tests under test/utilities/memory that heap allo...
Howard Hinnant
2012-08-02
2
-4
/
+0
*
Implement [util.smartptr.shared.atomic]. This is the last unimplemented
Howard Hinnant
2012-07-30
11
-0
/
+409
*
Relax the complete-type checks that are happening under __invokable<Fp, Args....
Howard Hinnant
2012-07-16
1
-0
/
+29
*
Applied constexpr to <chrono>.
Howard Hinnant
2012-07-13
25
-6
/
+357
*
Apply constexpr to <bitset>.
Howard Hinnant
2012-07-07
3
-2
/
+5
*
Give tuple a constexpr default constructor.
Howard Hinnant
2012-07-06
1
-0
/
+14
*
I believe tuple is still under development in the standard. Daniel Krugler i...
Howard Hinnant
2012-04-01
2
-4
/
+25
*
Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...
Howard Hinnant
2012-02-24
2
-11
/
+19
*
Modernize relational operators for shared_ptr and unique_ptr. This includes ...
Howard Hinnant
2012-02-21
2
-0
/
+142
*
Exercise rvalue arguements to make_shared for C++11 mode.
Howard Hinnant
2012-02-18
1
-0
/
+11
*
tuple was accidentally lacking a valid copy assignment operator. It went und...
Howard Hinnant
2012-02-15
2
-2
/
+2
*
Starting using murmur2 when combining multiple size_t's into a single hash, a...
Howard Hinnant
2011-12-05
1
-1
/
+2
*
Fix ratio arithmetic with zero
Howard Hinnant
2011-11-01
2
-0
/
+36
*
Adjust two tests to account for a nasty change in copying behavior
Alexis Hunt
2011-07-18
4
-0
/
+18
*
Given that __underlying_type is now available in clang, implement
Alexis Hunt
2011-07-18
1
-1
/
+15
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-4
/
+14
*
Correct for new rules regarding implicitly deleted special members. http://ll...
Howard Hinnant
2011-07-01
2
-2
/
+2
*
test for pair piecewise construction
Howard Hinnant
2011-06-22
1
-1
/
+34
*
noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...
Howard Hinnant
2011-05-28
1
-1
/
+1
*
Simplied bind using __invoke. In the process, found and fixed a couple of bu...
Howard Hinnant
2011-05-19
2
-0
/
+19
*
Fix and beef up test bug for move_if_noexcept
Howard Hinnant
2011-05-17
1
-3
/
+11
*
Clean up a bunch of warnings in the tests, 3 of which actually turned out to ...
Howard Hinnant
2011-05-17
26
-1
/
+51
*
Redesign of result_of to handle reference-qualified member functions
Howard Hinnant
2011-05-16
1
-0
/
+4
*
A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...
Howard Hinnant
2011-05-13
17
-48
/
+79
*
Corrected some bugs in both memory and the tests. Preparing for being able t...
Howard Hinnant
2011-05-11
2
-5
/
+5
*
minor corrections to test, and hook is_base_of up to clang intrinsic
Howard Hinnant
2011-01-28
2
-5
/
+2
*
placeholder test
Howard Hinnant
2011-01-25
1
-0
/
+19
*
Eliminate the C++0x-only is_convertible testing function that accepts
Douglas Gregor
2011-01-25
1
-0
/
+15
*
LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...
Howard Hinnant
2010-12-11
1
-15
/
+90
*
Test adjustment for recent changes in allocator_traits
Howard Hinnant
2010-12-10
1
-1
/
+1
*
This got accidentally removed
Howard Hinnant
2010-12-10
1
-0
/
+20
*
cleaning up...
Howard Hinnant
2010-12-08
21
-634
/
+0
*
Update testsuite strucuture to latest draft
Howard Hinnant
2010-11-23
3
-0
/
+64
*
Update testsuite strucuture to latest draft
Howard Hinnant
2010-11-23
4
-12
/
+0
*
N3191: C++ Timeout Specification
Howard Hinnant
2010-11-20
5
-8
/
+8
*
N3123
Howard Hinnant
2010-11-20
1
-3
/
+3
*
N3142. Many of these traits are just placeholders with medium quality emulat...
Howard Hinnant
2010-11-19
38
-723
/
+1235
*
LWG 1339
Howard Hinnant
2010-11-18
1
-2
/
+3
*
LWG 1404
Howard Hinnant
2010-11-18
2
-2
/
+48
*
LWG 1325
Howard Hinnant
2010-11-17
1
-1
/
+4
*
LWG 1191
Howard Hinnant
2010-11-17
2
-0
/
+62
[next]