* inih: add package
* inih: change test to only index test.ini
* inih: use xmake instead of meson
* inih: change main to test
* inih: remove use prefix
* inih: remove meson and ninja
* inih: fix config for ini_parser test
* inih: fix INIReader include
* inih: Make tests smaller and remove 'r' from version
* inih: use method to add 'r' to version
* ixwebsocket: add package
* ixwebsocket: add config to use mbedtls
* ixwebsocket: set default ssl
* ixwebsocket: removed shared config for wasm
* Update xmake.lua
* Update xmake.lua
* Remove on_install limits
* ixwebsocket: disable shared for wasm
* ixwebsocket: revert non shared for wasm
* ixwebsocket: set zlib version to `v1.2.13`
* ixwebsocket: add zlib include dir
* ixwebsocket: add PLATFORM_NAME for wasm
* ixwebsocket: fix quotations
* ixwebsocket: replace use of PLATFORM_NAME if wasm
* ixwebsocket: remove extra quotation mark
* ixwebsocket: remove another extra quotation mark
---------
Co-authored-by: ruki <waruqi@gmail.com>
* Fix ICU4C compilation for 64-bit Windows targets
* Try to fix ARM
* Use package:arch() instead of os.arch()
* Delete updated
---------
Co-authored-by: ruki <waruqi@gmail.com>
* add icu4c on mingw
* patch mingw to avoid build failure
* reapply patch from msys repo
* fix icu data issue and checksum issue
* fix crossbuild detect on mingw installed on macos
* disable package on macos msys environment
since the author has no mac device.
* fix macos build issue
* fix macos build issue
* adjust package script
* disable cross build test and revert windows change
* adjust patch
* run reconfigure on mingw
* disable mingw on macos
* adjust link order for icu4c
* add icu4c on mingw
* patch mingw to avoid build failure
* reapply patch from msys repo
* fix icu data issue and checksum issue
* fix crossbuild detect on mingw installed on macos
* disable package on macos msys environment
since the author has no mac device.
* fix macos build issue
* fix macos build issue
* adjust package script
* disable cross build test and revert windows change
* adjust patch
* run reconfigure on mingw
* disable mingw on macos