Commit Graph

  • 15568a7919 Add search List api, add DPI awareness func, reduce win32 noise doyle 2021-12-19 16:29:35 +1100
  • 9d0b0a2982 Fix Dqn_FixedArray name convention, fix Windows build doyle 2021-12-19 00:08:19 +1100
  • 05fe604f5c Add experimental win32 http, tester lib doyle 2021-12-17 00:07:33 +1100
  • b9e91b5497 Remove unused function doyle 2021-09-25 13:23:29 +1000
  • c5bb86cabc Rewrite tests v2, and remove all the extra state doyle 2021-09-24 23:41:58 +1000
  • f6ae4ad2a0 Update naming convention of library doyle 2021-09-24 22:29:34 +1000
  • 37ae9b0e40 Rename the files back to enforce lower-case doyle 2021-09-19 21:54:15 +1000
  • 63544be9da temp renaming step for lower-case names but windows doesn't respect that doyle 2021-09-19 21:53:10 +1000
  • 86391f6a73 Update dqn and add some new libraries from internal projects doyle 2021-09-19 21:49:56 +1000
  • 7f082c9395 Merge branch 'master' of github.com:doy-lee/dqn into master doyle 2021-08-16 00:01:25 +1000
  • e38376bc5e OS file ops, thread context via TLS, conditional compiling, logger improvements, revamped date functions doyle 2021-08-15 23:57:18 +1000
  • 3af44d8f16 strings: Add more string helpers, add more string tests doyle 2021-08-11 01:06:50 +1000
  • 1651d7af4f dqn: Add tests for perf counter, implement unix version doyle 2021-08-09 17:47:13 +1000
  • 3f7ed280c7 build: Turn on UBSAN on clang doyle 2021-08-09 13:12:06 +1000
  • 3e173880a7 build: Turn on asan doyle 2021-08-09 12:50:46 +1000
  • a3318353fa Inline the code directory doyle 2021-08-09 09:03:15 +1000
  • 2bd49c802a Add JsonWriter, reorganize data structure definition order doyle 2021-08-09 08:57:53 +1000
  • 0ae5331d21 win32: Fix error messages for WinINet, add DSMap doyle 2021-08-07 00:54:53 +1000
  • 8d9ee115e1 Organise win32 minimal header doyle 2021-07-30 10:45:57 +1000
  • 7d8bd1dc16 win32: Add missing function prototypes doyle 2021-07-29 17:36:01 +1000
  • 5db8a60014 Add some more helper libraries doyle 2021-07-28 21:10:25 +1000
  • 07499b1004 Add some more win32 stuff, add intrinsics tests doyle 2021-07-23 01:35:08 +1000
  • b536f407b8 test: Organize unit tests doyle 2021-07-22 19:59:27 +1000
  • 9f9f9b52aa Update dqn doyle 2021-07-01 22:02:39 +1000
  • 4442ccfb03 Fix the unit tests doyle 2021-05-18 21:15:36 +1000
  • fb60fc44e1 Merge branch 'temp' into master doyle 2021-05-17 21:19:33 +1000
  • 0165df23d7 Add more win32 defns, add comments doyle 2021-05-17 21:19:27 +1000
  • ba3b8db967 Add Dqn_Timer using Win32 api doyle 2021-05-17 21:10:20 +1000
  • 21cf140ba3 Add StringMap and log fixes doyle 2021-04-21 00:24:15 +1000
  • 64b65e1406 safe: Fix safe arithmetic functions doyle 2021-03-11 20:47:57 +1100
  • f45aed10ee Remove some std dependency, reorder code, use memcmp macro.. doyle 2021-03-11 20:14:59 +1100
  • 8f8c954998 Add some string split functions, fix warnings doyle 2021-02-23 20:49:43 +1100
  • eb2d542960 dqn: Move templates away from prototype doyle 2021-02-16 23:49:07 +1100
  • 5a9260f95b tests: Fix unit tests again doyle 2021-02-16 22:33:54 +1100
  • b5677b18c5 dqn: Add some more string helper functions doyle 2021-02-16 22:22:28 +1100
  • 4cf2426193 hash: Add murmurhash, remove some dead functions doyle 2021-02-10 20:41:28 +1100
  • 94057baad2 Some allocation stuff doyle 2020-11-17 22:19:28 +1100
  • 145c62db51 Remove unused project file Doyle 2020-10-08 01:13:13 +1100
  • f728b3c292 Give name to anonymous v2 union, improve CRTAllocator Doyle 2020-10-08 01:12:03 +1100
  • 38f25c51d7 idk so many updates, lost track of what changed Doyle 2020-09-20 17:15:07 +1000
  • 76bd54d9b0 len->size, make some functions null allocator aware doyle 2020-07-18 00:49:21 +1000
  • 73f8a8bcb9 Re-organize bulk of library code doyle 2020-07-17 00:12:27 +1000
  • 6cf6751013 Remove realloc, rename AllocateMetadata doyle 2020-07-15 19:18:14 +1000
  • 4bc0aec917 Add stats for allocator, remove MAX_ for arrays doyle 2020-06-22 20:58:23 +1000
  • 0c55abd4c3 Specify ZeroMem on allocations, rewrite rect intersect, configurable asserts doyle 2020-06-02 22:48:20 +1000
  • 419a505ea9 Paramterize ZeroMem on allocations, allow override malloc and memcmp doyle 2020-05-20 01:10:11 +1000
  • 6ee5b8e49e Assert if reads like an if statement, fix Dqn file bug doyle 2020-05-07 01:24:32 +1000
  • 44d8f970b3 Rename Dqn_MemArena to Dqn_ArenaAllocator doyle 2020-04-30 01:01:10 +1000
  • 5173478766 Fix Dqn_Bit check bugs doyle 2020-04-19 14:31:34 +1000
  • 927937df98 Rewrite Dqn_StringBuilder, stddef for ptrdiff_t Doyle 2020-04-17 18:17:08 +1000
  • 2f681515f6 Remove old deprecated dqn lib doyle 2020-04-15 00:42:18 +1000
  • 21104f85d5 Reorganize code, fix malloc bug, allow overriding defaults doyle 2020-04-15 00:40:12 +1000
  • 32fd82d740 Fix bit flag helper function bugs doyle 2020-04-06 00:29:18 +1000
  • ce63bb7755 Default allocator = null, move allocator definitions doyle 2020-04-05 08:50:30 +1000
  • f743c230e7 Add some helper functions doyle 2020-04-01 01:08:59 +1100
  • ea8e29dc9f Slice: Fix arena->allocator, buf->data, add array->slice doyle 2020-03-26 00:34:38 +1100
  • 1d2fa7f9ca Fix wrong param arena->allocator doyle 2020-03-24 08:10:19 +1100
  • 35ade5dfc1 Add alignment to allocators doyle 2020-03-23 23:33:31 +1100
  • f95836c5d5 Allocator: Rename data->user_context, File: Use allocators doyle 2020-03-14 10:32:25 +1100
  • 2f7ce338a8 Add Allocator stats, StringBuilder len doesn't include null terminator doyle 2020-02-23 01:19:59 +1100
  • 65cbe4b493 Add Dqn_String and update some arenas to allocators doyle 2020-02-08 18:47:48 +1100
  • cd9ccfebe2 Make more /wall compliant doyle 2020-01-31 21:02:26 +1100
  • f67d97ec3d Dqn_Rect_Intersection, remove Dqn_FixedStack, minor fixes doyle 2020-01-18 02:01:25 +1100
  • 4bd8691076 Add Dqn_U64 string converter and time to seconds macros doyle 2019-11-02 00:00:39 +1100
  • a11857690f Nullptr check for top_mem_block on reserve doyle 2019-10-29 22:22:35 +1100
  • d463fcbda8 Move stb define to implementation and fix compile error for string builder doyle 2019-09-30 22:58:02 +1000
  • 4a57ec6b1e Forward declare stuff for linux Doyle 2019-09-24 14:13:29 +1000
  • 9dd058a5f0 Add soft asserts, fixed string test, conditional asserts doyle 2019-09-23 23:21:14 +1000
  • 4150864d59 debugbreak typo and switch to memset doyle 2019-09-21 10:14:03 +1000
  • e63e047550 Remove fixed size concept from MemArena doyle 2019-09-20 21:29:57 +1000
  • 1c2b67892f Begin writing some Linux compatible changes Doyle 2019-09-20 16:03:09 +1000
  • d31c63cbb7 Add unit tests for allocators/arrays doyle 2019-09-19 21:49:11 +1000
  • b34226498c Minor formatting doyle 2019-09-10 21:35:18 +1000
  • 3b38cca63e Update usage of Dqn.h in Dqn_UnitTests.cpp doyle 2019-09-03 23:19:03 +1000
  • 26ec804fd8 Fix generated output example for DqnHeader doyle 2019-08-27 22:32:27 +1000
  • ab232ee88b Gate LOCAL_PERSIST and FILE_SCOPE to dqn namespace doyle 2019-08-27 22:32:04 +1000
  • 96b7c05daf Delete DqnInspect, it's too broken. Replace with new one doyle 2019-08-27 22:17:59 +1000
  • c36ea18a64 Implement DQN_HEADER_COPY_BEGIN/END ranged copy doyle 2019-08-26 23:56:50 +1000
  • 0d0009ad5c Add a way to read comments in header file doyle 2019-08-26 23:24:22 +1000
  • e2a3fc5bed Fix extra \n being grabbed in return type parsing doyle 2019-08-24 16:00:09 +1000
  • 95272e77ee Write PoC simpler header generator code doyle 2019-08-24 15:43:14 +1000
  • cee2573b00 Do some renaming to Dqn_* doyle 2019-08-24 14:20:53 +1000
  • acdf4974f9 Fix bugs in making linked buffers doyle 2019-08-24 13:38:58 +1000
  • bfd3829259 Add dqn lib and some new unit tests doyle 2019-08-24 11:39:12 +1000
  • acf456811c Make enum count constexpr doyle 2019-05-10 10:48:58 +1000
  • 05652be832 Serialize the base type without ptr and const modifiers doyle 2019-05-05 15:39:49 +1000
  • fbcbd84a1b Generate a unique ID for each inspected struct and member doyle 2019-05-04 16:01:23 +1000
  • 35ac1b4c53 Replace , in templates to _ in code gen, allow disabling of generated files via #defines doyle 2019-05-04 12:08:10 +1000
  • 5dacfc6ae1 Return boolean type directly in metadata functions doyle 2019-05-03 21:53:20 +1000
  • fbba79ee4a Change inspect function macro to DQN_INSPECT_FUNCTION doyle 2019-05-03 20:23:14 +1000
  • 1890745719 Fix -1 inf loop, include comments in prototype inspect, fix unref type in inspect struct doyle 2019-05-02 22:21:25 +1000
  • 1c573478c6 Support basic container template introspection doyle 2019-05-02 20:39:31 +1000
  • bb9fd123e3 Store the compile time size of struct members doyle 2019-04-22 16:00:33 +1000
  • f0684b4113 Fix bug not correctly parsing template expression doyle 2019-04-22 15:41:22 +1000
  • 98f0402916 Add more metadata to struct members doyle 2019-04-22 15:41:05 +1000
  • b9c4b080f2 Store the pod_struct_offset of members doyle 2019-04-22 02:18:28 +1000
  • 455d9bcbfc Save the decl type in struct members as well doyle 2019-04-22 01:28:59 +1000
  • c444d50d17 Fix some ordering issues doyle 2019-04-06 01:30:09 +1100
  • 41ac05b401 Implement DqnInspectEnum_Count function doyle 2019-04-05 23:18:54 +1100
  • 3c447706c9 Finish metadata system for struct members, fix parsing bugs for consts doyle 2019-04-05 23:09:07 +1100