summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
...
* _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
* buildelement.py: Use Element.get_variable() instead of poking at private thingTristan Van Berkom2018-04-141-2/+1
* source.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-16/+17
* buildelement.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-11/+10
* Update plugin documentationTristan Maat2018-04-132-3/+19
* Add element.prepare methodTristan Maat2018-04-134-15/+70
* buildelement.py: Documentation improvementsTristan Van Berkom2018-04-131-73/+55
* source.py: Enhanced documentationTristan Van Berkom2018-04-131-73/+136
* element.py: Documentation improvementsTristan Van Berkom2018-04-131-81/+123
* plugin.py: Documentation improvements.Tristan Van Berkom2018-04-131-67/+110
* frontend: Redisplay failure messages in result summaryRichard Maw2018-04-121-1/+12
* frontend: Control indentations of multi-line valuesRichard Maw2018-04-121-0/+5
* frontend: Summarise build log output in --no-verbose modeRichard Maw2018-04-121-10/+18
* frontend: Use textwrap.indent to indentRichard Maw2018-04-121-1/+2
* frontend: capture errors for later useRichard Maw2018-04-121-1/+12
* _scheduler/trackqueue.py: Mark skipped elements as tracked.Tristan Van Berkom2018-04-131-0/+3
* Fix disaster while making cross junction tracking optional.Tristan Van Berkom2018-04-133-85/+83
* _pipeline.py: Fix inconsistent element error to print element fullnames.Tristan Van Berkom2018-04-131-1/+1
* mount: Wrap yields in context managers with try-finallyRichard Maw2018-04-122-17/+19
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-123-40/+83
* _frontend/widget.py: Fixed regression in logfile abbreviations.Tristan Van Berkom2018-04-121-0/+4
* _frontend/status.py: Fixed status widgets to show full element names.Tristan Van Berkom2018-04-121-2/+2
* buildstream/_versions.py: Increment BST_CORE_ARTIFACT_VERSIONTristan Van Berkom2018-04-111-1/+1
* element.py, source.py: Cleanup how Source cache keys are calculated.Tristan Van Berkom2018-04-112-21/+5
* element.py: Restructure artifact metadataTristan Van Berkom2018-04-111-87/+184
* element.py: Preserve workspace state in failed build sandboxes.Tristan Van Berkom2018-04-111-0/+28
* _frontend/widget.py: Correct log line if logdir is emptyjmac/logfile-widget-correctionJim MacArthur2018-04-101-2/+3
* _workspaces.py: Assert that configuration is only saved in the main process.Tristan Van Berkom2018-04-101-0/+2
* Serialize workspace modifications in the main process.Tristan Van Berkom2018-04-103-19/+64
* utils.py: Added _is_main_process()Tristan Van Berkom2018-04-101-0/+12
* _workspaces.py: Added Workspaces.update_workspace()Tristan Van Berkom2018-04-101-0/+42
* _workspaces.py: Add generic serialization/deserializationTristan Van Berkom2018-04-101-21/+56