summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements
Commit message (Expand)AuthorAgeFilesLines
...
* stack.py: Adapt to new cleaned up sandbox apiTristan Van Berkom2017-03-081-1/+9
* autotools.bst: Changed %{autogen} so it displays more nicelyTristan Van Berkom2017-03-021-1/+1
* Modified parallelizable element defaults to not parallelize on installationTristan Van Berkom2017-02-243-3/+3
* Updating plugin documentation to mention notparallel magic variable.Tristan Van Berkom2017-02-225-1/+35
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-112-2/+2
* meson.yaml: Feed max-jobs as a nocache environment variableTristan Van Berkom2017-02-091-1/+11
* Add Meson pluginPatrick Griffis2017-02-082-0/+84
* stack.py element: For now create a bst directory in the empty output artifactTristan Van Berkom2017-02-031-5/+1
* manual plugin yaml: Do the MAKEFLAGS thing, manual elements often use makeTristan Van Berkom2017-02-031-0/+11
* Added symbolic stack elementTristan Van Berkom2017-02-011-0/+65
* import.py: Removed unused import of tempfileTristan Van Berkom2017-02-011-2/+1
* cmake.yaml: Implement max-jobs with MAKEFLAGSTristan Van Berkom2017-01-271-0/+11
* autotools.yaml: Implement max-jobs with MAKEFLAGSTristan Van Berkom2017-01-271-0/+11
* import.py: Import element documentation fixesTristan Van Berkom2017-01-202-4/+7
* autotools.yaml: Allow overriding the configure commandTristan Van Berkom2017-01-191-1/+2
* import.py: Added new import elementTristan Van Berkom2017-01-182-0/+97
* cmake.yaml: Use 'PATH' in -DCMAKE_INSTALL_PREFIX:PATH="%{prefix}"Tristan Van Berkom2017-01-181-1/+1
* autotools.yaml: Making new variable for autogenTristan Van Berkom2017-01-111-8/+11
* modulebuild.yaml: Configuration with variablesTristan Van Berkom2017-01-072-32/+23
* makemaker.yaml: Configuration with variablesTristan Van Berkom2017-01-072-37/+29
* distutils.yaml: Configuration with variablesTristan Van Berkom2017-01-072-28/+27
* qmake.yaml: Configuration with variablesTristan Van Berkom2017-01-072-29/+18
* cmake.yaml: configuration with variablesTristan Van Berkom2017-01-072-29/+19
* autotools.yaml: Configuration with variablesTristan Van Berkom2017-01-072-31/+33
* manual.yaml: Include strip commands in manual build elementTristan Van Berkom2017-01-072-1/+4
* Adding Perl Module::Build build elementTristan Van Berkom2016-12-312-0/+98
* Adding Perl MakeMaker build elementTristan Van Berkom2016-12-312-0/+97
* Adding python distutils elementTristan Van Berkom2016-12-312-0/+86
* Adding qmake build element for qmake build systemTristan Van Berkom2016-12-312-0/+87
* Adding cmake build elementTristan Van Berkom2016-12-312-0/+87
* Adding autotools build elementTristan Van Berkom2016-12-312-0/+97
* Adding manual pluginTristan Van Berkom2016-12-312-4/+33
* pep8 fixes in build.py (element plugin)Tristan Van Berkom2016-12-101-0/+2
* Adding skeleton for the 'build' Element kindTristan Van Berkom2016-11-081-0/+29