Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back to dev version [ci skip]HEADmaster | Alexey Melnichuk | 2021-01-09 | 1 | -2/+2 |
| | |||||
* | Release 0.1.6v0.1.6 | Alexey Melnichuk | 2021-01-09 | 3 | -1/+91 |
| | |||||
* | Test with Lua 5.4 | Alexey Melnichuk | 2021-01-09 | 4 | -2/+5 |
| | |||||
* | Merge pull request #17 from osch/master | Alexey Melnichuk | 2018-09-05 | 5 | -0/+46 |
|\ | | | | | avoid NULL as parameter to fputs() | ||||
| * | avoid NULL as parameter to lua_concat in llthread_log | osch | 2018-09-04 | 2 | -10/+35 |
| | | |||||
| * | avoid NULL as parameter to fputs() | osch | 2018-09-04 | 5 | -1/+22 |
|/ | |||||
* | Merge pull request #16 from osch/master | Alexey Melnichuk | 2018-08-27 | 6 | -0/+107 |
|\ | | | | | new method thread:interrupt() | ||||
| * | interrupted error message now contains llthreads module name as prefix and | osch | 2018-08-27 | 2 | -5/+15 |
| | | | | | | | | is also available in the public api | ||||
| * | invoke test_interrupt.lua also in .travis.yml | osch | 2018-08-22 | 1 | -0/+1 |
| | | |||||
| * | test_interrupt.lua | osch | 2018-08-22 | 3 | -0/+60 |
| | | |||||
| * | new method thread:interrupt() | osch | 2018-08-21 | 2 | -0/+36 |
|/ | |||||
* | Release 0.1.5v0.1.5 | Alexey Melnichuk | 2018-07-01 | 4 | -18/+103 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2017-03-23 | 1 | -6/+6 |
| | |||||
* | Fix. Correctly handle error from `_beginthreadex` (close #12) | Alexey Melnichuk | 2017-03-21 | 1 | -0/+3 |
| | | | | | | `_beginthread` returns -1 in case of error, but `_beginthreadex` returns 0. https://msdn.microsoft.com/en-us/library/kdzttdcb.aspx | ||||
* | Update readme [ci skip] | Alexey Melnichuk | 2017-02-02 | 2 | -3/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/moteus/lua-llthreads2 | Alexey Melnichuk | 2017-02-02 | 1 | -3/+3 |
|\ | |||||
| * | Merge pull request #7 from tst2005/patch-1 | Alexey Melnichuk | 2016-09-10 | 1 | -3/+3 |
| |\ | | | | | | | typo fix | ||||
| | * | typo fix | TsT | 2016-09-10 | 1 | -3/+3 |
| |/ | |||||
* / | Fix. Warning about undefined `pthread_kill` on some systems. (Close #8 #10) | Alexey Melnichuk | 2017-02-02 | 3 | -1/+92 |
|/ | |||||
* | Back to dev version | Alexey Melnichuk | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | Release 0.1.4v0.1.4 | Alexey Melnichuk | 2016-09-09 | 5 | -3/+93 |
| | |||||
* | Fix. Pass integer argument to thread. | Alexey Melnichuk | 2016-09-05 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/moteus/lua-llthreads2 | Alexey Melnichuk | 2016-09-05 | 1 | -5/+5 |
|\ | |||||
| * | Update README.md | Alexey Melnichuk | 2015-04-06 | 1 | -5/+5 |
| | | | | | | Close #2 | ||||
* | | Update Travis files. | Alexey Melnichuk | 2016-09-05 | 3 | -128/+25 |
| | | |||||
* | | Add. Test to pass lua_Integer as argument | Alexey Melnichuk | 2016-09-05 | 1 | -0/+25 |
|/ | |||||
* | Add. Test for multiple prelude. | Alexey Melnichuk | 2015-04-03 | 3 | -0/+40 |
| | |||||
* | Fix. Version on Lua 5.3 | Alexey Melnichuk | 2015-01-19 | 5 | -9/+24 |
| | |||||
* | Prepare release and bump version numbers to 0.1.3v0.1.3 | Alexey Melnichuk | 2015-01-13 | 4 | -2/+92 |
| | |||||
* | Update Travis file. | Alexey Melnichuk | 2015-01-13 | 1 | -3/+3 |
| | |||||
* | Run test with Lua 5.3 on Travis | Alexey Melnichuk | 2014-11-26 | 2 | -19/+29 |
| | |||||
* | Merge branch 'master' of https://github.com/moteus/lua-llthreads2 | Alexey Melnichuk | 2014-11-26 | 1 | -6/+6 |
|\ | |||||
| * | Update README.md | Alexey Melnichuk | 2014-07-02 | 1 | -6/+6 |
| | | |||||
* | | Fix. Build with Lua 5.3.beta | Alexey Melnichuk | 2014-11-26 | 3 | -2/+14 |
|/ | |||||
* | Fix. CMakeLists file install `llthreads2.ex` module. | Alexey Melnichuk | 2014-06-30 | 1 | -1/+2 |
| | |||||
* | Add. rockspecs for 0.1.2v0.1.2 | Alexey Melnichuk | 2014-06-26 | 5 | -4/+92 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2014-06-26 | 1 | -5/+5 |
| | |||||
* | Run Travis tests on Linux. | Alexey Melnichuk | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Add. started/detached/joinable methods to thread object. | Alexey Melnichuk | 2014-06-25 | 5 | -2/+64 |
| | |||||
* | Fix. lakefile | Alexey Melnichuk | 2014-06-23 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/moteus/lua-llthreads2 | Alexey Melnichuk | 2014-06-23 | 1 | -1/+1 |
|\ | |||||
| * | Update README.md | Alexey Melnichuk | 2014-06-23 | 1 | -1/+1 |
| | | |||||
* | | Add. llthreads2/ex exports thread metatable. | Alexey Melnichuk | 2014-06-23 | 1 | -0/+2 |
|/ | |||||
* | Update doc | Alexey Melnichuk | 2014-06-23 | 2 | -5/+61 |
| | |||||
* | Fix. `compat` rockspec install `llthreads.ex` module. | Alexey Melnichuk | 2014-06-23 | 4 | -18/+88 |
| | | | | Update Travis files. | ||||
* | Merge branch 'master' of https://github.com/moteus/lua-llthreads2 | Alexey Melnichuk | 2014-06-23 | 1 | -1/+11 |
|\ | |||||
| * | Update README.md | Alexey Melnichuk | 2014-06-18 | 1 | -1/+2 |
| | | |||||
| * | Update README.md | Alexey Melnichuk | 2014-06-18 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Alexey Melnichuk | 2014-06-18 | 1 | -0/+9 |
| | | |||||
* | | Add. `llthreads2.ex` module. | Alexey Melnichuk | 2014-06-23 | 8 | -4/+286 |
|/ |