aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds/run.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed unused parameter warningMartin Ridgers2021-12-011-0/+1
* Merged mainMartin Ridgers2021-10-161-9/+2
|\
| * zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...Stefan Boberg2021-10-151-9/+2
* | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-1/+1
|/
* filesystem: Added FileContents::Flatten() and ensured it's possible to #inclu...Stefan Boberg2021-10-011-0/+1
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-3/+2
* Merged main into linux-macMartin Ridgers2021-09-211-1/+5
|\
| * clang-formatStefan Boberg2021-09-171-1/+1
| * Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-0/+4
| * Moved zenserverprocess into zenutil/zenserverprocess.hStefan Boberg2021-09-171-1/+1
* | Use std::fd::path's character type for FileSysTraveral::Visitor APIMartin Ridgers2021-09-161-1/+1
|/
* Changed logging implementationStefan Boberg2021-09-151-5/+5
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* Removed #pragma once from cpp files (copy pasta fail)Stefan Boberg2021-09-031-2/+0
* Added some new management commandsStefan Boberg2021-08-071-2/+2
* Adding zenservice codeStefan Boberg2021-05-111-0/+185