| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-03 | Zig 0.15: zig build GTK exe | Mitchell Hashimoto | |
| 2025-10-03 | Zig 0.15: zig build test | Mitchell Hashimoto | |
| 2025-09-25 | vim: use :setf to set the filetype | Jon Parise | |
| This is nicer because it only sets the filetype if it hasn't already been set. :setf[iletype] has been available since vim version 6. See: https://vimhelp.org/options.txt.html#%3Asetf | |||
| 2025-09-19 | build: generate various resources at build run, not build graph | Mitchell Hashimoto | |
| This is stomping towards minimizing our build.zig dependencies so that it can be cached more often. Right now, touching almost any file in the project forces the build.zig to rebuild which is destroying my productivity. | |||
