summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _loader.py: Some fixes in how we load sources for junctionsTristan Van Berkom2018-04-051-2/+29
* _exceptions.py: Allow detail strings in LoadError exceptionsTristan Van Berkom2018-04-051-2/+2
* _exceptions.py: Added new LoadErrorReasons for junction load failuresTristan Van Berkom2018-04-051-0/+6
* _frontend/app.py: More consistent error reportingTristan Van Berkom2018-04-051-6/+10
* _platform/linux.py: Fix fallout from context private symbols refactorTristan Van Berkom2018-04-051-1/+1
* element.py: Removing Element._workspace_dirs()Tristan Van Berkom2018-04-051-7/+0
* _frontend/widget.py: Print the workspace directory for %{workspace-dirs}Tristan Van Berkom2018-04-051-5/+4
* _frontend/widget.py: Defend against empty string message detailTristan Van Berkom2018-04-051-1/+1
* _platform package: Adhere to policy on private symbolsTristan Van Berkom2018-04-053-23/+23
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-053-53/+84
* _scheduler/buildqueue.py: Dont call Element._update_state() hereTristan Van Berkom2018-04-051-2/+0
* element.py: Updating comment for _assemble_done()Tristan Van Berkom2018-04-051-1/+3
* element.py: Fix _update_state() to consider whether an element is to be built...Tristan Van Berkom2018-04-051-2/+2
* Fix strict setting to be consistent throughout the pipeline.Tristan Van Berkom2018-04-043-24/+13
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-043-336/+248
* _variables.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-10/+10
* _plugincontext.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-041-41/+46
* _pipeline.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-267/+334
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-0310-122/+169
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-033-14/+34
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-0312-72/+77
* _workspaces.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-5/+5
* source.py: Remove unused method Source._del_workspace()Tristan Van Berkom2018-04-021-9/+0
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-025-194/+150
* _exceptions.py: Adding new AppError exception and error domainTristan Van Berkom2018-04-021-0/+10
* _frontend/app.py: Split up initialization into two parts.Tristan Van Berkom2018-04-021-78/+101
* _frontend/app.py: Renamed from main.pyTristan Van Berkom2018-04-022-1/+1
* _frontend/widget.py: Change heading separator to use '=' instead of '~'Tristan Van Berkom2018-04-021-1/+1
* _frontend/widget.py: Add "Strict Build Plan" setting to session headingTristan Van Berkom2018-04-021-0/+1
* _workspaces.py: Dont unconditionally create workspace local state file at sta...Tristan Van Berkom2018-04-011-7/+9
* Include initialization time in the total session time of the build logTristan Van Berkom2018-04-015-188/+140
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-2/+2
* _workspaces.py: Fix fallout from using python3.4Tristan Maat2018-03-281-2/+4
* _project.py: Move format version assertion before any validationTristan Van Berkom2018-03-281-9/+10
* element.py: Disallow incremental builds for caches that can't diffTristan Maat2018-03-271-3/+9
* Add list of running files to workspace metadataTristan Maat2018-03-272-6/+39
* element.py: Update mtimes of modified dependency files (#216)Tristan Maat2018-03-271-1/+39
* Allow stage_artifact to update mtimesTristan Maat2018-03-272-5/+38
* Record last successful workspace build keyTristan Maat2018-03-272-3/+15
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-276-253/+376
* _artifactcache: Add diff() interfaceTristan Maat2018-03-272-0/+64
* _ostree.py: Add diff_dirs functionTristan Maat2018-03-271-0/+167
* Generate unique subdirs for built elementsPhillip Smyth2018-03-264-12/+9
* Remove unused importsJürg Billeter2018-03-258-16/+6
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-252-9/+35
* sandbox/_config.py: Replace docstring with comment.Tristan Van Berkom2018-03-251-5/+4
* Increase BST_FORMAT_VERSION to 6Jim MacArthur2018-03-231-1/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-239-15/+105
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-231-0/+79
* project.py: Add workspace.yml format versioning and version 1Richard Maw2018-03-221-31/+54