| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | explicitly enable sentry in release build / bundlesb/intree-sentry-native | Stefan Boberg | 2025-10-28 | 1 | -0/+1 |
| | | |||||
| * | temp workaround for crashpad_handler copying | Stefan Boberg | 2025-10-27 | 1 | -10/+3 |
| | | |||||
| * | Zs/mac restore minver 12.5 (#344) | Zousar Shaker | 2025-04-04 | 1 | -2/+2 |
| | | | | * Restore Mac minver to 12.5 | ||||
| * | remove xcode 12.1 workaround (#339) | Dan Engelbrecht | 2025-04-02 | 1 | -2/+2 |
| | | | | | | * remove xcode 12.1 workaround * bump min macos version to 14.0 | ||||
| * | Enabled signing on windows agents again (#12) | Joakim Lindqvist | 2024-03-20 | 1 | -0/+4 |
| | | | | * Enabled signing on windows agents again | ||||
| * | changed RPC recording to MPSC setup (#638) | Stefan Boberg | 2024-01-31 | 1 | -2/+2 |
| | | | | fixes rare race condition when using RPC recording for long periods of time | ||||
| * | windows executable signing (#566) | Dan Engelbrecht | 2023-12-15 | 1 | -2/+28 |
| | | | | Windows executables are now signed with official cert when creating a release | ||||
| * | embed html frontend content as binary compiled data (#559) | Dan Engelbrecht | 2023-11-23 | 1 | -27/+34 |
| | | | | | | | - Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`) - Improvement: The frontend html content is no longer appended at the end of the executable which prevented signing, instead it is compiled in from the `/src/zenserver/frontend/html.zip` archive - Improvement: MacOS now does ad-hoc code signing by default when issuing `xmake bundle`, signing with proper cert is done on CI builds | ||||
| * | revive UE toolchain build (#343) | Dan Engelbrecht | 2023-08-22 | 1 | -1/+2 |
| | | | | | | | | | | * add comment about 7z usage in xmake bundle * add ue-libcxx lib/headers and licence + tps * update get_ue_toolchain.sh to use embedded libc++ and decouple from p4 * clearer output when falling back to zip from 7z * update ci scripts to use ue toolchain on linux * updated linux build README.md * changelog | ||||
| * | updated logic for 7z/zip | Stefan Boberg | 2023-05-19 | 1 | -6/+6 |
| | | | | | | previously, an attempt was made to locate any installed binary but the located path was not actually used in practice | ||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -1/+1 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | fix: bundle shouldn't append content zip to zen | Stefan Boberg | 2023-05-01 | 1 | -4/+0 |
| | | |||||
| * | Removed the AppImage-based bundling step on Linux | Martin Ridgers | 2023-02-02 | 1 | -3/+1 |
| | | |||||
| * | Include zen cmd in release (#188) | Dan Engelbrecht | 2022-11-09 | 1 | -3/+32 |
| | | | | | | * make sure we build the zen command line as well in bundle * include zen command line executable * changelog | ||||
| * | Don't use -r option for 7z, it is not needed and picks up more than you ↵ | Dan Engelbrecht | 2022-09-05 | 1 | -1/+1 |
| | | | | | expect (#156) | ||||
| * | tweak compression settings to streamline build | Stefan Boberg | 2022-06-03 | 1 | -2/+2 |
| | | | | | previously the bundles used maximum compression, now it uses the fastest mode. With the old setting bundling (release) took 55s on my machine, with these settings it took 28s | ||||
| * | Fixed typo | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | Zip up the frontend content and append to executable when bundling | Martin Ridgers | 2022-03-15 | 1 | -12/+81 |
| | | |||||
| * | Allow nil arguments when bundle.lua launches processes | Martin Ridgers | 2022-03-15 | 1 | -2/+9 |
| | | |||||
| * | Use AppImage when bundling for Linux to avoid unmet GCC-11 dependencies | Martin Ridgers | 2022-02-22 | 1 | -1/+3 |
| | | |||||
| * | Set a minimum Mac OS version that UE uses | Martin Ridgers | 2022-01-20 | 1 | -2/+2 |
| | | |||||
| * | Moved bundle.lua to scripts/bundle.lua to keep root clean | Martin Ridgers | 2022-01-20 | 1 | -0/+183 |