summaryrefslogtreecommitdiff
path: root/buildstream/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-141-6/+9
* Add element.prepare methodTristan Maat2018-04-131-1/+5
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-076-16/+16
* Generate unique subdirs for built elementsPhillip Smyth2018-03-261-8/+0
* Remove unused importsJürg Billeter2018-03-252-2/+1
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-231-0/+79
* git.py source plugin: Ignore inconsistent submodules.Tristan Van Berkom2018-03-221-4/+11
* filter: Reword docstring to explain what the element does278-filter-documentation-could-be-betterJonathan Maw2018-03-201-8/+9
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-206-7/+20
* _downloadablefilesource.py: Support None values in ref accessors.Tristan Van Berkom2018-03-201-0/+7
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-142-5/+9
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-3/+3
* Add Filter elementJonathan Maw2018-03-012-0/+133
* compose: Use built-in checks on runtime depends and sourcesJonathan Maw2018-03-011-11/+9
* compose.py: key dictionary is now correctly initialisedJames Ennis2018-02-281-4/+3
* _downloadablefilesource.py: Add ETag supportjuerg/etagJürg Billeter2018-02-251-7/+24
* git.py: Add the ability to set whether to checkout submodulesJonathan Maw2018-02-191-4/+35
* doc: consistent source staging dir docAngelos Evripiotis2018-02-133-0/+9
* bzr: Implement init_workspaceJonathan Maw2018-02-121-0/+15
* Add a 'path' config option to junction elementsSam Thursfield2018-02-081-0/+4
* Add junction support for subprojectsJürg Billeter2018-02-081-0/+143
* Update copyright years of changed filesSam Thursfield2018-02-053-2/+3
* Improve documentation for autotools, cmake and meson elementsSam Thursfield2018-02-056-13/+101
* plugins/elements/cmake.yaml: Remove unexplained FIXME commentSam Thursfield2018-02-051-1/+0
* Add support for doing incremental buildsChandan Singh2018-01-251-1/+2
* plugins/sources/local.py: Consider symbolic link target in cache key.Tristan Van Berkom2018-01-101-1/+2
* plugins/sources/_downloadablefilesource.py: Exclude a line from coverageTristan Van Berkom2018-01-021-1/+6
* plugins/sources/local.py: pragma nocover on unreachable codeTristan Van Berkom2018-01-021-3/+3
* plugins/sources/patch.py: Removing unneeded checkTristan Van Berkom2018-01-021-7/+5
* plugins/sources/patch.py: Added context to some errorsTristan Van Berkom2018-01-011-8/+12
* plugins/sources/tar.py: Dont manually reraise exceptionTristan Van Berkom2017-12-201-5/+4
* plugins/sources/local.py: Cache the local element's unique keyAntoine Wacheux2017-12-131-10/+18
* plugins/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* plugins/sources/bzr.py: Fix variable name typosGökçen Nurlu2017-12-111-3/+4
* Remove unused importsGökçen Nurlu2017-12-074-7/+6
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-3/+5
* buildstream/plugins/elements: Add *-global and *-local configuration variablesJavier Jardón2017-11-303-3/+9
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* Replace call to legacy urllib.request.urlretrieve by urllib.request.urlopen a...Valentin David2017-11-251-8/+12
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-211-4/+4
* plugins/elements/compose.py: post merge fixing of compose elementTristan Van Berkom2017-11-201-19/+27
* Handle removed files from integration in compose pluginValentin David2017-11-201-20/+30
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-173-11/+11
* plugins/sources/tar.py: Consider link names in extractionTristan Van Berkom2017-11-171-0/+13
* compose.py: Use keyword args for utils.move_filesJonathan Maw2017-11-141-1/+1
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-141-1/+1