Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MSVC 2015 project and add a VS 2017 solution | rustyx | 2017-10-16 | 1 | -88/+0 |
| | |||||
* | Update brace style. | Jason Evans | 2017-01-21 | 1 | -2/+1 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-10-28 | 1 | -3/+3 |
| | | | | | This avoids warnings in some cases, and is otherwise generally good hygiene. | ||||
* | Make test_threads more generic | rustyx | 2016-02-28 | 1 | -66/+55 |
| | |||||
* | Improve test_threads performance | rustyx | 2016-02-26 | 1 | -4/+4 |
| | |||||
* | Add MS Visual Studio 2015 support | rustyx | 2016-02-20 | 1 | -0/+100 |