| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Implemented filecas.cpp for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+92 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Added .gdb_history to .gitignore | Martin Ridgers | 2021-10-25 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | open() flags were incorrect and it would not create new files | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Made a note about a tick's unit and DateTime's epoch | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Grouped DateTime methods all together | Martin Ridgers | 2021-10-25 | 1 | -82/+82 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | DateTime::Now() for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Missing return keyword | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-20 | 10 | -67/+233 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Compile fixes due to std::fs::path's differing character types | Martin Ridgers | 2021-10-20 | 1 | -4/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Fixed concrete Visitor to use the correct argument types | Martin Ridgers | 2021-10-20 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Cross-platform argument to ZEN_DEBUG() | Martin Ridgers | 2021-10-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Added a ToUtf8() to ExtPathBuilder | Martin Ridgers | 2021-10-20 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Use the non-throwing version of std::fs::create_directories() | Martin Ridgers | 2021-10-20 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilder | Martin Ridgers | 2021-10-18 | 2 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Tests for ExtendablePathBuilder | Martin Ridgers | 2021-10-18 | 1 | -0/+34 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Simple class for building paths based off an ExtendableString | Martin Ridgers | 2021-10-18 | 1 | -0/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Implemented ReadFromFileMaybe() for POSIX | Martin Ridgers | 2021-10-18 | 1 | -4/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-18 | 1 | -26/+87 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-16 | 30 | -100/+119 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merged main | Martin Ridgers | 2021-10-15 | 25 | -171/+1438 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | If/def around Windows-only headers | Martin Ridgers | 2021-10-15 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | A null httpd main loop for POSIX platforms | Martin Ridgers | 2021-10-15 | 1 | -1/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled warning about missing initializers | Martin Ridgers | 2021-10-15 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved Windows-only defines to the is("windows") xmake block | Martin Ridgers | 2021-10-15 | 1 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-14 | 4 | -69/+110 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile(). | Martin Ridgers | 2021-10-14 | 6 | -10/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented basicfile.cpp for POSIX platforms | Martin Ridgers | 2021-10-14 | 1 | -0/+54 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-13 | 2 | -49/+185 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed shadowed symbol error in zenserver-test.cpp | Martin Ridgers | 2021-10-13 | 1 | -4/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed httpsys.cpp WideToUtf8() link errors | Martin Ridgers | 2021-10-13 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed u16string WideToUtf8() prototype | Martin Ridgers | 2021-10-13 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | std::fs::path cannot be forward declared. | Martin Ridgers | 2021-10-13 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved zencore/windows.h include from basicfile.h to basicfile.cpp | Martin Ridgers | 2021-10-13 | 2 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of DWORD with uint32_t | Martin Ridgers | 2021-10-13 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-12 | 8 | -12/+48 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "xmake project" output to .gitignore | Martin Ridgers | 2021-10-12 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Misplaced nodiscard attribute | Martin Ridgers | 2021-10-12 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include zencore/windows.h on Windows | Martin Ridgers | 2021-10-12 | 4 | -7/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected incorrect casing of include statements | Martin Ridgers | 2021-10-12 | 7 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed example project VS generation command to exclude x86 | Martin Ridgers | 2021-10-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uson.json tests were passing un-terminated strings to json11::parse() | Martin Ridgers | 2021-10-11 | 1 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some tests for pid-related functions | Martin Ridgers | 2021-10-11 | 1 | -0/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZEN_*_OPTIMIZATION for GCC and Clang | Martin Ridgers | 2021-10-11 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no surrogate pairs in utf32 | Martin Ridgers | 2021-10-11 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced use of std::u16string* with std::wstring* | Martin Ridgers | 2021-10-11 | 2 | -10/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a ZEN_SIZEOF_WCHAR_T define | Martin Ridgers | 2021-10-11 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged main | Martin Ridgers | 2021-10-11 | 17 | -957/+185 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed undefined mimalloc symbols | Martin Ridgers | 2021-10-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-07 | 1 | -1/+1 | |