Will Salmon pushed to branch willsalmon/outOfSourecBuild at BuildStream / buildstream
Commits:
-
4a4e6e6f
by William Salmon at 2018-09-11T15:52:06Z
-
c5c58ca8
by William Salmon at 2018-09-11T15:52:06Z
-
1981fc0f
by William Salmon at 2018-09-11T15:52:06Z
-
b3519d2a
by William Salmon at 2018-09-11T15:52:06Z
-
a5f21da8
by William Salmon at 2018-09-11T15:52:06Z
-
887301f4
by William Salmon at 2018-09-11T15:52:06Z
30 changed files:
- buildstream/buildelement.py
- buildstream/data/projectconfig.yaml
- buildstream/element.py
- buildstream/plugins/elements/autotools.yaml
- buildstream/plugins/elements/cmake.yaml
- buildstream/source.py
- buildstream/storage/_filebaseddirectory.py
- + doc/examples/cmake/elements/base.bst
- + doc/examples/cmake/elements/base/alpine.bst
- + doc/examples/cmake/elements/hello.bst
- + doc/examples/cmake/files/hello/CMakeLists.txt
- + doc/examples/cmake/files/hello/main.c
- + doc/examples/cmake/project.conf
- + doc/examples/out-of-source-autotool-in-source-tree/elements/base.bst
- + doc/examples/out-of-source-autotool-in-source-tree/elements/base/alpine.bst
- + doc/examples/out-of-source-autotool-in-source-tree/elements/hello.bst
- + doc/examples/out-of-source-autotool-in-source-tree/project.conf
- + doc/examples/out-of-source-build-helloworld/elements/base.bst
- + doc/examples/out-of-source-build-helloworld/elements/base/alpine.bst
- + doc/examples/out-of-source-build-helloworld/elements/hello.bst
- + doc/examples/out-of-source-build-helloworld/files/hello/AUTHORS
- + doc/examples/out-of-source-build-helloworld/files/hello/ChangeLog
- + doc/examples/out-of-source-build-helloworld/files/hello/Makefile.am
- + doc/examples/out-of-source-build-helloworld/files/hello/NEWS
- + doc/examples/out-of-source-build-helloworld/files/hello/README
- + doc/examples/out-of-source-build-helloworld/files/hello/configure.ac
- + doc/examples/out-of-source-build-helloworld/files/hello/src/Makefile.am
- + doc/examples/out-of-source-build-helloworld/files/hello/src/hello.c
- + doc/examples/out-of-source-build-helloworld/files/hello/src/libhello.c
- + doc/examples/out-of-source-build-helloworld/files/hello/src/libhello.h