| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *skip | 2026-03-24 | 1 | -1/+1 | |
| | | |||||
| * | cpp: support directives within macro argument list | 2026-03-24 | 1 | -55/+80 | |
| | | | | | Undefined behavior by the standard but a GNU extension. | ||||
| * | style: change uvlong -> u64int, vlong -> s64int | 2026-03-22 | 1 | -23/+23 | |
| | | | | | | Is much nicer. I don't know whether I want to do it for the other int types too. char and uchar are fine as bytes. u/short -> u/s16int, maybe. | ||||
| * | Rework handling of predefined macros. | 2026-03-21 | 1 | -55/+74 | |
| | | | | | And add some GCC predefs like __SIZE_TYPE__, __LONG_SIZE__, etc | ||||
| * | io: make -w suppress notes too | 2026-03-20 | 1 | -6/+6 | |
| | | |||||
| * | preeliminary support for openBSD | 2026-03-19 | 1 | -2/+17 | |
| | | |||||
| * | cpp: fix nullptr deref for unknown target predefs | 2026-03-19 | 1 | -1/+1 | |
| | | |||||
| * | cpp: do not warn for "#define X(){}" with no space after the ) | 2026-03-18 | 1 | -1/+1 | |
| | | |||||
| * | Refactor: use typedefs and CamelCase for aggregate types | 2026-03-18 | 1 | -178/+181 | |
| | | | | | Looks nicer | ||||
| * | Refactor: move some utils from antcc.h to their own headers | 2026-03-17 | 1 | -0/+1 | |
| | | |||||
| * | REFACTOR: finish renaming | 2026-03-17 | 1 | -3/+3 | |
| | | |||||
| * | REFACTOR: move sources to src/ | 2026-03-17 | 1 | -0/+2496 | |