summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: cythonize extract_depends_from_nodemore-cythonBenjamin Schubert2019-05-225-52/+60
* WIP: extract validate_char_name to a c function.Benjamin Schubert2019-05-223-32/+39
* WIP: rework SYNTHETIC_COUNTER to be a C functionBenjamin Schubert2019-05-221-11/+14
* WIP: import yaml as cython in variablesBenjamin Schubert2019-05-224-24/+56
* WIP: provide c definitions of functions called in _yaml.pyBenjamin Schubert2019-05-221-12/+11
* WIP: introduce FileInfo cdef classBenjamin Schubert2019-05-221-13/+32
* WIP: Cythonize ProvenanceInformationBenjamin Schubert2019-05-221-16/+11
* WIP: cythonize yaml RepresenterBenjamin Schubert2019-05-221-41/+77
* WIP: cythonize public api of _yamlBenjamin Schubert2019-05-221-50/+61
* WIP cythonize all internal functionsBenjamin Schubert2019-05-221-17/+23
* WIP: internalize NodeBenjamin Schubert2019-05-224-160/+177
* WIP: cythonize substBenjamin Schubert2019-05-221-5/+9
* WIP: cythonize _flattenBenjamin Schubert2019-05-221-2/+6
* WIP: make Variables extension classBenjamin Schubert2019-05-221-2/+5
* WIP: cythonize _parse_expstrBenjamin Schubert2019-05-221-6/+9
* WIP: cythonize _expand_expstrBenjamin Schubert2019-05-221-4/+4
* WIP: cythonize itnernal_expandBenjamin Schubert2019-05-222-16/+26
* _variables.py(x): CythonizeBenjamin Schubert2019-05-226-4/+49
* Introduce pyproject.tomlBenjamin Schubert2019-05-224-2/+21
* _variables.py: Optimize storing and usage of the variabels resolutionBenjamin Schubert2019-05-221-17/+18
* Merge branch 'aevri/mv_job_parent_above_child' into 'master'bst-marge-bot2019-05-221-131/+131
|\
| * _scheduler/jobs/job: mv _parent* above _child*Angelos Evripiotis2019-05-221-131/+131
|/
* Merge branch 'aevri/fix_logging_regex_test' into 'master'Angelos Evripiotis2019-05-221-2/+13
|\
| * tests/frontend/logging.py: fix error message regexAngelos Evripiotis2019-05-221-2/+13
|/
* Merge branch 'chandan/src-directory' into 'master'Chandan Singh2019-05-21250-51/+52
|\
| * CONTRIBUTING.rst: Update path to BuildStream source filesChandan Singh2019-05-211-2/+2
| * .gitlab-ci.yml: Fix source path for analysis jobsChandan Singh2019-05-211-6/+6
| * .gitattributes: Update path to buildstream/_version.pyChandan Singh2019-05-211-1/+1
| * .coveragerc: Fix coverage reporting after move to src directorychandan/src-directoryChandan Singh2019-05-211-3/+1
| * tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-214-7/+9
| * Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-21243-33/+34
|/
* Merge branch 'chandan/coverage-doesnt-need-deps' into 'master'Chandan Singh2019-05-211-2/+1
|\
| * tox.ini: Coverage does not need module installedChandan Singh2019-05-211-2/+1
|/
* Merge branch 'jonathan/cached-to-artifact' into 'master'Jonathan Maw2019-05-212-32/+41
|\
| * Delegate storage of cached state to the Artifact classJonathan Maw2019-05-212-32/+41
|/
* Merge branch 'danielsilverstone-ct/classmethod-inits' into 'master'Tom Pollard2019-05-203-62/+77
|\
| * {meta,}element.py: Move is_junction into MetaElementdanielsilverstone-ct/classmethod-initsDaniel Silverstone2019-05-172-10/+10
| * source.py: Make initialisation more classyDaniel Silverstone2019-05-171-8/+9
| * element.py: Make sandbox configuration extraction classyDaniel Silverstone2019-05-171-9/+8
| * element.py: Make config extraction classyDaniel Silverstone2019-05-171-2/+3
| * element.py: Make public data extraction classyDaniel Silverstone2019-05-171-6/+15
| * element.py: Extract environment as classmethodDaniel Silverstone2019-05-171-10/+16
| * element.py: Lift __extract_variables to be classmethodDaniel Silverstone2019-05-171-4/+4
| * element.py: Remove self.__is_junctionDaniel Silverstone2019-05-171-13/+12
| * element.py: Plugin default initialisation as classmethodDaniel Silverstone2019-05-171-11/+11
|/
* Merge branch 'raoul/440-fix' into 'master'Raoul Hidalgo Charman2019-05-172-5/+30
|\
| * element.py: fix init_workspace for multiple sourcesraoul/440-fixRaoul Hidalgo Charman2019-05-172-5/+30
|/
* Merge branch 'shared/split_out_update_state_2' into 'master'bst-marge-bot2019-05-161-111/+171
|\
| * Split Element._update_state into cache key and artifact state methodsshared/split_out_update_state_2Jonathan Maw2019-05-161-111/+171
|/
* Merge branch 'raoul/974-Artifact-Rework' into 'master'bst-marge-bot2019-05-1524-701/+916
|\