aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdStefan Boberg2023-02-091-1/+1
|
* Update README.mdStefan Boberg2023-02-091-0/+3
|
* Added xmake install step to README.mdStefan Boberg2023-02-091-0/+1
|
* removed very old and invalid TODO.mdStefan Boberg2023-02-081-49/+0
|
* removed some deprecated scriptsStefan Boberg2023-02-089-1008/+0
|
* 0.2.3-pre1v0.2.3-pre1Dan Engelbrecht2023-02-071-1/+1
|
* 0.2.3-pre0Dan Engelbrecht2023-02-071-1/+1
|
* Add support for "packagedata" mapping in oplog entries (#224)Dan Engelbrecht2023-02-072-3/+14
|
* changelogDan Engelbrecht2023-02-071-0/+11
|
* Merge pull request #223 from EpicGames/script-hygieneMartin Ridgers2023-02-071-277/+0
|\ | | | | Removed unused script
| * Removed unused scriptMartin Ridgers2023-02-071-277/+0
|/
* Merge pull request #219 from EpicGames/linux-buildMartin Ridgers2023-02-0613-45/+149
|\ | | | | Scripts for building Linux binaries using UE's Linux toolchain.
| * Fixed wrong if-statement when checking for the presence of clang++Martin Ridgers2023-02-061-1/+1
| |
| * Added note about UE toolchain meeting VFX reference platform versionsMartin Ridgers2023-02-061-3/+4
| |
| * Fixed two typos in ReadmeMartin Ridgers2023-02-061-2/+2
| |
| * Removed stale comment now that use of !! has been replacedMartin Ridgers2023-02-031-1/+0
| |
| * Added a size_t override for Apple Clang where types as size_t != uint64_tMartin Ridgers2023-02-031-0/+11
| |
| * Commented out breakpad_client xmake.lua adjustment - not applicable yetMartin Ridgers2023-02-031-0/+3
| | | | | | | | | | | | Later baselines of vcpkg will change to a newer version of sentry-native that will produce libbreakpad_client. This block of xmake script will then be required to coerce xmake to order libraries correctly
| * Removed the AppImage-based bundling step on LinuxMartin Ridgers2023-02-022-40/+1
| |
| * Removed size_t override that is no longer required with newer libc++Martin Ridgers2023-02-021-9/+0
| |
| * Scripts to acquire and use UE's Linux toolchainMartin Ridgers2023-02-025-0/+126
| |
| * Fixed symbol resolution error because xmake reverses dependent librariesMartin Ridgers2023-02-021-0/+8
| |
| * Missing pthread dependencyMartin Ridgers2023-02-021-0/+4
| |
| * Removed unused add_link() callMartin Ridgers2023-02-021-1/+0
| | | | | | | | | | The blake3 library is now provided by vcpkg and marked as a dependency via the add_package() call.
| * Call gettid syscall directly as gettid() is not available in earlier glibcMartin Ridgers2023-02-021-1/+2
| |
| * Fix Clang warning about bitwise ops on boolean valuesMartin Ridgers2023-02-021-1/+1
| |
* | remove legacy `export-project` and `import-project` (#222)Dan Engelbrecht2023-02-025-843/+2
| |
* | Add `project-create` and `oplog-create` to zen command line tool (#221)Dan Engelbrecht2023-02-025-3/+242
| | | | | | * Add `project-create` and `oplog-create` to zen command line tool
* | Reduce lock scopes in oplog (#220)Dan Engelbrecht2023-02-022-90/+123
|/
* Updated README.mdStefan Boberg2023-02-011-2/+10
|
* Update README.mdStefan Boberg2023-02-011-9/+6
|
* added `xmake sln` task which replaces `generate_projects.bat`Stefan Boberg2023-02-012-1/+9
|
* Clean up project store file structure (#218)Dan Engelbrecht2023-02-0110-716/+656
| | | | * move project store to separate folder * moved import/export project commands into projectstore cmd files
* fix formatting of zenutil/include/zenutil/zenserverprocess.hDan Engelbrecht2023-01-311-1/+1
|
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-01-301-2/+1
|\
| * Disable upstream in default zen configzousar2023-01-261-2/+1
| | | | | | | | Removing unused "enabled" attribute on upstream config and using the "policy" attribute instead to disable the upstream.
| * Change config to disable upstream by defaultzousar2023-01-261-1/+1
| |
* | added note in CHANGELOG.mdStefan Boberg2023-01-261-0/+1
|/ | | | should have been part of previous commit
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2023-01-263-113/+171
|\
| * Retain memory buffer when replaying oplog (#216)Dan Engelbrecht2023-01-262-3/+8
| | | | | | | | * Retain memory buffer when replaying oplog * changelog
| * Better error responses/logging in project store request (#217)Dan Engelbrecht2023-01-263-110/+163
| | | | | | | | * Better error responses/logging in project store request * changelog
* | removed some more mesh related debrisStefan Boberg2023-01-263-8/+0
| |
* | mergeStefan Boberg2023-01-2619-2062/+1504
|\|
| * Fixed macro leaking outMartin Ridgers2023-01-251-0/+2
| |
| * Updated Trace from Main at 23846526Martin Ridgers2023-01-251-561/+1415
| |
| * 0.2.2v0.2.2Dan Engelbrecht2023-01-251-1/+1
| |
| * 0.2.2-pre0v0.2.2-pre0Dan Engelbrecht2023-01-241-1/+1
| |
| * changelogDan Engelbrecht2023-01-241-8/+13
| |
| * removed HttpLaunchService and related codeStefan Boberg2023-01-248-1050/+6
| | | | | | | | this was used for testing but is no longer wanted in this form
| * removed HttpLaunchService and related codeStefan Boberg2023-01-241-7/+0
| | | | | | | | this has been used for testing purposes but should not be in the production executable