aboutsummaryrefslogtreecommitdiff
path: root/zen
Commit message (Expand)AuthorAgeFilesLines
...
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
* Merged main.Per Larsson2021-12-1411-81/+343
|\
| * Implement zen/internalfile for POSIX platformsMartin Ridgers2021-12-022-13/+90
| * Fake concrt for non-Windows platformsMartin Ridgers2021-12-021-0/+42
| * Only Windows-based terminals need VT100/ANSI support enablingMartin Ridgers2021-12-021-0/+2
| * Missing return statementMartin Ridgers2021-12-021-1/+5
| * For portability's sake, removed two unused InternalFile methodsMartin Ridgers2021-12-022-9/+0
| * Use zen::ThrowLastError() in place of throwing system_error directlyMartin Ridgers2021-12-021-6/+5
| * Use zen::Memory::Alloc/Free instead of unportable _aligned_*Martin Ridgers2021-12-021-2/+3
| * Moved "using namespace fmt::literals" out of file level scopeMartin Ridgers2021-12-021-2/+4
| * WideToUtf8() to PathToUtf8()Martin Ridgers2021-12-021-1/+1
| * Deleted unused variableMartin Ridgers2021-12-021-2/+0
| * Signed-unsigned comparison compile fixMartin Ridgers2021-12-021-1/+1
| * If-def'd a #pragma statementMartin Ridgers2021-12-021-0/+2
| * If-def wrapped some Windows-only includesMartin Ridgers2021-12-021-2/+4
| * Stubbed out base minimum of MS' PPL use for non-Windows platformsMartin Ridgers2021-12-021-0/+43
| * Ifdef'd Windows-only includeMartin Ridgers2021-12-021-1/+3
| * As a general rule include (seem) to be orderedl zen, 3rd-party, systemMartin Ridgers2021-12-021-4/+4
| * Missing includeMartin Ridgers2021-12-021-0/+2
| * Use zen::PathToUtf8() instead of WideToUtf8()Martin Ridgers2021-12-021-1/+1
| * Updated RunCommand's file traversal to use platform-agnostic stringsMartin Ridgers2021-12-021-4/+4
| * Wrap include with ZEN_THIRDPARTY macros instead of pragmasMartin Ridgers2021-12-021-3/+2
| * Cross-platform path-to-utf8 conversionMartin Ridgers2021-12-021-1/+2
| * Fixed unused parameter warningMartin Ridgers2021-12-011-0/+1
| * Removed unused #include statementMartin Ridgers2021-12-011-2/+0
| * Removed unused Utf8Helper classMartin Ridgers2021-12-011-9/+0
| * Changed dedupe command to work with paths as utf8 stringsMartin Ridgers2021-12-011-5/+31
| * Signed/unsigned warning fixMartin Ridgers2021-12-011-2/+2
| * Missing includeMartin Ridgers2021-12-011-0/+2
| * Wrapped Windows-specific include in if-def preprocessor blocksMartin Ridgers2021-11-025-8/+16
| * Use ZEN_THIRD_PARTY macros instead of '#pragma warning'Martin Ridgers2021-11-011-3/+2
| * Use StrCaseCompare() instead of Windows-only _stricmp()Martin Ridgers2021-10-251-1/+1
| * Merged mainMartin Ridgers2021-10-162-18/+4
| |\
| * | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-1/+1
* | | Added simple GC interval scheduling.Per Larsson2021-12-051-2/+2
* | | zen: eliminated unused deploy commandStefan Boberg2021-11-175-126/+0
* | | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-211-1/+4
* | | zen: Improved error reporting for `print` commandStefan Boberg2021-10-201-3/+20
| |/ |/|
* | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-152-18/+4
|/
* zen: added print/printpackage subcommands to help in debugging or inspecting ...Stefan Boberg2021-10-015-12/+169
* filesystem: Added FileContents::Flatten() and ensured it's possible to #inclu...Stefan Boberg2021-10-011-0/+1
* timer: cleaned up Stopwatch, removed GetCpuTimerValueStefan Boberg2021-09-294-7/+7
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-3/+2
* Merged main into linux-macMartin Ridgers2021-09-2124-71/+233
|\
| * clang-formatStefan Boberg2021-09-201-1/+1
| * trivial: include cleanupStefan Boberg2021-09-201-2/+1
| * It's not possible to compile out testsStefan Boberg2021-09-202-29/+31
| * Removed unnecessary ATL includesStefan Boberg2021-09-191-1/+0
| * Don't sweep instance table in read-only modeStefan Boberg2021-09-171-1/+4
| * clang-formatStefan Boberg2021-09-1721-26/+32