Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don’t run norm-scale.c | Thomas Voss | 2024-10-03 | 1 | -3/+5 |
* | Merge branch 'master' of git.thomasvoss.com:mlib | Thomas Voss | 2024-09-20 | 1 | -0/+8 |
|\ | |||||
| * | Don’t use -march and -mtune on Apple | Thomas Voss | 2024-09-19 | 1 | -0/+4 |
| * | GCC on Apple doesn’t support -ggdb at level 3 | Thomas Voss | 2024-09-19 | 1 | -0/+4 |
* | | Test against the correct macros | Thomas Voss | 2024-09-20 | 1 | -2/+2 |
* | | Shorten the string view type names | Thomas Voss | 2024-09-15 | 1 | -2/+4 |
|/ | |||||
* | Add subcommands | Thomas Voss | 2024-09-15 | 1 | -2/+37 |
* | Bump CBS to the newest version | Thomas Voss | 2024-09-15 | 1 | -147/+147 |
* | Don’t run wdth.c | Thomas Voss | 2024-06-08 | 1 | -1/+2 |
* | Add -p | Thomas Voss | 2024-05-20 | 1 | -5/+14 |
* | Remove useless CLI arg | Thomas Voss | 2024-05-20 | 1 | -1/+1 |
* | Support the 4 forms of Unicode string normalization | Thomas Voss | 2024-05-20 | 1 | -1/+1 |
* | Use cc instead of gcc now that GCC14 is on Arch | Thomas Voss | 2024-05-10 | 1 | -1/+1 |
* | Add an unimplemented manstall target | Thomas Voss | 2024-05-09 | 1 | -0/+2 |
* | Add -a and -s to the build script | Thomas Voss | 2024-05-09 | 1 | -17/+24 |
* | Enable the sanitizer in debug builds | Thomas Voss | 2024-05-09 | 1 | -1/+1 |
* | Add the ‘test’ subcommand | Thomas Voss | 2024-05-04 | 1 | -2/+7 |
* | Update the ‘gen’ rule | Thomas Voss | 2024-04-30 | 1 | -1/+2 |
* | Simplify macros and define _GNU_SOURCE on Glibc | Thomas Voss | 2024-04-27 | 1 | -9/+21 |
* | Build with -Wno-parentheses | Thomas Voss | 2024-04-22 | 1 | -1/+1 |
* | Add the ‘gen’ subcommand | Thomas Voss | 2024-04-20 | 1 | -6/+8 |
* | Prettify output of build system | Thomas Voss | 2024-04-16 | 1 | -6/+9 |
* | Add unicode/gbrk | Thomas Voss | 2024-03-23 | 1 | -0/+2 |
* | Build with -Wvla enabled | Thomas Voss | 2024-03-10 | 1 | -1/+1 |
* | Pass -DNDEBUG when compiling for release | Thomas Voss | 2024-03-10 | 1 | -2/+2 |
* | Add make script | Thomas Voss | 2024-03-10 | 1 | -0/+153 |