Personal all-purpose utility library
Go to file
2023-03-24 23:05:18 +11:00
Project dqn: Use defer loops for testing framework 2023-03-12 11:07:23 +11:00
_clang-format Inline the code directory 2021-08-09 09:03:15 +10:00
.gitignore Inline the code directory 2021-08-09 09:03:15 +10:00
build.bat dqn: Forward Dqn_String8 implementation to Dqn_CString8 2022-10-15 17:12:13 +11:00
build.sh dqn: Forward Dqn_String8 implementation to Dqn_CString8 2022-10-15 17:12:13 +11:00
dqn_cpp_file.h dqn: Pull changes from private projects 2023-03-12 01:28:17 +11:00
dqn_curl.h Rename the files back to enforce lower-case 2021-09-19 21:54:15 +10:00
dqn_json.h json: Add json helpers for Sheredom's JSON library 2022-11-27 22:43:05 +11:00
dqn_keccak.h dqn: Pull changes from private projects 2023-03-12 01:28:17 +11:00
dqn_tester.h dqn: Use defer loops for testing framework 2023-03-12 11:07:23 +11:00
dqn_tests_helpers.cpp dqn: Change convention to <lib>_<datastructure>_<function> for consistency 2022-10-12 19:17:51 +11:00
dqn_unit_tests.cpp dqn: Use defer loops for testing framework 2023-03-12 11:07:23 +11:00
dqn.h fs: Fix file iteration returning 0 size item, distinguish files from directory 2023-03-24 23:05:18 +11:00
readme.md Re-organize bulk of library code 2020-07-17 00:12:27 +10:00

Dqn

Personal utility library that provides allocator aware data structures, custom memory allocators and various miscellaneous helpers.