summaryrefslogtreecommitdiff
path: root/buildstream/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Expose base class for Git source pluginsChandan Singh2018-12-201-0/+5
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2018-12-061-1/+1
* sandbox/sandbox.py: Add command batching APIJürg Billeter2018-11-271-1/+1
* types.py: Moved Consistency definition here from source.pyTristan Van Berkom2018-10-121-2/+2
* Rename element_enums.py -> types.pyTristan Van Berkom2018-10-121-1/+1
* Move KeyStrength enum out to element_enums.pyJim MacArthur2018-08-151-1/+2
* source: When fetching, try to fetch from mirrors firstJonathan Maw2018-07-271-1/+1
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-1/+6
* Refactor CLI importscompletion-optimizationsTristan Maat2018-02-081-8/+10
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-311-0/+1
* utils.py: Add UtilErrorTristan Van Berkom2017-12-201-1/+2
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-4/+1
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-1/+0
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-4/+0
* Refactoring: Move ElementError and SourceError to their respective classes, c...Tristan Van Berkom2017-11-061-3/+3
* Add platform factoriesTristan Maat2017-09-281-1/+1
* Jonathan/enhance script elementJonathan Maw2017-06-061-0/+1
* sandbox.py: Removed executor, sandbox is only an abstract class.Tristan Van Berkom2017-03-081-1/+1
* source.py: API change consistent() -> get_consistency()Tristan Van Berkom2017-01-191-1/+1
* __init__.py: Import core stuff before element stuffTristan Van Berkom2017-01-181-5/+5
* plugin.py: Added new Plugin base class.Tristan Van Berkom2017-01-071-0/+1
* element.py: Added Scope and dependencies() generator methodTristan Van Berkom2016-12-311-1/+1
* Adding new built-in BuildElementTristan Van Berkom2016-12-311-0/+1
* Simplify exceptions a bitTristan Van Berkom2016-12-181-1/+1
* Main __init__.py: Import ProgramNotFoundError along with the othersTristan Van Berkom2016-12-171-1/+1
* Adding in basic sandbox interface classAndrew Leeming2016-12-151-0/+1
* Main __init__.py: Remove utility importsTristan Van Berkom2016-12-151-1/+0
* Initial writeup of Project object, holding project configuration.Tristan Van Berkom2016-12-141-0/+1
* Added ImplError for faulty pluginsTristan Van Berkom2016-12-131-1/+2
* Added FetchError exception to raise when a Source could not be fetched.Tristan Van Berkom2016-12-131-1/+1
* Added PreflightError exceptionTristan Van Berkom2016-12-131-1/+1
* Adding public utility functions for fetching yaml node valuesTristan Van Berkom2016-12-131-1/+2
* Updating main __init__.py to include the new LoadErrorReasonTristan Van Berkom2016-11-281-1/+1
* main __init__.py: Dont autoimport utilities.Tristan Van Berkom2016-11-151-3/+0
* Moved YAML dictionary loading to utils.pyTristan Van Berkom2016-11-151-1/+1
* Rename InvocationContext -> ContextTristan Van Berkom2016-11-141-1/+1
* Raise new ContextError when configuration file is not foundTristan Van Berkom2016-11-141-1/+1
* Adding InvocationContextTristan Van Berkom2016-11-141-1/+7
* Main __init__.py: Import exceptions first.Tristan Van Berkom2016-11-121-2/+6
* Adding base Element & Source classes.Tristan Van Berkom2016-11-081-0/+22
* Adding initial package __init__.py fileTristan Van Berkom2016-11-081-0/+0