aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Added Curl's vcpkg:openssl dependency to xmake scriptsMartin Ridgers2021-11-111-0/+1
| * | | | | 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-112-5/+67
| * | | | | 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-094-9/+9
| |\ \ \ \ \
| * | | | | | There is no "StringBuilderImpl<C>::operator << (const C*)".Martin Ridgers2021-11-031-1/+1
| * | | | | | Event for POSIX using std:: primitivesMartin Ridgers2021-11-021-5/+64
| * | | | | | More granular if-defs around platform-specific classesMartin Ridgers2021-11-021-2/+12
| * | | | | | __debugbreak() -> ZEN_DEBUG_BREAK()Martin Ridgers2021-11-021-0/+6
| * | | | | | Refactored ExtendablePathBuilder in an fixed/extendable pairMartin Ridgers2021-11-021-20/+36
| * | | | | | Merged mainMartin Ridgers2021-11-011-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged mainMartin Ridgers2021-11-013-3/+9
| |\ \ \ \ \ \ \
| * | | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-2/+3
| * | | | | | | | Use THIRDPARTY_START/END instead of MSVC-specific #pragmaMartin Ridgers2021-10-291-1/+4
| * | | | | | | | Missing includeMartin Ridgers2021-10-291-0/+1
| * | | | | | | | Missing includeMartin Ridgers2021-10-251-0/+1
| * | | | | | | | Prevent GetObject from being defined as a macro by Windows.hMartin Ridgers2021-10-252-0/+6
| * | | | | | | | Define the cut-down Windows defines via zencore.h tooMartin Ridgers2021-10-251-0/+9
| * | | | | | | | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua tooMartin Ridgers2021-10-251-1/+3
| * | | | | | | | Missing include for std::min/maxMartin Ridgers2021-10-251-0/+2
| * | | | | | | | Added ScanFile() and ReadFile() testsMartin Ridgers2021-10-251-0/+10
| * | | | | | | | Included a sketch of how CloneFile() could be on LinuxMartin Ridgers2021-10-251-1/+32
| * | | | | | | | CopyFile() for POSIXMartin Ridgers2021-10-251-7/+44
| * | | | | | | | Implemented ScanFile() on POSIXMartin Ridgers2021-10-251-4/+35
| * | | | | | | | Added some ZEN_UNUSED() statements for yet-to-be-implemented functionsMartin Ridgers2021-10-251-0/+2
| * | | | | | | | Deleted unused variableMartin Ridgers2021-10-251-1/+0
| * | | | | | | | Cast to int() on the off chance that pid_t isn't oneMartin Ridgers2021-10-251-1/+1
| * | | | | | | | Added a zen::GetCurrentThreadId()Martin Ridgers2021-10-252-0/+11
| * | | | | | | | pthread implementation for naming a threadMartin Ridgers2021-10-251-0/+3
| * | | | | | | | Cross-platform string comparison helper plus testsMartin Ridgers2021-10-252-0/+25
| * | | | | | | | Merged mainMartin Ridgers2021-10-2510-15/+247
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Made a note about a tick's unit and DateTime's epochMartin Ridgers2021-10-251-1/+1
| * | | | | | | | | Grouped DateTime methods all togetherMartin Ridgers2021-10-251-82/+82
| * | | | | | | | | DateTime::Now() for POSIX platformsMartin Ridgers2021-10-251-2/+20
| * | | | | | | | | Missing return keywordMartin Ridgers2021-10-251-1/+1
| * | | | | | | | | Merged mainMartin Ridgers2021-10-205-26/+80
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added a ToUtf8() to ExtPathBuilderMartin Ridgers2021-10-201-0/+9
| * | | | | | | | | | Use the non-throwing version of std::fs::create_directories()Martin Ridgers2021-10-201-1/+2
| * | | | | | | | | | Tests for ExtendablePathBuilderMartin Ridgers2021-10-181-0/+34