Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -10/+8 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Remove leading blank lines from function bodies. | Jason Evans | 2017-01-13 | 1 | -3/+0 |
| | | | | This resolves #535. | ||||
* | Fix thd_join on win64 | Mike Hommey | 2014-06-02 | 1 | -2/+5 |
| | |||||
* | Correctly return exit code from thd_join on Windows | Mike Hommey | 2014-05-28 | 1 | -1/+2 |
| | |||||
* | Add mq (message queue) to test infrastructure. | Jason Evans | 2013-12-12 | 1 | -0/+35 |
Add mtx (mutex) to test infrastructure, in order to avoid bootstrapping complications that would result from directly using malloc_mutex. Rename test infrastructure's thread abstraction from je_thread to thd. Fix some header ordering issues. |