Commit Graph

60 Commits

Author SHA1 Message Date
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
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
f431a0731a Added script to generate README file. 2022-11-29 18:10:04 +01:00
dfce864f16 Small correction to README file. 2022-11-29 17:35:03 +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
6e7eae5f45 Rename project. 2022-11-28 16:18:07 +01:00
df5084f72c Small improvement to test functions. 2022-11-28 15:08:24 +01:00
ffb27ac848 Small code refactoring. 2022-11-28 02:26:52 +01:00
af8b940b56 Small improvement to test functions. 2022-11-27 21:43:19 +01:00
327f38d760 Small code clean-up. 2022-11-27 20:40:39 +01:00
e58e4d1061 Implemented the hash_set_dump() function. 2022-11-27 20:23:49 +01:00
fb8fdd00a0 Updated README file. 2022-11-27 19:50:06 +01:00
00764536ca Implemented separate functions for uint32_t and uint64_t hash sets. 2022-11-27 19:46:01 +01:00
e8603e7fd6 Updated README file. 2022-11-25 17:56:31 +01:00
3bf65717a8 Added version information to the public API. 2022-11-25 17:49:51 +01:00
21995cd5ee Fixed a warning in Linux build. 2022-11-25 17:13:12 +01:00
43996ceac2 Added ARM64 configurations. 2022-11-25 16:58:37 +01:00
bafc46eeed Added build script for MSVC. 2022-11-25 16:45:39 +01:00
5675964db1 Some Makefile improvements. 2022-11-25 13:41:47 +01:00
4dfc5f5279 Small code clean-up. 2022-11-25 13:06:54 +01:00
e550528fe8 Small code clean-up. 2022-11-25 02:53:34 +01:00
faac252f7f Updated README file. 2022-11-25 01:05:29 +01:00
6c7a9073f8 Small code refactoring. 2022-11-25 00:57:19 +01:00
dbd10d5a8a Added separate configurations for "shared" (DLL) and "static" libraries. 2022-11-25 00:45:35 +01:00
0de14dfe4c Updated README file. 2022-11-24 19:25:39 +01:00
ebcb4d64f9 Improved test functions. 2022-11-24 17:00:19 +01:00
b3e1c4e3a9 Updated README file. 2022-11-24 15:46:07 +01:00
c5594fa0ce Various improvements. 2022-11-24 15:46:07 +01:00
5bdaa3d648 Updated README file. 2022-11-23 20:40:51 +01:00
66b274e7f3 Added README file. 2022-11-23 14:02:01 +01:00
8bb56b5a2a Small code refactoring. 2022-11-23 02:03:48 +01:00
0feea09215 Enable delay loading for "advapi32.dll" library. 2022-11-23 00:34:02 +01:00
f4650438d7 Small code refactoring. 2022-11-23 00:22:57 +01:00
1d914cc031 Linux build fixes. 2022-11-23 00:04:26 +01:00
6739fcbf01 Added separate Makefiles for the library and the "main" program. 2022-11-22 23:31:21 +01:00
caef45b177 Various improvements. 2022-11-22 23:30:57 +01:00
9cd9ef3600 Small tweak to hash function. 2022-11-22 17:00:43 +01:00
4c4b9a5a31 Added LICENSE file. 2022-11-21 18:41:18 +01:00
a683e0479b Added function to explicitly shrink the set + added function to clear set. 2022-11-21 18:36:43 +01:00
a348e59e60 Improved test code. 2022-11-21 17:14:11 +01:00
fea6eae9a6 Some improvements. 2022-11-21 15:02:07 +01:00
a245afb8de Force re-build of the set, if it contains too many deleted items. 2022-11-20 19:16:12 +01:00
1bf74ffafb Some code clean-up + added Makefile. 2022-11-20 18:02:12 +01:00
b8a6287e14 Improved hash function. 2022-11-20 16:48:14 +01:00