Commit Graph

418 Commits

Author SHA1 Message Date
doylet 765b8255f7 Pull in bug fixes from upstream 2024-04-18 22:59:11 +10:00
doylet 243a214b43 Fix compile error with Bit_IsSet for Dqn_OS_Exec* 2024-03-25 16:36:15 +11:00
doylet a15e98212d Wire up the error sink for os exec 2024-03-25 16:33:37 +11:00
doylet 003e2777de Fix file move never succeeding 2024-03-25 16:16:13 +11: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 b1eab3abdf Add capturing of stdout/stderr output in exec API 2024-03-25 13:14:05 +11:00
doylet af7ae2ae2a Add error sink ignore API 2024-03-25 13:13:43 +11:00
doylet 158d058d5d Import latest revision of dqn lib from CSIGHT 2024-03-19 23:11:00 +11:00
doylet 7f2a0152e0 Allow exiting on error from the creation of an error sink 2024-02-29 21:30:06 +11:00
doylet 963d911d9d Bundle external libraries with the include files 2024-02-26 21:04:02 +11:00
doylet f6dd762e8d Add dqn_cgen, reorganise files into standalone/external dirs 2024-02-26 00:15:09 +11:00
doylet 6aec2ca4cf Add date to unix time, fix buggy array and arena prototype 2024-02-25 22:37:14 +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 f6c836ba84 Add more array helper functions, add U64 to I64 saturate cast 2024-02-02 00:08:31 +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 bf413d7e57 dqn: Upgrade lib to latest version from TELY 2023-10-25 00:11:48 +11:00
doyle b46b44f11c dqn: Fix DQN_ASAN_POISON 0 breaking arenas, improve profiler API 2023-09-01 00:18:53 +10:00
doyle 04b5e26ff3 dqn: Add more container types 2023-08-31 22:10:47 +10:00
doyle 7f47df1bbe dqn: Document the stack trace API 2023-08-31 20:07:27 +10:00
doylet 48fc80e24f dqn: Update Windows header replacement 2023-08-31 14:33:07 +10:00
doyle 91c5989a7d dqn: Implement stack trace for windows 2023-08-31 01:03:48 +10:00
doyle 0028e9ca62 dqn: Start mocking up stack trace lib 2023-08-30 00:14:31 +10:00
doyle 76cc1f278c dqn: Only poison commit pages to speed up poison of large arenas 2023-08-29 23:04:14 +10:00
doyle b624ef1da5 dqn: Reduce ASAN guard size to 128 bytes, make it configurable 2023-08-29 22:57:31 +10:00
doyle 85c0fdf5fd dqn: Simplify Hex->U64 and also remove UB right shift 2023-08-29 22:44:43 +10:00
doyle d756a26b42 dqn: Fix poison vet check, use FsFile for logs, various cleanup 2023-08-29 22:35:25 +10:00
doyle 0872da026a dqn: Put ASAN poisoning behind macros to allow vetting 2023-08-29 00:52:01 +10:00
doyle 2740987956 dqn: Add ASAN poisoning 2023-08-27 18:07:13 +10:00
doyle faf229c17f dqn: Namespace tests 2023-08-26 17:34:02 +10:00
doyle 441ba657a0 dqn: Move printing above debug 2023-08-26 17:27:37 +10:00
doyle 4b610ed623 dqn: Minor header block comments 2023-08-26 00:00:44 +10:00
doyle 363b86539f dqn: Re-enable clang build flags 2023-08-25 23:49:03 +10:00
doyle 2868993ebc dqn: Add MSVC SAL annotations 2023-08-25 23:42:09 +10:00
doyle 8f129e7893 dqn: Upgrade to latest lib 2023-08-25 20:35:04 +10:00
doyle c1de1a7c0d dqn: Remove dupe file, fix missing DQN_ONLY_PROFILER check 2023-08-16 22:12:07 +10:00
doyle 3ed939370a dqn: Add allocating string split 2023-08-16 22:06:48 +10:00
doyle a5a4485e29 dqn: Reorganize the library 2023-08-16 21:59:38 +10:00
doyle 3c614946e0 dqn: Fix up some grammar 2023-07-16 18:01:29 +10:00
doyle 5fdb1aa1a4 dqn: Update readme 2023-07-16 17:59:07 +10:00
doyle c3902e3a29 dqn: Move vector math to impl, add new macros 2023-07-16 17:52:18 +10:00
doyle 2bbc49242e dqn: Cleanup more documentation 2023-07-06 21:13:52 +10:00
doyle 55dbc25110 dqn: Cleanup more documentation 2023-07-06 00:14:13 +10:00
doyle 580b8a6882 dqn: Add table of contents to each file 2023-07-05 22:39:43 +10: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 eac4eaefe1 dqn: Guard cpuid behind OS macro 2023-06-16 19:02:48 +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