en-us Changes to file checks/dolook2.cpp (from [11a5f681..]) http://viewmtn.angrygoats.net/all/revision/filechanges/11a5f681785f74ece39523123448312150855c12/checks/dolook2.cpp Changes to file checks/dolook2.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/4382d62c9dbdff4cee6300f72359215be54b9f7d Revert the change that renamed append() to push_back(). As pointed out Revert the change that renamed append() to push_back(). As pointed out
by Joel Low on the mailing list, the STL container types have only a
single version of push_back(), along with variations of insert() for
handling range-based appending.
lloyd@randombit.net Thu, 15 Nov 2007 03:26:58 GMT
http://viewmtn.angrygoats.net/all/revision/info/3b7bfdf4cd9ce82f6af404bed00d6369b38a5945 Rename MemoryRegion::append to push_back Rename MemoryRegion::append to push_back
Change all callers in the library and self-test code.
lloyd@randombit.net Wed, 14 Nov 2007 18:08:10 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/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