| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow for "Values" member of structured cache records that is equivalent to ↵ | Zousar Shaker | 2022-01-04 | 1 | -0/+11 |
| | | | | | "Attachments". | ||||
| * | Removed upstream Zen default value(s) and trim empty url values. | Per Larsson | 2022-01-04 | 2 | -5/+10 |
| | | |||||
| * | Changed timestamp to atomic int64. | Per Larsson | 2022-01-03 | 2 | -29/+55 |
| | | |||||
| * | Run tests via xmake instead of executing target. | Per Larsson | 2022-01-03 | 1 | -24/+18 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-12-16 | 15 | -31/+88 |
| |\ | |||||
| | * | Use a CAS loop if atomic<Floating>::fetch_add() isn't available | Martin Ridgers | 2021-12-16 | 1 | -1/+13 |
| | | | |||||
| | * | Only Linux has an endian.h | Martin Ridgers | 2021-12-16 | 1 | -1/+1 |
| | | | |||||
| | * | GetThreadId() for Mac | Martin Ridgers | 2021-12-16 | 1 | -1/+3 |
| | | | |||||
| | * | Thread naming for Mac | Martin Ridgers | 2021-12-16 | 1 | -0/+4 |
| | | | |||||
| | * | Added MD5 tests | Martin Ridgers | 2021-12-16 | 1 | -0/+18 |
| | | | |||||
| | * | Deleted unused endian.h include | Martin Ridgers | 2021-12-16 | 1 | -5/+0 |
| | | | |||||
| | * | Not all compilers support C++20's iterator string_view contructor | Martin Ridgers | 2021-12-16 | 1 | -4/+4 |
| | | | |||||
| | * | Copy/paste errors in MD5 from SHA1 | Martin Ridgers | 2021-12-16 | 2 | -4/+4 |
| | | | |||||
| | * | Compile out source_location use if the toolchain doesn't support it | Martin Ridgers | 2021-12-16 | 2 | -3/+5 |
| | | | |||||
| | * | Deleted unused include | Martin Ridgers | 2021-12-16 | 1 | -1/+0 |
| | | | |||||
| | * | Wrapped direct use of C++20 library concepts | Martin Ridgers | 2021-12-16 | 6 | -8/+31 |
| | | | | | | | | | | | | | Some C++ libraries do not fully support concepts in the versions that are available by default on Linux and MacOS. The compilers do support them though so we can still apply concepts/requires to templates | ||||
| | * | Use zen::Min() instead of std::min() | Martin Ridgers | 2021-12-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | Some compilers will struggle to deduce the template type for calls to std::min() while others are more complicit. The can easliy lead to unexpected compile errors on a platform. | ||||
| | * | Commented out unused Base64 decoding table | Martin Ridgers | 2021-12-16 | 1 | -0/+2 |
| | | | |||||
| * | | A little better bundle task with trace support. | Per Larsson | 2021-12-16 | 1 | -39/+75 |
| |/ | |||||
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 7 | -4/+86 |
| | | |||||
| * | Updated readme. | Per Larsson | 2021-12-15 | 1 | -13/+9 |
| | | |||||
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 30 | -1996/+28 |
| | | |||||
| * | Initialize CidStore to null. | Per Larsson | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Added runtest xmake task. | Per Larsson | 2021-12-15 | 1 | -0/+45 |
| | | |||||
| * | Refreshed thirdparty/trace | Martin Ridgers | 2021-12-15 | 1 | -9/+39 |
| | | |||||
| * | Initialisation order compile error | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Commented out unused local variables | Martin Ridgers | 2021-12-15 | 1 | -2/+2 |
| | | |||||
| * | Paths are not wide-chars on non-Windows platforms | Martin Ridgers | 2021-12-15 | 1 | -2/+2 |
| | | |||||
| * | GCC has trouble parsing this sizeof expression without parentheses | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed "incomplete type" error. | Martin Ridgers | 2021-12-15 | 2 | -120/+120 |
| | | | | | | GCC throws this error when using forward-declared type as a value type for an std::pair (implicitly via a std::map). | ||||
| * | Deleted unused statically-linked function | Martin Ridgers | 2021-12-15 | 1 | -2/+0 |
| | | |||||
| * | Paths are not wide on non-Windows so WideToUtf8() cannot be used | Martin Ridgers | 2021-12-15 | 1 | -5/+5 |
| | | |||||
| * | Corrected include statement case | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | DiskSpaceInfo() boolean return was back-to-front | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Add DiskSpaceInfo() tests | Martin Ridgers | 2021-12-15 | 1 | -0/+17 |
| | | |||||
| * | Implement DiskSpaceInfo() using std::filesystem::space() | Martin Ridgers | 2021-12-15 | 1 | -16/+9 |
| | | |||||
| * | Implemented DiskSpaceInfo() for POSIX platforms | Martin Ridgers | 2021-12-15 | 1 | -7/+11 |
| | | |||||
| * | std::fs::path cannot be forward declared | Martin Ridgers | 2021-12-15 | 1 | -3/+1 |
| | | | | | | On some implementations of the C++ standard library std::fs::path can be a typedef as a mechanismc to support different versions of the standard. | ||||
| * | Removed duplicate unguarded Windows include statement | Martin Ridgers | 2021-12-15 | 1 | -1/+0 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-12-15 | 1 | -0/+1 |
| | | |||||
| * | Misplaced #ifdef statement that should be an #if | Martin Ridgers | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-12-15 | 1 | -0/+2 |
| | | |||||
| * | Missing include | Martin Ridgers | 2021-12-15 | 1 | -0/+1 |
| | | |||||
| * | Setting include dir paths under an option does not work in xmake >=2.6 | Martin Ridgers | 2021-12-15 | 2 | -1/+1 |
| | | |||||
| * | Deleted file that mysteriously returned via a merge | Martin Ridgers | 2021-12-15 | 1 | -87/+0 |
| | | |||||
| * | Resettled whitespace | Martin Ridgers | 2021-12-14 | 1 | -8/+7 |
| | | |||||
| * | Removed unncessary define/undef blocks around include of trace.h | Martin Ridgers | 2021-12-14 | 1 | -19/+0 |
| | | |||||
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 9 | -4/+13 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 99 | -922/+8216 |
| |\ | |||||
| | * | Partial revert b363c5b | Joe Kirchoff | 2021-12-13 | 1 | -67/+13 |
| | | | |||||