aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/localrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed initializer orderStefan Boberg12 days1-2/+2
|
* made local action submits more async by introducing "submitting" stateStefan Boberg12 days1-17/+40
|
* LocalProcessRunner::SubmitActions batchingStefan Boberg12 days1-2/+29
|
* added worker pools to local runnersStefan Boberg12 days1-1/+5
|
* annotated some functions with trace scopesStefan Boberg13 days1-1/+5
|
* restructured DeferredDirectoryDeleter so it can handle explicit expirationStefan Boberg13 days1-8/+6
| | | | restructured the code so that directory deletion can be scheduled after the response has been sent.
* Implemented deferred cleanup of runner sandbox directoriesStefan Boberg13 days1-21/+8
|
* wine workaround for differing behaviour of DeleteDirectoriesStefan Boberg13 days1-3/+9
|
* added ZEN_TRACE_CPU to various functionsStefan Boberg2026-02-251-0/+5
|
* factored out Windows process runner into WindowsProcessRunnerStefan Boberg2026-02-201-200/+25
| | | | common code is factored out into LocalProcessRunner base class
* structured compute basics (#714)Stefan Boberg2026-02-181-0/+722
this change adds the `zencompute` component, which can be used to distribute work dispatched from UE using the DDB (Derived Data Build) APIs via zenserver this change also adds a distinct zenserver compute mode (`zenserver compute`) which is intended to be used for leaf compute nodes to exercise the compute functionality without directly involving UE, a `zen exec` subcommand is also added, which can be used to feed replays through the system all new functionality is considered *experimental* and disabled by default at this time, behind the `zencompute` option in xmake config