summaryrefslogtreecommitdiffstats
path: root/msvc/projects/vc2015/test_threads/test_threads.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix MSVC 2015 project and add a VS 2017 solutionrustyx2017-10-161-88/+0
|
* Update brace style.Jason Evans2017-01-211-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 Evans2016-10-281-3/+3
| | | | | This avoids warnings in some cases, and is otherwise generally good hygiene.
* Make test_threads more genericrustyx2016-02-281-66/+55
|
* Improve test_threads performancerustyx2016-02-261-4/+4
|
* Add MS Visual Studio 2015 supportrustyx2016-02-201-0/+100