-
170f33a1
by Valentin David
at 2018-08-02T14:17:01Z
Move tests.frontend.generate_junction to test.testutils
-
3bae4aeb
by Valentin David
at 2018-08-02T14:17:01Z
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.
-
483b0223
by Valentin David
at 2018-08-02T14:17:01Z
Make Project owner of Loader.
-
19cd954b
by Valentin David
at 2018-08-02T14:17:01Z
Refactor plugin factory creation
-
171e803f
by Valentin David
at 2018-08-02T14:18:10Z
Add support for include '(@)' in project.conf and .bst files
Fixes #331.
-
4e1160a9
by Valentin David
at 2018-08-02T15:17:03Z
Merge branch 'valentindavid/331_include' into 'master'
Add support for include in project.conf
Closes #331
See merge request BuildStream/buildstream!471
-
7b01abe7
by Tiago Gomes
at 2018-08-03T09:57:30Z
element: move build tree instead of copying it
The build tree won't be necessary any longer so it can be just moved.
-
34a2ed81
by Tiago Gomes
at 2018-08-03T09:57:30Z
cas: ignore files of type socket
These files are automatically generated on the bind() syscall and thus
can be safely ignored.
This fixes caching the build tree of projects that create a socket as
part of their tests.
Closes #500.