summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* plugins/sources/tar.py: Dont manually reraise exceptionTristan Van Berkom2017-12-201-5/+4
* _artifactcache/tarcache.py: Fixed for new location of ProgramNotFoundErrorTristan Van Berkom2017-12-201-2/+2
* utils.py: Add UtilErrorTristan Van Berkom2017-12-203-52/+84
* project: Export the name as a variableproject-nameMathieu Bridon2017-12-201-0/+3
* Fix a "TypeError: 'dict' object is not callable" in _plugincontext.pyValentin David2017-12-201-1/+1
* project: Rename required-project-version to format-versionJonathan Maw2017-12-141-2/+2
* project: Reduce code duplication when storing originsJonathan Maw2017-12-141-25/+33
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-141-4/+8
* element.py: Removing the exclamation mark from the overlaps warningTristan Van Berkom2017-12-131-1/+1
* Make external plugin loading require explicit configuration in project.confJonathan Maw2017-12-135-132/+148
* _signals: always pop handlers, and restore statesAngelos Evripiotis2017-12-131-19/+23
* utils._tempdir: don't leak on exceptionsAngelos Evripiotis2017-12-131-4/+5
* source: clarify note on why to use this tmpdir()Angelos Evripiotis2017-12-131-3/+4
* _signals: note os._exit() on terminateAngelos Evripiotis2017-12-131-0/+4
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-133-149/+54
* _pipeline.py: Removed tickers, use timed activities insteadTristan Van Berkom2017-12-131-54/+38
* plugin.py: Implement Plugin.timed_activity() using Context._timed_activity()Tristan Van Berkom2017-12-131-33/+5
* _context.py: Added _timed_activity() methodTristan Van Berkom2017-12-131-1/+53
* _frontend/main.py: Rewording `--track-all` build optionTristan Van Berkom2017-12-131-2/+2
* main.py: Add `bst build --track-all`Tristan Maat2017-12-131-1/+6
* Add `bst build --track-except`Tristan Maat2017-12-132-4/+8
* Issue #117: Add `bst build --track`Tristan Maat2017-12-132-65/+121
* Issue #113: Split tracking and saving in `bst build`Tristan Maat2017-12-133-13/+24
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* source.py: Cache the workspace keyAntoine Wacheux2017-12-131-11/+26
* plugins/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* _plugincontext.py: Let plugins not have YAML defaultsMathieu Bridon2017-12-121-4/+8
* _pipeline.py: Fix makedirs exception handlingAngelos Evripiotis2017-12-121-1/+1
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* source.py: Implement _get_workspace_pathAntoine Wacheux2017-12-121-3/+8
* _ostree.py: Avoid raising GLib.Error from configure_remote()Sam Thursfield2017-12-121-6/+9
* Remove unused variablesGökçen Nurlu2017-12-112-3/+0
* _fuse/mount.py: Fix missing import of ImplErrorGökçen Nurlu2017-12-111-0/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* _profile.py: Fix missing 'self.' keywordGökçen Nurlu2017-12-111-1/+1
* Remove unused importsGökçen Nurlu2017-12-0727-81/+42
* utils.py: Removing safe_move() and move_files() APIsTristan Van Berkom2017-12-051-65/+0
* _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4
* _pipeline.py: Added hardlinks option to Pipeline.checkout()Tristan Van Berkom2017-12-051-5/+29
* element.py: Removing unconditional INFO message when stagingTristan Van Berkom2017-12-051-1/+0
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-3/+5
* Produce a more in-depth report of overlaps when stagingJonathan Maw2017-12-011-9/+23
* utils: Expand file copying to optionally report files writtenJonathan Maw2017-12-011-7/+23
* buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* Issue #142: Ensure we don't append provenances twiceTristan Maat2017-11-302-5/+10
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Allow stdout and stderr to be overriden in Plugin.callValentin David2017-11-301-5/+4
* _options/optionpool.py: Split load_valuesJürg Billeter2017-11-302-6/+14
* _pipeline.py: Load platform before creating Loader instanceJürg Billeter2017-11-301-5/+5
* _loader.py: Remove historic distinction between element name and filenameJürg Billeter2017-11-301-8/+6