aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement required arguments, add testsLion Kortlepel10 days3-11/+88
| | | | bump ls_test to 1.3 for ASSERT_STR_{EQ, NEQ}
* fix: rename allocated_ strings to make accidental use less likelyLion Kortlepel10 days1-30/+30
|
* fix!: breaking: LS_ARG_ enum -> LS_ARGS_ enumLion Kortlepel10 days1-2/+2
| | | | | this is only technically breaking as no API is using this type properly yet
* docs: fix comment styleLion Kortlepel10 days1-1/+2
|
* fix: fix debug info displaying wrong file/line infoLion Kortlepel10 days1-1/+1
| | | | in tests specifically
* docs: add docs header to main includeLion Kortlepel10 days1-0/+74
|
* ci: add coverage scriptsLion Kortlepel12 days2-0/+63
|
* fix!: reach 96% line coverage, add tests, fix bugsLion Kortlepel12 days6-94/+513
|
* tests: update ls_testLion Kortlepel2026-01-201-1/+2
|
* feat: add string argument parsingLion Kortlepel2026-01-202-20/+64
|
* initial commitLion Kortlepel2026-01-208-0/+631