LibHashSet/libhashset
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
..
include 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
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
libhashset.vcxproj MSVC: Exclude DllMain() function from the "static" library. 2022-12-03 15:47:15 +01:00
libhashset.vcxproj.filters Added DllMain() function to Windows "shared" library (DLL). 2022-12-03 02:24:58 +01:00
Makefile Fixed a few warnings of GCC at "-Wall" level. 2022-12-03 14:50:12 +01:00