Skip to content

v4.6.1 Stable Release

Compare
Choose a tag to compare
@GorgonMeducer GorgonMeducer released this 02 Jan 22:54
· 15 commits to master since this release
  • Added helper macros for heap
    • Add __new_class() and __free_class() for using malloc and free together with constructors and destructors, i.e. xxxx_init() and xxxx_depose().
  • Updated example project
  • Fixed compatible issue between gcc and other compilers.