Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MSVC 2015 project and add a VS 2017 solution | rustyx | 2017-10-16 | 5 | -108/+6 |
| | |||||
* | Update brace style. | Jason Evans | 2017-01-21 | 2 | -4/+2 |
| | | | | | | | 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. | ||||
* | Fix MSVC project and improve MSVC lib naming (v140 -> vc140) | rustyx | 2016-05-03 | 1 | -2/+2 |
| | |||||
* | 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 | 5 | -0/+468 |