summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _yaml.pyx: Fix file index checks for synthetic nodesjuerg/yaml-synthetic-file-indexJürg Billeter2019-07-081-2/+2
* Merge branch 'raoul/1038-source-cache-proto' into 'master'bst-marge-bot2019-07-0813-66/+662
|\
| * Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-087-56/+212
| * capabilities: Expand to include source serviceRaoul Hidalgo Charman2019-07-083-9/+66
| * casserver.py: Add source serviceRaoul Hidalgo Charman2019-07-081-1/+39
| * protos: Update generated grpc filesRaoul Hidalgo Charman2019-07-082-0/+284
| * Add new source protoRaoul Hidalgo Charman2019-07-081-0/+61
|/
* Merge branch 'shashwatdalal/make-magic-timestamp-public' into 'master'bst-marge-bot2019-07-084-11/+10
|\
| * utils.py: Make `magic_timestamp` a public variableshashwatdalal/make-magic-timestamp-publicShahwat Dalal2019-07-054-11/+10
|/
* Merge branch 'aevri/messenger' into 'master'bst-marge-bot2019-07-0524-338/+365
|\
| * _messenger: clarify silent_nested behaviouraevri/messengerAngelos Evripiotis2019-07-051-6/+11
| * _messenger: _message_depth -> _silence_scope_depthAngelos Evripiotis2019-07-051-17/+10
| * _messenger: use silence ctx, not *_message_depthAngelos Evripiotis2019-07-051-4/+2
| * Remove unused Message.depth attributeAngelos Evripiotis2019-07-052-6/+0
| * _messenger: refactor, pythonic _message_depthAngelos Evripiotis2019-07-051-9/+5
| * job: only pass Messenger to child, not all ContextAngelos Evripiotis2019-07-051-6/+8
| * Refactor, use context.messenger directlyAngelos Evripiotis2019-07-0523-193/+62
| * Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-0511-26/+36
| * _context:extract _messenger.Messenger from ContextAngelos Evripiotis2019-07-052-149/+309
|/
* Merge branch 'aevri/smallerjobs2' into 'master'bst-marge-bot2019-07-047-34/+67
|\
| * _scheduler: don't pass whole queue to child jobAngelos Evripiotis2019-07-047-32/+65
| * _scheduler/./queue.py: remove unused 'e' varsAngelos Evripiotis2019-07-041-2/+2
|/
* Merge branch 'shashwatdalal/tar-file-extraction' into 'master'bst-marge-bot2019-07-043-4/+23
|\
| * utils.py: Add write permission to root path in _force_rmtreeshashwatdalal/tar-file-extractionShahwat Dalal2019-07-043-4/+23
|/
* Merge branch 'juerg/sourcecache' into 'master'bst-marge-bot2019-07-032-4/+4
|\
| * element.py: Do not implicitly import sources into source cacheJürg Billeter2019-07-031-2/+2
| * loader.py: Check source cache for subproject fetchingJürg Billeter2019-07-031-1/+1
| * element.py: Consider workspaced elements source_cached()Jürg Billeter2019-07-031-1/+1
|/
* Merge branch 'aevri/context_nitpicks' into 'master'bst-marge-bot2019-07-022-7/+2
|\
| * _context: rm stray break in comment blockaevri/context_nitpicksAngelos Evripiotis2019-07-021-1/+0
| * _context: remove unused self._directoryAngelos Evripiotis2019-07-022-6/+2
|/
* Merge branch 'AlexFazakas/add-bst-init-argument' into 'master'bst-marge-bot2019-07-0228-89/+131
|\
| * runcli.py: Don't set project to 'None'AlexFazakas2019-07-0228-89/+131
|/
* Merge branch 'tar-target-renaming' into 'master'bst-marge-bot2019-07-027-9/+132
|\
| * tar.py: Make link target renaming work between base-dirsTristan Maat2019-07-027-9/+132
|/
* Merge branch 'aevri/set_resource_limits' into 'master'bst-marge-bot2019-07-022-13/+32
|\
| * platform: re-scope set_resource_limitsAngelos Evripiotis2019-07-022-13/+32
|/
* Merge branch 'aevri/cascache_nits' into 'master'bst-marge-bot2019-06-271-2/+5
|\
| * cascache: add_object, assert path if link_directlyAngelos Evripiotis2019-06-271-0/+3
| * cascache: refactor, rm some unused exception varsAngelos Evripiotis2019-06-271-2/+2
|/
* Merge branch 'juerg/source-checkout' into 'master'bst-marge-bot2019-06-2726-60/+74
|\
| * Regenerate man pagesJürg Billeter2019-06-2722-31/+65
| * Fetch sources as needed for bst source checkoutJürg Billeter2019-06-274-29/+9
|/
* Merge branch 'raoul/915-capabilities-service' into 'master'bst-marge-bot2019-06-2616-120/+252
|\
| * artifact.proto: Remove ArtifactStatus methodraoul/915-capabilities-serviceRaoul Hidalgo Charman2019-06-263-111/+4
| * _artifactcache.py: Use capabilities serviceRaoul Hidalgo Charman2019-06-261-6/+11
| * casserver.py: Add buildstream capabilities serviceRaoul Hidalgo Charman2019-06-261-0/+17
| * protos: Update generated grpc filesRaoul Hidalgo Charman2019-06-2611-3/+197
| * buildstream.proto: Add capabilities serviceRaoul Hidalgo Charman2019-06-261-0/+23
|/
* Merge branch 'chandan/fix-readme-badges' into 'master'alexfazakas/add-bst-init-argumentbst-marge-bot2019-06-261-2/+2
|\