summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
...
* sandbox: Make sandbox.run use keyword argsJonathan Maw2017-11-143-3/+3
* utils.py: Make {copy,link,move}_files use keyword argsJonathan Maw2017-11-141-3/+3
* compose.py: Use keyword args for utils.move_filesJonathan Maw2017-11-141-1/+1
* utils.py: Make safe copy/link/move use keyword argsJonathan Maw2017-11-141-3/+3
* plugin.py: Make timed_activity enforce keyword argsJonathan Maw2017-11-141-1/+1
* plugin.py: Make the logging methods use keyword argsJonathan Maw2017-11-141-5/+5
* element.py: Change node_subst_member's 'default_value' field to 'default'Jonathan Maw2017-11-141-5/+5
* Change node_get_member to use default instead of default_valueJonathan Maw2017-11-141-5/+5
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-141-1/+1
* Make node_get_member pass default values as positional argsJonathan Maw2017-11-142-4/+4
* Make Element.depends use mandatory keyword argsJonathan Maw2017-11-141-1/+1
* Apply pep 3102 to element's stage_artifact and stage_dependency_artifactsJonathan Maw2017-11-141-2/+2
* Refactor, remove some unused imports138-aborting-bst-push-command-causes-stack-traceAngelos Evripiotis2017-11-134-6/+0
* autotools: Always run the autogen stepMathieu Bridon2017-11-111-1/+1
* Change origin to point at source repoDaniel Playle2017-11-113-6/+60
* Remove DummyElement hackTristan Maat2017-11-102-35/+35
* git.py source plugin: Prune remote-tracking branches when fetchingsam/git-fetch-pruneSam Thursfield2017-11-081-1/+1
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-089-77/+64
* Allow overwriting a list with an empty list using (=) operatorsam/overwrite-list-with-empty-listSam Thursfield2017-11-081-2/+4
* _frontend/main.py: Fix #133 - make completions work for --except argumentsTristan Van Berkom2017-11-081-1/+6
* refactoring: Made Project option privateTristan Van Berkom2017-11-0615-86/+95
* sandbox: Refactoring, moving accidentally public MountMap into it's own fileTristan Van Berkom2017-11-065-112/+135
* sandbox/_mounter.py: Added missing copyright headerTristan Van Berkom2017-11-061-0/+20
* sandbox/_mount.py: Renamed _mounter.pyTristan Van Berkom2017-11-062-3/+3
* buildelement.py: Fixed doc string link.exceptions-refactorTristan Van Berkom2017-11-061-1/+1
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-068-50/+52
* Refactoring: Rename _ArtifactError -> ArtifactErrorTristan Van Berkom2017-11-066-34/+34
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-0630-85/+92
* Refactoring: Move ElementError and SourceError to their respective classes, c...Tristan Van Berkom2017-11-066-40/+47
* plugins/sources/zip.py: Dont depend on python 3.6 methodTristan Van Berkom2017-11-061-8/+10
* plugins/elements/script.py: Issue #121 - Remove traces of pre-/post- commandsTristan Van Berkom2017-11-061-8/+3
* buildelement.py: Issue #121 - Remove traces of pre-/post- commandsTristan Van Berkom2017-11-061-34/+29
* _frontend/widget.py: Removing architecture from the reportsTristan Van Berkom2017-11-061-2/+0
* _frontend/main.py: Removing arch related optionsTristan Van Berkom2017-11-061-17/+8
* _pipeline.py: Removing archesTristan Van Berkom2017-11-061-12/+4
* _loader.py: Removing arch conditionalsTristan Van Berkom2017-11-051-52/+3
* project.py: Removing archesTristan Van Berkom2017-11-051-10/+0
* context.py: Removing archesTristan Van Berkom2017-11-051-11/+2
* main.py: Make CLI wording for elements consistentTristan Maat2017-11-041-29/+30
* Stop using pipeline.target for UI widgetsTristan Maat2017-11-042-3/+3
* Adjust commands to multiple targetsTristan Maat2017-11-042-54/+67
* _pipeline.py: Misc adjustments to multiple targetsTristan Maat2017-11-041-7/+22
* _pipeline.py: Fix metaelement resolutionTristan Maat2017-11-041-9/+7
* _pipeline.py: Adjust to new loader APITristan Maat2017-11-041-5/+6
* _loader.py: Adjust the loader to support multiple targetsTristan Maat2017-11-041-20/+31
* _pipeline.py: Adjust Planner.plan to multiple targetsTristan Maat2017-11-041-3/+3
* plugins/sources/tar.py: Ignore leading ./ in tarball pathsTristan Van Berkom2017-11-031-9/+18
* Add a new zip sourcezipMathieu Bridon2017-11-031-0/+147
* tar: Move most of the code to a new base classMathieu Bridon2017-11-032-91/+114
* plugins/sources/tar.py: Ignore possible leading '.' directory.Tristan Van Berkom2017-11-021-0/+6