Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Improve docs, don't initialise SDL until arguments are already handled | untir_l | |
2022-02-25 | Reorganise CLI and lib into separate dirs, add doc comments for Doxygen | untir_l | |
2022-02-25 | Change argument parsing to use optparse, fix bugs in it, misc. changes | untir_l | |
- Change argument parsing library from xgetopt to optparse (pretty close to a drop-in replacement). - Fix bugs in the argument parsing. There were several. - Remove an extraneous printf added for debugging purposes. - Add more bounds checks for numeric arguments to avoid passing garbage to the library code and hitting assertions when the input is bad. - Change the clang-format invocation in the Makefile to have --verbose. - Change -Wpedantic to --pedantic-errors in CFLAGS, add -Wno-unused-function so it doesn't complain about the ones from optparse (such are the perils of single-header libraries). | |||
2022-02-25 | Update README.md wording | untir_l | |
2022-02-25 | Add clang-format invocation to Makefile | untir_l | |
2022-02-25 | Add todo to README.md | untir_l | |
2022-02-25 | Use clang-format | untir_l | |
2022-02-25 | Add sample image and embed it in README | untir_l | |
2022-02-18 | Add license and copyright notice | untir_l | |
2022-02-18 | Initial commit | untir_l | |