summaryrefslogtreecommitdiff
path: root/buildstream/context.py
Commit message (Expand)AuthorAgeFilesLines
* context.py: Use simplified _yaml.composite() instead of _yaml.composite_dict()Tristan Van Berkom2016-12-311-9/+1
* context.py: expand ~ in pathsJürg Billeter2016-12-151-1/+2
* context.py: use loop for directoriesJürg Billeter2016-12-151-7/+2
* Renamed Context defaultconfig.yaml -> userconfig.yamlTristan Van Berkom2016-12-131-2/+2
* context.py: Use _yaml.node_get() for accessing variablesTristan Van Berkom2016-12-131-5/+5
* context.py: Unwrap needlessly wrapped lineTristan Van Berkom2016-12-101-7/+5
* pep8 fixes in context.pyTristan Van Berkom2016-12-101-5/+8
* Context: Now use new _yaml module for loading the yamlTristan Van Berkom2016-11-281-4/+13
* _site.py: simplify this fileTristan Van Berkom2016-11-151-2/+2
* Moved default.yaml -> defaultconfig.yamlTristan Van Berkom2016-11-151-1/+1
* Context: Add module level documentation with literalinclude of default configTristan Van Berkom2016-11-151-9/+22
* Moved YAML dictionary loading to utils.pyTristan Van Berkom2016-11-151-27/+6
* Context: Improved docstringTristan Van Berkom2016-11-141-0/+3
* Rename InvocationContext -> ContextTristan Van Berkom2016-11-141-0/+100