summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* app: Show stacktrace on exception when "--debug" is Truebschubert/debug-show-traceBenjamin Schubert2019-07-301-1/+11
* Merge branch 'alexfazakas/lint-whatever-you-want' into 'master'Tristan Maat2019-07-301-2/+2
|\
| * tox.ini: Allow linter to run on target filesAlexandru Fazakas2019-07-301-2/+2
|/
* Merge branch 'jjardon/ruamel' into 'master'bst-marge-bot2019-07-302-16/+2
|\
| * Depend on ruamel 0.16jjardon/ruamelJavier Jardón2019-07-292-16/+2
|/
* doc/source/format_project.rst: Fix tiny typoTristan Maat2019-07-291-2/+1
* Merge branch 'bschubert/node-enum' into 'master'bst-marge-bot2019-07-2916-76/+342
|\
| * optionpool: Use 'get_enum' for getting the option typeBenjamin Schubert2019-07-291-7/+12
| * context: Move 'CacheBuildTrees' to a FastEnumBenjamin Schubert2019-07-294-36/+26
| * context: Move scheduler actions to an EnumBenjamin Schubert2019-07-294-6/+38
| * node: Add 'as_enum' on ScalarNode and 'get_enum' helper on MappingNodeBenjamin Schubert2019-07-296-13/+111
| * types: Mark 'Consistency' as a 'FastEnum'Benjamin Schubert2019-07-291-1/+11
| * types: Add a 'FastEnum' implementation and replace Enum by itBenjamin Schubert2019-07-297-15/+146
|/
* Merge branch 'bschubert/update-dind-ci' into 'master'bst-marge-bot2019-07-261-0/+4
|\
| * ci: Fix docker connection to the docker dind serviceBenjamin Schubert2019-07-261-0/+4
|/
* Merge branch 'becky/artifact_access' into 'master'Tristan Maat2019-07-265-50/+118
|\
| * Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-264-46/+114
| * Fix up of some spelling mistakesRebecca Grayson2019-07-262-4/+4
|/
* Merge branch 'jonathan/job-progress' into 'master'fetch-committersbst-marge-bot2019-07-269-61/+410
|\
| * _messenger: Fix complex objects leaking into child jobsJonathan Maw2019-07-261-0/+7
| * tests: Check that progress tallies are correct, including across junctionsJonathan Maw2019-07-261-0/+44
| * Render progress information for loading and processing elementsJonathan Maw2019-07-268-61/+359
|/
* Merge branch 'bschubert/optimize-loader' into 'master'bst-marge-bot2019-07-265-211/+246
|\
| * loader: Move sort_dependencies to loadelement as a cython methodbschubert/optimize-loaderBenjamin Schubert2019-07-262-75/+78
| * loadelement: Move loadelement to CythonBenjamin Schubert2019-07-264-29/+56
| * loader: Don't pickle caches for child jobs, they are not needed thereDaniel Silverstone2019-07-261-0/+5
|/
* Merge branch 'buildbox' into 'master'bst-marge-bot2019-07-2545-34/+842
|\
| * News: Added a news item for the new BuildBox sandboxbuildboxWilliam Salmon2019-07-251-0/+4
| * New test stage to use the buildbox sandboxWilliam Salmon2019-07-251-0/+32
| * sandbox: Add initial SandboxBuildBoxJürg Billeter2019-07-254-1/+289
| * Mark xfail test that only fail in CIWilliam Salmon2019-07-2522-3/+113
| * Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-2518-19/+68
| * Test that commands can be found on PATH when links are presentWilliam Salmon2019-07-253-0/+42
| * Update sandbox to use virtual directoriesWilliam Salmon2019-07-252-4/+17
| * Fix descend can not follow symlinksWilliam Salmon2019-07-254-7/+194
| * Implmented export_to_tar for casbaseddirectoryWilliam Salmon2019-07-256-1/+79
| * Fix infinite recursion in _partial_import_cas_into_casWilliam Salmon2019-07-251-2/+7
|/
* Merge branch 'aevri/pickle' into 'master'bst-marge-bot2019-07-2418-55/+454
|\
| * job: try pickling child jobs if BST_TEST_SUITEaevri/pickleAngelos Evripiotis2019-07-241-0/+7
| * Make ChildJobs and friends picklableAngelos Evripiotis2019-07-249-1/+352
| * node: picklable {Scalar,Mapping,Sequence}NodeAngelos Evripiotis2019-07-241-0/+18
| * optionpool: make OptionPool picklableAngelos Evripiotis2019-07-241-3/+18
| * _platform: make picklable, no nested methodsAngelos Evripiotis2019-07-243-49/+53
| * _context, cascache: mv BST_TEST_SUITE to ContextAngelos Evripiotis2019-07-242-1/+5
| * _exceptions: fix 'BuildSream' typoAngelos Evripiotis2019-07-241-1/+1
|/
* Merge branch 'jjardon/overnigth_yaml_bst2_chanches' into 'master'Javier Jardón2019-07-241-1/+1
|\
| * .gitlab-ci.yml: Use new freedesktop-sdk with bst2 YAML API changesJavier Jardón2019-07-241-1/+1
|/
* Merge branch 'traveltissues/cache-key-changes-2' into 'master'bst-marge-bot2019-07-2231-34/+49
|\
| * Reset cache data if a workspace build is pendingDarius Makovsky2019-07-221-0/+4
| * Remove recalculate kwarg from Workspace.get_key()Darius Makovsky2019-07-221-2/+2