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
/
random
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-7
/
+8
*
Remove unused typedefs in random and regex
Eric Fiselier
2015-07-18
1
-5
/
+0
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
1
-2
/
+2
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
1
-2
/
+2
*
libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
2014-12-01
1
-2
/
+2
*
Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...
Marshall Clow
2014-09-17
1
-1
/
+4
*
Mark seed_seq default constructor and size() as noexcept. This is implied, bu...
Marshall Clow
2013-10-23
1
-2
/
+2
*
patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)
Marshall Clow
2013-10-09
1
-0
/
+2
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-48
/
+48
*
move __save_flags from <random> to <ios> in preparation for reuse; no functio...
Marshall Clow
2013-07-09
1
-27
/
+0
*
Neglected to remove a debugging comment from last commit.
Howard Hinnant
2013-05-21
1
-1
/
+1
*
Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...
Howard Hinnant
2013-05-21
1
-3
/
+3
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-49
/
+49
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+122
*
Rename uses of _ and __ because these are getting stepped on by macros from o...
Howard Hinnant
2012-10-30
1
-48
/
+48
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-3
/
+6
*
noexcept applied to <random>.
Howard Hinnant
2012-07-20
1
-8
/
+8
*
Update <random> with constexpr support. Patch contributed by Jonathan Sauer.
Howard Hinnant
2012-04-02
1
-86
/
+103
*
This is an initial commit of constexpr support as proposed by Richard Smith. ...
Howard Hinnant
2012-04-02
1
-2
/
+2
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-10
/
+15
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-291
/
+291
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix needle-in-haystack bug found by Walter Brown
Howard Hinnant
2011-08-15
1
-1
/
+4
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+22
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-66
/
+66
*
Think-o in poisson_distribution at mean == 10
Howard Hinnant
2011-04-14
1
-1
/
+1
*
Fix bug in Sseq constraints found by Seth Cantrell
Howard Hinnant
2011-04-11
1
-12
/
+22
*
LWG 1522
Howard Hinnant
2010-11-18
1
-4
/
+4
*
LWG 1439
Howard Hinnant
2010-11-18
1
-31
/
+26
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Patch by Marshall Clow to make the assignment operators of piecewise_constant...
Howard Hinnant
2010-10-13
1
-1
/
+38
*
visibility-decoration.
Howard Hinnant
2010-09-22
1
-201
/
+642
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-6
/
+6
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-58
/
+56
*
Implemented some adaptor constructors which I had missed.
Howard Hinnant
2010-05-28
1
-15
/
+54
*
Completed [alg.random.shuffle].
Howard Hinnant
2010-05-26
1
-235
/
+1
*
[rand.dist.samp.plinear]. This means we've got a fully tested and functional...
Howard Hinnant
2010-05-25
1
-2
/
+375
*
Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions
Howard Hinnant
2010-05-24
1
-87
/
+87
*
[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...
Howard Hinnant
2010-05-20
1
-5
/
+372
*
[rand.dist.samp.discrete]
Howard Hinnant
2010-05-19
1
-3
/
+276
*
[rand.dist.norm.t]
Howard Hinnant
2010-05-18
1
-2
/
+149
*
[rand.dist.norm.f]
Howard Hinnant
2010-05-18
1
-13
/
+159
*
[rand.dist.norm.cauchy]. I'm having trouble testing the output as all statis...
Howard Hinnant
2010-05-17
1
-2
/
+172
*
[rand.dist.norm.lognormal]
Howard Hinnant
2010-05-17
1
-1
/
+161
*
[rand.dist.pois.extreme]
Howard Hinnant
2010-05-17
1
-2
/
+156
*
[rand.dist.bern.geo]
Howard Hinnant
2010-05-17
1
-1
/
+137
*
[rand.dist.bern.negbin]
Howard Hinnant
2010-05-17
1
-1
/
+172
*
Beefed up the tests for all of the distributions to include checks against th...
Howard Hinnant
2010-05-16
1
-3
/
+1
[next]