summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix. register bit32 library on Lua5.2moteus2013-12-261-9/+7
|
* Fix. remove magic numbers.moteus2013-12-261-5/+7
|
* Fix. Register LuaJIT built-in libraries.moteus2013-12-263-1/+32
|
* Update README.md [ci skip]moteus2013-12-261-14/+8
|
* Add. `joinable` parameter to `start` method which control in which thread ↵moteus2013-12-265-28/+137
| | | | child Lua VM will be destroyed.
* Update tests.moteus2013-12-265-84/+73
|
* Add. set_logger function allow logging errors (crash Lua VM) in current ↵moteus2013-12-262-9/+54
| | | | | | | | | | | | llthread's threads. ``` Lua local llthreads = require "llthreads" local LOG = require"log".new( require "log.writer.net.zmq".new("tcp://127.0.0.1:5555") ) llthread.set_logger(function(msg) LOG.error(msg) end) ```
* Add. timeout parameter to thread:join() methodmoteus2013-12-265-7/+107
|
* Fix. load library on Lua 5.2moteus2013-12-265-18/+29
|
* Fix. compile pthread version.moteus2013-12-261-4/+6
|
* Fix. include some std libraries.moteus2013-12-261-0/+5
|
* Add. travis build status image to readme [ci skip]moteus2013-12-261-0/+1
|
* Add. travis configuration filemoteus2013-12-261-0/+54
|
* Add. rockspec file.moteus2013-12-261-0/+38
|
* Merge pull request #1 from bitdeli-chef/masterAlexey Melnichuk2013-12-261-0/+4
|\ | | | | Add a Bitdeli Badge to README
| * Add a Bitdeli badge to READMEBitdeli Chef2013-12-261-0/+4
|/
* First commit.moteus2013-12-2611-1/+1388
|
* Initial commitAlexey Melnichuk2013-12-252-0/+24