summaryrefslogtreecommitdiff
path: root/src/buildstream/_scheduler
Commit message (Expand)AuthorAgeFilesLines
* Remove uneccesary _platform.multiprocessingaevri/nompAngelos Evripiotis2019-08-202-21/+27
* _context.py: Add disable_fork() methodJürg Billeter2019-08-201-0/+2
* _scheduler: Remove cache size jobJürg Billeter2019-08-205-197/+2
* _scheduler: Remove cleanup jobJürg Billeter2019-08-203-108/+1
* _frontend/app.py: Stop handling Element instances directlyTom Pollard2019-08-191-3/+7
* Support pickling jobs if the platform requires itAngelos Evripiotis2019-08-161-6/+44
* Abstract mp Queue usage, prep to spawn processesAngelos Evripiotis2019-08-162-25/+19
* job.py: Report error when job process unexpectedly dies (#1089)tmewett/report-weird-return-codesTom Mewett2019-08-121-1/+5
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-084-61/+81
* job: fix exception caught from enum translationBenjamin Schubert2019-07-311-1/+1
* types: Add a 'FastEnum' implementation and replace Enum by itBenjamin Schubert2019-07-292-10/+12
* job: try pickling child jobs if BST_TEST_SUITEaevri/pickleAngelos Evripiotis2019-07-241-0/+7
* Make ChildJobs and friends picklableAngelos Evripiotis2019-07-242-0/+147
* scheduler: rm unused _exclusive_* membersAngelos Evripiotis2019-07-091-9/+0
* Store core state for the frontend separatelyJonathan Maw2019-07-097-35/+52
* Stream: Fix the existence of duplicate queuesJonathan Maw2019-07-091-0/+11
* Queue: Make queues store counts of the number of skipped/processed elementsJonathan Maw2019-07-091-9/+9
* job: only pass Messenger to child, not all ContextAngelos Evripiotis2019-07-051-6/+8
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-052-6/+6
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-4/+4
* _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
* jobs/job: send ChildJob the context, not schedulerAngelos Evripiotis2019-06-191-6/+6
* _scheduler/scheduler.py: Remove unused elapsed_time() callstpollard/elapsedtimeTom Pollard2019-06-131-5/+2
* queue.py: Use heapq for the ready queuejennis/push_based_pipelineJames Ennis2019-06-071-3/+4
* queue.py: Push-based queuesJames Ennis2019-06-074-55/+89
* Use 'is' when comparing against JobStatusaevri/job_msg_enumAngelos Evripiotis2019-06-068-10/+10
* _scheduler/jobs/job: make JobStatus an enumAngelos Evripiotis2019-06-061-1/+2
* _scheduler/jobs/job: use enum for return codesAngelos Evripiotis2019-06-061-14/+18
* _scheduler/jobs/job: use enum for message typesAngelos Evripiotis2019-06-061-11/+21
* Rename (spawn, fork) -> 'start process'Angelos Evripiotis2019-06-063-21/+20
* _scheduler/jobs: refactor, defensive send_messageAngelos Evripiotis2019-06-062-30/+36
* jobs/job: lint fixes, overhang + unused varAngelos Evripiotis2019-06-061-2/+2
* _scheduler/jobs/job: elaborate on 'simple' objectsAngelos Evripiotis2019-06-051-5/+12
* _scheduler/jobs/job: refactor, use send_messageAngelos Evripiotis2019-06-051-7/+5
* _scheduler/jobs/job: document send_messageAngelos Evripiotis2019-06-051-3/+13
* _scheduler/jobs: split jobs into parent and childAngelos Evripiotis2019-06-054-62/+195
* cachesizejob: remove redundant child_process_dataAngelos Evripiotis2019-06-051-3/+0
* jobs/job: Add a fullstop to Job explanationAngelos Evripiotis2019-06-051-1/+1
* jobs: refactor, use new set_message_unique_idAngelos Evripiotis2019-05-232-26/+37
* _scheduler/jobs/job: mv _parent* above _child*Angelos Evripiotis2019-05-221-131/+131
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-2116-0/+2449