aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* * Added Guid::FromStringStefan Boberg2023-06-301-0/+1
| | | | | | | * Added LoadCompactBinaryObject from file to compactbinaryfile.cpp/h * Added SaveCompactBinary(BinaryWriter& Ar, ...) functions * Added ZEN_PLATFORM_NAME define * Added SystemMetrics functionality to query system properties (see zencore/system.h)
* xmake dependency fixesStefan Boberg2023-06-161-21/+2
| | | | | - curl is a dependency of zenhttp, not zencore - zencore only depends on crypto functions from openssl
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-0/+6
| | | ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers
* cleaned up how Oodle is incorporatedStefan Boberg2023-05-021-0/+2
| | | | changed win64 to be more in line with other platforms wrt xmake config
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+61
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees