Skip to content

Releases: billyquith/ponder

V3

03 Oct 17:40
Compare
Choose a tag to compare

V1 replaced Boost with C++11. V2 added Lua bindings. V3 refactored to remove some warts, ease future development, and re-add serialisation. API is evolving.

See release notes for more details.

V2.1.1

09 Sep 18:19
Compare
Choose a tag to compare

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

09 Sep 17:54
Compare
Choose a tag to compare

Please use this instead of tag 2.0.0.

V1.0!

07 Jan 11:56
Compare
Choose a tag to compare

This is the initial release of Ponder, with Boost dependency removed, using C++11.

Version 1.0.1 has:

CAMP 1.0

07 Jan 11:42
Compare
Choose a tag to compare

This is CAMP, prior to the Ponder renaming. This version has the Boost dependency removed.