Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-23Mark seed_seq default constructor and size() as noexcept. This is implied, bu...Marshall Clow
2013-10-10patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-07-10move __save_flags from <random> to <ios> in preparation for reuse; no functio...Marshall Clow
2013-05-22Neglected to remove a debugging comment from last commit.Howard Hinnant
2013-05-22Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-12-13Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from o...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-21noexcept applied to <random>.Howard Hinnant
2012-04-03Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant
2012-04-02This is an initial commit of constexpr support as proposed by Richard Smith. ...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-08-15Fix needle-in-haystack bug found by Walter BrownHoward Hinnant
2011-08-13Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-04-14Think-o in poisson_distribution at mean == 10Howard Hinnant
2011-04-11Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant
2010-11-18LWG 1522Howard Hinnant
2010-11-18LWG 1439Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-10-13Patch by Marshall Clow to make the assignment operators of piecewise_constant...Howard Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-09-05Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-28Implemented some adaptor constructors which I had missed.Howard Hinnant
2010-05-26Completed [alg.random.shuffle].Howard Hinnant
2010-05-25[rand.dist.samp.plinear]. This means we've got a fully tested and functional...Howard Hinnant
2010-05-24Optimized [rand.dist.samp.pconst] and several bug fixes in other distributionsHoward Hinnant
2010-05-20[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distrib...Howard Hinnant
2010-05-19[rand.dist.samp.discrete]Howard Hinnant
2010-05-19[rand.dist.norm.t]Howard Hinnant
2010-05-18[rand.dist.norm.f]Howard Hinnant
2010-05-18[rand.dist.norm.cauchy]. I'm having trouble testing the output as all statis...Howard Hinnant
2010-05-17[rand.dist.norm.lognormal]Howard Hinnant
2010-05-17[rand.dist.pois.extreme]Howard Hinnant
2010-05-17[rand.dist.bern.geo]Howard Hinnant
2010-05-17[rand.dist.bern.negbin]Howard Hinnant
2010-05-16Beefed up the tests for all of the distributions to include checks against th...Howard Hinnant
2010-05-16[rand.dist.pois.weibull]Howard Hinnant
2010-05-16[rand.dist.norm.chisq]Howard Hinnant
2010-05-16Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algor...Howard Hinnant
2010-05-15[rand.dist.pois.poisson]Howard Hinnant
2010-05-14[rand.dist.pois.gamma]Howard Hinnant
2010-05-13partial [rand.dist.pois.gamma]Howard Hinnant