summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _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
* main_core.rst: Change title and moved authoring, sandboxing and cachekeys doc...James Ennis2018-04-174-19/+6
* core_framework.rst: New file containing content that was in main_core.rstJames Ennis2018-04-172-20/+19
* config.rst: Renamed to user_config.rst and anchors changedJames Ennis2018-04-173-3/+3
* invoking.rst: renamed to commands.rst (anchors also changed)James Ennis2018-04-173-5/+5
* Consistent titlingJames Ennis2018-04-1712-70/+70
* index.rst: Remove unnecessary toctree blocksJames Ennis2018-04-171-15/+0
* Add a general documentation sectionJames Ennis2018-04-173-5/+20
* main_authoring.rst: move to using buildstreamJames Ennis2018-04-173-6/+3
* main_install.rst: New file with install, docker and artifactsJames Ennis2018-04-175-11/+24
* index.rst: remove captionsJames Ennis2018-04-171-4/+0
* _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-176-13/+35
* NEWS: workspace close/reset support multiple elementsChandan Singh2018-04-171-0/+3
* _frontend/cli.py: Add option to reset multiple workspacesChandan Singh2018-04-172-6/+68
* refactor: Do not assume there is only one workspace target in app.pyChandan Singh2018-04-172-9/+11
* Fix typo, add inspiration projectsps-add-inspiration-projectsPaul Sherwood2018-04-171-7/+11
* README.rst: Point to new location of x86image exampleJavier Jardón2018-04-171-1/+1
* tests/frontend/workspace.py: Added tests for force opening workspacestristan/fix-workspace-force-openTristan Van Berkom2018-04-171-0/+21
* element.py: Fix force opening of workspaces.Tristan Van Berkom2018-04-171-2/+17
* Update README.rst with more detaildevcurmudgeon/ps-update-readmedevcurmudgeon2018-04-171-14/+70
* _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
* README.rst: Add coverage badgeJavier Jardón2018-04-161-0/+3
* .gitlab-ci.yml: Add coverage regexTristan Van Berkom2018-04-161-0/+1
* .gitlab-ci.yml: Perform some python code analysis with radontristan/radonTristan Van Berkom2018-04-161-0/+26
* _pipeline.py: Stop printing warning when a build plan does not use some exist...Tristan Van Berkom2018-04-161-17/+0
* tests/frontend/buildcheckout.py: Added regression tests for workspaced junctionsTristan Van Berkom2018-04-161-0/+109
* _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-167-21/+30
* 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
* doc/source/format.rst: Some enhancements in how we document dependenciesTristan Van Berkom2018-04-162-33/+59
* NEWS: Adding news entry for cmake plugin enhancement.Tristan Van Berkom2018-04-151-0/+3
* _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-152-26/+11
* _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