Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Cleanup common sources' includes | Chris Robinson | 2019-07-29 | 1 | -8/+12 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Rename a function for consistency | Chris Robinson | 2018-11-29 | 1 | -3/+3 |
| | |||||
* | Avoid alsem* wrappers for al::semaphore | Chris Robinson | 2018-11-27 | 1 | -101/+42 |
| | |||||
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 1 | -19/+31 |
| | |||||
* | Remove unused almtx stuff | Chris Robinson | 2018-11-26 | 1 | -58/+0 |
| | |||||
* | Remove the last remaining uses of althrd_t | Chris Robinson | 2018-11-26 | 1 | -85/+0 |
| | |||||
* | Remove althrd_t from Windows | Chris Robinson | 2018-11-26 | 1 | -76/+0 |
| | |||||
* | Don't pass the current thread to althrd_setname | Chris Robinson | 2018-11-17 | 1 | -18/+7 |
| | |||||
* | Convert threads.c to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+442 |
Also vastly simplify and remove related code. |