summaryrefslogtreecommitdiff
path: root/buildstream/_options
Commit message (Expand)AuthorAgeFilesLines
* buildstream/_options/optionpool.py: Fixing unused variablesTristan Van Berkom2018-04-191-3/+5
* Allow 'None' as a default_value for _yaml.node_getTristan Maat2018-04-072-4/+4
* _options/option.py: Assert valid symbol names for variable exportsTristan Van Berkom2018-04-061-0/+5
* _options/optionpool.py: Assert valid symbol names for option names.Tristan Van Berkom2018-04-061-1/+5
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-051-46/+80
* pylint - dealt with import warningsJames Ennis2018-03-141-1/+2
* _options: Support transform function for variable substitutionJürg Billeter2018-02-085-7/+15
* Remove unused importsGökçen Nurlu2017-12-072-2/+0
* Issue #142: Ensure we don't append provenances twiceTristan Maat2017-11-301-2/+9
* _options/optionpool.py: Split load_valuesJürg Billeter2017-11-301-5/+12
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-1/+1
* Refactor, remove some unused imports138-aborting-bst-push-command-causes-stack-traceAngelos Evripiotis2017-11-131-1/+0
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-064-4/+4
* _options/optionpool.py: Be strict with evaluation of undefined variables.Tristan Van Berkom2017-10-231-3/+7
* _options/optionpool.py: Use _yaml.composite() instead of _yaml.composite_dict()Tristan Van Berkom2017-10-171-1/+1
* _options: Options can now be exported to variables in string formTristan Van Berkom2017-10-144-1/+28
* _options/optionpool.py: Implement the (!) assertion directiveTristan Van Berkom2017-10-111-2/+11
* _options: OptionPool implementation, core project options moduleTristan Van Berkom2017-10-088-0/+649