summaryrefslogtreecommitdiff
path: root/src/buildstream
Commit message (Expand)AuthorAgeFilesLines
* element: Move __expand_splits to cythonbschubert/optimize-splitsBenjamin Schubert2019-07-154-21/+36
* element: Add helper to get dependencies for a list of elements in a scopeBenjamin Schubert2019-07-154-47/+60
* element: optimize getting dependencies in cythonBenjamin Schubert2019-07-152-59/+73
* element: Rewrite 'dependencies()' to be more optimalBenjamin Schubert2019-07-151-29/+37
* plugins: Update public documentation to be correct with the new NodesBenjamin Schubert2019-07-153-9/+9
* node: Document buildstream-private API and remove unused parameterBenjamin Schubert2019-07-153-3/+108
* node: document public APIBenjamin Schubert2019-07-151-28/+461
* node: Make error messages more user-friendlyBenjamin Schubert2019-07-151-4/+12
* node: Rename 'copy' to 'clone'Benjamin Schubert2019-07-157-29/+29
* node: use 'pop' instead of 'del' for safe_delBenjamin Schubert2019-07-151-4/+1
* node: Mark module-private functions and classes with '__'Benjamin Schubert2019-07-151-56/+56
* node: Mark `MappingNode._get` as privateBenjamin Schubert2019-07-152-18/+18
* node: make 'assert_symbol_name' privateBenjamin Schubert2019-07-155-25/+25
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-1518-1015/+1090
* Reorganize methods in Node classesBenjamin Schubert2019-07-152-196/+260
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-156-12/+12
* _yaml: Mark new_syntethic_file as BuildStream privateBenjamin Schubert2019-07-152-2/+2
* _yaml: Set 'MappingNode' public-private APIBenjamin Schubert2019-07-159-35/+35
* _yaml: Move '__contains__' to MappingNodeBenjamin Schubert2019-07-151-6/+3
* _yaml: Mark attributes in ProvenanceInformation as Buildstream-privateBenjamin Schubert2019-07-155-40/+43
* _yaml: Remove code duplication on '_new_node_from_*'Benjamin Schubert2019-07-151-17/+5
* plugin: remove 'node_get_provenance', use the Node API directlyBenjamin Schubert2019-07-154-24/+9
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-1519-108/+102
* _yaml: rework 'assert_symbol_names' to not require provenanceBenjamin Schubert2019-07-155-11/+11
* _project: remove 'key' argument from 'get_path_from_node'Benjamin Schubert2019-07-154-14/+18
* _yaml: Remove 'indices' from 'node_get_provenance'Benjamin Schubert2019-07-154-26/+26
* types: rework dependency to always get a 'Node' as dep and remove provenanceBenjamin Schubert2019-07-151-9/+4
* _yaml: Use __cinit__ and __new__ to create node more effectivelyBenjamin Schubert2019-07-151-27/+34
* _yaml: Move 'value' of Node in each sub nodeBenjamin Schubert2019-07-152-32/+57
* _yaml: Mark attributes on 'Node' as private (only c-accessible)Benjamin Schubert2019-07-152-4/+6
* _yaml: Remove 'is_node', which is not used in the codebase anymoreBenjamin Schubert2019-07-151-20/+0
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'Benjamin Schubert2019-07-1527-98/+66
* _yaml: Create 'from_dict' on Node and remove node creation methodsBenjamin Schubert2019-07-158-52/+16
* _yaml: Remove 'node_extend_list' and add 'SequenceNode.append'Benjamin Schubert2019-07-153-66/+16
* _yaml: Refer new synthetic nodes to their parentsBenjamin Schubert2019-07-151-19/+22
* _yaml: Add a 'from_dict' on Node to create new nodes from dictsBenjamin Schubert2019-07-152-1/+5
* _yaml: Move 'node_composite' to a method on 'MappingNode'Benjamin Schubert2019-07-159-61/+57
* _yaml: move 'composite_dict' to 'MappingNode' as '_composite'Benjamin Schubert2019-07-152-18/+14
* _yaml: Extract parts of 'composite_dict' to each type of 'Node'Benjamin Schubert2019-07-152-49/+62
* _yaml: Move actual composition logic to MappingNodeBenjamin Schubert2019-07-152-67/+51
* _yaml: move 'is_composite_list' as a Node memberBenjamin Schubert2019-07-152-44/+48
* tests/yaml: Stop using 'composite_dict' and use 'composite' insteadBenjamin Schubert2019-07-151-1/+1
* _yaml: Move 'node_final_assertions' to 'Node._assert_fully_composited'Benjamin Schubert2019-07-156-58/+47
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-156-68/+17
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-154-19/+4
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-1510-39/+36
* _yaml: Automatically represent Yaml nodes into yamlBenjamin Schubert2019-07-151-2/+16
* _yaml: Stop stringifying manually in roundtrip_dumpBenjamin Schubert2019-07-151-27/+14
* _cachekey: Remove the 'node_sanitization' done before the json stringBenjamin Schubert2019-07-156-6/+25
* _yaml: Remove 'node_find_target' and replace by 'MappingNode.find'Benjamin Schubert2019-07-153-66/+68