summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* deb.py: Make pylint stop complaining about arpyTristan Maat2018-04-201-1/+1
* _scheduler/job.py: Disable attribute-defined-outside-init lint errorTristan Van Berkom2018-04-201-0/+1
* _artifactcache/pushreceive.py: Fixed ProcessWithPipes to declare attributes i...Tristan Van Berkom2018-04-201-0/+3
* _pipeline.py: Declare tracking related members in the constructorTristan Van Berkom2018-04-201-1/+2
* _context.py: Properly declare and document log_message_format in the constructorTristan Van Berkom2018-04-201-0/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-2014-0/+15
* 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