Age | Commit message (Expand) | Author |
2021-12-25 | rename wine list-installed to installed | Jan200101 |
2021-12-23 | clean up mock logic, improve names, allow mock without wine | Jan200101 |
2021-12-23 | Compile each subsection as its own library and link them together | Jan200101 |
2021-11-18 | Correct ifdef guards | Jan200101 |
2021-11-07 | cleanup, make main components optional at compile time | Jan200101 |
2021-08-08 | replace static core library to be an object library | Jan200101 |
2021-08-01 | update min cmake, add wine to lib, make base empty | Jan200101 |
2021-07-28 | find packages before setting CFLAGS | Jan200101 |
2021-07-28 | add newline to files | Jan200101 |
2021-07-26 | remove useless tests, add AppImage creation to CI | Jan200101 |
2021-07-22 | reorder linkage | Jan200101 |
2021-07-22 | compile core files into a static library to link against | Jan200101 |
2021-07-22 | fix broken debug define checks, move lutris enums to special headers | Jan200101 |
2021-07-22 | invoke shell once to get c and lib flags | Jan200101 |
2021-07-07 | correct main target to compile with C compiler, remove mentions of test target | Jan200101 |
2021-07-04 | fix wrong comparison, remove whitespace, add Makefile and Doxyfile | Jan200101 |
2021-06-13 | rework command group logic to work linear, replace return with EXIT_* | Jan200101 |
2021-06-11 | ignore flags for wine, add no-net debug print | Jan200101 |
2021-06-06 | correct github CI workflow | Jan200101 |
2021-06-06 | fix win env, add proper mocking code to test implementation | Jan200101 |
2021-05-27 | allow flags to exit prematurely, move defines, add no networking flag | Jan200101 |
2021-05-18 | add some mock test steps | Jan200101 |
2021-05-18 | cleanup windows config stuff, parse wine argv0 | Jan200101 |
2021-05-18 | improve cmake files, add simple curl mock, clean up on download error | Jan200101 |
2021-05-16 | add NULL checks | Jan200101 |
2021-05-13 | reorder includes, add missing includes | Jan200101 |
2021-05-08 | add work in progress windows support | Jan200101 |
2021-04-26 | rid some warnings | Jan200101 |
2021-04-26 | add CI for dev branch | Jan200101 |
2021-04-26 | implement flags and sort commands by alphabet | Jan200101 |
2021-04-24 | update allocsize with the largest size we might possibly need | Jan200101 |
2021-04-22 | add list & search command, fix bug in installer parser, […] | Jan200101 |
2021-03-26 | a chunk of changes | Jan200101 |
2021-03-26 | add files to the variable list | Jan200101 |
2021-03-26 | improve parser logic and math reuse | Jan200101 |
2021-03-26 | allow functions to return an allocated string value | Jan200101 |
2021-03-26 | ensure variable key is fully compared, return head to offset […] | Jan200101 |
2021-03-26 | add debug method to test out variable parser for memory safety | Jan200101 |
2021-03-26 | don't output a random number on unknown directive | Jan200101 |
2021-03-26 | commit variable parser | Jan200101 |
2021-03-26 | replace MIT license with GPLv3 | Jan200101 |
2021-02-03 | clean up logic some more | Jan200101 |
2021-01-12 | replace float with int math, silence conversions, improve wine call […] | Jan200101 |
2021-01-02 | quote executable/script path to not deal with whitespace problems | Jan200101 |
2020-12-20 | add some memory allocation failure checks | Jan200101 |
2020-12-19 | add conversion warnings, fix existing flaws | Jan200101 |
2020-12-19 | remove useless struct, add json length type macro | Jan200101 |
2020-12-18 | add stderr checks, print carriage return when done downloading | Jan200101 |
2020-12-18 | move carriage return to start, remove spaces | Jan200101 |
2020-12-18 | add dots to downloading prompt | Jan200101 |