aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed "move prevents copy elision" compiler warningMartin Ridgers2021-11-151-1/+1
|
* Temporarily if-def'd out unused project clientMartin Ridgers2021-11-151-0/+4
|
* Fixed OpenSSL link errors (xmake-related, see comment)Martin Ridgers2021-11-151-0/+15
|
* Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICESMartin Ridgers2021-11-122-0/+11
|
* Merged mainMartin Ridgers2021-11-1211-82/+1866
|\
| * Horde remote execute (#25)Joe Kirchoff2021-11-116-64/+1841
| |
| * Format fix.Per Larsson2021-11-115-18/+25
| |
* | Fixed dlopen/close() unresolved symbolsMartin Ridgers2021-11-121-0/+4
| |
* | Use add_syslinks() instead of add_link() for system librariesMartin Ridgers2021-11-122-3/+3
| |
* | Added Curl's vcpkg:openssl dependency to xmake scriptsMartin Ridgers2021-11-112-0/+2
| |
* | Windows compile fixMartin Ridgers2021-11-111-1/+1
| |
* | Implement NamedEvent on POSIX using Unix-domain socketsMartin Ridgers2021-11-111-3/+80
| |
* | Removed unused u8string_view NamedEvent constructorMartin Ridgers2021-11-112-12/+0
| |
* | NamedEvent is no longer an Event-type object.Martin Ridgers2021-11-113-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 itMartin Ridgers2021-11-111-1/+12
| |
* | Windows unreachable code compile fixMartin Ridgers2021-11-091-2/+0
| |
* | Implemented ProcessHandle::Wait() for LinuxMartin Ridgers2021-11-091-3/+32
| |
* | ProcessHandle::Reset() for LinuxMartin Ridgers2021-11-091-0/+3
| |
* | Implemented ProcessHandle::Terminate() for LinuxMartin Ridgers2021-11-091-3/+15
| |
* | Implemented ProcessHandle::IsRunning() for LinuxMartin Ridgers2021-11-091-1/+12
| |
* | Implemented ProcessHandle::Initialize(Pid) for LinuxMartin Ridgers2021-11-091-1/+10
| |
* | Moved "using namespace" statement into the scope it applies toMartin Ridgers2021-11-091-1/+1
| |
* | Only implement ProcessHandle::Initialize(void*) on WindowsMartin Ridgers2021-11-091-4/+2
| |
* | Moved the use of INVALID_HANDLE_VALUE out of ProcessHandle::Reset()Martin Ridgers2021-11-091-1/+7
| |
* | Merged mainMartin Ridgers2021-11-09117-11/+14
|\|
| * Renamed 3rdparty -> thirdparty for legal complianceStefan Boberg2021-11-04117-8/+8
| |
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-11-043-16/+18
| |\
| * | added dummy file in location reserved for third-party licensesStefan Boberg2021-11-041-0/+3
| | |
* | | Merged mainMartin Ridgers2021-11-034-106/+131
|\ \ \ | | |/ | |/|
| * | Type consistency around signed/unsigned comparisonMartin Ridgers2021-11-031-3/+3
| | |
| * | __FILE__ can be relative and thus may not exist from the CWDMartin Ridgers2021-11-031-2/+4
| | |
| * | Removed sensitive wordsMartin Ridgers2021-11-031-2/+2
| | |
| * | uson.json tests were passing un-terminated strings to json11::parse()Martin Ridgers2021-11-031-9/+9
| |/
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-11-0112-144/+255
| |\
| * | Upload cache record before blobs and call finalize when processing upstream ↵Per Larsson2021-11-013-101/+124
| | | | | | | | | | | | to Jupiter.
* | | There is no "StringBuilderImpl<C>::operator << (const C*)".Martin Ridgers2021-11-031-1/+1
| | | | | | | | | | | | | | | This ended up calling operator << (bool) and appending "true" instead of the expected path component.
* | | Missing includesMartin Ridgers2021-11-032-0/+4
| | |
* | | Add compute xmake option to zenserver/xmake.luaMartin Ridgers2021-11-031-0/+1
| | |
* | | Sort alphabetically and removed trailing whitespaceMartin Ridgers2021-11-031-18/+19
| | |
* | | Stubbed out zenserver.cpp:main() for non-Windows platformsMartin Ridgers2021-11-031-1/+2
| | |
* | | Broadened if-def ZEN_PLATFORM_WINDOWS in zenserver.cpp:main()Martin Ridgers2021-11-031-2/+3
| | |
* | | Removed if-def ZEN_PLATFORM_WINDOWS as its covered by WITH_COMPUTE nowMartin Ridgers2021-11-033-38/+15
| | |
* | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES defineMartin Ridgers2021-11-037-1/+40
| | |
* | | Missing includeMartin Ridgers2021-11-021-0/+2
| | |
* | | Fixed narrowing warningMartin Ridgers2021-11-021-2/+2
| | |
* | | Event for POSIX using std:: primitivesMartin Ridgers2021-11-021-5/+64
| | |
* | | Fixed shm_open() and friends link errorMartin Ridgers2021-11-021-1/+5
| | |
* | | if-def'd out Windows service handling code in zenserver.cppMartin Ridgers2021-11-021-0/+5
| | |
* | | Stubbed out Project Store's PipeConnection on POSIXMartin Ridgers2021-11-021-0/+17
| | |
* | | More granular if-defs around platform-specific classesMartin Ridgers2021-11-021-2/+12
| | |