Commit Graph

82 Commits

Author SHA1 Message Date
ed 14d6c45e91 misc 2025-02-08 20:07:10 -05:00
ed 2ef486b7a0 misc 2025-02-08 16:26:54 -05:00
ed cc5320450c mdesk: at tree introspection 2025-02-08 12:41:07 -05:00
ed e77c3c6385 more progress 2025-02-08 11:28:37 -05:00
ed 68fadce5c6 starting to review mdesk.h/c 2025-02-08 11:10:23 -05:00
ed 8936ae9aa7 progress on base, deciding to keep the MD namespace minimal on macros pre-c11 or cpp17 gen refactors 2025-02-05 11:20:32 -05:00
Ryan Fleury afc076187b Merge pull request #5 from mmozeiko/pthreads
add pthreads support to multi_threaded.c example
2021-11-16 21:43:07 -07:00
Mārtiņš Možeiko fdab8bd6b2 add github actions 2021-11-14 18:13:28 -08:00
Mārtiņš Možeiko 1d23319460 add pthreads support to multi_threaded.c example 2021-11-14 16:59:28 -08:00
Allen Webster 73a07fe8ca woops actually save everything for last commit 2021-10-24 13:32:15 -07:00
Allen Webster e0df4e5bed [examples] comments in multi-threaded parse example 2021-10-10 19:42:00 -07:00
Allen Webster f30295fb5c [examples] notes on the scratch pool 2021-10-10 19:16:36 -07:00
Allen Webster 392ea138cc [examples] comments in memory management example 2021-10-10 19:04:55 -07:00
Allen Webster c968dd4329 [examples] C like expressions comments 2021-10-10 16:52:09 -07:00
Allen Webster 07770d51d1 [examples] filled out the expression intro example and added commentary 2021-10-10 15:11:41 -07:00
Allen Webster e21c5b9d6b [examples] fill in directory comments for all the latest examples 2021-10-10 12:51:21 -07:00
Allen Webster f26cb332f0 [examples] tweaks in multi threaded example; fill in the memory management example 2021-10-10 11:59:58 -07:00
Allen Webster c016b8cccc [examples] fix indexing bug in multi threaded example; make the intrinsic work with clang too 2021-10-10 11:03:22 -07:00
Allen Webster f07b74da5f [examples] add output and combining to multi threaded parse example 2021-10-10 10:53:59 -07:00
Allen Webster 93ac2b4bae [examples] get started on the multi threaded parse example 2021-10-10 10:00:03 -07:00
Allen Webster 8ee69f0124 [examples] setting up the last two integration examples and slots in the examples directory 2021-10-09 23:45:02 -07:00
Allen Webster b67dc566c6 [examples] tweaks to overrides example and commentary 2021-10-09 22:34:41 -07:00
Allen Webster 126fab22df [examples] c like expressions example 2021-10-09 22:07:52 -07:00
Allen Webster ac9f415180 [examples] write expressions intro example 2021-10-09 20:58:33 -07:00
Allen Webster 39e10cd246 [expression parser] use the operator pointer right inside the expression node 2021-10-09 20:30:05 -07:00
Allen Webster 838283c706 [examples] start setting up expression parser intro 2021-10-09 20:14:07 -07:00
Allen Webster 670f5592f7 [examples] final pass over todos in the type metaprogram 2021-10-09 19:13:27 -07:00
Allen Webster ee3adcfb60 [examples] input for types example that generates errors 2021-10-09 16:08:24 -07:00
Allen Webster 5a6ad0a770 [examples] more robust array index checker in the type example 2021-10-09 11:59:06 -07:00
Allen Webster 2a6bf65f13 [examples] finish type metadata commentary 2021-10-09 11:44:07 -07:00
Allen Webster c8c5763d0a [examples] progress on type metadata commentary 2021-10-08 23:12:32 -07:00
Allen Webster a5436aec0e [examples] more type metadata commentary; write some usage code for the generated type info 2021-10-08 22:13:45 -07:00
Allen Webster 367b527229 [examples] start type metadata commentary 2021-10-08 21:01:04 -07:00
Allen Webster fb53369f30 [examples] finish commentary in overrides.c 2021-10-08 15:56:16 -07:00
Allen Webster e5e65e4724 [maintenance] cleaning up old code, sticking to 'data desk' name, shrinking name of 'advanced_usages' 2021-10-08 15:34:43 -07:00
Allen Webster feee8cf745 [examples] finish overrides touch ups; tweak overrides example 2021-10-08 15:32:16 -07:00
Allen Webster 204af74b31 [examples] starting notes in overrides example; start cleaning up overrides 2021-10-08 15:25:58 -07:00
Allen Webster 95731945d0 [examples] user errors commentary 2021-10-08 11:56:53 -07:00
Allen Webster 8432125f55 [examples] write examples directory 2021-10-08 11:08:51 -07:00
Allen Webster 5d51cf478c [examples] write overrides example; tidy up overrides overrview comment; tidy up misc notes files 2021-10-07 22:35:31 -07:00
Allen Webster e36e0de276 [example] use type as receipt of work instead of a boolean 2021-10-01 19:21:51 -07:00
Allen Webster a580096708 [examples] do the deduplication todos in types example 2021-10-01 19:07:50 -07:00
Allen Webster cdbf239c34 [examples] implement 'complete' feature for maps 2021-09-26 11:08:30 -07:00
Allen Webster fcb61541a9 [examples] implement default & auto map features 2021-09-26 10:57:28 -07:00
Allen Webster 64b2075038 [examples] fix bug in case iteration 2021-09-26 10:44:46 -07:00
Allen Webster 4a1f9529a0 [examples] generate map functions 2021-09-26 10:39:39 -07:00
Allen Webster 7b830bc584 [example] resolve map's case in value to an enumerant pointer 2021-09-25 21:55:26 -07:00
Allen Webster 1d204361e6 [example] duplicate case checker 2021-09-25 21:45:35 -07:00
Allen Webster b203d0ac67 [examples] check case values when building case lists 2021-09-25 21:35:51 -07:00
Allen Webster 7feed9ea6a [examples] develop the map analyzer 2021-09-25 21:29:42 -07:00