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
*
literal suffixes for std::chrono
Marshall Clow
2013-07-24
1
-0
/
+59
*
Debug mode for unordered_set. I believe this to be fairly complete for
Howard Hinnant
2013-07-23
35
-52
/
+732
*
Implement string suffixes from N3642
Marshall Clow
2013-07-23
5
-0
/
+129
*
Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was i...
Howard Hinnant
2013-07-23
1
-0
/
+98
*
Fix a bug in std::fill_n where memset would end up being called in cases when...
Anders Carlsson
2013-07-22
1
-0
/
+53
*
Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixi...
Marshall Clow
2013-07-22
12
-1
/
+204
*
Make std::get constexpr
Marshall Clow
2013-07-17
8
-4
/
+251
*
Add pointer format test for Windows.
Howard Hinnant
2013-07-16
1
-1
/
+7
*
Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...
Marshall Clow
2013-07-16
7
-1
/
+95
*
Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
Marshall Clow
2013-07-15
2
-0
/
+13
*
Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...
Howard Hinnant
2013-07-15
1
-12
/
+20
*
A few fixes to tests for Windows port.
Howard Hinnant
2013-07-15
3
-4
/
+5
*
Implement n3584 - Addressing Tuples by Type
Marshall Clow
2013-07-13
9
-0
/
+268
*
Port make_[un]signed tests to platforms where sizeof(wchar_t) == 2.
Howard Hinnant
2013-07-11
2
-4
/
+4
*
Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...
Howard Hinnant
2013-07-11
1
-0
/
+63
*
Improved tests (and fixed a bug in the tests); thanks to Richard Smith for th...
Marshall Clow
2013-07-10
1
-2
/
+13
*
Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...
Howard Hinnant
2013-07-09
1
-0
/
+38
*
War on tabs.
Howard Hinnant
2013-07-08
17
-221
/
+221
*
Implement n3668 - std::exchange
Marshall Clow
2013-07-08
1
-0
/
+47
*
Implement n3545 for c++14
Marshall Clow
2013-07-08
1
-0
/
+5
*
Windows port for __codecvt_utf8<wchar_t>.
Howard Hinnant
2013-07-08
2
-3
/
+3
*
Silence -Wint-to-void-pointer-cast warning in test.
Howard Hinnant
2013-07-06
1
-2
/
+3
*
Remove implicit conversion from __value_type to value_type in [unordered_][mu...
Howard Hinnant
2013-07-05
2
-0
/
+6
*
Removed extension in [unordered_][multi]map which allowed one to emplace usin...
Howard Hinnant
2013-07-04
10
-32
/
+150
*
Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...
Howard Hinnant
2013-07-04
2
-0
/
+68
*
Fix bashism.
Joerg Sonnenberger
2013-07-04
1
-1
/
+1
*
Patch for N3655 (Transformation type traits) with Howard's additions
Marshall Clow
2013-07-04
48
-591
/
+963
*
Constrain launch ~ operator to defined bits.
Howard Hinnant
2013-07-02
1
-1
/
+1
*
Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...
Howard Hinnant
2013-07-02
1
-0
/
+28
*
XFAIL this test on 10.7 and 10.8
Howard Hinnant
2013-07-01
1
-0
/
+3
*
Implement n3656 - make_unique. Thanks to Howard for the review and suggestions.
Marshall Clow
2013-07-01
6
-0
/
+146
*
Implement n3658 - Compile-time integer sequences
Marshall Clow
2013-07-01
6
-0
/
+248
*
In istream::ignore, check the delimeter as an int_type, not as a char_type, s...
Howard Hinnant
2013-07-01
1
-0
/
+34
*
The bind and function functor constructors and assignment operators were over...
Howard Hinnant
2013-07-01
1
-0
/
+35
*
Fix bind by making _is_valid_bind_return more robust. It should return false...
Howard Hinnant
2013-06-30
1
-0
/
+51
*
Add operators to make launch a bitmask type. Searched all of the standard, a...
Howard Hinnant
2013-06-29
1
-0
/
+16
*
Provide missing '{' in parsing extended quoted characters. This fixes http:/...
Howard Hinnant
2013-06-28
1
-0
/
+72
*
William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...
Howard Hinnant
2013-06-28
1
-0
/
+28
*
Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...
Howard Hinnant
2013-06-28
1
-0
/
+37
*
Implement full support for non-pointer pointers in custom allocators for stri...
Howard Hinnant
2013-06-28
150
-483
/
+4957
*
Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
2013-06-27
95
-31
/
+1655
*
Implement full support for non-pointer pointers in custom allocators for list.
Howard Hinnant
2013-06-25
64
-4
/
+1857
*
Implement full support for non-pointer pointers in custom allocators for forw...
Howard Hinnant
2013-06-24
55
-26
/
+1555
*
Implement full support for non-pointer pointers in custom allocators for deque.
Howard Hinnant
2013-06-23
46
-275
/
+915
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-22
225
-13
/
+10211
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-19
145
-123
/
+6813
*
Test case for r183481.
Howard Hinnant
2013-06-07
1
-0
/
+20
*
Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...
Howard Hinnant
2013-05-21
1
-0
/
+8
*
Remove cv qualifiers from member pointers in the __member_pointer_traits test...
Howard Hinnant
2013-05-15
1
-0
/
+18
*
XFAIL this test when using the darwin12 system library. Reviewed by Howard
David Dean
2013-05-10
1
-0
/
+1
[next]