Releases: zyantific/zycore-c
Releases · zyantific/zycore-c
v1.5.0
What's Changed
- Better support for linux kernel by @jpidancet in #62
- Add
ZYAN_GETENV
macro toLibC.h
by @flobernd in #63 - Add missing
(void)
on functions without args by @athre0z in #64 - Set DOXYGEN_GENERATE_MAN config option to generate manpages by @topazus in #65
- Add support for loongarch by @wuruilong01 in #66
- Support for more unix-like systems, such as NetBSD by @niclasr in #68
Full Changelog: v1.4.1...v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.0
What Changed
- Tests tweaks by @Tachi107 in #38
- Add basic WebAssembly support by @williballenthin in #40
- Get rid of CMake export headers by @athre0z in #41
- Add CI workflow by @flobernd in #42
- Switch minimum supported C standard to C11 by @athre0z in #43
- Don't enable C11 for MSVC by @athre0z in #44
- Improve LTO support by @athre0z in #45
- Adding
ARCHIVE DESTINATION
to fix CMake error by @matthew-olson-intel in #47 - Bump version to v1.2 by @athre0z in #49
Full Changelog: v1.1.0...v1.2.0
v1.0.0: Fix integer type selection ifdef
Fix proposed by @npatil2 Additionally inverted if/else construct to simplify condition. Resolves #23