. split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it.

. timer, config: fix definition of ALLOW_RDTSC
. add movsx_be64 (for whirlpool), revise implementation, move to
byte_order, add test
. MAX -> std::max, remove those macros
. add timestamp to system_info as requested by philip

This was SVN commit r5050.
This commit is contained in:
janwas
2007-05-09 21:01:11 +00:00
parent 78d950e419
commit a34b759720
123 changed files with 1163 additions and 1033 deletions
+1
View File
@@ -10,6 +10,7 @@
#define CStr_CPP_FIRST
#include "lib/posix/posix_sock.h" // htons, ntohs
#include "lib/fnv_hash.h"
#include "network/Serialization.h"
#include <cassert>