LibHashSet/libhashset/src
2022-12-04 22:57:29 +01:00
..
common.h Small improvement to map entry handling. 2022-12-03 22:44:14 +01:00
dll_main.c Fixed a few warnings of MSVC at "EnableAllWarnings" level. 2022-12-03 15:42:31 +01:00
generic_hash_map.h Return error EFBIG, if the set or map cannot grow any further because of the SIZE_MAX limit. 2022-12-04 22:57:29 +01:00
generic_hash_set.h Return error EFBIG, if the set or map cannot grow any further because of the SIZE_MAX limit. 2022-12-04 22:57:29 +01:00
hash_map_16.c Added support for 16-Bit data types. 2022-12-01 16:06:12 +01:00
hash_map_32.c Re-organized "example" and "test" projects. 2022-11-30 14:43:01 +01:00
hash_map_64.c Re-organized "example" and "test" projects. 2022-11-30 14:43:01 +01:00
hash_set_16.c Added support for 16-Bit data types. 2022-12-01 16:06:12 +01:00
hash_set_32.c Re-organized "example" and "test" projects. 2022-11-30 14:43:01 +01:00
hash_set_64.c Re-organized "example" and "test" projects. 2022-11-30 14:43:01 +01:00
version.c Map support has been implemented. 2022-11-29 21:30:19 +01:00