Will Salmon pushed to branch willsalmon/outOfSourecBuild at BuildStream / buildstream
Commits:
-
dcd8945c
by William Salmon at 2018-10-09T15:45:16Z
-
b7344aad
by William Salmon at 2018-10-09T15:45:16Z
-
db6e6d0e
by William Salmon at 2018-10-09T15:45:16Z
-
ec2d9f53
by William Salmon at 2018-10-09T15:45:16Z
30 changed files:
- NEWS
- buildstream/buildelement.py
- buildstream/source.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/Makefile.am
- + 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
- + doc/examples/out-of-source-build-helloworld/project.conf
- + doc/sessions/cmake.run
- + doc/sessions/outofsource-autotools-shell.run
- + doc/sessions/outofsource-helloworld-shell.run
- + doc/source/examples/cmake.rst
- + doc/source/examples/out-of-source-autotool-in-source-tree.rst
- + doc/source/examples/out-of-source-build-helloworld.rst