Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten the string view type names | Thomas Voss | 2024-09-15 | 1 | -30/+29 |
* | Add U8C(), U16C(), and U32C() for view constants | Thomas Voss | 2024-06-03 | 1 | -0/+5 |
* | Rename ‘sv’ to ‘p’ | Thomas Voss | 2024-05-21 | 1 | -2/+2 |
* | _Generic selector should be a pointer | Thomas Voss | 2024-05-15 | 1 | -1/+1 |
* | Add encoding-generic macros | Thomas Voss | 2024-05-14 | 1 | -3/+29 |
* | Replace u8split() with u8cut() | Thomas Voss | 2024-05-04 | 1 | -2/+4 |
* | Go all in on string views, and fix manuals | Thomas Voss | 2024-05-04 | 1 | -28/+15 |
* | Add u8split() | Thomas Voss | 2024-05-04 | 1 | -0/+2 |
* | Don’t handle U8(nullptr); use U8() instead. | Thomas Voss | 2024-04-27 | 1 | -4/+2 |
* | Fix broken things (_Generic() sucks ass) | Thomas Voss | 2024-04-27 | 1 | -1/+1 |
* | Prefix string-literals given to U8() with ‘u8’ | Thomas Voss | 2024-04-27 | 1 | -1/+1 |
* | Rename U8V() to U8(), and handle U8(nullptr) | Thomas Voss | 2024-04-27 | 1 | -1/+4 |
* | Change private symbol prefix from ‘__’ to ‘_’ | Thomas Voss | 2024-04-16 | 1 | -7/+7 |
* | Don’t dunder attributes | Thomas Voss | 2024-04-16 | 1 | -11/+9 |
* | Remove usages of __MLIB_NO_MACRO_WRAPPER | Thomas Voss | 2024-04-09 | 1 | -5/+3 |
* | Prefer constexpr, and rename U8_BYTE_*() | Thomas Voss | 2024-03-31 | 1 | -10/+10 |
* | Add U8_ARGSP() | Thomas Voss | 2024-03-15 | 1 | -2/+3 |
* | Prefer surrounding attribute names with ‘__’ | Thomas Voss | 2024-03-15 | 1 | -10/+19 |
* | Add the U8_ARGS() macro | Thomas Voss | 2024-03-10 | 1 | -7/+8 |
* | Make optparse() use u8view’s for longopts | Thomas Voss | 2024-03-10 | 1 | -0/+2 |
* | Add __u8view.h | Thomas Voss | 2024-03-10 | 1 | -9/+1 |
* | Add u8has(p s)fx | Thomas Voss | 2024-03-07 | 1 | -0/+2 |
* | Prefer macros | Thomas Voss | 2024-03-07 | 1 | -6/+6 |
* | Formatting fixes | Thomas Voss | 2024-03-07 | 1 | -0/+2 |
* | Use the __MLIB prefix | Thomas Voss | 2024-03-07 | 1 | -4/+4 |
* | Genesis | Thomas Voss | 2024-03-06 | 1 | -0/+53 |