Skip to content

Tags: osch/lua-mtmsg

Tags

v0.4.3

Toggle v0.4.3's commit message
Version 0.4.3

  * support for carray  (Lua arrays for primitive numeric C data types)
  * notifier regsitration with threshold and direction (buffer increase/decrease)
  * new method buffer:msgcnt()
  * nextmsg: optionally reuse given carray objects

v0.4.2

Toggle v0.4.2's commit message
Version 0.4.2

  * Notify C API   - implementation and invocation
  * Receiver C API - implementation
  * Sender C API   - implementation
  * bugfix for using  C11 threads.h

v0.4.1

Toggle v0.4.1's commit message
Support for Lua 5.4

v0.4.0

Toggle v0.4.0's commit message
New features:

  * Do not discard messages if a buffer connected to a listener is
    garbage collected.

  * Writer & reader objects for incrementally building and parsing
    messages.

v0.3.1

Toggle v0.3.1's commit message
Minor fixes:

  * invoke lua_checkstack while reading from message buffer
  * assure initialised meta table (for the case that a c
    function was somehow transfered to another state)

v0.3.0

Toggle v0.3.0's commit message
raise only errors of string type

v0.2.0

Toggle v0.2.0's commit message
 * performance improved for object access by id

  * allow object names to be ambigous
  * new error: *mtmsg.error.ambiguous_name*
  * removed error: *mtmsg.error.object_exists*
  * new function: *mtmsg.type()*

v0.1.0

Toggle v0.1.0's commit message
initial release