Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | minor refactoring | Egor Tensin | 2023-06-14 |
| | |||
* | 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. | ||
* | sqlite: fix error handling | Egor Tensin | 2023-04-11 |
| | |||
* | actually create some tables in SQLite database | Egor Tensin | 2023-04-11 |