bake icon indicating copy to clipboard operation
bake copied to clipboard

Bake, A build system for building, testing and running C & C++ projects

Results 37 bake issues
Sort by recently updated
recently updated
newest added

my home folder now has a bake folder, which gets created everytime I upgrade, couldn't find a way to override where this folder is created, this also makes adding bake...

Hi, guys! Really like the concept of this project. I mostly run Windows, and I removed Visual Studio from the system. I'm trying to get bake to build using MSYS2,...

Implements configurable architecture allows to build bake application for x86 or x64 without rebuilding bake itself.

Hi, can bake generate the ever popular [compile_commands.json](https://clang.llvm.org/docs/JSONCompilationDatabase.html)? If it doesn't would you be interested in adding this feature? Thank you

I installed bake on windows 10. And, ``` bake new game -t sdl2.basic bake run game ``` I got the following error message. ` [ error] missing dependency 'sdl2' `...

First of all, great project. I noticed the readme mentioned some files are installed to System32 on Windows in order to be shared amongst users. My main question is why...

I have a package that I am porting to the bake environment: `{ "id": "collections", "type": "package" }` and an application project thats depends on it: `{ "id": "collec_test", "type":...

I cant seem to get the sdl2 system working ,no idea how to get it installed manually either .I am getting Undefined references from the missing sdl2.lib but I have...

Currently there is not possible to use external driver without manual installing via command line so this step must be avoided and external driver must be resolved in same way...

Running `bake -v` uses the --verbosity option. This confused me because i expected it to display the version but instead the output was `no projects found in '.'`