summaryrefslogtreecommitdiffstats
path: root/msvc/projects/vc2015/test_threads
Commit message (Collapse)AuthorAgeFilesLines
* Fix MSVC 2015 project and add a VS 2017 solutionrustyx2017-10-165-108/+6
|
* Update brace style.Jason Evans2017-01-212-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 Evans2016-10-281-3/+3
| | | | | This avoids warnings in some cases, and is otherwise generally good hygiene.
* Fix MSVC project and improve MSVC lib naming (v140 -> vc140)rustyx2016-05-031-2/+2
|
* Make test_threads more genericrustyx2016-02-281-66/+55
|
* Improve test_threads performancerustyx2016-02-261-4/+4
|
* Add MS Visual Studio 2015 supportrustyx2016-02-205-0/+468