Releases: billyquith/ponder
Releases · billyquith/ponder
V3
V2.1.1
2.1.1
- Identifiers/names now return IdReturn (
const std::string&
) to improve usability.
2.1
- Bind Lua argument convertion directly to function. Saves Value conversion.
- Lua custom type conversion with LuaValueRead and LuaValueWrite.
- Lua supports enums.
- Lua can return multiple values via
std::tuple<...>
. - Lua functions can parse table arguments.
V2.0.1
Please use this instead of tag 2.0.0.
V1.0!
This is the initial release of Ponder, with Boost dependency removed, using C++11.
Version 1.0.1 has:
gh-pages
branch containing Jekyll blog.- Tidied up Doxygen docs which are now online.
CAMP 1.0
This is CAMP, prior to the Ponder renaming. This version has the Boost dependency removed.