jak-project/third-party/zydis/dependencies/zycore
Tyler Wilding 637b043293
deps: update zydis to latest commit (#3306)
Updates Zydis to it's latest commit, this should fix building the
project on intel macs with a more recent version of macOS. This likely
needs some sanity checks that the debugger stuff still works as
expected.
2024-01-15 16:56:14 -05:00
..
.github deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
cmake deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
examples deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
include/Zycore deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
resources deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
src deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
tests random fixes + support clang-cl on visual studio (#1129) 2022-02-07 19:15:37 -05:00
.gitignore random fixes + support clang-cl on visual studio (#1129) 2022-02-07 19:15:37 -05:00
CMakeLists.txt deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
CMakeLists.txt.in random fixes + support clang-cl on visual studio (#1129) 2022-02-07 19:15:37 -05:00
LICENSE deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00
README.md deps: update zydis to latest commit (#3306) 2024-01-15 16:56:14 -05:00

Zyan Core Library for C

License: MIT GitHub Actions Discord

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
  • Macros
    • Compiler/Platform/Architecture detection
    • Asserts and static asserts
    • Utils (ARRAY_LENGTH, FALLTHROUGH, UNUSED, ...)
  • Common types
    • ZyanBitset
    • ZyanString/ZyanStringView
  • Container types
    • ZyanVector
    • ZyanList
  • LibC abstraction (WiP)

License

Zycore is licensed under the MIT license.