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
*
constexpr applied to <complex>.
Howard Hinnant
2012-07-20
10
-1
/
+113
*
Relax the tolerances on some timing tests.
Howard Hinnant
2012-07-20
2
-2
/
+2
*
noexcept applied to <iterator>.
Howard Hinnant
2012-07-20
1
-1
/
+1
*
constexpr applied to <array>.
Howard Hinnant
2012-07-20
1
-0
/
+14
*
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
*
Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...
Howard Hinnant
2012-07-12
2
-0
/
+4
*
Add test for self-referencing emplace test.
Howard Hinnant
2012-07-09
1
-0
/
+34
*
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
*
Add noexcept test for offsetof macro per [support.types]/p4.
Howard Hinnant
2012-07-06
1
-0
/
+8
*
This commit establishes a new bucket_count policy in the unordered containers...
Howard Hinnant
2012-07-06
4
-4
/
+4
*
Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.
Howard Hinnant
2012-06-01
5
-7
/
+7
*
The rules for emplace in map, multimap, unordered_map and unordered_multimap ...
Howard Hinnant
2012-05-25
9
-12
/
+33
*
libc++: Add some missing #includes to atomics tests. libc++ doesn't need these
Richard Smith
2012-04-19
25
-1
/
+25
*
Fix the remaining atomic tests, all of which were wrong for the case where a
David Chisnall
2012-04-05
7
-16
/
+18
*
Fix test cases that were trying to make atomic things that are not trivially ...
David Chisnall
2012-04-05
11
-44
/
+0
*
Update <random> with constexpr support. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-02
4
-12
/
+20
*
Fix test for default constructor of discrete_distribution. This partially ad...
Howard Hinnant
2012-04-02
1
-6
/
+3
*
I believe tuple is still under development in the standard. Daniel Krugler i...
Howard Hinnant
2012-04-01
2
-4
/
+25
*
Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...
Howard Hinnant
2012-03-19
1
-1
/
+1
*
Don't refer to a function that doesn't exist in the quick_exit test.
David Chisnall
2012-03-14
1
-1
/
+1
*
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
Jeffrey Yasskin
2012-03-10
6
-150
/
+147
*
Make the failure reporting in testit a bit more useful.
David Chisnall
2012-02-29
1
-2
/
+4
*
update test for explicit bool operator.
Howard Hinnant
2012-02-25
1
-3
/
+3
*
Silence some warnings in a test.
Howard Hinnant
2012-02-25
1
-0
/
+2
*
Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...
Howard Hinnant
2012-02-24
2
-11
/
+19
*
Use Xcode relative compilers when possible
Dave Zarzycki
2012-02-22
1
-1
/
+6
*
Modernize relational operators for shared_ptr and unique_ptr. This includes ...
Howard Hinnant
2012-02-21
2
-0
/
+142
*
Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...
Howard Hinnant
2012-02-19
1
-1
/
+1
*
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
*
Do not parse sign if a sign is not the next legal character when parsing floa...
Howard Hinnant
2012-02-15
2
-0
/
+24
*
Remove quotes from locale name identifier. Credit Edward Meewis.
Howard Hinnant
2011-12-15
1
-1
/
+1
*
Starting using murmur2 when combining multiple size_t's into a single hash, a...
Howard Hinnant
2011-12-05
1
-1
/
+2
*
unord test fixes by Edward Meewis
Howard Hinnant
2011-12-02
73
-93
/
+166
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Gane...
Howard Hinnant
2011-12-02
6
-92
/
+93
*
Fix ratio arithmetic with zero
Howard Hinnant
2011-11-01
2
-0
/
+36
*
Fix <rdar://problem/10256836> getline of an empty string mistakenly causes fa...
Howard Hinnant
2011-10-09
1
-2
/
+8
*
Fix <rdar://problem/10255403> match_results::begin() is off by one
Howard Hinnant
2011-10-08
2
-4
/
+4
*
Windows porting work by Ruben Van Boxem
Howard Hinnant
2011-10-03
90
-343
/
+558
*
Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem
Howard Hinnant
2011-10-01
1
-6
/
+15
*
Another installment on debug mode. This addresses list. However this should...
Howard Hinnant
2011-09-27
1
-0
/
+3
*
Fix test bugs found by David Chisnall
Howard Hinnant
2011-09-21
7
-15
/
+15
*
Fix locales used in re tests.
David Chisnall
2011-09-21
5
-13
/
+13
*
Remove undefines in cstdio test. Fix these properly rather than bodging the ...
David Chisnall
2011-09-21
1
-24
/
+0
*
More +.UTF-8 fixes.
David Chisnall
2011-09-21
20
-31
/
+31
*
Fix failure found by David Chisnall
Howard Hinnant
2011-09-21
1
-129
/
+129
*
More fixes to the tests. Add UTF-8 encoding to all locales that don't specif...
David Chisnall
2011-09-21
7
-19
/
+43
*
Fully-qualify some more locales in the tests...
David Chisnall
2011-09-21
5
-11
/
+11
[next]