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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all fstream tests use tmpnam if creating files, rather than
Alexis Hunt
2011-07-18
24
-156
/
+205
*
Do a litmus test of using tmpnam to generate safe temporary file names
Alexis Hunt
2011-07-18
1
-4
/
+6
*
Given that __underlying_type is now available in clang, implement
Alexis Hunt
2011-07-18
1
-1
/
+15
*
Give A an explicitly non-throwing destructor so that B's destructor is
Alexis Hunt
2011-07-18
1
-1
/
+1
*
Fix wchar tests by not assuming that tm is complete and by using the
Alexis Hunt
2011-07-15
2
-4
/
+12
*
Fixing up some ABI issues
Howard Hinnant
2011-07-07
1
-4
/
+14
*
<inttypes.h> does not necessarily include <stdint.h>. Accordingly, do
Alexis Hunt
2011-07-06
1
-286
/
+0
*
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 <stack>. This completes noexcept for Chapter 23 [containers].
Howard Hinnant
2011-06-04
5
-0
/
+148
*
noexcept for <queue>.
Howard Hinnant
2011-06-04
10
-0
/
+300
*
noexcept for <unordered_set>.
Howard Hinnant
2011-06-04
10
-0
/
+690
*
noexcept for <unordered_map>.
Howard Hinnant
2011-06-04
10
-0
/
+690
*
noexcept for <set>. Plus a few fixes to noexcept for <map>.
Howard Hinnant
2011-06-04
21
-12
/
+548
*
noexcept for <map>.
Howard Hinnant
2011-06-04
10
-0
/
+536
*
noexcept for <vector>. This also includes installing move_if_noexcept() into...
Howard Hinnant
2011-06-03
10
-0
/
+523
*
Bring noexcept for <string> inline with other containers.
Howard Hinnant
2011-06-03
5
-0
/
+238
*
noexcept for <list>.
Howard Hinnant
2011-06-03
5
-0
/
+264
*
noexcept for <forward_list>.
Howard Hinnant
2011-06-03
6
-0
/
+268
*
After sleeping on it I've decided that all special members that can be noexce...
Howard Hinnant
2011-06-03
2
-0
/
+98
*
Add noexcept tests for deque.
Howard Hinnant
2011-06-03
3
-0
/
+162
*
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
*
This commit was accidental. Reverting.
Howard Hinnant
2011-05-18
1
-2
/
+2
*
A bunch of future tests got invalidated with the latest updates to thread. F...
Howard Hinnant
2011-05-17
17
-47
/
+47
*
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
29
-4
/
+54
*
Brought call_once variadic call up to current spec, which allows move-only fu...
Howard Hinnant
2011-05-16
1
-0
/
+20
*
Brought thread variadic constructor up to current spec, which allows move-onl...
Howard Hinnant
2011-05-16
1
-0
/
+20
*
Redesign of result_of to handle reference-qualified member functions
Howard Hinnant
2011-05-16
1
-0
/
+4
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-2
/
+0
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-2
/
+0
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-1
/
+1
*
Correction to hexfloat hack.
Howard Hinnant
2011-05-14
1
-3
/
+4
*
Fix test bug.
Howard Hinnant
2011-05-14
1
-1
/
+1
*
Suppress some warings in the tests.
Howard Hinnant
2011-05-14
1
-8
/
+8
*
Suppress some warings in the tests.
Howard Hinnant
2011-05-13
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...
Howard Hinnant
2011-05-13
7
-84
/
+128
*
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
*
Fix bug in Sseq constraints found by Seth Cantrell
Howard Hinnant
2011-04-11
2
-2
/
+2
*
Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351
Howard Hinnant
2011-04-04
4
-76
/
+5
*
... And these wonderful tests.
Howard Hinnant
2011-04-03
4
-0
/
+96
*
<rdar://problem/9073695> std::uncaught_exception() becomes true before evalua...
Nick Kledzik
2011-03-11
1
-1
/
+10
*
Corrected const-correctness on nullptr type_traits, and beefed up the test fo...
Howard Hinnant
2011-03-09
1
-0
/
+15
*
http://llvm.org/bugs/show_bug.cgi?id=9326
Howard Hinnant
2011-02-25
1
-0
/
+53
*
Update testit to default to clang
Howard Hinnant
2011-02-14
1
-62
/
+5
*
Bug 9096 - list::iterator not default constructible
Howard Hinnant
2011-01-28
14
-10
/
+263
*
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
[next]