summaryrefslogtreecommitdiff
path: root/src/buildstream/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* __init__.py: Added missing import of Directory, this is public APITristan van Berkom2020-09-231-0/+1
* element.py: Adding new configure_dependencies() public API methodTristan van Berkom2020-09-181-1/+1
* types.py: Adding OverlapAction enumerationTristan van Berkom2020-09-181-1/+1
* element.py: Hide dependencies which are irrelevant to the ElementTristan van Berkom2020-09-041-1/+1
* downloadablefilesource.py: Make it publicly accessiblebschubert/make-downloadable-filesource-publicBenjamin Schubert2020-05-091-0/+1
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-161-1/+1
* Reformat code using BlackChandan Singh2019-11-141-1/+3
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-0/+1
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+41