You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial plan
* Improve build system: add --disable-shared support, fix library naming, conditional examples
1. Add --disable-shared and --disable-static options to configure/makefile
2. Make CMake static library output name consistent with Makefile (libhv.a)
3. Make Makefile examples target conditional based on module settings
4. Add multi-thread examples to CMakeLists.txt
Co-authored-by: ithewei <26049660+ithewei@users.noreply.github.com>
* Fix config.mk self-referential comment and Windows MSVC static lib naming conflict
1. Remove self-referential comment from config.mk (comment was for config.ini)
2. Guard OUTPUT_NAME hv on static target to avoid .lib conflict on Windows
when both BUILD_SHARED and BUILD_STATIC are enabled
Co-authored-by: ithewei <26049660+ithewei@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ithewei <26049660+ithewei@users.noreply.github.com>
0 commit comments