aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed error in if-statement comparisonMartin Ridgers2022-01-071-1/+1
|
* Deleted unused local variableMartin Ridgers2022-01-071-1/+0
|
* Turn all ThrowLastError() sites in source_location variantsMartin Ridgers2022-01-073-12/+12
|
* Removed unused lambda capturesMartin Ridgers2022-01-071-2/+2
|
* WriteResponse(..., CompositeBuffer&) was calling itself indefinitelyMartin Ridgers2022-01-071-1/+1
|
* Use POSIX implementation for ProcessHandle on MacMartin Ridgers2022-01-071-13/+5
|
* Use null-signal kill() to determine if a PID is validMartin Ridgers2022-01-071-10/+3
|
* Use Zen's Invocable to cover C++ libs that do not implement conceptsMartin Ridgers2022-01-072-3/+3
|
* Apple Clang does not implement std::jthreadMartin Ridgers2022-01-072-2/+4
|
* Missing override decorationMartin Ridgers2022-01-071-1/+1
|
* Missing includesMartin Ridgers2022-01-071-0/+3
|
* Moved forward declaration after all include statementsMartin Ridgers2022-01-071-4/+4
|
* Enabled POSIX-compatible implementations on MacMartin Ridgers2022-01-072-12/+4
|
* Missing includeMartin Ridgers2022-01-071-0/+1
|
* Disable warning about unused member variablesMartin Ridgers2022-01-071-0/+1
|
* Sorted lists merge betterMartin Ridgers2022-01-071-2/+2
|
* Correct implementation of Invocable conceptMartin Ridgers2022-01-071-1/+1
| | | | | Without this the compiler is unable to resolve ambiguity when overloads only differ by the lambda's arguments.
* Use semtimedop() in NamedEvent::Wait() for platforms that support itMartin Ridgers2022-01-071-0/+15
|
* Implemented NamedEvents on Mac using System V semaphoresMartin Ridgers2022-01-071-2/+95
|
* Found some Wayward whitespaceMartin Ridgers2022-01-071-1/+1
|
* Added a trivial test call to GetCurrentThreadId()Martin Ridgers2022-01-071-0/+2
|
* Timeouts longer than one second wouldn't work as expectedMartin Ridgers2022-01-071-2/+2
|
* Corrected misleading commentMartin Ridgers2022-01-071-3/+3
|
* Include POSIX headers on all platforms except WindowsMartin Ridgers2022-01-071-2/+5
|
* A whitespace danceMartin Ridgers2022-01-072-4/+11
|
* Implemented IsProcessRunning() on a MacintoshMartin Ridgers2022-01-051-1/+4
|
* PathFromHandle() for MacMartin Ridgers2022-01-051-8/+13
| | | | | | While the /dev/fd/ mount does list the process' open file descriptors it turns out they are not symlinks so the previous readlink() didn't work as first thought.
* Contiguous range concepts for C++ libs that don't support them yetMartin Ridgers2022-01-051-2/+8
|
* Function parameter case consistency with the rest of the code baseMartin Ridgers2022-01-052-13/+13
|
* Cleaned up some unnecessary commentsMartin Ridgers2022-01-051-2/+0
|
* aligned_alloc() states that size must be a multiple of alignmentMartin Ridgers2022-01-051-0/+3
|
* Merge branch 'main' of https://github.com/EpicGames/zennightlyPer Larsson2022-01-055-11/+38
|\
| * Added a build of BLAKE3 for MacMartin Ridgers2022-01-052-0/+2
| |
| * Oodle for MacMartin Ridgers2022-01-052-0/+3
| |
| * CloneFile()'s unimplemented on Mac but shouldn't be a compile errorMartin Ridgers2022-01-051-1/+2
| |
| * An implementation of PathFromHandle() for MacMartin Ridgers2022-01-051-5/+11
| |
| * GetRunningExecutablePath() implementation for MacMartin Ridgers2022-01-051-2/+9
| |
| * Removed unused include statementMartin Ridgers2022-01-051-1/+0
| |
| * Added block of POSIX includes for MacMartin Ridgers2022-01-051-1/+10
| |
| * Add compiler flags for GCC-compatible toolchains on Mac tooMartin Ridgers2022-01-051-1/+1
| |
* | Support GC configuration from LUA.Per Larsson2022-01-051-0/+19
|/
* Fix issues with deployment python script due to removal of sln files.Zousar Shaker2022-01-041-2/+2
|
* Allow for "Values" member of structured cache records that is equivalent to ↵Zousar Shaker2022-01-041-0/+11
| | | | "Attachments".
* Removed upstream Zen default value(s) and trim empty url values.Per Larsson2022-01-042-5/+10
|
* Changed timestamp to atomic int64.Per Larsson2022-01-032-29/+55
|
* Run tests via xmake instead of executing target.Per Larsson2022-01-031-24/+18
|
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-12-1615-31/+88
|\
| * Use a CAS loop if atomic<Floating>::fetch_add() isn't availableMartin Ridgers2021-12-161-1/+13
| |
| * Only Linux has an endian.hMartin Ridgers2021-12-161-1/+1
| |
| * GetThreadId() for MacMartin Ridgers2021-12-161-1/+3
| |