aboutsummaryrefslogtreecommitdiff
path: root/src/zenhorde
Commit message (Collapse)AuthorAgeFilesLines
* Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg2 days1-1/+1
| | | | | | | This PR makes it *possible* to do a Windows build on Linux via `clang-cl`. It doesn't actually change any build process. No policy change, just mechanics and some code fixes to clear clang compilation. The code fixes are mainly related to #include file name casing, to match the on-disk casing of the SDK files (via xwin).
* compute orchestration (#763)Stefan Boberg2026-03-0424-0/+4359
- Added local process runners for Linux/Wine, Mac with some sandboxing support - Horde & Nomad provisioning for development and testing - Client session queues with lifecycle management (active/draining/cancelled), automatic retry with configurable limits, and manual reschedule API - Improved web UI for orchestrator, compute, and hub dashboards with WebSocket push updates - Some security hardening - Improved scalability and `zen exec` command Still experimental - compute support is disabled by default