Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LibraryInitializers to the examples, instead of relying on lazy init. | lloyd | 2009-03-17 | 1 | -0/+2 |
| | | | | Patch from David X Callaway. | ||||
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 1 | -4/+3 |
| | | | | | | | | | | | | | | Add a new class AutoSeeded_RNG that is a RandomNumberGenerator that wraps up the logic formerly in RandomNumberGenerator::make_rng. make_rng in fact now just returns a new AutoSeeded_RNG object. AutoSeeded_RNG is a bit more convenient because - No need to use auto_ptr - No need to dereference (same syntax everywhere - it's an underestimated advantage imo) Also move the code from timer/timer_base to timer/ | ||||
* | Fix the DSA examples. Reindent. | lloyd | 2008-06-28 | 1 | -2/+4 |
| | |||||
* | Update more of the examples | lloyd | 2008-06-27 | 1 | -2/+4 |
| | |||||
* | If the LibraryInitializer is created with just default arguments, don't | lloyd | 2007-10-07 | 1 | -3/+0 |
| | | | | | | | bother creating it, just let it be initialized lazily when needed. Reindents in encypt.cpp and hash_fd.cpp (indenting the brace after a try statement). | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+149 |