summaryrefslogtreecommitdiff
path: root/src/buildstream/_project.py
Commit message (Expand)AuthorAgeFilesLines
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-06-251-14/+12
* _yaml: Add 'as_int()' on ScalarNodeBenjamin Schubert2019-06-251-3/+3
* _yaml: Add 'as_bool()' and 'is_none()' to ScalarNodeBenjamin Schubert2019-06-251-5/+5
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-06-251-17/+17
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-06-251-16/+16
* Handle subproject fetching in the Stream classJürg Billeter2019-06-251-4/+4
* Always fetch subprojects as neededJürg Billeter2019-06-251-7/+2
* _yaml.pyx: Forbid expected_type=Mapping, and remove isinstance checkBenjamin Schubert2019-06-031-18/+17
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+975