|
e48efa984a
|
Added missing line breaks.
|
2022-12-05 17:30:34 +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 |
|
|
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 |
|
|
3c513a66fc
|
Fixed a warning.
|
2022-12-01 20:04:30 +01:00 |
|
|
b61e89cc5f
|
Updated README file.
|
2022-12-01 18:37:11 +01:00 |
|
|
4f2a13217c
|
Simplified Makefiles.
|
2022-11-30 21:04:36 +01:00 |
|
|
b49e1497bf
|
Refactored the Makefiles.
|
2022-11-30 16:15:12 +01:00 |
|
|
3f197143f6
|
Added example program for hash map.
|
2022-11-30 15:41:29 +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 |
|
|
34c9d3a99c
|
Example program: Small improvement to input handling.
|
2022-11-29 01:13:07 +01:00 |
|
|
54d1714367
|
Added separate "test" and "example" projects.
|
2022-11-28 17:46:49 +01:00 |
|