summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buildproject.rst/install.rst: Apply minor text correctionsspellcheckTristan Maat2017-12-202-17/+14
* added note about git usagePhillip Smyth2017-12-201-0/+1
* Removed git from run dependenciesPhillip Smyth2017-12-201-1/+0
* updated dependenciesPhillip Smyth2017-12-201-1/+0
* Removed creating project, updated post build and indexPhillip Smyth2017-12-203-175/+7
* removed example repo and modified docsPhillip Smyth2017-12-203-12/+47
* Made come of the changes commented on MRPhillip Smyth2017-12-2017-45/+65
* changes to install docPhillip Smyth2017-12-191-2/+1
* Most recent changes to docsPhillip Smyth2017-12-185-51/+19
* Changed postbuild and hidden createproject for nowPhillip Smyth2017-12-132-5/+13
* Reworked docs to be more open and clearPhillip Smyth2017-12-115-48/+47
* Fixing createproject.rst, adding links to pagesPhillip Smyth2017-12-112-14/+29
* Modifications to make doc clearerPhillip Smyth2017-12-111-11/+36
* Fixing anchor warningsPhillip Smyth2017-12-074-6/+3
* Added Modifying and testing draftPhillip Smyth2017-12-072-0/+62
* update git ignorePhillip Smyth2017-12-061-0/+8
* Create postbuild doc templatePhillip Smyth2017-12-062-1/+53
* Merge branch 'invoking_page_changes'Phillip Smyth2017-12-066-11/+310
|\
| * Adding Create ProjectPhillip Smyth2017-12-062-0/+6
| * Modifications and added links to invokingPhillip Smyth2017-12-064-2/+66
| * update to install docPhillip Smyth2017-12-041-8/+54
| * Merge branch 'master' of https://gitlab.com/BuildStream/buildstream into invo...Phillip Smyth2017-11-3023-229/+300
| |\
| * | Modification to docsPhillip Smyth2017-11-302-8/+25
| * | Added "Create Project" doc (still in progress)Phillip Smyth2017-11-293-1/+124
| * | Seperated :show-nested: into individual callsPhillip Smyth2017-11-211-1/+43
* | | tests/frontend/buildcheckout.py: Adding `bst checkout` testsTristan Van Berkom2017-12-051-5/+91
* | | utils.py: Removing safe_move() and move_files() APIsTristan Van Berkom2017-12-051-65/+0
* | | _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4
* | | _pipeline.py: Added hardlinks option to Pipeline.checkout()Tristan Van Berkom2017-12-051-5/+29
* | | tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* | | HACKING.rst: the setup.py --addopts flag can only be given onceSam Thursfield2017-12-051-1/+1
* | | element.py: Removing unconditional INFO message when stagingTristan Van Berkom2017-12-051-1/+0
* | | buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-052-5/+7
* | | update install instructions for Debian (fix #159)Abderrahim Kitouni2017-12-041-8/+9
* | | Add a test for overlaps114-give-better-warnings-on-overlapsJonathan Maw2017-12-0113-0/+62
* | | Produce a more in-depth report of overlaps when stagingJonathan Maw2017-12-011-9/+23
* | | utils: Expand file copying to optionally report files writtenJonathan Maw2017-12-011-7/+23
* | | buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* | | Issue #142: Ensure we don't append provenances twiceTristan Maat2017-11-302-5/+10
* | | Add a test for tar lzipValentin David2017-11-303-0/+58
* | | Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* | | Allow stdout and stderr to be overriden in Plugin.callValentin David2017-11-301-5/+4
| |/ |/|
* | _options/optionpool.py: Split load_valuesJürg Billeter2017-11-302-6/+14
* | _pipeline.py: Load platform before creating Loader instanceJürg Billeter2017-11-301-5/+5
* | _loader.py: Remove historic distinction between element name and filenameJürg Billeter2017-11-301-8/+6
* | _loader.py: Remove unused basedir attribute from LoadElementJürg Billeter2017-11-301-5/+2
* | _loader.py: Remove unused owner attribute from DependencyJürg Billeter2017-11-301-7/+6
* | _loader.py: Create Dependency objects for dummy targetJürg Billeter2017-11-301-1/+1
* | .coveragerc: Ignore eggsJürg Billeter2017-11-301-0/+1
* | plugin.py: Add log() methodSam Thursfield2017-11-291-0/+12