Commit Graph

19 Commits

Author SHA1 Message Date
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
b49e1497bf Refactored the Makefiles. 2022-11-30 16:15:12 +01:00
c4a98bfb48 Re-organized "example" and "test" projects. 2022-11-30 14:43:01 +01:00
aa8d45936c Map support has been implemented. 2022-11-29 21:30:19 +01:00
c016cd0af3 Improved Makefiles. 2022-11-29 16:08:11 +01:00
93a286563a Clean up "test" and "example" projects. 2022-11-29 15:23:06 +01:00
54d1714367 Added separate "test" and "example" projects. 2022-11-28 17:46:49 +01:00
6e7eae5f45 Rename project. 2022-11-28 16:18:07 +01:00