-
70e5d36d
by Valentin David
at 2018-08-03T11:54:30Z
Move tests.frontend.generate_junction to test.testutils
-
4bcd3cc5
by Valentin David
at 2018-08-03T11:54:33Z
Pass targets to Loader.load() instead of its constructor.
This is required to be able to build a Loader before the list
of targets is known.
-
63a37dff
by Valentin David
at 2018-08-03T11:54:33Z
Make Project owner of Loader.
-
054112e2
by Valentin David
at 2018-08-03T11:54:33Z
Refactor plugin factory creation
-
f47b80c3
by Valentin David
at 2018-08-03T11:54:33Z
Add support for include '(@)' in project.conf and .bst files
Fixes #331.
-
a27de512
by Tiago Gomes
at 2018-08-03T12:48:51Z
Merge branch 'tiagogomes/includes-1.12-backport' into 'bst-1.2'
Add support for include in project.conf
See merge request BuildStream/buildstream!599