Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -343/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Mark a bunch of long running tests as 'REQUIRES: long_tests' | Jonathan Roelofs | 2014-12-11 | 1 | -0/+2 |
| | | | | | | This lets us skip them as UNSUPPORTED on slow systems like QEMU llvm-svn: 224032 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | [rand.dist.samp.plinear]. This means we've got a fully tested and ↵ | Howard Hinnant | 2010-05-25 | 1 | -0/+341 |
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 |