Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change private symbol prefix from ‘__’ to ‘_’ | Thomas Voss | 2024-04-16 | 1 | -3/+3 |
* | Don’t dunder attributes | Thomas Voss | 2024-04-16 | 1 | -2/+2 |
* | Add _attrs.h for function attributes | Thomas Voss | 2024-04-16 | 1 | -1/+2 |
* | Prefer surrounding attribute names with ‘__’ | Thomas Voss | 2024-03-15 | 1 | -2/+3 |
* | Make mkoptparser() [[gnu::always_inline]] | Thomas Voss | 2024-03-10 | 1 | -1/+10 |
* | Make optparse() use u8view’s for longopts | Thomas Voss | 2024-03-10 | 1 | -1/+1 |
* | Replace optparse_init() with mkoptparser() | Thomas Voss | 2024-03-10 | 1 | -3/+6 |
* | Add optparse.h | Thomas Voss | 2024-03-10 | 1 | -0/+32 |