Commit Graph

15 Commits (3e67fa72439a75efe0caffb2e2790c041bfde7db)

Author SHA1 Message Date
Robert G. Jakabosky d90b00f237 Move low-level threads code into a different project lua-llthreads. 15 years ago
Robert G. Jakabosky 5de9a8d46f Added support for running Lua code in child threads. 15 years ago
Robert G. Jakabosky 86f2d0c027 Update copyright notice. 15 years ago
Robert G. Jakabosky bd30398861 Added zmq.poller object that wraps zmq_poll() function. 15 years ago
Robert G. Jakabosky 399258202d Fixed some issues with compiling bindings on Windows. 15 years ago
Robert G. Jakabosky 12f588a636 Fixed context initialization from FFI cdata value. 15 years ago
Robert G. Jakabosky 4cd5bd27cf Update link to 0MQ docs.
Add benchmarks that use send()/recv() instead of send_msg()/recv_msg()
interface.
15 years ago
Robert G. Jakabosky d0a71ccbae Add send_msg()/recv_msg() functions and zmq_msg_t object. Update FFI-based bindings to use latest LuaNativeObjects FFI support. 15 years ago
Robert G. Jakabosky ed462fe9b8 Updated bindings to use newest features of LuaNativeObjects. 15 years ago
Robert G. Jakabosky e61df55e51 Added support for creating a ZMQ context from LuaJIT cdata. 15 years ago
Robert G. Jakabosky bfa0085b7c Re-organize FFI files. 15 years ago
Robert G. Jakabosky 0ac861e107 Added support for creating a ZMQ context from a lightuserdata value. Move FFI code into a normal Lua file so we get nice syntax hightlighting. 15 years ago
Robert G. Jakabosky 42d4a1361b Added LuaJIT2 FFI support. 15 years ago
Robert G. Jakabosky 2270280153 Added zmq_device() function. 15 years ago
Robert G. Jakabosky 8a36da4e48 Ported zmq bindings to LuaNativeObjects bindings generator. 15 years ago