Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace tabs following #define with spaces. | Jason Evans | 2017-01-21 | 1 | -1/+1 |
* | Remove extraneous parens around return arguments. | Jason Evans | 2017-01-21 | 1 | -4/+4 |
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -10/+9 |
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -4/+0 |
* | Add os_unfair_lock support. | Jason Evans | 2016-11-03 | 1 | -0/+7 |
* | Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.c | Mike Hommey | 2014-05-27 | 1 | -0/+4 |
* | Fix a malloc_mutex dependency in mtx. | Jason Evans | 2013-12-12 | 1 | -1/+1 |
* | Add mq (message queue) to test infrastructure. | Jason Evans | 2013-12-12 | 1 | -0/+62 |