| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Added Curl's vcpkg:openssl dependency to xmake scripts | Martin Ridgers | 2021-11-11 | 1 | -0/+1 | |
| | * | | | | | 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 | 2 | -5/+67 | |
| | * | | | | | 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 | 4 | -9/+9 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | There is no "StringBuilderImpl<C>::operator << (const C*)". | Martin Ridgers | 2021-11-03 | 1 | -1/+1 | |
| | * | | | | | | Event for POSIX using std:: primitives | Martin Ridgers | 2021-11-02 | 1 | -5/+64 | |
| | * | | | | | | More granular if-defs around platform-specific classes | Martin Ridgers | 2021-11-02 | 1 | -2/+12 | |
| | * | | | | | | __debugbreak() -> ZEN_DEBUG_BREAK() | Martin Ridgers | 2021-11-02 | 1 | -0/+6 | |
| | * | | | | | | Refactored ExtendablePathBuilder in an fixed/extendable pair | Martin Ridgers | 2021-11-02 | 1 | -20/+36 | |
| | * | | | | | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-11-01 | 3 | -3/+9 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmas | Martin Ridgers | 2021-10-29 | 1 | -2/+3 | |
| | * | | | | | | | | Use THIRDPARTY_START/END instead of MSVC-specific #pragma | Martin Ridgers | 2021-10-29 | 1 | -1/+4 | |
| | * | | | | | | | | Missing include | Martin Ridgers | 2021-10-29 | 1 | -0/+1 | |
| | * | | | | | | | | Missing include | Martin Ridgers | 2021-10-25 | 1 | -0/+1 | |
| | * | | | | | | | | Prevent GetObject from being defined as a macro by Windows.h | Martin Ridgers | 2021-10-25 | 2 | -0/+6 | |
| | * | | | | | | | | Define the cut-down Windows defines via zencore.h too | Martin Ridgers | 2021-10-25 | 1 | -0/+9 | |
| | * | | | | | | | | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua too | Martin Ridgers | 2021-10-25 | 1 | -1/+3 | |
| | * | | | | | | | | Missing include for std::min/max | Martin Ridgers | 2021-10-25 | 1 | -0/+2 | |
| | * | | | | | | | | Added ScanFile() and ReadFile() tests | Martin Ridgers | 2021-10-25 | 1 | -0/+10 | |
| | * | | | | | | | | Included a sketch of how CloneFile() could be on Linux | Martin Ridgers | 2021-10-25 | 1 | -1/+32 | |
| | * | | | | | | | | CopyFile() for POSIX | Martin Ridgers | 2021-10-25 | 1 | -7/+44 | |
| | * | | | | | | | | Implemented ScanFile() on POSIX | Martin Ridgers | 2021-10-25 | 1 | -4/+35 | |
| | * | | | | | | | | Added some ZEN_UNUSED() statements for yet-to-be-implemented functions | Martin Ridgers | 2021-10-25 | 1 | -0/+2 | |
| | * | | | | | | | | Deleted unused variable | Martin Ridgers | 2021-10-25 | 1 | -1/+0 | |
| | * | | | | | | | | Cast to int() on the off chance that pid_t isn't one | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | | | | Added a zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 2 | -0/+11 | |
| | * | | | | | | | | pthread implementation for naming a thread | Martin Ridgers | 2021-10-25 | 1 | -0/+3 | |
| | * | | | | | | | | Cross-platform string comparison helper plus tests | Martin Ridgers | 2021-10-25 | 2 | -0/+25 | |
| | * | | | | | | | | Merged main | Martin Ridgers | 2021-10-25 | 10 | -15/+247 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Made a note about a tick's unit and DateTime's epoch | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | | | | | Grouped DateTime methods all together | Martin Ridgers | 2021-10-25 | 1 | -82/+82 | |
| | * | | | | | | | | | DateTime::Now() for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+20 | |
| | * | | | | | | | | | Missing return keyword | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | | | | | Merged main | Martin Ridgers | 2021-10-20 | 5 | -26/+80 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Added a ToUtf8() to ExtPathBuilder | Martin Ridgers | 2021-10-20 | 1 | -0/+9 | |
| | * | | | | | | | | | | Use the non-throwing version of std::fs::create_directories() | Martin Ridgers | 2021-10-20 | 1 | -1/+2 | |
| | * | | | | | | | | | | Tests for ExtendablePathBuilder | Martin Ridgers | 2021-10-18 | 1 | -0/+34 | |