| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed "move prevents copy elision" compiler warning | Martin Ridgers | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Temporarily if-def'd out unused project client | Martin Ridgers | 2021-11-15 | 1 | -0/+4 |
| | | |||||
| * | Fixed OpenSSL link errors (xmake-related, see comment) | Martin Ridgers | 2021-11-15 | 1 | -0/+15 |
| | | |||||
| * | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICES | Martin Ridgers | 2021-11-12 | 2 | -0/+11 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-11-12 | 11 | -82/+1866 |
| |\ | |||||
| | * | Horde remote execute (#25) | Joe Kirchoff | 2021-11-11 | 6 | -64/+1841 |
| | | | |||||
| | * | Format fix. | Per Larsson | 2021-11-11 | 5 | -18/+25 |
| | | | |||||
| * | | Fixed dlopen/close() unresolved symbols | Martin Ridgers | 2021-11-12 | 1 | -0/+4 |
| | | | |||||
| * | | Use add_syslinks() instead of add_link() for system libraries | Martin Ridgers | 2021-11-12 | 2 | -3/+3 |
| | | | |||||
| * | | Added Curl's vcpkg:openssl dependency to xmake scripts | Martin Ridgers | 2021-11-11 | 2 | -0/+2 |
| | | | |||||
| * | | Windows compile fix | Martin Ridgers | 2021-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | Implement NamedEvent on POSIX using Unix-domain sockets | Martin Ridgers | 2021-11-11 | 1 | -3/+80 |
| | | | |||||
| * | | Removed unused u8string_view NamedEvent constructor | Martin Ridgers | 2021-11-11 | 2 | -12/+0 |
| | | | |||||
| * | | NamedEvent is no longer an Event-type object. | Martin Ridgers | 2021-11-11 | 3 | -7/+69 |
| | | | | | | | | | | | | | | | Platforms other than Windows do not really have a named event-like primitive or ones that are close are fallible if a process hard-terminates. Separating from Event more clearly conveys the use of NamedEvent objects; to synchronise two processes. | ||||
| * | | Check if an event is already set before waiting on it | Martin Ridgers | 2021-11-11 | 1 | -1/+12 |
| | | | |||||
| * | | Windows unreachable code compile fix | Martin Ridgers | 2021-11-09 | 1 | -2/+0 |
| | | | |||||
| * | | Implemented ProcessHandle::Wait() for Linux | Martin Ridgers | 2021-11-09 | 1 | -3/+32 |
| | | | |||||
| * | | ProcessHandle::Reset() for Linux | Martin Ridgers | 2021-11-09 | 1 | -0/+3 |
| | | | |||||
| * | | Implemented ProcessHandle::Terminate() for Linux | Martin Ridgers | 2021-11-09 | 1 | -3/+15 |
| | | | |||||
| * | | Implemented ProcessHandle::IsRunning() for Linux | Martin Ridgers | 2021-11-09 | 1 | -1/+12 |
| | | | |||||
| * | | Implemented ProcessHandle::Initialize(Pid) for Linux | Martin Ridgers | 2021-11-09 | 1 | -1/+10 |
| | | | |||||
| * | | Moved "using namespace" statement into the scope it applies to | Martin Ridgers | 2021-11-09 | 1 | -1/+1 |
| | | | |||||
| * | | Only implement ProcessHandle::Initialize(void*) on Windows | Martin Ridgers | 2021-11-09 | 1 | -4/+2 |
| | | | |||||
| * | | Moved the use of INVALID_HANDLE_VALUE out of ProcessHandle::Reset() | Martin Ridgers | 2021-11-09 | 1 | -1/+7 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-09 | 117 | -11/+14 |
| |\| | |||||
| | * | Renamed 3rdparty -> thirdparty for legal compliance | Stefan Boberg | 2021-11-04 | 117 | -8/+8 |
| | | | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-11-04 | 3 | -16/+18 |
| | |\ | |||||
| | * | | added dummy file in location reserved for third-party licenses | Stefan Boberg | 2021-11-04 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merged main | Martin Ridgers | 2021-11-03 | 4 | -106/+131 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Type consistency around signed/unsigned comparison | Martin Ridgers | 2021-11-03 | 1 | -3/+3 |
| | | | | |||||
| | * | | __FILE__ can be relative and thus may not exist from the CWD | Martin Ridgers | 2021-11-03 | 1 | -2/+4 |
| | | | | |||||
| | * | | Removed sensitive words | Martin Ridgers | 2021-11-03 | 1 | -2/+2 |
| | | | | |||||
| | * | | uson.json tests were passing un-terminated strings to json11::parse() | Martin Ridgers | 2021-11-03 | 1 | -9/+9 |
| | |/ | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-01 | 12 | -144/+255 |
| | |\ | |||||
| | * | | Upload cache record before blobs and call finalize when processing upstream ↵ | Per Larsson | 2021-11-01 | 3 | -101/+124 |
| | | | | | | | | | | | | | to Jupiter. | ||||
| * | | | There is no "StringBuilderImpl<C>::operator << (const C*)". | Martin Ridgers | 2021-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This ended up calling operator << (bool) and appending "true" instead of the expected path component. | ||||
| * | | | Missing includes | Martin Ridgers | 2021-11-03 | 2 | -0/+4 |
| | | | | |||||
| * | | | Add compute xmake option to zenserver/xmake.lua | Martin Ridgers | 2021-11-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | Sort alphabetically and removed trailing whitespace | Martin Ridgers | 2021-11-03 | 1 | -18/+19 |
| | | | | |||||
| * | | | Stubbed out zenserver.cpp:main() for non-Windows platforms | Martin Ridgers | 2021-11-03 | 1 | -1/+2 |
| | | | | |||||
| * | | | Broadened if-def ZEN_PLATFORM_WINDOWS in zenserver.cpp:main() | Martin Ridgers | 2021-11-03 | 1 | -2/+3 |
| | | | | |||||
| * | | | Removed if-def ZEN_PLATFORM_WINDOWS as its covered by WITH_COMPUTE now | Martin Ridgers | 2021-11-03 | 3 | -38/+15 |
| | | | | |||||
| * | | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES define | Martin Ridgers | 2021-11-03 | 7 | -1/+40 |
| | | | | |||||
| * | | | Missing include | Martin Ridgers | 2021-11-02 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fixed narrowing warning | Martin Ridgers | 2021-11-02 | 1 | -2/+2 |
| | | | | |||||
| * | | | Event for POSIX using std:: primitives | Martin Ridgers | 2021-11-02 | 1 | -5/+64 |
| | | | | |||||
| * | | | Fixed shm_open() and friends link error | Martin Ridgers | 2021-11-02 | 1 | -1/+5 |
| | | | | |||||
| * | | | if-def'd out Windows service handling code in zenserver.cpp | Martin Ridgers | 2021-11-02 | 1 | -0/+5 |
| | | | | |||||
| * | | | Stubbed out Project Store's PipeConnection on POSIX | Martin Ridgers | 2021-11-02 | 1 | -0/+17 |
| | | | | |||||
| * | | | More granular if-defs around platform-specific classes | Martin Ridgers | 2021-11-02 | 1 | -2/+12 |
| | | | | |||||