Skip to content

LuaCppInterface v1.3

Latest
Compare
Choose a tag to compare
@davidsiaw davidsiaw released this 18 May 05:51
· 3 commits to master since this release

This incremental release contains some additional features and warning removals provided by a large contributor @ziab and smaller contributions from @ThePhD and @alextrevisan . You have my gratitude.

  • Addition of std::wstring and wchar_t support along with conversion routines
  • Made all errors in LuaCppInterface call lua_error. This way if you are in Lua code you can handle the exceptions properly.
  • Replaced asserts for Lua types with real Lua errors
  • Added an exception to handle lua_atpanic, so it can be caught by C++
  • Additional tests covering required behavior