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
/
include
/
algorithm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect type usage; nice catch by Sebastian
Marshall Clow
2013-05-10
1
-1
/
+1
*
Implement n3607: 'equal', 'mismatch', and 'is_permutation'
Marshall Clow
2013-05-09
1
-0
/
+207
*
Somehow search_n never got tested, so of course it had a bug in it. This fix...
Howard Hinnant
2013-04-04
1
-1
/
+1
*
Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates tr...
Marshall Clow
2013-02-07
1
-1
/
+1
*
Marcin Zalewski: Change the name of a template parameter in __copy_backward ...
Howard Hinnant
2013-02-06
1
-2
/
+2
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
1
-33
/
+33
*
Performance tweaking rotate.
Howard Hinnant
2012-08-03
1
-27
/
+84
*
<algorithm> no longer needs to include <cstdlib>, but can get away with just ...
Howard Hinnant
2012-07-26
1
-1
/
+1
*
Update <random> with constexpr support. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-02
1
-4
/
+9
*
This is an initial commit of constexpr support as proposed by Richard Smith. ...
Howard Hinnant
2012-04-02
1
-2
/
+2
*
The exception recovery mechanism for the uninitialized_* algorithms did not w...
Howard Hinnant
2011-12-29
1
-0
/
+2
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-9
/
+43
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-41
/
+41
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Remove redundant iterator assignment detected by Marshall Clow
Howard Hinnant
2011-11-28
1
-3
/
+0
*
Fixed bug in __independent_bits_engine found by Nick (from stackoverflow)
Howard Hinnant
2011-10-27
1
-2
/
+2
*
More windows port work by Ruben Van Boxem
Howard Hinnant
2011-10-22
1
-69
/
+76
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Initial checkin for debug mode (version 2)
Howard Hinnant
2011-09-14
1
-75
/
+81
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+12
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-192
/
+192
*
noexcept for <utility>. This included a little repair on pair, and some noex...
Howard Hinnant
2011-05-27
1
-7
/
+1
*
Fix copy_n to increment only n-1 times for an input iterator. This works muc...
Howard Hinnant
2011-02-27
1
-1
/
+10
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-1
/
+1
*
N3142. Many of these traits are just placeholders with medium quality emulat...
Howard Hinnant
2010-11-19
1
-12
/
+12
*
LWG 1432
Howard Hinnant
2010-11-18
1
-1
/
+5
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Fixed bug in random_shuffle to avoid swapping with self
Howard Hinnant
2010-10-22
1
-3
/
+14
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-1
/
+1
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-66
/
+65
*
US 122, N3106
Howard Hinnant
2010-08-21
1
-43
/
+156
*
weekly test results plus a bug fix clang found
Howard Hinnant
2010-05-27
1
-14
/
+14
*
Completed [alg.random.shuffle].
Howard Hinnant
2010-05-26
1
-86
/
+260
*
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...
Howard Hinnant
2010-05-24
1
-5
/
+1
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+5034