summaryrefslogtreecommitdiff
path: root/src/buildstream/_options/optionpool.py
Commit message (Expand)AuthorAgeFilesLines
* Completely abolish job pickling.tristan/nuke-pickle-jobberTristan van Berkom2020-06-151-11/+0
* option.py: Remove 'transform' flag. It is not needed anymoreBenjamin Schubert2020-05-121-2/+2
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+2
* Reformat code using BlackChandan Singh2019-11-141-21/+29
* optionpool: Use 'get_enum' for getting the option typeBenjamin Schubert2019-07-291-7/+12
* optionpool: make OptionPool picklableAngelos Evripiotis2019-07-241-3/+18
* _exceptions.py: Align LoadError() parameter orderingtpollard/loaderrorTom Pollard2019-07-181-19/+16
* node: make 'assert_symbol_name' privateBenjamin Schubert2019-07-151-2/+2
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-7/+7
* _yaml: Set 'MappingNode' public-private APIBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-151-7/+7
* _yaml: rework 'assert_symbol_names' to not require provenanceBenjamin Schubert2019-07-151-2/+1
* _yaml: Remove 'indices' from 'node_get_provenance'Benjamin Schubert2019-07-151-11/+7
* _yaml: Move 'node_composite' to a method on 'MappingNode'Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_items' and add 'MappingNode.items()'Benjamin Schubert2019-07-151-3/+3
* _yaml: Introduce 'MappingNode.values()'Benjamin Schubert2019-07-151-5/+7
* _yaml: Remove 'node_keys' and add 'MappingNode.keys' to replace itBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_del' and support `del mapping[key]`Benjamin Schubert2019-07-151-1/+1
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-2/+2
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+295