Personal all-purpose utility library
Go to file
doyle 44f7a696c5 dqn: Simplify testing routine 2023-06-08 22:07:55 +10:00
.gitignore Inline the code directory 2021-08-09 09:03:15 +10:00
_clang-format Inline the code directory 2021-08-09 09:03:15 +10:00
build.bat build: Remove -v flag on clang build 2023-04-16 00:36:11 +10:00
build.sh dqn: Forward Dqn_String8 implementation to Dqn_CString8 2022-10-15 17:12:13 +11:00
dqn.h dqn: Simplify testing routine 2023-06-08 22:07:55 +10:00
dqn.rdbg dqn: Reguard pages on arena memory pop 2023-06-01 22:54:43 +10:00
dqn_cpp_file.h dqn: Introduce arena catalog 2023-04-10 13:21:57 +10:00
dqn_curl.h Rename the files back to enforce lower-case 2021-09-19 21:54:15 +10:00
dqn_json.h dqn: Add printing styles 2023-05-12 18:09:02 +09:00
dqn_keccak.h dqn: Pull changes from private projects 2023-03-12 01:28:17 +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: Simplify testing routine 2023-06-08 22:07:55 +10:00
dqn_utest.h dqn: Simplify testing routine 2023-06-08 22:07:55 +10:00
readme.md dqn: Document VArray, TicketMutex, fix test ASAN crash 2023-04-12 00:27:32 +10:00

readme.md

Dqn

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