| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | 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 | |
| | * | | | | | | | | | | Simple class for building paths based off an ExtendableString | Martin Ridgers | 2021-10-18 | 1 | -0/+40 | |
| | * | | | | | | | | | | Implemented ReadFromFileMaybe() for POSIX | Martin Ridgers | 2021-10-18 | 1 | -4/+8 | |
| | * | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-16 | 12 | -17/+48 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-15 | 7 | -29/+144 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile(). | Martin Ridgers | 2021-10-14 | 2 | -6/+4 | |
| | * | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-13 | 2 | -49/+185 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Removed u16string WideToUtf8() prototype | Martin Ridgers | 2021-10-13 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-12 | 1 | -2/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | uson.json tests were passing un-terminated strings to json11::parse() | Martin Ridgers | 2021-10-11 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | Added some tests for pid-related functions | Martin Ridgers | 2021-10-11 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | ZEN_*_OPTIMIZATION for GCC and Clang | Martin Ridgers | 2021-10-11 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | There are no surrogate pairs in utf32 | Martin Ridgers | 2021-10-11 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | Replaced use of std::u16string* with std::wstring* | Martin Ridgers | 2021-10-11 | 2 | -10/+19 | |
| | * | | | | | | | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T define | Martin Ridgers | 2021-10-11 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-11 | 6 | -7/+25 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Fixed undefined mimalloc symbols | Martin Ridgers | 2021-10-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | Fixed signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | Fixed misplaced nodiscard attribute | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |