From 49f333282279cc22fa8af7423447973b9dcfeee9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 20 Feb 2012 21:12:29 +0000 Subject: Remove get_nanoseconds_clock as we'll rely on std::chrono's high resolution clock for this in C++11. Now that the only remaining function in time.h is calendar_point, rename the header to calendar.h. Hopefully that last use will go away once a TR2 datetime library becomes available. Use std::chrono inside the library benchmark code. --- src/utils/info.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/info.txt') diff --git a/src/utils/info.txt b/src/utils/info.txt index 4350ed410..e2ffd2714 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -4,11 +4,11 @@ load_on always assert.cpp +calendar.cpp charset.cpp cpuid.cpp mlock.cpp parsing.cpp -time.cpp version.cpp @@ -24,6 +24,7 @@ xor_buf.h bswap.h +calendar.h charset.h cpuid.h exceptn.h @@ -31,7 +32,6 @@ loadstor.h mem_ops.h parsing.h rotate.h -time.h types.h version.h get_byte.h -- cgit v1.2.3