v0.7.8
版本发布时间: 2020-08-09 22:35:04
recp/cglm最新发布版本:v0.9.4(2024-04-01 23:10:19)
New Features:
- build: meson build support ( thanks to @randy408 ) https://github.com/recp/cglm/pull/154
Bugfixes and Improvements:
- win32: fix symbol exports, drop CGLM_DLL, add CGLM_STATIC... ( thanks to @randy408 )
- CGLM_EXPORTS - building a shared library (dllexport)
- CGLM_STATIC - required for cglm\call headers with statically built library (no attributes)
- No defines - assume dynamic (dllimport)
- win32, test: don't link 'm' with msvc ( thanks to @randy408 )
- gcc: fix some warnings ( thanks to @randy408 )
- io: make options changeable by user, define colors as empty macro to remove colors from prints
- io: add documentation to io.h header
- io: deprecate CGLM_NO_PRINTS_NOOP
- documentation improvements and fixes