Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-03-23 | Update README.md | Alexey Melnichuk | 1 | -6/+6 | |
2017-03-21 | Fix. Correctly handle error from `_beginthreadex` (close #12) | Alexey Melnichuk | 1 | -0/+3 | |
`_beginthread` returns -1 in case of error, but `_beginthreadex` returns 0. https://msdn.microsoft.com/en-us/library/kdzttdcb.aspx | |||||
2017-02-02 | Update readme [ci skip] | Alexey Melnichuk | 2 | -3/+3 | |
2017-02-02 | Fix. Warning about undefined `pthread_kill` on some systems. (Close #8 #10) | Alexey Melnichuk | 3 | -1/+92 | |
2016-09-10 | typo fix | TsT | 1 | -3/+3 | |
2016-09-09 | Back to dev version | Alexey Melnichuk | 1 | -2/+2 | |
2016-09-09 | Release 0.1.4v0.1.4 | Alexey Melnichuk | 5 | -3/+93 | |
2016-09-05 | Fix. Pass integer argument to thread. | Alexey Melnichuk | 1 | -0/+5 | |
2016-09-05 | Update Travis files. | Alexey Melnichuk | 3 | -128/+25 | |