Releases: zyantific/zycore-c
Releases · zyantific/zycore-c
v1.5.1
What's Changed
- Fix issue with llvm-rcwhenZYCORE_BUILD_SHARED_LIBis enabled by @netadr in #70
- Add alias target "Zycore::Zycore" by @dg0yt in #71
- Add Haiku support by @korli in #72
- Add meson build system support by @mochaaP in #75
- Bump version to v1.5.1 by @mochaaP in #77
New Contributors
- @netadr made their first contribution in #70
- @dg0yt made their first contribution in #71
- @korli made their first contribution in #72
- @mochaaP made their first contribution in #75
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Better support for linux kernel by @jpidancet in #62
- Add ZYAN_GETENVmacro toLibC.hby @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 DESTINATIONto 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