Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-18 | improve cmake files, add simple curl mock, clean up on download error | Jan200101 | |
2021-05-08 | add work in progress windows support | Jan200101 | |
to run lutris installers on windows soon | |||
2021-02-03 | clean up logic some more | Jan200101 | |
2020-12-19 | add conversion warnings, fix existing flaws | Jan200101 | |
2020-12-16 | add 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-23 | specify language | Jan200101 | |
2020-11-23 | get the size of the correct variable0.1.9 | Jan200101 | |
sizeof(dxvkdir) returns the size of void*, not what we want | |||
2020-11-22 | bump version, quality of life changes […]0.1.8 | Jan200101 | |
- add cmake install target - remove unused code from dxvk | |||
2020-11-21 | bump version, make default build type Release0.1.6 | Jan200101 | |
2020-11-21 | Change name and version printout to be a status message | Jan200101 | |
2020-10-20 | properly include header directories, change how json-c is found | Jan200101 | |
2020-10-11 | replace meson with cmake | Jan200101 | |
meson is nice but its completly foreign to me and leaves targets to compile to (e.g Makefile) might revisit in the future but now right now |