bake
bake copied to clipboard
C++ build tool
Traditionally `bake` is mostly used for building static, cross, embedded, cish stuff. The need for shared libraries did not exist. Producing a shared lib with bake needs the following: ```...
Currently dependency build order is defined (almost) explicitly by the order they appear in Project.meta file. With the parallel build support the order becomes crucial for total build duration, so...
When setting the `outputDir` parameter on a toolchain definition, the simple and stupid `bakeclean` script doesn't clean up on invocation. From the description of `bakeclean` I would have expected this....
And shorten them somehow if needed.
...and the editor opens the appropriate file... I think this is much effort.....
Most probably the input buffer is too small. To be checked if that happens with compiler errors too.
Currently there is no way to define input files or output artifacts in CustomConfig, thus there is no way for bake to notice if input files have changes and prevent...
https://github.com/Microsoft/language-server-protocol
This is always constant in a project and does not depend on machine, build server etc...