Commit Graph

14 Commits

Author SHA1 Message Date
e48efa984a Added missing line breaks. 2022-12-05 17:30:34 +01:00
da0321549d Explicitly set LD_LIBRARY_PATH (or PATH, if running on Windows) when invoking the test programs. 2022-12-05 15:44:56 +01:00
669bf3a28b hash_map_insert(): Added parameter 'update' to specify if the value of an existing key should be updated +
hash_map_remove(): Added parameter 'value' to return the value that was associated with the deleted key (optional).
2022-12-04 21:47:44 +01:00
4983652ddf Added helper script for Linux and MinGW/Cygwin build. 2022-12-04 17:57:08 +01:00
83911e9a5d Fixed a few warnings of MSVC at "EnableAllWarnings" level. 2022-12-03 15:42:31 +01:00
30d981a6ff Fixed a few warnings of GCC at "-Wall" level. 2022-12-03 14:50:12 +01:00
5eca7d7f17 Improved time source for test programs. 2022-12-02 15:16:54 +01:00
89a93098d8 Small improvement to hash computation. 2022-12-02 01:40:50 +01:00
0e9434d939 Tweak the hash computation using an application-defined "seed" value. 2022-12-01 23:44:45 +01:00
80d18e0fdb Some code clean-up. 2022-12-01 16:47:11 +01:00
7c21bea6c2 Small improvement to hash-map tests. 2022-11-30 21:45:39 +01:00
4f2a13217c Simplified Makefiles. 2022-11-30 21:04:36 +01:00
58fdfcb573 Improved hash-map tests. 2022-11-30 20:42:52 +01:00
cb898fc8a6 Added separate test project for hash-map. 2022-11-30 16:41:14 +01:00