Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | visibility-decoration. | Howard Hinnant | 2010-09-22 | 1 | -201/+642 | |
| | | | | llvm-svn: 114559 | |||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -6/+6 | |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | |||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -58/+56 | |
| | | | | llvm-svn: 111750 | |||||
* | Implemented some adaptor constructors which I had missed. | Howard Hinnant | 2010-05-28 | 1 | -15/+54 | |
| | | | | llvm-svn: 104946 | |||||
* | Completed [alg.random.shuffle]. | Howard Hinnant | 2010-05-26 | 1 | -235/+1 | |
| | | | | llvm-svn: 104708 | |||||
* | [rand.dist.samp.plinear]. This means we've got a fully tested and ↵ | Howard Hinnant | 2010-05-25 | 1 | -2/+375 | |
| | | | | | | functional <random>! 489 tests over 48 sections are passing. :-) The only thing still on my plate in this area is to back-port some of this technology to random_shuffle/shuffle in <algorithm>. That will involve shuffling header bits around (<random> depepends on <algorithm>), but it won't entail that much development (compared to what has been required for <random>). llvm-svn: 104575 | |||||
* | Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions | Howard Hinnant | 2010-05-24 | 1 | -87/+87 | |
| | | | | llvm-svn: 104478 | |||||
* | [rand.dist.samp.pconst] plus some bug fixes in the tests of the other ↵ | Howard Hinnant | 2010-05-20 | 1 | -5/+372 | |
| | | | | | | distributions llvm-svn: 104224 | |||||
* | [rand.dist.samp.discrete] | Howard Hinnant | 2010-05-19 | 1 | -3/+276 | |
| | | | | llvm-svn: 104103 | |||||
* | [rand.dist.norm.t] | Howard Hinnant | 2010-05-18 | 1 | -2/+149 | |
| | | | | llvm-svn: 104052 | |||||
* | [rand.dist.norm.f] | Howard Hinnant | 2010-05-18 | 1 | -13/+159 | |
| | | | | llvm-svn: 104035 | |||||
* | [rand.dist.norm.cauchy]. I'm having trouble testing the output as all ↵ | Howard Hinnant | 2010-05-17 | 1 | -2/+172 | |
| | | | | | | statistical properties are undefined. They do not converge upon any one value as the number of samples increases. Suggestions for tests welcome. llvm-svn: 103983 | |||||
* | [rand.dist.norm.lognormal] | Howard Hinnant | 2010-05-17 | 1 | -1/+161 | |
| | | | | llvm-svn: 103957 | |||||
* | [rand.dist.pois.extreme] | Howard Hinnant | 2010-05-17 | 1 | -2/+156 | |
| | | | | llvm-svn: 103942 | |||||
* | [rand.dist.bern.geo] | Howard Hinnant | 2010-05-17 | 1 | -1/+137 | |
| | | | | llvm-svn: 103937 | |||||
* | [rand.dist.bern.negbin] | Howard Hinnant | 2010-05-17 | 1 | -1/+172 | |
| | | | | llvm-svn: 103916 | |||||
* | Beefed up the tests for all of the distributions to include checks against ↵ | Howard Hinnant | 2010-05-16 | 1 | -3/+1 | |
| | | | | | | the expected skewness and kurtosis llvm-svn: 103910 | |||||
* | [rand.dist.pois.weibull] | Howard Hinnant | 2010-05-16 | 1 | -1/+153 | |
| | | | | llvm-svn: 103891 | |||||
* | [rand.dist.norm.chisq] | Howard Hinnant | 2010-05-15 | 1 | -1/+143 | |
| | | | | llvm-svn: 103888 | |||||
* | Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better ↵ | Howard Hinnant | 2010-05-15 | 1 | -270/+386 | |
| | | | | | | algorithms llvm-svn: 103886 | |||||
* | [rand.dist.pois.poisson] | Howard Hinnant | 2010-05-14 | 1 | -1/+197 | |
| | | | | llvm-svn: 103814 | |||||
* | [rand.dist.pois.gamma] | Howard Hinnant | 2010-05-14 | 1 | -8/+28 | |
| | | | | llvm-svn: 103788 | |||||
* | partial [rand.dist.pois.gamma] | Howard Hinnant | 2010-05-13 | 1 | -2/+189 | |
| | | | | llvm-svn: 103722 | |||||
* | [rand.dist.norm.normal] | Howard Hinnant | 2010-05-12 | 1 | -5/+209 | |
| | | | | llvm-svn: 103646 | |||||
* | [rand.dist.pois.exp] | Howard Hinnant | 2010-05-12 | 1 | -1/+165 | |
| | | | | llvm-svn: 103621 | |||||
* | [rand.dist.bern.bin]. The evaluation function for this binomial ↵ | Howard Hinnant | 2010-05-11 | 1 | -6/+167 | |
| | | | | | | distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded. llvm-svn: 103524 | |||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 103516 | |||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+2851 | |
llvm-svn: 103490 |