Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | switch to egor@tensin.name | Egor Tensin | 2023-12-12 |
| | |||
* | show git hash with --version | Egor Tensin | 2023-06-30 |
| | | | | Also, use cmake's configure_file to build string constants in. | ||
* | use -std=c17 -Wpedantic | Egor Tensin | 2023-05-13 |
| | |||
* | best practices & coding style fixes | Egor Tensin | 2023-05-13 |
| | | | | | | | | * I don't really need to declare all variables at the top of the function anymore. * Default-initialize variables more. * Don't set the output parameter until the object is completely constructed. | ||
* | cmd_line: read executable name from /proc/self/exe | Egor Tensin | 2023-04-29 |
| | |||
* | dedupe command line routines | Egor Tensin | 2023-04-29 |