aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | Filled out ZEN_THIRDPARTY_ macros for Clang and GCCMartin Ridgers2021-11-181-4/+16
| * | Whitespace alignment pedantryMartin Ridgers2021-11-171-1/+1
| * | Implemented ProcessMonitor for POSIX platformsMartin Ridgers2021-11-161-2/+4
| * | zen::CreateProc() variant that can launch processes unelevatedMartin Ridgers2021-11-161-0/+1
| * | Added a zen::CreateProc() function for spawning child processesMartin Ridgers2021-11-161-0/+26
| * | Added a ZEN_EXE_STRING_LITERAL for cross-platform path buildingMartin Ridgers2021-11-161-0/+6
| * | Added a PathToUtf8(path, string-buffer) overloadMartin Ridgers2021-11-161-0/+1
| * | ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-161-1/+1
| * | Renamed operator<<(bool) to AppendBool() to avoid subtle errorsMartin Ridgers2021-11-161-9/+13
| * | Merged mainMartin Ridgers2021-11-151-0/+1
| |\ \
| * | | Removed unused u8string_view NamedEvent constructorMartin Ridgers2021-11-111-1/+0
| * | | NamedEvent is no longer an Event-type object.Martin Ridgers2021-11-111-3/+28
| * | | There is no "StringBuilderImpl<C>::operator << (const C*)".Martin Ridgers2021-11-031-1/+1
| * | | __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-0/+6
| |\ \ \
| * | | | 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-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 a zen::GetCurrentThreadId()Martin Ridgers2021-10-251-0/+1
| * | | | Cross-platform string comparison helper plus testsMartin Ridgers2021-10-251-0/+13
| * | | | Merged mainMartin Ridgers2021-10-256-6/+11
| |\ \ \ \
| * | | | | Made a note about a tick's unit and DateTime's epochMartin Ridgers2021-10-251-1/+1
| * | | | | Missing return keywordMartin Ridgers2021-10-251-1/+1
| * | | | | Merged mainMartin Ridgers2021-10-203-2/+7
| |\ \ \ \ \
| * | | | | | Added a ToUtf8() to ExtPathBuilderMartin Ridgers2021-10-201-0/+9
| * | | | | | Simple class for building paths based off an ExtendableStringMartin Ridgers2021-10-181-0/+40
| * | | | | | Merged mainMartin Ridgers2021-10-167-10/+33
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-154-5/+23
| |\ \ \ \ \ \ \
| * | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-3/+1
| * | | | | | | | Merged mainMartin Ridgers2021-10-131-3/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Removed u16string WideToUtf8() prototypeMartin Ridgers2021-10-131-1/+0
| * | | | | | | | | ZEN_*_OPTIMIZATION for GCC and ClangMartin Ridgers2021-10-111-2/+8
| * | | | | | | | | Replaced use of std::u16string* with std::wstring*Martin Ridgers2021-10-111-1/+1
| * | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T defineMartin Ridgers2021-10-111-0/+7
| * | | | | | | | | Merged mainMartin Ridgers2021-10-112-1/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed misplaced nodiscard attributeMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | Fixed shadowed template parameterMartin Ridgers2021-10-071-1/+1
| * | | | | | | | | | Merged mainMartin Ridgers2021-10-076-4/+173
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-015-40/+157
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed `-fshort-wchar` compiler flag on LinuxMartin Ridgers2021-10-011-2/+0
| * | | | | | | | | | | | Confirm assumption about the size of wchar_tMartin Ridgers2021-09-291-0/+2
| * | | | | | | | | | | | Added parentheseses' around the left-hand side of a bit-wise or.Martin Ridgers2021-09-291-1/+1
| * | | | | | | | | | | | Log2 could be used uninitialised if mask passed argument to BitScanRev() was 0Martin Ridgers2021-09-291-3/+3
* | | | | | | | | | | | | Format fix.Per Larsson2021-12-092-8/+7
* | | | | | | | | | | | | Merged main.Per Larsson2021-12-091-19/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |