Revisions 0 to 10 in in which 'checks/validate.cpp' was changed are listed below. These revisions are ancestors of the revision [11a5f681..]. The "diff" links listed with each revision will show changes in 'checks/validate.cpp' between that revision and [11a5f681..].

240 days ago: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 07 Apr 2008 14:08:27 GMT
411 days ago: Remove several uses of old style C casts in favor of C++98's static_cast and
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove several uses of old style C casts in favor of C++98's static_cast and
reinterpret_cast
Date: Fri, 19 Oct 2007 18:11:06 GMT
653 days ago: Eliminate most uses of exit() to bail on an error; instead throw an
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: 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.
Date: Mon, 19 Feb 2007 23:42:37 GMT
847 days ago: Remove the public domain notices from the self-test/benchmark code,
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
Date: Wed, 09 Aug 2006 09:17:27 GMT
930 days ago: Initial checkin
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Initial checkin
Date: Thu, 18 May 2006 18:33:19 GMT