aboutsummaryrefslogtreecommitdiff
path: root/zen
Commit message (Expand)AuthorAgeFilesLines
* Add pre-commit config (#69)Joe Kirchoff2022-04-051-0/+2
* clang-formatDan Engelbrecht2022-03-211-3/+3
* If open(O_CREAT) is used then a file mode must be givenMartin Ridgers2022-02-211-1/+1
* Explicitly set access permissions so we're not affected by process' umaskMartin Ridgers2022-02-211-1/+5
* Marked a few file descriptors to be closed on execute (POSIX)Martin Ridgers2022-02-211-1/+1
* clang-formatStefan Boberg2022-02-022-4/+5
* Fixed ZenServerEntry::*ListenPort compile errorsMartin Ridgers2022-01-271-2/+2
* Format fix.Per Larsson2022-01-223-6/+6
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Fixed up compile errors if mimalloc use is disabledMartin Ridgers2022-01-141-1/+5
* Linker flags for zen target on MacMartin Ridgers2022-01-111-0/+7
* Fixed fmt::format() compile errorMartin Ridgers2022-01-111-1/+1
* Added an implementation of task_group::run() on POSIXMartin Ridgers2022-01-111-2/+9
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-102-11/+5
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-210/+0
* Deleted file that mysteriously returned via a mergeMartin Ridgers2021-12-151-87/+0
* 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