Commit Graph

27 Commits

Author SHA1 Message Date
doylet 765b8255f7 Pull in bug fixes from upstream 2024-04-18 22:59:11 +10:00
doylet 3bca236a74 Compile on Linux again, fix comment warning, implement output capture on exec on posix 2024-03-25 16:11:57 +11:00
doylet f6dd762e8d Add dqn_cgen, reorganise files into standalone/external dirs 2024-02-26 00:15:09 +11:00
doylet 8b2aea5b1d Implement error sink on posix layer 2024-02-11 18:23:13 +11:00
doylet 18a37024da Add new ErrorSink API to collate error from API calls 2024-02-11 16:14:00 +11:00
doylet 105ee9f4b1 Fix compilation for emscripten backend 2024-02-01 00:03:06 +11:00
doylet 022c309e3a Import latest changes from CSIGHT project 2024-01-31 23:49:23 +11:00
doyle 8ae369db0d dqn: Organise into files and use an amalgamated build 2023-07-05 00:04:53 +10:00
doyle 807c65a253 dqn: Add improved binary split and find routines for strings 2023-07-02 17:28:47 +10:00
doyle 44f7a696c5 dqn: Simplify testing routine 2023-06-08 22:07:55 +10:00
doyle d9116ae48e dqn: Add head ptr on arena blocks 2023-06-07 22:11:57 +10:00
doyle d9a19fd742 dqn: Reguard pages on arena memory pop 2023-06-01 22:54:43 +10:00
doyle 8504cbff3a dqn: Add first draft of use-after-free in arenas 2023-06-01 00:04:27 +10:00
doyle 3154f8b2f7 dqn: Address more warnings from clang 2023-04-16 00:35:03 +10:00
doyle c8a1d796b0 dqn: Remove Dqn_size, prefer usize (AAU) 2023-04-16 00:08:25 +10:00
doyle ee477272c4 dqn: Document VArray, TicketMutex, fix test ASAN crash 2023-04-12 00:27:32 +10:00
doyle df230539a1 dqn: Introduce commit API for virtual memory blocks 2023-04-11 00:11:53 +10:00
doyle cb8323dfc8 dqn: Introduce arena catalog 2023-04-10 13:21:57 +10:00
doyle 7fa4af549f dqn: Add VArray, reorganize arena, add arena blocks 2023-04-10 00:36:10 +10:00
doyle 9e3dc694d8 dqn: Fix DSMap make slot resize bug, merge hash into key 2023-03-28 22:47:25 +11:00
doyle 0f15694de9 dqn: Remove Map and reimplement DSMap 2023-03-27 23:43:29 +11:00
doyle 6d22734aaf dqn: Use defer loops for testing framework 2023-03-12 11:07:23 +11:00
doyle b22c7dbfce dqn: Pull changes from private projects 2023-03-12 01:28:17 +11:00
doyle 1048b79045 dqn: Update fixed array/string implementation 2022-11-25 00:35:53 +11:00
doyle 5c1ed1db8c jsonwriter: Update to jsonbuilder, fix some bugs 2022-11-24 00:12:21 +11:00
doyle 1d186b49f1 dqn: Add unit tests for binary split 2022-10-15 17:26:31 +11:00
doyle 3cac240aa3 dqn: Forward Dqn_String8 implementation to Dqn_CString8 2022-10-15 17:12:13 +11:00