summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Updating documentation regarding element names and addressing.tristan/element-full-pathsTristan van Berkom2020-06-073-61/+80
* tests/format/include.py: Test including of files using full pathsTristan van Berkom2020-06-0511-0/+54
* tests/format/link.py: Testing full path link targetsTristan van Berkom2020-06-055-1/+23
* tests/plugins/loading.py: Testing junction plugins with full pathsTristan van Berkom2020-06-051-1/+109
* tests/format/junctions.py: Test loading dependencies and targets with full pathsTristan van Berkom2020-06-055-0/+66
* _includes.py: Use rsplit to split included yaml instead of splitTristan van Berkom2020-06-051-1/+1
* _pluginfactory/pluginoriginjunction.py: Call get_loader() with provenance.Tristan van Berkom2020-06-051-1/+1
* _loader.py: Support full path dependencies and targetsTristan van Berkom2020-06-052-191/+217
* plugin.py: Load full element names recursively.Tristan Van Berkom2020-06-051-1/+1
* _loader/loadelement.pyx: Load full element names recursively.Tristan Van Berkom2020-06-051-1/+1
* Merge branch 'juerg/sandbox-drop-bwrap' into 'master'bst-marge-bot2020-06-0330-2753/+75
|\
| * Drop Platform subclasses and BST_FORCE_BACKENDjuerg/sandbox-drop-bwrapJürg Billeter2020-06-037-184/+18
| * Drop sandbox selection and BST_FORCE_SANDBOXJürg Billeter2020-06-037-112/+22
| * NEWS: Add note about dropping bwrap sandboxing backendJürg Billeter2020-06-031-0/+7
| * doc/source/arch_sandboxing.rst: Update for buildbox-runJürg Billeter2020-06-031-33/+24
| * linux.py: Remove unused can_crossbuild() and _uid/_gidJürg Billeter2020-06-031-26/+0
| * Drop unused _fuse packageJürg Billeter2020-06-036-1460/+1
| * sandbox: Remove unused root and scratch directoriesJürg Billeter2020-06-031-22/+0
| * sandbox: Drop unused _mount.pyJürg Billeter2020-06-031-148/+0
| * sandbox: Drop _use_cas_based_directory()Jürg Billeter2020-06-032-26/+2
| * Drop SandboxBwrapJürg Billeter2020-06-031-511/+0
| * _platform: Drop maximize_open_file_limit()Jürg Billeter2020-06-033-64/+0
| * darwin.py: Update error messageJürg Billeter2020-06-031-3/+1
| * linux.py: Drop bwrap supportJürg Billeter2020-06-031-26/+0
| * tests: Drop bwrap-specific testsJürg Billeter2020-06-038-132/+1
| * .gitlab-ci.yml: Drop bwrap jobJürg Billeter2020-06-031-7/+0
| * tests/integration/cachedfail.py: Do not skip test with buildbox-runJürg Billeter2020-06-031-1/+1
|/
* Merge branch 'valentindavid/optimize-variables' into 'master'bst-marge-bot2020-06-035-65/+109
|\
| * Optimize variable flatteningValentin David2020-06-035-65/+109
|/
* Merge branch 'traveltissues/update-overnight' into 'master'bst-marge-bot2020-06-031-2/+2
|\
| * Update target branch in FD overnightstraveltissues/update-overnightDarius Makovsky2020-06-021-2/+2
|/
* Merge branch 'tristan/link-element' into 'master'bst-marge-bot2020-06-0271-216/+630
|\
| * NEWS: Updated for breaking change of junction target removaltristan/link-elementTristan van Berkom2020-06-011-3/+4
| * junctions: Remove all traces of the `target` optionTristan van Berkom2020-06-0115-167/+13
| * doc: Adding new `link` plugin to the core plugin indexTristan van Berkom2020-06-011-0/+1
| * tests/format/link.py: Adding tests for the link elementTristan van Berkom2020-06-0160-0/+407
| * link element: Adding support for new link elementTristan van Berkom2020-06-014-4/+160
| * _loader/loader.py: Make collect_element_no_deps() publicTristan van Berkom2020-06-011-75/+78
|/
* Merge branch 'tristan/loader-fixes' into 'master'bst-marge-bot2020-05-301-2/+1
|\
| * _loader/loader.py: Remove useless line of code.Tristan van Berkom2020-05-301-2/+1
|/
* Merge branch 'tristan/remove-loader-no-progress-object' into 'master'bst-marge-bot2020-05-302-18/+12
|\
| * loader: removing the NO_PROGRESS objecttristan/remove-loader-no-progress-objectTristan van Berkom2020-05-302-18/+12
|/
* Merge branch 'tristan/version-specific-config' into 'master'bst-marge-bot2020-05-293-3/+50
|\
| * doc/source/using_config.rst: Document support for version specific config files.Tristan van Berkom2020-05-291-0/+11
| * tests/internals/context.py: Test correct config file is chosen.Tristan van Berkom2020-05-291-0/+28
| * _context.py: Support parallel installations of BuildStreamTristan van Berkom2020-05-291-3/+11
|/
* Merge branch 'bschubert/resolve-public-variables' into 'master'bst-marge-bot2020-05-295-14/+48
|\
| * element.py: Always expand public data's variablesBenjamin Schubert2020-05-295-14/+48
|/
* Merge branch 'juerg/cas-send-directory' into 'master'bst-marge-bot2020-05-281-3/+5
|\
| * cascache.py: Drop unnecessary FindMissingBlobs from _send_directory()juerg/cas-send-directoryJürg Billeter2020-05-281-3/+5
|/