| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Filled out ZEN_THIRDPARTY_ macros for Clang and GCC | Martin Ridgers | 2021-11-18 | 1 | -4/+16 | |
| | * | | Whitespace alignment pedantry | Martin Ridgers | 2021-11-17 | 1 | -1/+1 | |
| | * | | Implemented ProcessMonitor for POSIX platforms | Martin Ridgers | 2021-11-16 | 1 | -2/+4 | |
| | * | | zen::CreateProc() variant that can launch processes unelevated | Martin Ridgers | 2021-11-16 | 1 | -0/+1 | |
| | * | | Added a zen::CreateProc() function for spawning child processes | Martin Ridgers | 2021-11-16 | 1 | -0/+26 | |
| | * | | Added a ZEN_EXE_STRING_LITERAL for cross-platform path building | Martin Ridgers | 2021-11-16 | 1 | -0/+6 | |
| | * | | Added a PathToUtf8(path, string-buffer) overload | Martin Ridgers | 2021-11-16 | 1 | -0/+1 | |
| | * | | ToUtf8() -> PathToUtf8() as the latter is less ambiguous | Martin Ridgers | 2021-11-16 | 1 | -1/+1 | |
| | * | | Renamed operator<<(bool) to AppendBool() to avoid subtle errors | Martin Ridgers | 2021-11-16 | 1 | -9/+13 | |
| | * | | Merged main | Martin Ridgers | 2021-11-15 | 1 | -0/+1 | |
| | |\ \ | ||||||
| | * | | | Removed unused u8string_view NamedEvent constructor | Martin Ridgers | 2021-11-11 | 1 | -1/+0 | |
| | * | | | NamedEvent is no longer an Event-type object. | Martin Ridgers | 2021-11-11 | 1 | -3/+28 | |
| | * | | | There is no "StringBuilderImpl<C>::operator << (const C*)". | Martin Ridgers | 2021-11-03 | 1 | -1/+1 | |
| | * | | | __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 | -0/+6 | |
| | |\ \ \ | ||||||
| | * | | | | 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-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 a zen::GetCurrentThreadId() | Martin Ridgers | 2021-10-25 | 1 | -0/+1 | |
| | * | | | | Cross-platform string comparison helper plus tests | Martin Ridgers | 2021-10-25 | 1 | -0/+13 | |
| | * | | | | Merged main | Martin Ridgers | 2021-10-25 | 6 | -6/+11 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Made a note about a tick's unit and DateTime's epoch | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | Missing return keyword | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | Merged main | Martin Ridgers | 2021-10-20 | 3 | -2/+7 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Added a ToUtf8() to ExtPathBuilder | Martin Ridgers | 2021-10-20 | 1 | -0/+9 | |
| | * | | | | | | Simple class for building paths based off an ExtendableString | Martin Ridgers | 2021-10-18 | 1 | -0/+40 | |
| | * | | | | | | Merged main | Martin Ridgers | 2021-10-16 | 7 | -10/+33 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-15 | 4 | -5/+23 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile(). | Martin Ridgers | 2021-10-14 | 1 | -3/+1 | |
| | * | | | | | | | | Merged main | Martin Ridgers | 2021-10-13 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Removed u16string WideToUtf8() prototype | Martin Ridgers | 2021-10-13 | 1 | -1/+0 | |
| | * | | | | | | | | | ZEN_*_OPTIMIZATION for GCC and Clang | Martin Ridgers | 2021-10-11 | 1 | -2/+8 | |
| | * | | | | | | | | | Replaced use of std::u16string* with std::wstring* | Martin Ridgers | 2021-10-11 | 1 | -1/+1 | |
| | * | | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T define | Martin Ridgers | 2021-10-11 | 1 | -0/+7 | |
| | * | | | | | | | | | Merged main | Martin Ridgers | 2021-10-11 | 2 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fixed misplaced nodiscard attribute | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | Fixed shadowed template parameter | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-07 | 6 | -4/+173 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-01 | 5 | -40/+157 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Removed `-fshort-wchar` compiler flag on Linux | Martin Ridgers | 2021-10-01 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | Confirm assumption about the size of wchar_t | Martin Ridgers | 2021-09-29 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | Added parentheseses' around the left-hand side of a bit-wise or. | Martin Ridgers | 2021-09-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Log2 could be used uninitialised if mask passed argument to BitScanRev() was 0 | Martin Ridgers | 2021-09-29 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Format fix. | Per Larsson | 2021-12-09 | 2 | -8/+7 | |
| * | | | | | | | | | | | | | Merged main. | Per Larsson | 2021-12-09 | 1 | -19/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||