Results 93 issues of refi64

Right now, there's no way to specify globs of source files, which is needed for lots of very, very big libraries. Something like: ``` program x { sources { *.cpp...

This: ``` toolsets = gnu; configuration Something : Debug {} template X { source-file = x.cpp; sources { $(source-file) } } program Z : X { if ($(config) == Something)...

I have a situation where there are some targets in a Bakefile that should NOT be built by default. Any way to make it build will work, but I just...

I think I got everything right. Again, I apologize for the removal of indentation.

I have a Bakefile that has a section like this: ``` tests = test_a test_b test_c; action run_tests { deps = my_library $(tests); commands = "python ../tests/test_runner.py $(tests)"; } ```...

One of my favorite features of legacy Bakefile was that it supported pkg-config. Now, I'm working on a project for which I want to use Bakefile, but it needs pkg-config...

You mentioned: > The lack of static type in Python is just ... painful :). However, now we have [mypy](http://www.mypy-lang.org/) and accompanying [PEP 484: Type Hints](https://www.python.org/dev/peps/pep-0484/), along with WIP [PEP...

I would be happy to contribute them! :D

low-hanging fruit
windows

## Requirements All new code should be covered with tests, documentation should be updated. CI should pass. ## Description of the Change This adds support for storing the "local" package...

PR superseded