Skip to content

v1.0.0

Compare
Choose a tag to compare
@KumarjitDas KumarjitDas released this 29 Jun 13:42
· 5 commits to main since this release
e867657

Release Notes

v1.0.0

29th June 2024

Features

  • Compiler Detection: Macros for various compilers (Intel, GCC, LLVM, etc.).
  • OS Identification: Macros for target operating systems (Linux, Windows, etc.).
  • CPU Architecture Detection: Macros for target CPU architectures (x86, x64, ARM, etc.).
  • Endianness Determination: Macros for little-endian and big-endian.
  • DLL Handling: Import-export macros for DLLs.
  • Calling Conventions: Macros for cdecl, stdcall, fastcall.
  • Build Configuration: CMake configuration files for shared and static builds.
  • Example Program: examples/example.c demonstrating library usage.

For more details, see the full Changelog.

Version Details

  • First Release: 1.0.0
  • Release Date: 2024-06-29