Commit Graph

  • faf229c17f dqn: Namespace tests doylet 2023-08-26 17:34:02 +10:00
  • 441ba657a0 dqn: Move printing above debug doylet 2023-08-26 17:27:37 +10:00
  • 4b610ed623 dqn: Minor header block comments doylet 2023-08-26 00:00:44 +10:00
  • 363b86539f dqn: Re-enable clang build flags doylet 2023-08-25 23:49:03 +10:00
  • 2868993ebc dqn: Add MSVC SAL annotations doylet 2023-08-25 23:42:09 +10:00
  • 8f129e7893 dqn: Upgrade to latest lib doylet 2023-08-25 20:35:04 +10:00
  • c1de1a7c0d dqn: Remove dupe file, fix missing DQN_ONLY_PROFILER check doylet 2023-08-16 22:12:07 +10:00
  • 3ed939370a dqn: Add allocating string split doylet 2023-08-16 22:06:48 +10:00
  • a5a4485e29 dqn: Reorganize the library doylet 2023-08-16 21:59:38 +10:00
  • 3c614946e0 dqn: Fix up some grammar doylet 2023-07-16 18:01:29 +10:00
  • 5fdb1aa1a4 dqn: Update readme doylet 2023-07-16 17:59:07 +10:00
  • c3902e3a29 dqn: Move vector math to impl, add new macros doylet 2023-07-16 17:52:18 +10:00
  • 2bbc49242e dqn: Cleanup more documentation doylet 2023-07-06 21:13:52 +10:00
  • 55dbc25110 dqn: Cleanup more documentation doylet 2023-07-06 00:14:13 +10:00
  • 580b8a6882 dqn: Add table of contents to each file doylet 2023-07-05 22:39:43 +10:00
  • 8ae369db0d dqn: Organise into files and use an amalgamated build doylet 2023-07-05 00:04:53 +10:00
  • 807c65a253 dqn: Add improved binary split and find routines for strings doylet 2023-07-02 17:25:24 +10:00
  • eac4eaefe1 dqn: Guard cpuid behind OS macro doylet 2023-06-16 19:02:48 +10:00
  • 44f7a696c5 dqn: Simplify testing routine doylet 2023-06-08 22:07:55 +10:00
  • d9116ae48e dqn: Add head ptr on arena blocks doylet 2023-06-07 22:11:57 +10:00
  • faa46b4921 dqn: Fix block metadata size free error doylet 2023-06-06 21:10:51 +10:00
  • 546f1a079c dqn: Reuse code for resetting blocks doylet 2023-06-06 20:19:47 +10:00
  • d9a19fd742 dqn: Reguard pages on arena memory pop doylet 2023-06-01 22:54:43 +10:00
  • adb429babd dqn: Fix rebase error doylet 2023-06-01 00:05:01 +10:00
  • 8504cbff3a dqn: Add first draft of use-after-free in arenas doylet 2023-06-01 00:00:33 +10:00
  • 558acd19e0 dqn: Fix missing enum in switch doylet 2023-05-31 19:22:10 +10:00
  • 582b084617 dqn: Various bug fixes doylet 2023-05-31 19:20:33 +10:00
  • de826b3440 build: Fix fmt string macro, missing semicolons doylet 2023-05-12 18:40:36 +09:00
  • d6ce046775 dqn: Fix cstring errors doylet 2023-05-12 18:32:41 +09:00
  • d0e7bf9b1a dqn: Add printing styles doylet 2023-05-12 18:09:02 +09:00
  • e6e4b8a79e dqn: Put the arena label into the base arena class doylet 2023-04-25 16:55:44 +10:00
  • b3de9e268a build: Remove -v flag on clang build doylet 2023-04-16 00:36:11 +10:00
  • 3154f8b2f7 dqn: Address more warnings from clang doylet 2023-04-16 00:35:03 +10:00
  • c8a1d796b0 dqn: Remove Dqn_size, prefer usize (AAU) doylet 2023-04-16 00:08:25 +10:00
  • ee477272c4 dqn: Document VArray, TicketMutex, fix test ASAN crash doylet 2023-04-12 00:27:32 +10:00
  • df230539a1 dqn: Introduce commit API for virtual memory blocks doylet 2023-04-11 00:11:53 +10:00
  • cb8323dfc8 dqn: Introduce arena catalog doylet 2023-04-10 13:21:57 +10:00
  • 7fa4af549f dqn: Add VArray, reorganize arena, add arena blocks doylet 2023-04-10 00:36:10 +10:00
  • af046f15cd build: Flatten the directory structure doylet 2023-03-28 22:56:25 +11:00
  • 5e4c268b1a dsmap: Fix incorrect hash invocation doylet 2023-03-28 22:52:06 +11:00
  • 9e3dc694d8 dqn: Fix DSMap make slot resize bug, merge hash into key doylet 2023-03-28 22:47:25 +11:00
  • 0f15694de9 dqn: Remove Map and reimplement DSMap doylet 2023-03-27 23:43:29 +11:00
  • d827448ac2 fs: Fix file iteration returning 0 size item, distinguish files from directory doylet 2023-03-24 23:05:18 +11:00
  • 84bfc91362 dqn: Allow DSMap to accept arbitrary keys doylet 2023-03-22 23:32:23 +11:00
  • c8b93840c0 dqn: Flesh out FS stream API doylet 2023-03-22 00:13:19 +11:00
  • 92e56038f7 dqn: Dqn_Fs_Info -> Dqn_FsInfo doylet 2023-03-21 09:42:20 +11:00
  • c1364cf2bc dqn: Get content-length/type from request by default doylet 2023-03-21 00:11:20 +11:00
  • f228ff82a9 dqn: Improve windows net handle module doylet 2023-03-20 23:36:05 +11:00
  • 6d22734aaf dqn: Use defer loops for testing framework doylet 2023-03-12 11:07:23 +11:00
  • b22c7dbfce dqn: Pull changes from private projects doylet 2023-03-12 01:28:17 +11:00
  • d59aebb172 json: Add json helpers for Sheredom's JSON library doylet 2022-11-27 22:43:05 +11:00
  • 304dce8376 Deprecate jsmn and money, low quality headers doylet 2022-11-27 22:42:50 +11:00
  • 1048b79045 dqn: Update fixed array/string implementation doylet 2022-11-25 00:35:53 +11:00
  • 5c1ed1db8c jsonwriter: Update to jsonbuilder, fix some bugs doylet 2022-11-24 00:12:21 +11:00
  • ea53a322f5 dqn: Fix wrong naming convention for Dqn_Arena doyle 2022-10-15 19:47:49 +11:00
  • 1d186b49f1 dqn: Add unit tests for binary split doyle 2022-10-15 17:26:31 +11:00
  • 3cac240aa3 dqn: Forward Dqn_String8 implementation to Dqn_CString8 doyle 2022-10-15 17:12:13 +11:00
  • bfda589b2c dqn: Change convention to <lib>_<datastructure>_<function> for consistency doyle 2022-10-12 19:17:51 +11:00
  • c5c211f0a4 dqn: Reintroduce Dqn_Allocator to the API doyle 2022-10-09 20:51:23 +11:00
  • 3fc2e87571 dqn: Rename String to String8 for consistency w/ String16 doylet 2022-08-06 16:55:51 +10:00
  • 4056e19727 dqn: Rewrite crappy arena and string implementations doylet 2022-08-06 16:43:20 +10:00
  • 1d31d7f270 build: Fix clang warnings doylet 2022-06-29 00:08:35 +10:00
  • 2665e315e6 tester: Update the testing library doylet 2022-06-27 23:39:24 +10:00
  • f629c019e6 Update test suite to use dqn_tester doylet 2022-02-17 21:01:31 +11:00
  • 721c059c4e dqn: Add virtual memory funtions doylet 2022-02-17 00:59:51 +11:00
  • dc6cdf37f7 dqn_align: Remove unused functions doylet 2022-02-17 00:38:06 +11:00
  • 49eb8eb88a Simplify arena implementation doylet 2022-02-17 00:36:45 +11:00
  • 87c81d0861 Make dqn library work on x86 doylet 2022-01-02 00:07:28 +11:00
  • bb14d9cd7a Add win32 read/write, standardized logging convention doylet 2021-12-24 00:18:41 +11:00
  • 2a433e0075 Remove outdated win32 #defines, ensure HMODULE is avail doylet 2021-12-19 16:37:17 +11:00
  • 15568a7919 Add search List api, add DPI awareness func, reduce win32 noise doylet 2021-12-19 16:29:35 +11:00
  • 9d0b0a2982 Fix Dqn_FixedArray name convention, fix Windows build doylet 2021-12-19 00:08:19 +11:00
  • 05fe604f5c Add experimental win32 http, tester lib doylet 2021-12-17 00:07:33 +11:00
  • b9e91b5497 Remove unused function doyle 2021-09-25 13:23:29 +10:00
  • c5bb86cabc Rewrite tests v2, and remove all the extra state doyle 2021-09-24 23:41:58 +10:00
  • f6ae4ad2a0 Update naming convention of library doyle 2021-09-24 22:29:34 +10:00
  • 37ae9b0e40 Rename the files back to enforce lower-case doyle 2021-09-19 21:54:15 +10:00
  • 63544be9da temp renaming step for lower-case names but windows doesn't respect that doyle 2021-09-19 21:53:10 +10:00
  • 86391f6a73 Update dqn and add some new libraries from internal projects doyle 2021-09-19 21:49:56 +10:00
  • 7f082c9395 Merge branch 'master' of github.com:doy-lee/dqn into master doyle 2021-08-16 00:01:25 +10:00
  • e38376bc5e OS file ops, thread context via TLS, conditional compiling, logger improvements, revamped date functions doyle 2021-08-15 23:57:18 +10:00
  • 3af44d8f16 strings: Add more string helpers, add more string tests doylet 2021-08-11 01:06:50 +10:00
  • 1651d7af4f dqn: Add tests for perf counter, implement unix version doyle 2021-08-09 17:47:13 +10:00
  • 3f7ed280c7 build: Turn on UBSAN on clang doyle 2021-08-09 13:12:06 +10:00
  • 3e173880a7 build: Turn on asan doyle 2021-08-09 12:50:46 +10:00
  • a3318353fa Inline the code directory doylet 2021-08-09 09:03:15 +10:00
  • 2bd49c802a Add JsonWriter, reorganize data structure definition order doylet 2021-08-09 08:57:53 +10:00
  • 0ae5331d21 win32: Fix error messages for WinINet, add DSMap doylet 2021-08-07 00:54:53 +10:00
  • 8d9ee115e1 Organise win32 minimal header doyle 2021-07-30 10:45:57 +10:00
  • 7d8bd1dc16 win32: Add missing function prototypes doyle 2021-07-29 17:36:01 +10:00
  • 5db8a60014 Add some more helper libraries doylet 2021-07-28 21:10:25 +10:00
  • 07499b1004 Add some more win32 stuff, add intrinsics tests doylet 2021-07-23 01:35:08 +10:00
  • b536f407b8 test: Organize unit tests doylet 2021-07-22 19:59:27 +10:00
  • 9f9f9b52aa Update dqn doylet 2021-07-01 22:02:39 +10:00
  • 4442ccfb03 Fix the unit tests doylet 2021-05-18 21:15:36 +10:00
  • fb60fc44e1 Merge branch 'temp' into master doylet 2021-05-17 21:19:33 +10:00
  • 0165df23d7 Add more win32 defns, add comments doylet 2021-05-17 21:19:27 +10:00
  • ba3b8db967 Add Dqn_Timer using Win32 api doylet 2021-05-17 21:10:20 +10:00
  • 21cf140ba3 Add StringMap and log fixes doylet 2021-04-21 00:24:15 +10:00
  • 64b65e1406 safe: Fix safe arithmetic functions doylet 2021-03-11 20:47:57 +11:00