craftr-build-4.x
craftr-build-4.x copied to clipboard
Frontend for the Craftr build framework.
Currently the Craftr CLI makes heavy use of flags to allow the incorparation of multiple steps. Most commonly `--configure` and `--build` is mixed. But positional arguments can not be properly...
Currently the output of the build is all over the place. To make it look more clear and concise, I think it should - include the name of the module...
The path length limit requires that response files be used with extremely long commands, for example when linking a large number of object files. Currently, a module that generates build...
With the `ninja:speed=1` option, the Ninja backend exports batch files rather than using the Build Server and Client to improve build performance. This mode does not incorporate response files yet,...
This issue is regarding craftr _0.20.0-dev_. The `compiler.nvcc` module has been tested with Windows only, yet. It needs to be tested, and eventually adjusted, for Linux and OSX.
You can use OpenCL with craftr 0.20.0-dev on Windows using `compiler.nvcc`. There should be support for other vendors (Intel, AMD) on Windows as well, and also support on Linux and...
On my OSX machine, Clang does not respect these search paths. If you're using XCode, it will add these to the search path on the command-line automatically. It seems that...
The `environ` dictionary is saved for every build action, but often it is the same across many actions (for when using the Cxx MSVC Toolchain). In these cases, we could...