LibHashSet/test/hash-map
LoRd_MuldeR 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
..
src hash_map_insert(): Added parameter 'update' to specify if the value of an existing key should be updated + 2022-12-04 21:47:44 +01:00
Makefile Fixed a few warnings of GCC at "-Wall" level. 2022-12-03 14:50:12 +01:00
test-hash-map.vcxproj Fixed a few warnings of MSVC at "EnableAllWarnings" level. 2022-12-03 15:42:31 +01:00
test-hash-map.vcxproj.filters Improved time source for test programs. 2022-12-02 15:16:54 +01:00