summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: win32: WINDOWS.md: repro instructionsaevri/win32Angelos Evripiotis2019-06-181-0/+59
* WIP: win32: adjust examples/running-commandsAngelos Evripiotis2019-06-185-41/+11
* WIP: win32: sandboxnone: pass-through env for nowAngelos Evripiotis2019-06-181-1/+2
* WIP: win32: don't set owner of filesAngelos Evripiotis2019-06-181-1/+1
* WIP: win32: use cmd.exe instead of shAngelos Evripiotis2019-06-181-1/+1
* WIP: win32: ImportElement - fix separatorsAngelos Evripiotis2019-06-181-3/+3
* WIP: win32: job: signals / win32Angelos Evripiotis2019-06-183-7/+13
* WIP: win32: job: replace add_child_handler with threadAngelos Evripiotis2019-06-181-2/+16
* WIP: win32: platform: os.uname and resourceAngelos Evripiotis2019-06-181-2/+6
* WIP: win32: _platform/win32: add support for win32Angelos Evripiotis2019-06-182-0/+32
* WIP: bst-job-replayAngelos Evripiotis2019-06-183-1/+22
* WIP: sandboxnone: use initial SandboxNoneAngelos Evripiotis2019-06-183-2/+70
* _scheduler: don't pass whole queue to child jobAngelos Evripiotis2019-06-187-29/+62
* WIP: spawn instead of forkAngelos Evripiotis2019-06-184-37/+33
* TEMP: time and size of pickling and spawningAngelos Evripiotis2019-06-181-2/+20
* TEMP: breakpoint on recursion errorAngelos Evripiotis2019-06-181-1/+2
* TEMP: testpickleAngelos Evripiotis2019-06-182-0/+207
* TEMP: MultiprocessingPdb, traceback in Job._child_actionAngelos Evripiotis2019-06-181-1/+21
* TEMP: disable status renderingAngelos Evripiotis2019-06-181-1/+1
* WIP: pickle thingsAngelos Evripiotis2019-06-1811-11/+156
* jobs/job: send ChildJob the context, not scheduleraevri/smallerjobsAngelos Evripiotis2019-06-181-6/+6
* Merge branch 'jennis/fix_typo' into 'master'bst-marge-bot2019-06-171-1/+1
|\
| * tests/frontend/pull.py: Fix typojennis/fix_typoJames Ennis2019-06-171-1/+1
|/
* Merge branch 'raoul/unique-error-domains' into 'master'bst-marge-bot2019-06-142-3/+4
|\
| * _exceptions.py: Make ErrorDomain uniqueraoul/unique-error-domainsRaoul Hidalgo Charman2019-06-132-3/+4
|/
* Merge branch 'tpollard/elapsedtime' into 'master'bst-marge-bot2019-06-133-7/+4
|\
| * _scheduler/scheduler.py: Remove unused elapsed_time() callstpollard/elapsedtimeTom Pollard2019-06-133-7/+4
|/
* Merge branch 'juerg/cas-dead-code' into 'master'bst-marge-bot2019-06-121-56/+0
|\
| * cascache.py: Remove unused methods commit() and _commit_directory()Jürg Billeter2019-06-121-56/+0
|/
* Merge branch 'aevri/psutil_volume' into 'master'bst-marge-bot2019-06-121-3/+2
|\
| * utils._get_volume_size: use shutil.disk_usageaevri/psutil_volumeAngelos Evripiotis2019-06-121-3/+2
|/
* Merge branch 'aevri/supersuper' into 'master'bst-marge-bot2019-06-1211-17/+17
|\
| * Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-1211-17/+17
|/
* Merge branch 'bschubert/fix-overnight' into 'master'bst-marge-bot2019-06-111-1/+2
|\
| * tests: Build wheel before installing BuildStream in overnight testsBenjamin Schubert2019-06-101-1/+2
|/
* Merge branch 'bschubert/remove-useless-condition' into 'master'bst-marge-bot2019-06-102-2/+2
|\
| * plugins/sources: Remove 'or None' call that will never be trueBenjamin Schubert2019-06-102-2/+2
|/
* Merge branch 'bschubert/optimize-extract-depends-node' into 'master'bst-marge-bot2019-06-075-52/+59
|\
| * _loader/types: Use range() instead of enumerate in extract_depends_from_nodeBenjamin Schubert2019-06-071-2/+2
| * _loader/types: Use an accumulator to speed up _extract_depends_from_nodeBenjamin Schubert2019-06-071-15/+8
| * _loader/types: add type information on _extract_depends_from_nodeBenjamin Schubert2019-06-071-11/+15
| * _loader/types: Use helper function for extract_depends_from_nodeBenjamin Schubert2019-06-071-17/+30
| * _loader: Move extract_depends_from_node from loadelement to typesBenjamin Schubert2019-06-075-52/+49
|/
* Merge branch 'bschubert/stricter-node-api' into 'master'bst-marge-bot2019-06-075-23/+22
|\
| * NEWS: restrict `Plugin.node_items` to be called on `Node`s.bschubert/stricter-node-apiBenjamin Schubert2019-06-072-3/+6
| * _yaml: Don't check for none node in __trim_list_provenanceBenjamin Schubert2019-06-071-2/+2
| * _yaml: Ensure every element passed to list_copy or node_set is a NodeBenjamin Schubert2019-06-071-4/+6
| * _yaml: Restrict parameter of node_items and node_keys to be 'Node'Benjamin Schubert2019-06-073-14/+8
|/
* Merge branch 'tpollard/bzrfix' into 'master'bst-marge-bot2019-06-071-0/+1
|\
| * testing/_utils/site.py: Fix missing BZR assignmentTom Pollard2019-06-071-0/+1
|/