bfg9000
bfg9000 copied to clipboard
bfg9000 - build file generator
I think Visual Studio has some special stuff for running tests. I need to figure out how it works so that people get all the pretty logs or whatever.
It's common to create `config.h`-style header files based on platform- or build-specific constants. bfg9000 should support this as well.
If something you do (e.g. edit via emacs) creates a temp file in a folder that's been searched for files, that folder will be marked as changed, triggering regeneration of...
(This is kind of obvious, but just so I don't forget...)
This would let you do fancier things in those files, and also it would be very nice to have for `bfg9000-mode`'s codegen for font-lock...
We could take this and the `compile_commands.json` and turn them into a pluggable "secondary backend" framework.
This is easy enough to do in a hacky way, but let's try to do better than that. Where would warnings like this belong? For example, should it be a...