Skip to content

Releases: zyantific/zycore-c

v1.5.0

04 Feb 21:05
Compare
Choose a tag to compare

What's Changed

  • Better support for linux kernel by @jpidancet in #62
  • Add ZYAN_GETENV macro to LibC.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

20 Nov 13:59
1401fb8
Compare
Choose a tag to compare

What's Changed

  • Fix no-libc build on "other" platforms by @athre0z in #58
  • CMake: Enable CMAKE_MSVC_RUNTIME_LIBRARY (MSVC) by @mappzor in #60
  • Fix a label can only be part of a statement warning by @flobernd in #61

Full Changelog: v1.4.0...v1.4.1

v1.4.0

22 Oct 17:58
Compare
Choose a tag to compare

What's Changed

  • CMake: rename target doc -> ZycoreDoc by @athre0z in #55
  • Fix build-system to better work with vcpkg by @r4ve1 in #56

Full Changelog: v1.3.0...v1.4.0

v1.3.0

03 Oct 17:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

12 Sep 19:28
Compare
Choose a tag to compare

What Changed

Full Changelog: v1.1.0...v1.2.0

v1.0.0: Fix integer type selection ifdef

19 Jul 18:09
Compare
Choose a tag to compare
Fix proposed by @npatil2

Additionally inverted if/else construct to simplify condition.

Resolves #23