Commit Graph

419 Commits

Author SHA1 Message Date
ed ffaa2ca19f organizing, resolving dependencies 2025-02-01 14:28:12 -05:00
ed 1d0045b759 initial scripts 2025-02-01 12:50:25 -05:00
ed 40c21ca555 add puref for mdesk 2025-02-01 12:50:18 -05:00
ed 2ba468ffaf Bring over RADDBG's mdesk and metagen modules 2025-02-01 12:50:04 -05:00
Ryan Fleury 23289461d2 fix discrepancy in win32 vs. linux memory reserve 2023-02-17 14:32:08 -08:00
ryanfleury 95ea556f34 Merge branch 'master' into dev 2022-02-17 14:19:24 -07:00
ryanfleury e9436ce07e correct a few issues in the api reference & remove old prototype for MD_MakeDetachedError 2022-02-17 14:19:11 -07:00
Ryan Fleury 7b6751d96d Merge pull request #7 from bvisness/right-side-sloppy
Fix overflow bug with MD_StringMatchFlag_RightSideSloppy
2022-02-17 14:17:17 -07:00
Ryan Fleury beb2562b14 Merge pull request #9 from bvisness/join-post
Actually use .post on MD_S8ListJoin
2022-02-17 14:16:15 -07:00
ryanfleury ecfe3314b6 robustify against /W4 on MSVC 2022-02-17 14:14:50 -07:00
Ben Visness fb4a7fbb6c Actually use .post on MD_S8ListJoin 2022-01-31 22:43:52 -06:00
Ben Visness bda95a298a Fix overflow bug with MD_StringMatchFlag_RightSideSloppy
If a is longer than b, then MD_S8Match will check outside of b's bounds.
2021-12-31 12:52:39 -06:00
Ryan Fleury 2ceb1a1d7a possible bugfix for eating up newlines too ambitiously when ending unscoped sets 2021-12-29 09:21:39 -07:00
Ryan Fleury 7f12b05741 sanity test for unscoped set newline-allowance (after first child) bug (?) 2021-12-29 09:09:34 -07:00
Ryan Fleury f1b1118b6e fix typo 2021-11-28 12:32:55 -07:00
Ryan Fleury 7b2b00d8da update node flag string table 2021-11-28 12:30:04 -07:00
Ryan Fleury f2a062b4c0 split -> splitter in split API 2021-11-28 12:25:54 -07:00
Ryan Fleury 2e120c7b4a add MD_S8ListJoinMid 2021-11-28 12:24:23 -07:00
Ryan Fleury 597b44d5a3 treat newlines as whitespace in MD_CharIsSpace 2021-11-28 12:22:50 -07:00
Ryan Fleury 474c4af262 Merge pull request #6 from mmozeiko/macos
macOS support
2021-11-16 21:43:52 -07: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
Ryan Fleury 642d2cd895 Merge pull request #4 from mmozeiko/github-actions
add github actions
2021-11-16 21:42:52 -07:00
Mārtiņš Možeiko 08bfd28169 macOS support 2021-11-14 18:17:37 -08: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
Ryan Fleury b07e706dfb [bugfix] do not use RootFromNode when calculating file coordinates, stop upwards search on the first NodeKind_File node 2021-11-05 15:18:21 -06:00
Ryan Fleury 3ca16a7c3a [docs] touchups 2021-11-05 14:51:26 -06:00
Ryan Fleury bad4062c2d [docs] fix typo 2021-11-05 14:41:15 -06:00
Ryan Fleury f09218bb57 [docs] fix copy/paste typo 2021-11-05 14:38:29 -06:00
Ryan Fleury d699873f5e [docs] remove opaque comments 2021-11-05 14:31:00 -06:00
Ryan Fleury 8c7771efb9 [docs] arena temp allocation docs 2021-11-05 14:29:15 -06:00
Ryan Fleury 0629a4bf7f [docs] arena docs 2021-11-05 14:25:00 -06:00
Ryan Fleury 1f9fd7d166 [docs] fix incorrect identifier style docs 2021-11-05 13:57:24 -06:00
Allen Webster f2958f5150 [docs] expression parser docs finished 2021-11-01 20:19:06 -07:00
Miguel Lechon 537b962b2b [docs] Misc fixes. 2021-11-01 17:24:21 +01:00
ryanfleury 4683ee3313 [docs] fix prefix for token enums 2021-11-01 01:21:29 -06:00
ryanfleury 2defa09b86 [docs] fix unescaped thing 2021-11-01 01:20:00 -06:00
ryanfleury 4f5105f5d4 [docs] fix duplicate names 2021-11-01 01:16:48 -06:00
ryanfleury 5b984f5bc1 [docs] missing string numeric parse docs 2021-11-01 01:14:54 -06:00
ryanfleury a7efe71a50 [docs] reorder/reorganize/consistencyify docs; do mostly all missing pieces 2021-11-01 01:11:47 -06:00
Allen Webster 10a78c8186 'how to build' comment 2021-10-31 21:03:32 -07:00
Allen Webster 5f21be8db1 [docs] progress on expression system docs 2021-10-24 14:06:01 -07:00
Allen Webster 73a07fe8ca woops actually save everything for last commit 2021-10-24 13:32:15 -07:00
Allen Webster 8d4d2d2c3a naming pass; stub in expression API docs 2021-10-24 13:02:13 -07:00
Miguel Lechon 47613b5563 [expr parser] Communicate expression operator table bake errors through callback. 2021-10-24 17:11:28 +02:00
ryanfleury 8ec2e23a1d [docs] remove some stuff 2021-10-20 19:34:00 -06:00
Ryan Fleury a77389a64d Merge branch 'dev' of https://github.com/Dion-Systems/metadesk into dev 2021-10-11 11:27:37 -06:00
Ryan Fleury 8b57ba0588 [docs] string generation; file-system helper; command-line helper; tree matching; message formatting 2021-10-11 11:27:29 -06:00
Allen Webster 5516a221ee [examples] fix typo in build script 2021-10-10 20:30:31 -07:00
Allen Webster e0df4e5bed [examples] comments in multi-threaded parse example 2021-10-10 19:42:00 -07:00