summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements
Commit message (Expand)AuthorAgeFilesLines
* BREAK: manual.yaml: don't set any default env varsAngelos Evripiotis2018-11-011-19/+0
* build elements: Add reference to BuildElement's built-in configchandan/source-doc-directoryChandan Singh2018-10-2511-0/+33
* Spelling fixes: 'affect', not 'effect' as verbAngelos Evripiotis2018-10-196-6/+6
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* Fix spelling of it's and itsRichard Dale2018-10-162-2/+2
* Add conf-root variable to buildsWilliam Salmon2018-10-166-12/+13
* Upstream libtool .la file removalThomas Coldrick2018-09-081-0/+36
* qmake.py: Mark this as a BST_VIRTUAL_DIRECTORY‧pluginMartin Blanchard2018-09-071-1/+2
* meson.py: Mark this as a BST_VIRTUAL_DIRECTORY‧pluginMartin Blanchard2018-09-071-1/+2
* make.py: Mark this as a BST_VIRTUAL_DIRECTORY‧pluginMartin Blanchard2018-09-071-1/+2
* cmake.py: Mark this as a BST_VIRTUAL_DIRECTORY pluginMartin Blanchard2018-09-071-1/+2
* autotools.py: Mark this as a BST_VIRTUAL_DIRECTORY pluginJim MacArthur2018-09-071-1/+2
* compose.py: Remove unused getmtime()Jim MacArthur2018-08-011-7/+0
* plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-08-011-6/+5
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-08-011-13/+10
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-08-011-25/+13
* Remove shebangs from python filesGökçen Nurlu2018-06-1915-15/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-0916-32/+48
* autotools plugin: Dont regenerate existing configure scriptsTristan Van Berkom2018-06-081-4/+6
* make build element: Add support for PREFIXTristan Van Berkom2018-06-061-2/+2
* make plugin: Ammended documentation to note it's since version.Tristan Van Berkom2018-06-061-0/+4
* Add a kind for MakeEd Baunton2018-06-062-0/+84
* junction.py: Include note regarding explicit trackingJames Ennis2018-05-231-0/+16
* filter.py: Redirect _get_source_element() calls to its build dependJonathan Maw2018-05-171-0/+11
* plugins/elements/junction.py: Forbid dependenciesTristan Van Berkom2018-04-261-0/+4
* plugins/elements/compose.py: Avoid losing files inside directory symlinksSam Thursfield2018-04-231-13/+20
* plugins/elements/compose.py: Only calculate snapshot when neededSam Thursfield2018-04-231-5/+8
* plugins/elements/compose.py: Use sets instead of lists where appropriateSam Thursfield2018-04-231-7/+8
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-205-0/+6
* 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-071-1/+1
* Generate unique subdirs for built elementsPhillip Smyth2018-03-261-8/+0
* Remove unused importsJürg Billeter2018-03-252-2/+1
* filter: Reword docstring to explain what the element does278-filter-documentation-could-be-betterJonathan Maw2018-03-201-8/+9
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-2/+4
* 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
* 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/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* 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
* Remove all deleted paths from manifest after integration commands inValentin David2017-11-271-1/+3
* plugins/elements/compose.py: post merge fixing of compose elementTristan Van Berkom2017-11-201-19/+27