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
*
Bug 16599 part 2: Make std::pair's constructors and comparison operators (and...
Marshall Clow
2013-07-16
8
-30
/
+135
*
Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
Marshall Clow
2013-07-15
5
-9
/
+22
*
Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...
Howard Hinnant
2013-07-15
2
-13
/
+30
*
A few fixes to tests for Windows port.
Howard Hinnant
2013-07-15
3
-4
/
+5
*
Add macro _LIBCPP_CONSTEXPR_AFTER_CXX11 for functions that have been marked c...
Marshall Clow
2013-07-15
1
-0
/
+7
*
Implement n3584 - Addressing Tuples by Type
Marshall Clow
2013-07-13
11
-0
/
+387
*
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
2
-2
/
+66
*
Improved tests (and fixed a bug in the tests); thanks to Richard Smith for th...
Marshall Clow
2013-07-10
1
-2
/
+13
*
move __save_flags from <random> to <ios> in preparation for reuse; no functio...
Marshall Clow
2013-07-09
2
-27
/
+27
*
Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...
Howard Hinnant
2013-07-09
2
-1
/
+40
*
War on tabs.
Howard Hinnant
2013-07-08
20
-230
/
+230
*
Implement n3668 - std::exchange
Marshall Clow
2013-07-08
2
-0
/
+60
*
Implement n3545 for c++14
Marshall Clow
2013-07-08
2
-0
/
+9
*
Windows port for __codecvt_utf8<wchar_t>.
Howard Hinnant
2013-07-08
3
-3
/
+22
*
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
4
-52
/
+35
*
Removed extension in [unordered_][multi]map which allowed one to emplace usin...
Howard Hinnant
2013-07-04
12
-174
/
+179
*
Simplify comparators of [unordered_][multi]map. This fixes http://llvm.org/b...
Howard Hinnant
2013-07-04
4
-84
/
+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
49
-592
/
+1113
*
Commit patch for integer sequences. Suggested by Richard, reworked by Howard,...
Marshall Clow
2013-07-03
1
-22
/
+46
*
Matthew Dempsky: Attached patch replaces the type punning with memcpy(), whic...
Howard Hinnant
2013-07-03
1
-32
/
+42
*
Adorn make_unique with visibility and inline attributes
Marshall Clow
2013-07-02
1
-0
/
+2
*
Don't free the C locale on NetBSD.
Joerg Sonnenberger
2013-07-02
1
-1
/
+1
*
Updated CREDITS.TXT
Howard Hinnant
2013-07-02
1
-0
/
+4
*
Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snpr...
Howard Hinnant
2013-07-02
1
-24
/
+10
*
Constrain launch ~ operator to defined bits.
Howard Hinnant
2013-07-02
2
-2
/
+2
*
Windows support in thread::hardware_concurrency.
Howard Hinnant
2013-07-02
1
-0
/
+7
*
Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...
Howard Hinnant
2013-07-02
3
-1
/
+33
*
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
7
-0
/
+191
*
Implement n3658 - Compile-time integer sequences
Marshall Clow
2013-07-01
7
-0
/
+331
*
In istream::ignore, check the delimeter as an int_type, not as a char_type, s...
Howard Hinnant
2013-07-01
2
-4
/
+36
*
The bind and function functor constructors and assignment operators were over...
Howard Hinnant
2013-07-01
2
-7
/
+59
*
Fix bind by making _is_valid_bind_return more robust. It should return false...
Howard Hinnant
2013-06-30
2
-1
/
+64
*
Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set ...
Howard Hinnant
2013-06-30
1
-3
/
+3
*
Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '...
Howard Hinnant
2013-06-29
1
-1
/
+1
*
Prevent '\b' from backing up into invalid memory. Fixes http://llvm.org/bugs...
Howard Hinnant
2013-06-29
1
-1
/
+25
*
Add operators to make launch a bitmask type. Searched all of the standard, a...
Howard Hinnant
2013-06-29
2
-0
/
+82
*
Make cout a little more thread-safe. This fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-06-28
1
-10
/
+9
*
Provide missing '{' in parsing extended quoted characters. This fixes http:/...
Howard Hinnant
2013-06-28
2
-0
/
+73
*
William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...
Howard Hinnant
2013-06-28
2
-1
/
+29
*
Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...
Howard Hinnant
2013-06-28
2
-1
/
+38
*
Dimitry Andric: Add const to constexpr member functions in order to cope wit...
Howard Hinnant
2013-06-28
1
-4
/
+4
*
Implement full support for non-pointer pointers in custom allocators for stri...
Howard Hinnant
2013-06-28
151
-644
/
+5124
*
Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
2013-06-27
98
-91
/
+1721
*
Implement full support for non-pointer pointers in custom allocators for list.
Howard Hinnant
2013-06-25
65
-97
/
+2001
*
Implement full support for non-pointer pointers in custom allocators for forw...
Howard Hinnant
2013-06-24
56
-61
/
+1591
*
Fix typo in assertion message. Reported by Shriramana Sharma.
Dmitri Gribenko
2013-06-24
1
-1
/
+1
[next]