mirror of
https://github.com/open-goal/jak-project
synced 2026-08-07 02:06:59 -04:00
9fb8a1dc27
Zydis has been complaining about cmake deprecation, and json.hpp has been causing tons of warnings to be spewed in the builds. Update both.
Zyan Core Library for C
Internal library providing platform independent types, macros and a fallback for environments without LibC.
Features
- Platform independent types
- Integer types (
ZyanU8,ZyanI32,ZyanUSize, ...) ZyanBool(+ZYAN_FALSE,ZYAN_TRUE)ZYAN_NULL
- Integer types (
- Macros
- Compiler/Platform/Architecture detection
- Asserts and static asserts
- Utils (
ARRAY_LENGTH,FALLTHROUGH,UNUSED, ...)
- Common types
ZyanBitsetZyanString/ZyanStringView
- Container types
ZyanVectorZyanList
- LibC abstraction (WiP)
License
Zycore is licensed under the MIT license.