aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/EpicGames/zennightlyPer Larsson2022-01-055-11/+38
|\
| * Added a build of BLAKE3 for MacMartin Ridgers2022-01-052-0/+2
| * Oodle for MacMartin Ridgers2022-01-052-0/+3
| * CloneFile()'s unimplemented on Mac but shouldn't be a compile errorMartin Ridgers2022-01-051-1/+2
| * An implementation of PathFromHandle() for MacMartin Ridgers2022-01-051-5/+11
| * GetRunningExecutablePath() implementation for MacMartin Ridgers2022-01-051-2/+9
| * Removed unused include statementMartin Ridgers2022-01-051-1/+0
| * Added block of POSIX includes for MacMartin Ridgers2022-01-051-1/+10
| * Add compiler flags for GCC-compatible toolchains on Mac tooMartin Ridgers2022-01-051-1/+1
* | Support GC configuration from LUA.Per Larsson2022-01-051-0/+19
|/
* Fix issues with deployment python script due to removal of sln files.Zousar Shaker2022-01-041-2/+2
* Allow for "Values" member of structured cache records that is equivalent to "...Zousar Shaker2022-01-041-0/+11
* Removed upstream Zen default value(s) and trim empty url values.Per Larsson2022-01-042-5/+10
* Changed timestamp to atomic int64.Per Larsson2022-01-032-29/+55
* Run tests via xmake instead of executing target.Per Larsson2022-01-031-24/+18
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-12-1615-31/+88
|\
| * Use a CAS loop if atomic<Floating>::fetch_add() isn't availableMartin Ridgers2021-12-161-1/+13
| * Only Linux has an endian.hMartin Ridgers2021-12-161-1/+1
| * GetThreadId() for MacMartin Ridgers2021-12-161-1/+3
| * Thread naming for MacMartin Ridgers2021-12-161-0/+4
| * Added MD5 testsMartin Ridgers2021-12-161-0/+18
| * Deleted unused endian.h includeMartin Ridgers2021-12-161-5/+0
| * Not all compilers support C++20's iterator string_view contructorMartin Ridgers2021-12-161-4/+4
| * Copy/paste errors in MD5 from SHA1Martin Ridgers2021-12-162-4/+4
| * Compile out source_location use if the toolchain doesn't support itMartin Ridgers2021-12-162-3/+5
| * Deleted unused includeMartin Ridgers2021-12-161-1/+0
| * Wrapped direct use of C++20 library conceptsMartin Ridgers2021-12-166-8/+31
| * Use zen::Min() instead of std::min()Martin Ridgers2021-12-161-3/+3
| * Commented out unused Base64 decoding tableMartin Ridgers2021-12-161-0/+2
* | A little better bundle task with trace support.Per Larsson2021-12-161-39/+75
|/
* Added trace scopes.Per Larsson2021-12-157-4/+86
* Updated readme.Per Larsson2021-12-151-13/+9
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-1530-1996/+28
* Initialize CidStore to null.Per Larsson2021-12-151-1/+1
* Added runtest xmake task.Per Larsson2021-12-151-0/+45
* Refreshed thirdparty/traceMartin Ridgers2021-12-151-9/+39
* Initialisation order compile errorMartin Ridgers2021-12-151-1/+1
* Commented out unused local variablesMartin Ridgers2021-12-151-2/+2
* Paths are not wide-chars on non-Windows platformsMartin Ridgers2021-12-151-2/+2
* GCC has trouble parsing this sizeof expression without parenthesesMartin Ridgers2021-12-151-1/+1
* Fixed "incomplete type" error.Martin Ridgers2021-12-152-120/+120
* Deleted unused statically-linked functionMartin Ridgers2021-12-151-2/+0
* Paths are not wide on non-Windows so WideToUtf8() cannot be usedMartin Ridgers2021-12-151-5/+5
* Corrected include statement caseMartin Ridgers2021-12-151-1/+1
* DiskSpaceInfo() boolean return was back-to-frontMartin Ridgers2021-12-151-1/+1
* Add DiskSpaceInfo() testsMartin Ridgers2021-12-151-0/+17
* Implement DiskSpaceInfo() using std::filesystem::space()Martin Ridgers2021-12-151-16/+9
* Implemented DiskSpaceInfo() for POSIX platformsMartin Ridgers2021-12-151-7/+11
* std::fs::path cannot be forward declaredMartin Ridgers2021-12-151-3/+1
* Removed duplicate unguarded Windows include statementMartin Ridgers2021-12-151-1/+0