aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
Commit message (Expand)AuthorAgeFilesLines
...
* TraceInit can now be initialized with "None" tracing modeStefan Boberg2022-01-301-0/+1
* Fixed missing template decorator on RefPtr friend classMartin Ridgers2022-01-251-0/+1
* Cachepolicy (#36)mattpetersepic2022-01-252-0/+39
* Format fix.Per Larsson2022-01-224-25/+42
* Support chunk requests with no ValueId, and interpret them as requested for v...mattpetersepic2022-01-171-1/+1
* Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support itMartin Ridgers2022-01-141-1/+6
* More complete toolchain and C++ library version checksMartin Ridgers2022-01-131-9/+24
* The "operator << (CbWriter, size_t)" is only required when using libc++Martin Ridgers2022-01-131-1/+1
* Missing includeMartin Ridgers2022-01-131-0/+1
* Added missing std:: namespace to nullptr_t useMartin Ridgers2022-01-131-1/+1
* Moved "concepts" include to zencore.h as toolchain support is spottyMartin Ridgers2022-01-134-3/+1
* Added a CbWriter stream operator for size_t-type valuesMartin Ridgers2022-01-101-0/+9
* Turn all ThrowLastError() sites in source_location variantsMartin Ridgers2022-01-071-3/+4
* Correct implementation of Invocable conceptMartin Ridgers2022-01-071-1/+1
* A whitespace danceMartin Ridgers2022-01-071-0/+4
* Contiguous range concepts for C++ libs that don't support them yetMartin Ridgers2022-01-051-2/+8
* Function parameter case consistency with the rest of the code baseMartin Ridgers2022-01-051-4/+4
* Not all compilers support C++20's iterator string_view contructorMartin Ridgers2021-12-161-4/+4
* Copy/paste errors in MD5 from SHA1Martin Ridgers2021-12-161-3/+3
* Compile out source_location use if the toolchain doesn't support itMartin Ridgers2021-12-161-2/+4
* Deleted unused includeMartin Ridgers2021-12-161-1/+0
* Wrapped direct use of C++20 library conceptsMartin Ridgers2021-12-166-8/+31
* Use zen::Min() instead of std::min()Martin Ridgers2021-12-161-3/+3
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-151-0/+16
* DiskSpaceInfo() boolean return was back-to-frontMartin Ridgers2021-12-151-1/+1
* Missing includeMartin Ridgers2021-12-151-0/+2
* Missing includeMartin Ridgers2021-12-151-0/+1
* Resettled whitespaceMartin Ridgers2021-12-141-8/+7
* Removed unncessary define/undef blocks around include of trace.hMartin Ridgers2021-12-141-19/+0
* Merged main.Per Larsson2021-12-1414-42/+293
|\
| * Merged mainMartin Ridgers2021-12-081-19/+28
| |\
| * | Added a "path_string" type to the file traversal classMartin Ridgers2021-12-021-1/+2
| * | Renamed ZEN_PLATFORM_MACOS to ZEN_PLATFORM_MACMartin Ridgers2021-12-022-4/+4
| * | ZEN_CONSOLE() without and VA_ARGS wouldn't compile with GCCMartin Ridgers2021-12-011-5/+5
| * | Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-181-0/+49
| * | 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