Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add to header docs | Thomas Voss | 2023-12-30 | 1 | -0/+9 | |
| | ||||||
* | Use wordexp() to split pkg-config output | Thomas Voss | 2023-12-30 | 1 | -6/+31 | |
| | ||||||
* | Null-terminate cmdexecb() out buffer | Thomas Voss | 2023-12-30 | 1 | -2/+3 | |
| | ||||||
* | Ignore a.out | Thomas Voss | 2023-12-30 | 1 | -0/+1 | |
| | ||||||
* | Screw windows | Thomas Voss | 2023-12-30 | 1 | -1/+1 | |
| | ||||||
* | Remove NULL check | Thomas Voss | 2023-12-30 | 1 | -2/+1 | |
| | ||||||
* | Use clangs _Nullable | Thomas Voss | 2023-12-30 | 1 | -3/+13 | |
| | ||||||
* | More consting | Thomas Voss | 2023-12-30 | 1 | -2/+2 | |
| | ||||||
* | Properly lock and unlock streams when printing | Thomas Voss | 2023-12-29 | 1 | -0/+4 | |
| | ||||||
* | Remove sneaky tab | Thomas Voss | 2023-12-29 | 1 | -1/+1 | |
| | ||||||
* | Use const char * | Thomas Voss | 2023-12-29 | 1 | -6/+6 | |
| | ||||||
* | Update examples | Thomas Voss | 2023-12-29 | 1 | -2/+97 | |
| | ||||||
* | Add threading support a-la pthread.h | Thomas Voss | 2023-12-29 | 1 | -63/+257 | |
| | ||||||
* | Assert POSIX when __has_include() is available | Thomas Voss | 2023-12-28 | 1 | -0/+13 | |
| | ||||||
* | Add TODO | Thomas Voss | 2023-12-28 | 1 | -1/+3 | |
| | ||||||
* | Ignore .clangd | Thomas Voss | 2023-12-28 | 1 | -0/+1 | |
| | ||||||
* | Don’t call cmdput() before execvp() | Thomas Voss | 2023-12-28 | 1 | -1/+0 | |
| | ||||||
* | Call execvp() directly in __rebuild() | Thomas Voss | 2023-12-28 | 1 | -1/+2 | |
| | ||||||
* | Avoid macros where possible | Thomas Voss | 2023-12-28 | 1 | -13/+43 | |
| | ||||||
* | Make cmdexec() a macro | Thomas Voss | 2023-12-28 | 1 | -8/+2 | |
| | ||||||
* | More shuffling | Thomas Voss | 2023-12-28 | 1 | -22/+22 | |
| | ||||||
* | Prefix cbd_arg(c v) with ‘__’ | Thomas Voss | 2023-12-28 | 1 | -9/+9 | |
| | ||||||
* | Add comment | Thomas Voss | 2023-12-28 | 1 | -1/+7 | |
| | ||||||
* | Add note about nproc() memory allocation | Thomas Voss | 2023-12-28 | 1 | -1/+5 | |
| | ||||||
* | Fix codestyle | Thomas Voss | 2023-12-28 | 1 | -1/+1 | |
| | ||||||
* | Use CC macro in the README example | Thomas Voss | 2023-12-28 | 1 | -1/+1 | |
| | ||||||
* | Fix casing | Thomas Voss | 2023-12-28 | 1 | -1/+1 | |
| | ||||||
* | Add an example to the README | Thomas Voss | 2023-12-28 | 1 | -0/+47 | |
| | ||||||
* | Rename cmdput() to cmdputf() and add a cmdput() macro. | Thomas Voss | 2023-12-28 | 1 | -5/+7 | |
| | ||||||
* | Shuffle code around a bit | Thomas Voss | 2023-12-28 | 1 | -78/+78 | |
| | ||||||
* | Add a header comment | Thomas Voss | 2023-12-28 | 1 | -0/+11 | |
| | ||||||
* | Major revamp | Thomas Voss | 2023-12-28 | 1 | -108/+119 | |
| | ||||||
* | Don’t be a dummy | Thomas Voss | 2023-12-28 | 1 | -1/+1 | |
| | ||||||
* | Remove Makefile from the repo | Thomas Voss | 2023-12-28 | 2 | -5/+1 | |
| | ||||||
* | Make pcquery work (kind of) | Thomas Voss | 2023-12-28 | 1 | -4/+13 | |
| | ||||||
* | Who cares for C++ | Thomas Voss | 2023-12-28 | 1 | -8/+0 | |
| | ||||||
* | Remind user to call free() | Thomas Voss | 2023-12-28 | 1 | -1/+3 | |
| | ||||||
* | Genesis commit | Thomas Voss | 2023-12-28 | 5 | -0/+482 | |