Commit graph

7 commits

Author SHA1 Message Date
Christian Clason
b46ddb22aa feat: add parser tiers
Tier 1: Stable
Tier 2: Core (maintained by org members)
Tier 3: Community (maintained by external contributors, to varying
degree)
Tier 4: Unsupported (lacking active maintainer or declared
experimental); skipped in lockfile update and ignored for automatic
install by default
2025-04-30 11:48:30 +02:00
Christian Clason
538149000e feat!: drop makefile support, norg parser
Norg install_info and queries are maintained by neorg.

All other parsers are compatible with C++11, so fix that as standard.
(Can be bumped if all supported platforms support C++14.)

Remove Makefile support, as it's no longer needed.
2025-04-30 11:48:30 +02:00
Christian Clason
0bcb12375c fix: install dependencies 2025-04-30 11:48:30 +02:00
Christian Clason
e1069893cb ci: remove update-lockfile shell script 2025-04-30 11:48:30 +02:00
Lewis Russell
3bbb0fc05a refactor: rewrite installation using jobs and async
Replace sync variants with callback support
2025-04-30 11:48:30 +02:00
Christian Clason
382f91c39d feat(locals)!: refactor locals.lua into standalone
Co-authored-by: TheLeoP <eugenio2305@hotmail.com>
2025-04-30 11:48:30 +02:00
Christian Clason
ae239f89cc feat!: drop modules, general refactor and cleanup 2025-04-30 11:48:30 +02:00