-
In my build, I add the `-O` flag programmatically based on certain logic. However, Craftr will _always_ set the `-O` flag due to [this code](https://github.com/craftr-build/craftr/blob/master/craftr/l…
-
While it is already easy to just clone a repository with Git or even add it as a submodule, it would be even easier if you could issue a single command with Craftr to obtain the Craftfile (and the sou…
-
Hi David,
since you're trying to compile Cython projects with [Craftr](https://github.com/craftr-build/craftr), I thought I could try it myself to see how it works out with a real world project. The …
-
Currently `craftr.session` and `craftr.module` are `werkzeug.local.LocalProxy` objects, but proxies only cause problems. Using functions instead to get the current session and module would lead to muc…
-
- [x] Sophisticated method for testing if a file is an executable image on Windows in `ninja.export()` (#67)
**RTS**
- [x] ~~Implement the ability to pipe data into the stdin of a Python function inv…
-
- [x] Support for compiler optimization levels (speed, space, debug)
- [x] ASM compiler interface for GCC, Clang and MSVC
- [x] MSVC support for platform toolset versions
- [x] Auto dependency support…
-
Craftr is currently purely based on command-line switches like `-e`, `-b` and `-cc`. While it is quite nice to be able to do all in a single command (clean, export new manifest, build), the flags only…
-
When installing from PyPy:
```
$ pip install craftr-build
```
Files installed are:
```
Python script, ASCII text executable, with CRLF line terminators
```
and invoking `craftr` on GNU/Linux fail…
-
```
$ pip install craftr-build
Collecting craftr-build
Could not find a version that satisfies the requirement craftr-build (from versions: 1.0.0-src)
No matching distribution found for craftr-bu…
-
We don't have so much automatic detection of existing system libraries yet, but we can at least support CMake header configurations based on options that we can specify manually. There should be a new…