craftr-build-4.x icon indicating copy to clipboard operation
craftr-build-4.x copied to clipboard

Frontend for the Craftr build framework.

Results 25 craftr-build-4.x issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

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,...

bug

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.

feature request

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...

feature request

feature request
lang/cxx

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...

enhancement
lang/cxx

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...

enhancement