Skip to content

Releases: jordanvrtanoski/luacpp

Support for Lua 5.4

26 Aug 02:30
d7171e8
Compare
Choose a tag to compare

Info

Verified support for Lua 5.4 and minor code fixes

What's Changed

  • bugfix by @mf01 in #7
  • [FIX] Fix undeclared identifier error with Lua 5.4+ by @LHLaurini in #8

New Contributors

Full Changelog: v0.1.0...v0.2.0

Initial Release

04 Apr 11:09
63aff1f
Compare
Choose a tag to compare
[CDCI] Adding testing branch as a pre-staging for the merge (#3)

[IMP] Improving the README.md
[IMP] Implementing folder compile
[IMP] Adding documentition and doc_pdf target
[IMP] Adding test_memory target
[IMP] Implementation of version handling mechanism
[IMP] Installation steps with cmake find options
[IMP] Adding ability to run with specified environment instead of
global environment.

Signed-off-by: Jordan Vrtanoski <[email protected]>