Commit graph

12 commits

Author SHA1 Message Date
2e57ca9b3f
close file and don't malloc for no reason 2024-02-14 16:06:14 +01:00
a610d63088
Merge branch 'desktop-x11' 2024-02-13 19:26:01 +01:00
a6a1d0c65e
ignore discarded qualifiers warning upon assigning string literal
ccls still shows me the warning and another one for the `diagnostic
ignored` saying `unknown warning group`, not sure if it's fixable in
ccls, might be time to move to clang/d? although I've heard it has
issues too, not sure
2024-02-12 00:44:13 +01:00
d24c1d3767
big refactor of pretty much everything
I still need to make the Makefile better as it's pretty shit right now
but it's alright for now I think
2024-02-11 23:23:50 +01:00
53ff1074ef
make api versioning actually work 2024-02-11 19:37:41 +01:00
6b8e1087bd
desktop: add x11 support (thanks krizej) 2024-02-11 18:34:25 +01:00
1640be4666
api versioning for modules 2024-02-11 17:50:10 +01:00
ac6c61e10a
module_name -> name 2024-02-10 14:51:50 +01:00
dfa4ea2f44
move to semver everywhere 2024-02-10 14:11:26 +01:00
ce5cd7ac79
add author for remaining modules 2024-02-10 00:04:36 +01:00
b15ab051f0 separator module (#1)
first module which uses the config :-)

Co-authored-by: krizej <60076189+krizej@users.noreply.github.com>
Reviewed-on: jacekpoz/modfetch#1
Co-authored-by: krizej <krizej@protonmail.com>
Co-committed-by: krizej <krizej@protonmail.com>
2024-02-09 22:48:16 +01:00
40f0e25f32
init 2024-02-09 12:05:06 +01:00