summaryrefslogtreecommitdiff
path: root/buildstream/_loader
Commit message (Expand)AuthorAgeFilesLines
* element.py: Remove unused artifacts parameter from _new_from_meta()Jürg Billeter2020-07-301-1/+1
* Process options in includes files with the options of their junctionTristan Van Berkom2020-05-121-2/+0
* Fix an invalid deletion of potentially non-existant yaml fieldvalentindavid/update-requirements-1.4Valentin David2019-09-031-1/+2
* buildstream/_loader/types.py: Fix style for E712Javier Jardón2019-09-021-1/+1
* _loader/types.pyx: Disallow explicitly setting 'strict' to FalseTristan Van Berkom2019-08-311-0/+14
* Implement strict dependency semanticsTristan Van Berkom2019-08-313-2/+15
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2019-08-051-0/+1
* _loader/loader.py: Matching up API to recently changed Dependency() constructorTristan Van Berkom2019-07-251-1/+1
* loader: Allow dependencies to use ":" to refer to junctioned elementsChandan Singh2019-07-252-43/+60
* loader: Add 'build-depends' and 'runtime-depends' fields to elementsJonathan Maw2019-07-252-18/+39
* Allow source plugins to access previous sourcesChandan Singh2019-07-161-2/+3
* _loader/loader.py: Check Element._get_consistency() for junction consistencyTristan Van Berkom2019-05-241-18/+20
* _loader: Migrate to Context.artifactcacheJürg Billeter2019-04-141-3/+1
* _loader/loader.py: Specify junction name in missing file errors where appropr...Tristan Van Berkom2019-03-121-3/+12
* _loader/loader.py: Include provenance in missing file errorsTristan Van Berkom2019-03-121-3/+9
* Fix broken indentation after tracking.Valentin David2018-08-201-1/+1
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-033-4/+22
* Make Project owner of Loader.Valentin David2018-08-031-25/+29
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-031-17/+16
* source: When fetching, try to fetch from mirrors firstJonathan Maw2018-07-291-1/+1
* loader.py: Check whether the dir specified is also a <dir>.bst fileJames Ennis2018-06-291-0/+10
* Remove shebangs from python filesGökçen Nurlu2018-06-196-6/+0
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-6/+41
* _loader/loader.py: Report element-path when failing to load elementsChandan Singh2018-06-061-1/+17
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-081-3/+8
* _loader.py: Removing special case error for junctions depending on elementsTristan Van Berkom2018-04-261-4/+0
* _loader: Give the loaded MetaSource objects the kind of the owning elementTristan Van Berkom2018-04-252-5/+7
* buildstream/_loader/loader.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+1
* _context.py: Make `fetch_subprojects` public.Tristan Van Berkom2018-04-171-1/+1
* _loader package: Splitting up the loader code into separate piecesTristan Van Berkom2018-04-173-360/+494
* _loader package: Creating a new sub package to hold the loader related things.Tristan Van Berkom2018-04-174-0/+758