| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Cross-platform path-to-utf8 conversion | Martin Ridgers | 2021-12-02 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | Do not block when trying to lock a lock file (POSIX) | Martin Ridgers | 2021-12-02 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Remove a LockFile's lock on destruction | Martin Ridgers | 2021-12-02 | 1 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MAC | Martin Ridgers | 2021-12-02 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | None of the other platform defines have an "OS" suffix so removing this one keeps things consistent and lowers the chance of error. | |||||
| | * | | | | ZEN_CONSOLE() without and VA_ARGS wouldn't compile with GCC | Martin Ridgers | 2021-12-01 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | Fixed unused parameter warning | Martin Ridgers | 2021-12-01 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Removed unused #include statement | Martin Ridgers | 2021-12-01 | 1 | -2/+0 | |
| | | | | | | ||||||
| | * | | | | Removed unused Utf8Helper class | Martin Ridgers | 2021-12-01 | 1 | -9/+0 | |
| | | | | | | ||||||
| | * | | | | Changed dedupe command to work with paths as utf8 strings | Martin Ridgers | 2021-12-01 | 1 | -5/+31 | |
| | | | | | | ||||||
| | * | | | | Signed/unsigned warning fix | Martin Ridgers | 2021-12-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Missing include | Martin Ridgers | 2021-12-01 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Process active condition was back to front | Martin Ridgers | 2021-11-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | std::fs::path is a wide character string under the hood | Martin Ridgers | 2021-11-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Wait for upstream test server to start before spawning a downstream one | Martin Ridgers | 2021-11-29 | 1 | -4/+2 | |
| | | | | | | ||||||
| | * | | | | Removed the special-case path handling to make project tests pass | Martin Ridgers | 2021-11-29 | 1 | -12/+0 | |
| | | | | | | ||||||
| | * | | | | Use more correct paths for the project.basic test | Martin Ridgers | 2021-11-29 | 1 | -6/+8 | |
| | | | | | | ||||||
| | * | | | | Only Windows paths have drive letters | Martin Ridgers | 2021-11-29 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Post-merge fixes | Martin Ridgers | 2021-11-29 | 2 | -23/+14 | |
| | | | | | | ||||||
| | * | | | | Merged main | Martin Ridgers | 2021-11-29 | 7 | -231/+315 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Added a simple NamedMutex test | Martin Ridgers | 2021-11-29 | 1 | -0/+15 | |
| | | | | | | | ||||||
| | * | | | | | Renamed the "ipc" test to "NamedEvent" | Martin Ridgers | 2021-11-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Implemented NamedMutex for Linux | Martin Ridgers | 2021-11-29 | 1 | -6/+39 | |
| | | | | | | | ||||||
| | * | | | | | Use the /proc/self mount to get information about ourselves | Martin Ridgers | 2021-11-29 | 1 | -4/+2 | |
| | | | | | | | ||||||
| | * | | | | | Child processes don't fully terminate until the parent waits on them | Martin Ridgers | 2021-11-26 | 1 | -4/+8 | |
| | | | | | | | ||||||
| | * | | | | | ProcessHandle::Wait() wasn't waiting indefinitely with a <0 timeout | Martin Ridgers | 2021-11-26 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Wait on an event instead of using sleep() | Martin Ridgers | 2021-11-26 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep. | |||||
| | * | | | | | Sponsor PIDs were getting truncated to 16 bits which isn't portable | Martin Ridgers | 2021-11-26 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Clear out orphaned queues so they're initially unset | Martin Ridgers | 2021-11-26 | 1 | -2/+8 | |
| | | | | | | | ||||||
| | * | | | | | Allow end-of-file errors to pass unraised | Martin Ridgers | 2021-11-26 | 1 | -0/+6 | |
| | | | | | | | ||||||
| | * | | | | | ASIO error type is asio::error_code not std::error_code | Martin Ridgers | 2021-11-26 | 1 | -7/+7 | |
| | | | | | | | ||||||
| | * | | | | | Throw HTTP client errors from zenserver-test | Martin Ridgers | 2021-11-25 | 1 | -1/+5 | |
| | | | | | | | ||||||
| | * | | | | | It reads better to check if something empty than the opposite | Martin Ridgers | 2021-11-25 | 1 | -5/+5 | |
| | | | | | | | ||||||
| | * | | | | | Deleted an unnecessary call to check if a messsge is populated | Martin Ridgers | 2021-11-25 | 1 | -2/+0 | |
| | | | | | | | ||||||
| | * | | | | | We no longer need to tag events with the process id | Martin Ridgers | 2021-11-25 | 1 | -3/+1 | |
| | | | | | | | ||||||
| | * | | | | | Changed linkage of a helper method | Martin Ridgers | 2021-11-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Use file descriptor locks to claim global ownership of message queues | Martin Ridgers | 2021-11-25 | 1 | -2/+17 | |
| | | | | | | | ||||||
| | * | | | | | A whitespace garden | Martin Ridgers | 2021-11-25 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | * | | | | | Merged main | Martin Ridgers | 2021-11-25 | 6 | -73/+130 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Tests for building ArgV for a fork-exec | Martin Ridgers | 2021-11-25 | 1 | -0/+51 | |
| | | | | | | | | ||||||
| | * | | | | | | A nullptr terminator ArgV only applies on Linux | Martin Ridgers | 2021-11-25 | 1 | -2/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Added log if a wait was abandoned because the process disappeared | Martin Ridgers | 2021-11-24 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Raise an error if zenserver-test's HTTP clients are enable to connect | Martin Ridgers | 2021-11-24 | 1 | -2/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | Moved librt dependency specification to zencore/xmake.lua | Martin Ridgers | 2021-11-24 | 2 | -5/+5 | |
| | | | | | | | | ||||||
| | * | | | | | | Tests for NamedEvent | Martin Ridgers | 2021-11-24 | 2 | -2/+91 | |
| | | | | | | | | ||||||
| | * | | | | | | Reimplemented NamedEvent on Linux using POSIX message queues | Martin Ridgers | 2021-11-24 | 1 | -61/+62 | |
| | | | | | | | | ||||||
| | * | | | | | | Added POSIX's close-on-exec flag to files that Zen opens | Martin Ridgers | 2021-11-24 | 1 | -6/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged main | Martin Ridgers | 2021-11-22 | 9 | -77/+251 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Initial integration of Trace from UE5 via the --zentrace=y xmake config | Martin Ridgers | 2021-11-18 | 8 | -0/+5329 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Filled out ZEN_THIRDPARTY_ macros for Clang and GCC | Martin Ridgers | 2021-11-18 | 1 | -4/+16 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Set sentry database location to use Zen's GlobalOptions.DataDir | Martin Ridgers | 2021-11-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without doing this, Sentry will create a .sentry-native folder directory in the current working folder of whereever zenserver's launched from | |||||