summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "WIP: pickle: rm special cases, plugins pickle now"aevri/picklable_jobsAngelos Evripiotis2019-05-232-0/+8
* WIP: pickle: rm special cases, plugins pickle nowAngelos Evripiotis2019-05-232-8/+0
* WIP: pickle: rm commented out special caseAngelos Evripiotis2019-05-231-8/+0
* WIP: pickle: remove PicklablePluginProxyAngelos Evripiotis2019-05-233-47/+2
* WIP: pickle: use custom reduction for pluginsAngelos Evripiotis2019-05-235-15/+75
* WIP: pickle: _do_pickled_child_job and friendsAngelos Evripiotis2019-05-231-14/+35
* WIP: pickle: queues no longer pickledAngelos Evripiotis2019-05-233-18/+0
* WIP: perf: don't bind entire queue to callbackAngelos Evripiotis2019-05-237-34/+50
* WIP: spawn: Job no longer pickledAngelos Evripiotis2019-05-231-9/+0
* TEMP: time and size of pickling and spawningAngelos Evripiotis2019-05-231-2/+20
* WIP: pickle: comment out test_pickle in JobAngelos Evripiotis2019-05-231-7/+7
* TEMP: breakpoint on recursion errorAngelos Evripiotis2019-05-231-1/+2
* WIP: pickle: use PicklablePluginProxy insteadAngelos Evripiotis2019-05-235-80/+55
* TEMP: testpickleAngelos Evripiotis2019-05-232-0/+207
* TEMP: MultiprocessingPdb, traceback in Job._child_actionAngelos Evripiotis2019-05-231-1/+21
* TEMP: disable status renderingAngelos Evripiotis2019-05-231-1/+1
* WIP: pickle: Plugin - disable picklingAngelos Evripiotis2019-05-231-0/+6
* WIP: pickle: Element, Source _meta_kindAngelos Evripiotis2019-05-232-0/+3
* WIP: pickle: FetchQueue - not needed?Angelos Evripiotis2019-05-231-0/+6
* WIP: pickle: {ArtifactPush,Build}Queue - not needed?Angelos Evripiotis2019-05-232-0/+12
* WIP: pickle: Job, ElementJob, Element, SourceAngelos Evripiotis2019-05-232-0/+87
* WIP: pickle: optionpool: make picklableAngelos Evripiotis2019-05-231-0/+12
* WIP: pickle: PluginContext, ElementFactory, SourceFactoryAngelos Evripiotis2019-05-234-10/+40
* WIP: pickle: Context: no _message_handlerAngelos Evripiotis2019-05-231-0/+13
* WIP: pickle: _{artifact,source}cache: __getstate__ no elementsAngelos Evripiotis2019-05-232-0/+12
* WIP: spawn: can't use job result yetAngelos Evripiotis2019-05-231-2/+3
* WIP: spawn: use multiprocessing.ManagerAngelos Evripiotis2019-05-232-9/+16
* WIP: spawn: no Plugin._lookup, class instance plugin mapAngelos Evripiotis2019-05-231-4/+4
* WIP: spawn: no _is_main_processAngelos Evripiotis2019-05-231-1/+3
* jobs/job: send ChildJob the context, not schedulerAngelos Evripiotis2019-05-231-6/+6
* spawn: split jobs into parent and childAngelos Evripiotis2019-05-234-64/+153
* jobs/job: Add a fullstop to Job explanationAngelos Evripiotis2019-05-231-1/+1
* jobs: refactor, use new set_message_unique_idaevri/set_message_unique_idAngelos Evripiotis2019-05-233-26/+43
* Merge branch 'aevri/mv_job_parent_above_child' into 'master'bst-marge-bot2019-05-221-131/+131
|\
| * _scheduler/jobs/job: mv _parent* above _child*Angelos Evripiotis2019-05-221-131/+131
|/
* Merge branch 'aevri/fix_logging_regex_test' into 'master'Angelos Evripiotis2019-05-221-2/+13
|\
| * tests/frontend/logging.py: fix error message regexAngelos Evripiotis2019-05-221-2/+13
|/
* Merge branch 'chandan/src-directory' into 'master'Chandan Singh2019-05-21250-51/+52
|\
| * CONTRIBUTING.rst: Update path to BuildStream source filesChandan Singh2019-05-211-2/+2
| * .gitlab-ci.yml: Fix source path for analysis jobsChandan Singh2019-05-211-6/+6
| * .gitattributes: Update path to buildstream/_version.pyChandan Singh2019-05-211-1/+1
| * .coveragerc: Fix coverage reporting after move to src directorychandan/src-directoryChandan Singh2019-05-211-3/+1
| * tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-214-7/+9
| * Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-21243-33/+34
|/
* Merge branch 'chandan/coverage-doesnt-need-deps' into 'master'Chandan Singh2019-05-211-2/+1
|\
| * tox.ini: Coverage does not need module installedChandan Singh2019-05-211-2/+1
|/
* Merge branch 'jonathan/cached-to-artifact' into 'master'Jonathan Maw2019-05-212-32/+41
|\
| * Delegate storage of cached state to the Artifact classJonathan Maw2019-05-212-32/+41
|/
* Merge branch 'danielsilverstone-ct/classmethod-inits' into 'master'Tom Pollard2019-05-203-62/+77
|\
| * {meta,}element.py: Move is_junction into MetaElementdanielsilverstone-ct/classmethod-initsDaniel Silverstone2019-05-172-10/+10