aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Test with Lua 5.4Alexey Melnichuk2021-01-091-0/+2
* avoid NULL as parameter to fputs()osch2018-09-041-0/+1
* invoke test_interrupt.lua also in .travis.ymlosch2018-08-221-0/+1
* Release 0.1.5v0.1.5Alexey Melnichuk2018-07-011-17/+12
* Fix. Warning about undefined `pthread_kill` on some systems. (Close #8 #10)Alexey Melnichuk2017-02-021-1/+11
* Update Travis files.Alexey Melnichuk2016-09-051-12/+25
* Add. Test for multiple prelude.Alexey Melnichuk2015-04-031-0/+1
* Fix. Version on Lua 5.3Alexey Melnichuk2015-01-191-0/+1
* Run test with Lua 5.3 on TravisAlexey Melnichuk2014-11-261-17/+17
* Run Travis tests on Linux.Alexey Melnichuk2014-06-251-1/+1
* Add. started/detached/joinable methods to thread object.Alexey Melnichuk2014-06-251-0/+1
* Fix. `compat` rockspec install `llthreads.ex` module.Alexey Melnichuk2014-06-231-7/+6
* Add. `llthreads2.ex` module.Alexey Melnichuk2014-06-231-1/+4
* Test on MacOSXAlexey Melnichuk2014-02-041-2/+2
* Change travis files.Alexey Melnichuk2014-02-041-27/+5
* Add. `thread:alive()` method.Alexey Melnichuk2014-02-041-0/+1
* Add. Test to double join to same threadAlexey Melnichuk2014-02-041-0/+1
* Add. test for lua-llthreas2 module.moteus2013-12-311-0/+2
* Change. Implement 2 rockspecs llthreads2 and llthreads2-compat.moteus2013-12-311-1/+1
* Change. does not register llthread loader.moteus2013-12-301-1/+1
* Add. pass cfunctions to child thread.moteus2013-12-271-0/+1
* Add. logger testmoteus2013-12-271-0/+1
* Fix. Register LuaJIT built-in libraries.moteus2013-12-261-0/+1
* Add. `joinable` parameter to `start` method which control in which thread chi...moteus2013-12-261-0/+1
* Add. timeout parameter to thread:join() methodmoteus2013-12-261-0/+2
* Add. travis configuration filemoteus2013-12-261-0/+54