en-us Changes to file checks/bench.cpp (from [965528e6..]) http://viewmtn.angrygoats.net/all/revision/filechanges/965528e6f8c3ece30a0e2921d521d961ab16fe55/checks/bench.cpp Changes to file checks/bench.cpp (from [965528e6..]) http://viewmtn.angrygoats.net/all/revision/info/e40f0dbdfd847024c30fa0092c2acefc19a550b8 Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
essentially a facade for the RNG object living in the global library state.
Rewrite all callers to directly invoke the global state object: this makes
it more clear what functions are actually accessing mutable state outside of
the normal reference graph (and thus, which functions will have to be
altered in order to remove this dependency). Other facades remain in place
for the configuration object and the memory allocator factory.
lloyd@randombit.net Mon, 07 Apr 2008 14:08:27 GMT
http://viewmtn.angrygoats.net/all/revision/info/79665e5a95e93a585c3e0672e38dfa7f9b478473 Replace C-style casts with static_cast (found by GCC's -Wold-style-cast) Replace C-style casts with static_cast (found by GCC's -Wold-style-cast) lloyd@randombit.net Sat, 17 Nov 2007 02:25:53 GMT http://viewmtn.angrygoats.net/all/revision/info/95ee0b9898648b7289d9fe97bf9fbcb9ced59a0d Use the get_clock/get_ticks code instead of calling std::clock directly. Allows Use the get_clock/get_ticks code instead of calling std::clock directly. Allows
(nominally) more accurate results.
lloyd@randombit.net Mon, 23 Jul 2007 05:44:35 GMT
http://viewmtn.angrygoats.net/all/revision/info/d2f7e1541a405679813e1f94fdfec8096f6f1e7d Respect the --seconds command line argument with --bench-algo Respect the --seconds command line argument with --bench-algo lloyd@randombit.net Sun, 13 Aug 2006 15:27:56 GMT http://viewmtn.angrygoats.net/all/revision/info/b597326f948b69d850c91e9181446176fc3ad0c3 Remove the public domain notices from the self-test/benchmark code, Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
lloyd@randombit.net Wed, 09 Aug 2006 09:17:27 GMT
http://viewmtn.angrygoats.net/all/revision/info/558bac314d551ffafef605f2d0af9c54690fb13b Initial checkin Initial checkin lloyd@randombit.net Thu, 18 May 2006 18:33:19 GMT