en-us Changes to file checks/validate.cpp (from [11a5f681..]) http://viewmtn.angrygoats.net/all/revision/filechanges/11a5f681785f74ece39523123448312150855c12/checks/validate.cpp Changes to file checks/validate.cpp (from [11a5f681..]) 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/96c8e22652a0f158966b39314f81218fb338880d Remove several uses of old style C casts in favor of C++98's static_cast and Remove several uses of old style C casts in favor of C++98's static_cast and
reinterpret_cast
lloyd@randombit.net Fri, 19 Oct 2007 18:11:06 GMT
http://viewmtn.angrygoats.net/all/revision/info/5e6e1a4115caf3794432da0b127798954a2031da Eliminate most uses of exit() to bail on an error; instead throw an Eliminate most uses of exit() to bail on an error; instead throw an
exception upto the top level, that's what it's there for.
lloyd@randombit.net Mon, 19 Feb 2007 23:42:37 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