summaryrefslogtreecommitdiff
path: root/buildstream/_options/optioneltmask.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsGökçen Nurlu2017-12-071-1/+0
|
* _options: OptionPool implementation, core project options moduleTristan Van Berkom2017-10-081-0/+48
This sub package includes the OptionPool which is the buildstream facing API for handling project options, loading them, evaluating expressions based on options and pre-processing loaded YAML. This also includes an abstract Option class and an implementation for each supported option type.