* qr-code-generator: add package
* Using io.write for xmake.lua file
* Remove set_kind
* Add config to set language of test to cxx11
* rename package to `qr-code-generator-cpp`
* move package to qr-code-generator-cpp
* lzham_codec: add package
* Added another test and moved WIN32 defines
* Add #include <cstdint>, add more define to ios, change .+64 to x64, Add "x86" to is_arch
* Added patches from lzham_codec pull requests
* Add arm64 support and moved mingw out of elseif
* Add define __GNUC__, remove package_end
* Update fix_arm64.patch
* Add string.h patch, update fix_arm64.patch
* Using __yield() for windows ARM64, Fix checksum of fix_mingw.patch
* Fix fix_arm64.patch
* fix_mingw.patch file to utf-8
* Add mimalloc for mingw
* Add config defines mimalloc
* Add configs dictonary with mimalloc to install
* Update xmake.lua
* Move add_packages and add_defines into target
---------
Co-authored-by: ruki <waruqi@gmail.com>
* added package for libgpiod.
The hash doesn't verify for any version
The sha256 of the gzip archive is(v2.0.1): 62071ac22872d9b936408e4a067d15edcdd61dce864ace8725eacdaefe23b898 (result of: shasum -a 256 libgpiod-2.0.1.tar.gz
The sha256() function in xmake seems to come up with something different.
Signed-off-by: Dakota Carter <slang.veteran-0s@icloud.com>
* updated
-removed comments
-moved `packages/l/xmake.lua` -> `packages/l/libgpiod/xmake.lua
-switched to tools.autoconf`
Signed-off-by: Dakota Carter <slang.veteran-0s@icloud.com>
* -added file, forgot to
Signed-off-by: Dakota Carter <slang.veteran-0s@icloud.com>
* added space
* Update xmake.lua
* Update xmake.lua
* Update xmake.lua
---------
Signed-off-by: Dakota Carter <slang.veteran-0s@icloud.com>
Co-authored-by: ruki <waruqi@gmail.com>