aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | Implemented filecas.cpp for POSIX platformsMartin Ridgers2021-10-251-2/+92
| * | | | | | | | | | | | | | | | | | | | | | | Added .gdb_history to .gitignoreMartin Ridgers2021-10-251-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | open() flags were incorrect and it would not create new filesMartin Ridgers2021-10-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Made a note about a tick's unit and DateTime's epochMartin Ridgers2021-10-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Grouped DateTime methods all togetherMartin Ridgers2021-10-251-82/+82
| * | | | | | | | | | | | | | | | | | | | | | | DateTime::Now() for POSIX platformsMartin Ridgers2021-10-251-2/+20
| * | | | | | | | | | | | | | | | | | | | | | | Missing return keywordMartin Ridgers2021-10-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-2010-67/+233
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Compile fixes due to std::fs::path's differing character typesMartin Ridgers2021-10-201-4/+7
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed concrete Visitor to use the correct argument typesMartin Ridgers2021-10-201-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | Cross-platform argument to ZEN_DEBUG()Martin Ridgers2021-10-201-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Added a ToUtf8() to ExtPathBuilderMartin Ridgers2021-10-201-0/+9
| * | | | | | | | | | | | | | | | | | | | | | | | Use the non-throwing version of std::fs::create_directories()Martin Ridgers2021-10-201-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilderMartin Ridgers2021-10-182-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | Tests for ExtendablePathBuilderMartin Ridgers2021-10-181-0/+34
| * | | | | | | | | | | | | | | | | | | | | | | | Simple class for building paths based off an ExtendableStringMartin Ridgers2021-10-181-0/+40
| * | | | | | | | | | | | | | | | | | | | | | | | Implemented ReadFromFileMaybe() for POSIXMartin Ridgers2021-10-181-4/+8
| * | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-181-26/+87
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-1630-100/+119
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-1525-171/+1438
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | If/def around Windows-only headersMartin Ridgers2021-10-151-3/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | A null httpd main loop for POSIX platformsMartin Ridgers2021-10-151-1/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled warning about missing initializersMartin Ridgers2021-10-151-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Moved Windows-only defines to the is("windows") xmake blockMartin Ridgers2021-10-151-3/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-144-69/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-146-10/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented basicfile.cpp for POSIX platformsMartin Ridgers2021-10-141-0/+54
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-132-49/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed shadowed symbol error in zenserver-test.cppMartin Ridgers2021-10-131-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed httpsys.cpp WideToUtf8() link errorsMartin Ridgers2021-10-131-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed u16string WideToUtf8() prototypeMartin Ridgers2021-10-131-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | std::fs::path cannot be forward declared.Martin Ridgers2021-10-131-3/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed/unsigned comparison mismatchMartin Ridgers2021-10-131-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved zencore/windows.h include from basicfile.h to basicfile.cppMartin Ridgers2021-10-132-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of DWORD with uint32_tMartin Ridgers2021-10-132-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-128-12/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "xmake project" output to .gitignoreMartin Ridgers2021-10-121-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misplaced nodiscard attributeMartin Ridgers2021-10-121-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include zencore/windows.h on WindowsMartin Ridgers2021-10-124-7/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected incorrect casing of include statementsMartin Ridgers2021-10-127-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed example project VS generation command to exclude x86Martin Ridgers2021-10-111-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uson.json tests were passing un-terminated strings to json11::parse()Martin Ridgers2021-10-111-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some tests for pid-related functionsMartin Ridgers2021-10-111-0/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZEN_*_OPTIMIZATION for GCC and ClangMartin Ridgers2021-10-111-2/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no surrogate pairs in utf32Martin Ridgers2021-10-111-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of std::u16string* with std::wstring*Martin Ridgers2021-10-112-10/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T defineMartin Ridgers2021-10-111-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-1117-957/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed undefined mimalloc symbolsMartin Ridgers2021-10-071-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signed/unsigned comparison mismatchMartin Ridgers2021-10-071-1/+1