summaryrefslogtreecommitdiff
path: root/buildstream/_elementfactory.py
Commit message (Expand)AuthorAgeFilesLines
* _elementfactory.py: Remove unused artifacts parameter from create()Jürg Billeter2018-11-051-2/+1
* element.py: Remove artifacts parameter from constructorJürg Billeter2018-11-051-1/+1
* Refactor plugin factory creationValentin David2018-08-021-3/+10
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Clean up element/source instantiation code paths.Tristan Van Berkom2018-04-161-3/+2
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-0/+1
* Make external plugin loading require explicit configuration in project.confJonathan Maw2017-12-131-7/+3
* Add support for YAML default config loadingTristan Maat2017-09-141-2/+2
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-181-3/+2
* _elementfactory.py: Constructor now takes display_nameTristan Van Berkom2017-01-121-2/+3
* _elementfactory.py: The Element() now takes an artifact cacheTristan Van Berkom2017-01-091-2/+2
* _elementfactory.py: Fixed typo in commentTristan Van Berkom2017-01-071-1/+1
* element.py: Initial skeleton for base classJürg Billeter2016-12-311-4/+9
* pep8 fixes in _elementfactory.pyTristan Van Berkom2016-12-101-2/+3
* Principle of least underscoresTristan Van Berkom2016-11-151-2/+2
* _site.py: simplify this fileTristan Van Berkom2016-11-151-2/+2
* Move config.py -> _site.pyTristan Van Berkom2016-11-141-1/+1
* Split up factory objects and base data model objects.Tristan Van Berkom2016-11-121-0/+56