aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-07-04fix wrong comparison, remove whitespace, add Makefile and DoxyfileJan200101
2020-12-16add more warning flags, correct syntax, add UNUSED macro, […]Jan200101
- added -Wall -Wextra -pedantic to the compile options - various syntax has been corrected: - static is used before const - correct integer types are used in for loops - empty newlines are added - every command has an argc and argv but some don't use them so they are marked as potentially unused if compiled on a GNUC compatible compiler - mark JSONC variables as advanced so they do not show up as generic variables
2020-11-23simplify questions, add installation instructions for distrosJan200101
2020-11-21Update readme (once again), add message for no installer foundJan200101
2020-10-20update readme for cmakeJan200101
2020-10-05Use Meson build systemMasanori Kakura
2020-09-05Update README, add built instructions, add missing dependenciesJan200101
2020-08-10a lot of changes […]0.1.3Jan200101
- go to next entry of argv and decrement argc the deeper it goes - add basic lutris functionality - remove "help" from help message and as a command - replace all stderr prints with stdout prints (usually stderr is better for directly informing the user but in this case I don't think it will help much) - add libarchive dependency to the README - bump version number
2020-07-30list dependenciesJan200101
2020-07-30Initial commit0.1.0Jan200101