| Commit message (Expand) | Author | Age | Files | Lines |
* | Move modulebuild plugin to bst-plugins-experimentalcoldtom/move-modulebuild | Thomas Coldrick | 2019-08-14 | 6 | -101/+3 |
* | Merge branch 'jennis/fix_failed_workspaces' into 'master' | bst-marge-bot | 2019-08-13 | 3 | -3/+47 |
|\ |
|
| * | element.py: Don't reset a failed (but cached) workspaced Elementjennis/fix_failed_workspaces | James Ennis | 2019-08-13 | 3 | -3/+47 |
|/ |
|
* | Merge branch 'tmewett/report-weird-return-codes' into 'master' | bst-marge-bot | 2019-08-12 | 1 | -1/+5 |
|\ |
|
| * | job.py: Report error when job process unexpectedly dies (#1089)tmewett/report-weird-return-codes | Tom Mewett | 2019-08-12 | 1 | -1/+5 |
|/ |
|
* | Merge branch 'coldtom/move-makemaker' into 'master' | bst-marge-bot | 2019-08-12 | 6 | -101/+3 |
|\ |
|
| * | Move makemaker plugin to bst-plugins-experimental | Thomas Coldrick | 2019-08-12 | 6 | -101/+3 |
|/ |
|
* | Merge branch 'coldtom/move-make' into 'master' | bst-marge-bot | 2019-08-11 | 5 | -100/+2 |
|\ |
|
| * | Move make plugin to bst-plugins-experimentalcoldtom/move-make | Thomas Coldrick | 2019-08-09 | 5 | -100/+2 |
|/ |
|
* | Merge branch 'jennis/fix_artifact_log' into 'master' | bst-marge-bot | 2019-08-09 | 6 | -25/+52 |
|\ |
|
| * | Frontend: Fix bst artifact log | James Ennis | 2019-08-09 | 4 | -23/+14 |
| * | artifact.py,element.py: Add get_logs() methods | James Ennis | 2019-08-09 | 2 | -0/+24 |
| * | cascache.py: Add new contains_file() method | James Ennis | 2019-08-09 | 1 | -0/+12 |
| * | cascache.py: Fix typo | James Ennis | 2019-08-09 | 1 | -1/+1 |
| * | _artifact.py: Fix typo in doc comment of _get_field_digest() | James Ennis | 2019-08-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'tpollard/initfix' into 'master' | bst-marge-bot | 2019-08-09 | 1 | -1/+1 |
|\ |
|
| * | _frontend/app.py: Fixup node._assert_symbol_name() positional args | Tom Pollard | 2019-08-09 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'coldtom/move-meson' into 'master' | bst-marge-bot | 2019-08-08 | 4 | -152/+1 |
|\ |
|
| * | Move meson element to bst-plugins-experimental | Thomas Coldrick | 2019-08-08 | 4 | -152/+1 |
|/ |
|
* | Merge branch 'danielsilverstone-ct/load-reject-duplicates' into 'master' | bst-marge-bot | 2019-08-08 | 11 | -4/+121 |
|\ |
|
| * | tests: Add test for DUPLICATE_DEPENDENCY verification | Daniel Silverstone | 2019-08-08 | 9 | -0/+94 |
| * | _loader: Detect and reject duplicated dependencies | Daniel Silverstone | 2019-08-08 | 1 | -4/+24 |
| * | _exception: Add DUPLICATE_DEPENDENCY to LoadErrorReason | Daniel Silverstone | 2019-08-08 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'tpollard/messageobject' into 'master' | bst-marge-bot | 2019-08-08 | 21 | -162/+194 |
|\ |
|
| * | _message.py: Use element_name & element_key instead of unique_idtpollard/messageobject | Tom Pollard | 2019-08-08 | 20 | -156/+173 |
| * | plugin.py: cache full_name member in __init__ | Tom Pollard | 2019-08-08 | 1 | -7/+22 |
| * | element.py: Remove redundant second call to _get_cache_key() | Tom Pollard | 2019-08-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'juerg/artifact-blobs' into 'master' | bst-marge-bot | 2019-08-08 | 6 | -27/+42 |
|\ |
|
| * | cli.py: Require artifact file contents to be present for `bst show` | Jürg Billeter | 2019-08-08 | 1 | -3/+0 |
| * | _artifact.py: Update blob mtimes in cached() | Jürg Billeter | 2019-08-08 | 1 | -1/+1 |
| * | cascache.py: Add update_mtime parameter to contains_directory() | Jürg Billeter | 2019-08-08 | 1 | -4/+13 |
| * | cascache.py: Fix check_exists in _reachable_refs_dir() | Jürg Billeter | 2019-08-08 | 1 | -0/+3 |
| * | _sandboxremote.py: Fetch blobs on artifact creation, not after command | Jürg Billeter | 2019-08-08 | 3 | -19/+23 |
| * | cascache.py: Add missing remote.init() to fetch_blobs() | Jürg Billeter | 2019-08-08 | 1 | -0/+2 |
|/ |
|
* | doc/source/core_plugins.rst: bst-external -> bst-plugins-experimental | Javier Jardón | 2019-08-08 | 1 | -1/+1 |
* | Merge branch 'coldtom/move-cmake' into 'master'1089-reporting-of-unexpected-deaths-of-worker-processes-could-be-better | bst-marge-bot | 2019-08-08 | 7 | -147/+17 |
|\ |
|
| * | Move cmake plugin to bst-plugins-experimentalcoldtom/move-cmake | Thomas Coldrick | 2019-08-08 | 7 | -147/+17 |
|/ |
|
* | Merge branch 'juerg/buildbox' into 'master' | bst-marge-bot | 2019-08-07 | 24 | -123/+3 |
|\ |
|
| * | tests/integration/shell.py: Remove buildbox xfail for passing tests | Jürg Billeter | 2019-08-07 | 1 | -5/+0 |
| * | tests/integration/make.py: Remove buildbox xfail for passing tests | Jürg Billeter | 2019-08-07 | 1 | -2/+0 |
| * | Revert "Mark xfail test that only fail in CI" | Jürg Billeter | 2019-08-07 | 22 | -113/+3 |
| * | .gitlab-ci.yml: Do not remove bubblewrap in tests-buildbox | Jürg Billeter | 2019-08-07 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'jennis/junctions_and_remotes' into 'master' | bst-marge-bot | 2019-08-06 | 7 | -10/+148 |
|\ |
|
| * | NEWS: Added a news entry announcing the two new junction config options | James Ennis | 2019-08-06 | 1 | -0/+8 |
| * | plugins/elements/junction.py: Add 'ignore-junction-remotes' option | James Ennis | 2019-08-06 | 3 | -4/+77 |
| * | plugins/elements/junction.py: Add 'cache-junction-elements' option | James Ennis | 2019-08-06 | 4 | -2/+61 |
| * | _project.py: Revert back to not caching junctioned elements | James Ennis | 2019-08-06 | 3 | -11/+7 |
| * | format_project.rst: Add required push flag to documentation | James Ennis | 2019-08-06 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'traveltissues/setstability' into 'master' | bst-marge-bot | 2019-08-06 | 1 | -10/+20 |
|\ |
|
| * | Add Element.__update_cache_keys_stability() | Darius Makovsky | 2019-08-06 | 1 | -10/+20 |
|/ |
|