psemek/libs/util/tests
lisyarus 2c3565df61 32-bit compilation fixes:
* Use uint64_t instead of size_t as hash return value

 * Expect alignof(uint64_t) <= 8 instead of == 8
2025-01-25 20:35:37 +03:00
..
array.cpp Add util tests 2020-11-24 23:13:34 +03:00
big_int.cpp 32-bit compilation fixes: 2025-01-25 20:35:37 +03:00
blob.cpp Add util tests 2020-11-24 23:13:34 +03:00
ecs.cpp Fix ecs tests 2023-01-09 20:49:56 +03:00
flat_list.cpp GCC 12 compilation fixes 2023-03-26 23:51:40 +03:00
function.cpp Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
hash_table.cpp Support removal from util::hash_table and add more hash table tests 2024-06-01 14:56:53 +03:00
heterogeneous_container.cpp Huge refactor: use util::exception everywhere instead of std exceptions 2023-08-06 18:33:07 +03:00
lru_cache.cpp Add lru cache implementation & tests 2022-05-17 18:22:31 +03:00