Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cli.h: fix cli_opt_ulong value typecli | Yaroslav de la Peña Smirnov | 36 hours |
| | | | | Weak typing be like... | ||
* | clang-format: align with spaces | Yaroslav de la Peña Smirnov | 36 hours |
| | | | | Also format cli after the changes. | ||
* | cli: minor bug fixes and improvments | Yaroslav de la Peña Smirnov | 37 hours |
| | |||
* | cli: header with extra option implementations | Yaroslav de la Peña Smirnov | 37 hours |
| | | | | For now just one, `struct cli_opt_data_size`. | ||
* | cli: make it possible to extend option types | Yaroslav de la Peña Smirnov | 38 hours |
| | | | | | Make it possible to extend options with custom value parsers by embeding `struct cli_opt` into a custom struct and setting the `set()` "method". | ||
* | clang-format: update it once more | Yaroslav de la Peña Smirnov | 38 hours |
| | |||
* | cli.h: a simple command-line parser | Yaroslav de la Peña Smirnov | 2 days |
| | | | | A simple command-line commands and options parser. | ||
* | utest: add benchmarksHEADmaster | Yaroslav de la Peña Smirnov | 2 days |
| | | | | Also updated clang-format a bit. | ||
* | utils.h: update ARRAY_SIZE | Yaroslav de la Peña Smirnov | 2024-04-15 |
| | | | | | Update ARRAY_SIZE macro so that we can use it in more places, including where comma expressions aren't allowed. | ||
* | list: add some macros and functions from Linux | Yaroslav de la Peña Smirnov | 2024-04-15 |
| | |||
* | optionals v0.2.0: custom-named optionals | Yaroslav de la Peña Smirnov | 2024-02-20 |
| | | | | | Can now declare custom named optionals, in order to declare optionals for two-token type names. | ||
* | init | Yaroslav de la Peña Smirnov | 2023-07-22 |
Just some C wares; hmap, list, optional, unit tests. |