diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-15 06:27:35 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-15 06:27:35 +0000 |
commit | 48333d3245d7a157b83d5620cf17c665455cc239 (patch) | |
tree | 5ac70c28b8d05f091e6cef2c62ae7fe17b99bcfd /Changelog-Trunk.txt | |
parent | 14fbb28bad5ae22f495766a449aea8aac7431c40 (diff) | |
download | hercules-48333d3245d7a157b83d5620cf17c665455cc239.tar.gz hercules-48333d3245d7a157b83d5620cf17c665455cc239.tar.bz2 hercules-48333d3245d7a157b83d5620cf17c665455cc239.tar.xz hercules-48333d3245d7a157b83d5620cf17c665455cc239.zip |
* CMake: added tests for big endian, typecast to union and monotonic clock.
* CMake: added 'have function' tests for setrlimit, strnlen, getpid and gettid.
* CMake: added option ENABLE_RDTSC.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 107bc61de..82c2563d4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,9 @@ Date Added 2011/07/15 * Changed the warning message of when setrlimit fails to be more explicit. [FlavioJS] + * CMake: added tests for big endian, typecast to union and monotonic clock. + * CMake: added 'have function' tests for setrlimit, strnlen, getpid and gettid. + * CMake: added option ENABLE_RDTSC. 2011/07/12 * CMake: set project language to C, added module FindFunctionLibrary, added search for dl library. (tested with debian-wheezy-i386) [FlavioJS] * CMake: added search for math.h, added search for socket/nsl library. (tested with Solaris-201011-x86) |