summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* buildstream/utils.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+2
* buildstream/sandbox/_mount.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/plugins/sources/_downloadablefilesource.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/plugin.py: Fixing unused variablesTristan Van Berkom2018-04-191-7/+2
* buildstream/element.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_options/optionpool.py: Fixing unused variablesTristan Van Berkom2018-04-191-3/+5
* buildstream/_loader/loader.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+1
* buildstream/_frontend/status.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_frontend/app.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_context.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+2
* buildstream/_artifactcache/pushreceive.py: Fixing unused variablesTristan Van Berkom2018-04-191-5/+5
* _frontend/cli.py: Set the track_selection argument to the deps parameterTristan Van Berkom2018-04-191-1/+1
* _pipeline.py, _frontend/app.py: Added track_selection initialization argumentTristan Van Berkom2018-04-192-15/+33
* _pipeline.py: Added PipelineSelectionTristan Van Berkom2018-04-192-14/+41
* frontend: Log which elements resolved new keysRichard Maw2018-04-181-0/+15
* _scheduler/fetchqueue.py: Adhere to policy on private symbolstristan/scheduler-private-refactorTristan Van Berkom2018-04-181-2/+2
* _scheduler/scheduler.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-182-160/+209
* _scheduler/job.py: Don't mess with scheduler loop when forkingTristan Van Berkom2018-04-181-7/+12
* _scheduler/queue.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-184-62/+123
* _scheduler: Adding Queue.dequeue_ready() to avoid peeking into private queue ...Tristan Van Berkom2018-04-182-1/+4
* _scheduler/job.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-181-135/+246
* _scheduler: Slightly changing the Job / Queue API contractsTristan Van Berkom2018-04-187-56/+89
* _scheduler: Move job.shutdown() calling responsibility inside of Job.Tristan Van Berkom2018-04-182-3/+3
* _context.py: Make `fetch_subprojects` public.Tristan Van Berkom2018-04-172-2/+4
* _context.py: Removing unused _platform private variableTristan Van Berkom2018-04-171-1/+0
* _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-9/+33
* _frontend/cli.py: Add option to reset multiple workspacesChandan Singh2018-04-171-6/+16
* refactor: Do not assume there is only one workspace target in app.pyChandan Singh2018-04-172-9/+11
* element.py: Fix force opening of workspaces.Tristan Van Berkom2018-04-171-2/+17
* _frontend: Earlier assertion for `bst workspace open` when directory is not e...Tristan Van Berkom2018-04-172-3/+10
* _frontend: Fix error messaging for closing workspacesTristan Van Berkom2018-04-172-5/+5
* _pipeline.py: Stop printing warning when a build plan does not use some exist...Tristan Van Berkom2018-04-161-17/+0
* _loader.py: Use shared element instantiation codepaths for junction loading.Tristan Van Berkom2018-04-161-31/+12
* element.py, _pipeline.py: Moved instantiation codepath to Element class methods.Tristan Van Berkom2018-04-162-54/+74
* Clean up element/source instantiation code paths.Tristan Van Berkom2018-04-165-24/+16
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-163-13/+22
* element.py: Document new BST_FORBID_SOURCES and BST_FORBID_RDEPENDS as availa...Tristan Van Berkom2018-04-161-4/+6
* element.py: Document new Element.prepare() method as available since 1.2Tristan Van Berkom2018-04-161-0/+2
* _versions.py: Bump BST_FORMAT_VERSION for new cmake format extensionTristan Van Berkom2018-04-151-1/+1
* buildstream/plugin.py, doc/source/projectconf.rst: Changed policy for core pl...Tristan Van Berkom2018-04-151-1/+5
* _frontend/widget.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-269/+307
* _frontend/status.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-141/+183
* _frontend/profile.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-3/+3
* _frontend/app.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-190/+221
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-141-6/+9
* _artifactcache/tarcache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* _artifactcache/ostreecache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* element.py: Rename _get_full_display_key() -> _get_display_key()Tristan Van Berkom2018-04-143-6/+6
* element.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-569/+611