summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for Python 3.8valentindavid/bst-1/python3.8Valentin David2020-03-106-26/+33
* Merge branch 'bschubert/backport-1690' into 'bst-1'Benjamin Schubert2020-01-161-2/+8
|\
| * app.py: Also catch SystemError with click.Abortbschubert/backport-1690Benjamin Schubert2020-01-161-2/+8
|/
* Merge branch 'abderrahim/backport-947' into 'bst-1'Darius Makovsky2019-11-272-3/+3
|\
| * plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2019-11-262-3/+3
|/
* Merge branch 'abderrahim/no-sdk-gnome-org' into 'bst-1'Javier Jardón2019-11-195-8/+8
|\
| * doc/examples/flatpak-autotools: remove references to sdk.gnome.orgAbderrahim Kitouni2019-11-195-8/+8
|/
* Merge branch 'jjardon/doc_install_update' into 'bst-1'Javier Jardón2019-09-041-23/+38
|\
| * doc/source/install_linux_distro.rst: Update infoJavier Jardón2019-09-041-23/+38
|/
* .gitlab-ci.yml: Use new way to define code_quality jobJavier Jardón2019-09-041-22/+3
* Merge branch 'valentindavid/news-1.4.1' into 'bst-1'1.4.1bst-marge-bot2019-09-031-0/+6
|\
| * Update NEWSValentin David2019-09-031-0/+6
|/
* Merge branch 'valentindavid/update-requirements-1.4' into 'bst-1'Valentin David2019-09-037-28/+40
|\
| * Fix an invalid deletion of potentially non-existant yaml fieldvalentindavid/update-requirements-1.4Valentin David2019-09-031-1/+2
| * Re-generate requirementsValentin David2019-09-034-26/+36
| * requirements/requirements.in: Use ruamel.yaml >= 0.16Valentin David2019-09-031-1/+1
| * requirements/Makefile: Force installing wheel firstValentin David2019-09-031-0/+1
|/
* Merge branch 'valentindavid/prepare-1.4.0' into 'bst-1'1.4.0Valentin David2019-09-0217-250/+269
|\
| * Regenerate session html filesValentin David2019-09-0215-248/+260
| * Update a generated file for documentationValentin David2019-09-021-1/+1
| * Bump next version to 1.4.0Valentin David2019-09-021-1/+1
| * Add missing entries in NEWSValentin David2019-09-021-0/+7
|/
* Merge branch 'tristan/bst-1/strict-rebuild' into 'bst-1'bst-marge-bot2019-09-0215-16/+174
|\
| * buildstream/_loader/types.py: Fix style for E712Javier Jardón2019-09-021-1/+1
| * tests/loader/dependencies.py: Test errors when explicitly setting strict to Truetristan/bst-1/strict-rebuildTristan Van Berkom2019-08-312-0/+21
| * _loader/types.pyx: Disallow explicitly setting 'strict' to FalseTristan Van Berkom2019-08-311-0/+14
| * tests/frontend/show.py: Test that strict dependencies behave as expectedTristan Van Berkom2019-08-316-4/+73
| * tests/loader/dependencies.py: Testing for error of invalid strict runtime depsTristan Van Berkom2019-08-312-0/+20
| * doc/source/format_declaring.rst: Documenting strict dependenciesTristan Van Berkom2019-08-312-0/+13
| * Implement strict dependency semanticsTristan Van Berkom2019-08-314-12/+33
| * element.py: Use recursive element names for strict rebuild dependenciesTristan Van Berkom2019-08-311-1/+1
|/
* Revert ".gitlab-ci.yml: Use fedora-30 instead debian 9 for overnigth tests"Tristan Van Berkom2019-08-301-1/+0
* .gitlab-ci.yml: Use latest bst-external tag 0.16.0Javier Jardón2019-08-051-1/+1
* .gitlab-ci.yml: Use a python 3.5-compatible bst-external versionJavier Jardón2019-08-051-1/+1
* Revert "Test"Javier Jardón2019-08-051-1/+3
* TestJavier Jardón2019-08-051-3/+1
* .gitlab-ci.yml: Use fedora-30 instead debian 9 for overnigth testsJavier Jardón2019-08-051-0/+1
* .gitlab-ci.yml: Use 0.15.0 tag on overnigth testsJavier Jardón2019-08-051-1/+1
* .gitlab-ci.yml: Use latest fdsdk release for overnght testsJavier Jardón2019-08-051-1/+1
* Merge branch 'tristan/bst-1/misc-cleanup' into 'bst-1'Tristan Van Berkom2019-08-0511-85/+58
|\
| * git source plugin: Fixing documentation linking and typoTristan Van Berkom2019-08-051-3/+4
| * Source: Fix typo in documentation, and make it a link to `bst track`Tristan Van Berkom2019-08-051-1/+2
| * types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2019-08-059-40/+35
| * tests/sources/git.py: Refactor ref-not-in-track test to use parameterizationTristan Van Berkom2019-08-051-41/+17
|/
* Merge branch 'tristan/bst-1/relative-workspaces' into 'bst-1'bst-marge-bot2019-08-046-55/+98
|\
| * Implementing relative workspacestristan/bst-1/relative-workspacesPhillip Smyth2019-08-046-55/+98
|/
* Merge branch 'tristan/bst-1/json-cache-keys' into 'bst-1'Tristan Van Berkom2019-08-0434-30/+38
|\
| * NEWS: Adding news entry about depending on ujsonTristan van Berkom2019-08-041-0/+2
| * Cache Keys: Update to use JSON rather than pickleDaniel Silverstone2019-08-0433-30/+36
|/
* Merge branch 'tristan/bst-1/pretty-git-refs' into 'bst-1'Tristan Van Berkom2019-08-043-2/+74
|\