aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* structured compute basics (#714)Stefan Boberg2026-02-181-0/+152
| | | | | | | | | 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
* zen hub (#574)Stefan Boberg2026-01-211-0/+8
| | | | | Initial implementation of zenserver "hub" mode. This is an experimental feature. zenserver can be started in hub mode by specifying `hub` as the first argument to zenserver
* small doc updates (#715)Stefan Boberg2026-01-194-1/+36
|
* add Deploy.md and ability to specify a version via --version (#663)Stefan Boberg2025-11-241-0/+31
| | | | | * add docs/Deploy.md * added ability to specify a version on the command line, via `--version`
* switch to xmake for package management (#611)Stefan Boberg2025-11-071-0/+46
| | | | | | | | | | | | | | | | | | | | | | This change removes our dependency on vcpkg for package management, in favour of bringing some code in-tree in the `thirdparty` folder as well as using the xmake build-in package management feature. For the latter, all the package definitions are maintained in the zen repo itself, in the `repo` folder. It should now also be easier to build the project as it will no longer depend on having the right version of vcpkg installed, which has been a common problem for new people coming in to the codebase. Now you should only need xmake to build. * Bumps xmake requirement on github runners to 2.9.9 to resolve an issue where xmake on Windows invokes cmake with `v144` toolchain which does not exist * BLAKE3 is now in-tree at `thirdparty/blake3` * cpr is now in-tree at `thirdparty/cpr` * cxxopts is now in-tree at `thirdparty/cxxopts` * fmt is now in-tree at `thirdparty/fmt` * robin-map is now in-tree at `thirdparty/robin-map` * ryml is now in-tree at `thirdparty/ryml` * sol2 is now in-tree at `thirdparty/sol2` * spdlog is now in-tree at `thirdparty/spdlog` * utfcpp is now in-tree at `thirdparty/utfcpp` * xmake package repo definitions is in `repo` * implemented support for sanitizers. ASAN is supported on windows, TSAN, UBSAN, MSAN etc are supported on Linux/MacOS though I have not yet tested it extensively on MacOS * the zencore encryption implementation also now supports using mbedTLS which is used on MacOS, though for now we still use openssl on Linux * crashpad * bumps libcurl to 8.11.0 (from 8.8.0) which should address a rare build upload bug
* workflow fixes (#1)Stefan Boberg2024-03-121-7/+13
| | | | | * update validate action for enterprise github * updated runner setup options * updated release workflow for enterprise github
* minor docs updatesv5.4.1-pre3v5.4.1-pre2Stefan Boberg2024-02-072-1/+18
|
* updated runner setup docStefan Boberg2023-05-251-1/+3
|
* Update Github_runner_setup.mdStefan Boberg2023-05-221-2/+2
|
* Update Github_runner_setup.mdStefan Boberg2023-05-221-1/+1
|
* Update Github_runner_setup.mdStefan Boberg2023-05-221-0/+1
|
* Added Windows runner setup docStefan Boberg2023-05-151-0/+12
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-023-0/+46
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Delete docs directoryStefan Boberg2022-04-0514-1603/+0
|
* Adding zenservice codeStefan Boberg2021-05-1114-0/+1603