6d731d788c
refactor: Created function that will return the char ** (originally char *) that will be used to make the description file. Also removed free that was resulting in a crash.
2023-01-27 22:17:57 +00:00
a60c923547
refactor: Modified .PKGINFO parser not to rely on gotos and continues. Parser is now optimistic and assumes .PKGINFO file is valid.
...
After my changes to the macros, they still feel a bit hacky, but I'm content with them. I also changed the parser to assume the .PKGINFO files are always valid because they are automatically generated. The parser also assumes the same fields will always appear in the same fixed order. I made this change after checking how makepkg generated this file.
2023-01-27 22:17:57 +00:00
276fa99e4b
refactor: Add original .c package files by Jef.
2023-01-27 22:17:57 +00:00
5b2ce6acaa
feat(heap): thread-safety features
2023-01-27 21:23:32 +01:00
d77b3e4fee
chore: some nitpicking
2023-01-27 20:50:23 +01:00
d11d074960
chore: some reorganising
2023-01-22 12:35:55 +01:00
13a63d548c
docs: added docstrings to public headers
2023-01-22 12:32:47 +01:00
6823050c2f
refactor(heap): properly organised code
2023-01-22 09:40:35 +01:00
050e99b413
feat(heap): code skeleton
2023-01-21 16:31:22 +01:00
11709cc611
refactor: slightly change api
2023-01-18 14:14:39 +01:00
30e086ad6b
test: started porting cron tests
2023-01-18 13:59:10 +01:00
be97472dcc
chore: switch to defualt clang-format formatting
2023-01-18 11:38:34 +01:00
4d72e60515
chore: added makefile
2023-01-18 11:29:16 +01:00