6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[locale.stdcvt] More... almost 14 years ago
Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof. More... almost 14 years ago
[support.initlist.range] More... almost 14 years ago
Corrected a test bug in reverse_iterator More... almost 14 years ago
UTF-8 data in this file somehow got garbled More... almost 14 years ago
Implemented some adaptor constructors which I had missed. More... almost 14 years ago
Corrected rethrow_if_nested More... almost 14 years ago
weekly test results plus a bug fix clang found More... almost 14 years ago
[except.nested] More... almost 14 years ago
[numeric.iota] More... almost 14 years ago
Completed [alg.random.shuffle]. More... almost 14 years ago
For compiling on FreeBSD More... almost 14 years ago
[rand.dist.samp.plinear]. This means we've got a fully tested and 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>). More... almost 14 years ago
sync with working paper More... almost 14 years ago
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. More... almost 14 years ago
Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions More... almost 14 years ago
weekly test results More... almost 14 years ago
[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions More... almost 14 years ago
[rand.dist.samp.discrete] More... almost 14 years ago
Add set_new_handler and nothrow implementations More... almost 14 years ago
[rand.dist.norm.t] More... almost 14 years ago
[rand.dist.norm.f] More... almost 14 years ago
Better cauchy tests More... almost 14 years ago
more :: to _ More... almost 14 years ago
more :: to _ More... almost 14 years ago
[rand.dist.norm.cauchy]. I'm having trouble testing the output as all statistical properties are undefined. They do not converge upon any one value as the number of samples increases. Suggestions for tests welcome. More... almost 14 years ago
Got rid of more :: path names More... almost 14 years ago
[rand.dist.norm.lognormal] More... almost 14 years ago
[rand.dist.pois.extreme] More... almost 14 years ago
[rand.dist.bern.geo] More... almost 14 years ago