Commit Graph

17 Commits (04208f10598f2ced735fbe097ed49612e8b2d3b2)

Author SHA1 Message Date
Robert G. Jakabosky a264b26c48 Fix recv() method when used with ZeroMQ 3.1.x 15 years ago
Robert G. Jakabosky 837eae2da6 Fix version checks. 15 years ago
Robert G. Jakabosky 56f51fd22c Generate methods to get/set socket options. 15 years ago
Robert G. Jakabosky 29ac928f78 Add partial work on generating socket option code. 15 years ago
Robert G. Jakabosky b1157e3aaa Add support for zmq 3.0/3.1 15 years ago
Robert G. Jakabosky 23db47708b Update FFI bindings to be more pure (i.e. less messing around with userdata tricks.) 15 years ago
Robert G. Jakabosky ec8409ffeb Use opaque struct types instead of 'void *'. 15 years ago
Robert G. Jakabosky 7194be8851 Improve old version error message. Add note about requried zeromq version. 15 years ago
Robert G. Jakabosky 8439751b91 Add detection code for really old ZeroMQ 2.0.x series. 15 years ago
Robert G. Jakabosky a3f912b8aa Fix undefined socket_t with ZeroMQ 2.0.x 15 years ago
Robert G. Jakabosky 86f2d0c027 Update copyright notice. 15 years ago
Robert G. Jakabosky 56c4c465c8 Fixed bug with support for 0MQ version < 2.1 15 years ago
Robert G. Jakabosky 399258202d Fixed some issues with compiling bindings on Windows. 15 years ago
Robert G. Jakabosky a524c4dc69 Add FFI support for setopt()/getopt() functions. 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 42d4a1361b Added LuaJIT2 FFI support. 15 years ago