summaryrefslogtreecommitdiffstats
path: root/msvc
Commit message (Collapse)AuthorAgeFilesLines
* Repair file permissions.Jason Evans2017-02-221-0/+0
| | | | | | | This regression was caused by 8f61fdedb908c29905103b22dda32ceb29cd8ede (Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).). This resolves #538.
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-3/+3
| | | | | This avoids warnings in some cases, and is otherwise generally good hygiene.
* Fixes to Visual Studio Project filesMatthew Parkinson2016-11-042-3/+19
|
* Only use --whole-archive with gcc.Jason Evans2016-10-281-1/+1
| | | | | | | Conditionalize use of --whole-archive on the platform plus compiler, rather than on the ABI. This fixes a regression caused by 7b24c6e5570062495243f1e55131b395adb31e33 (Use --whole-archive when linking integration tests on MinGW.).
* Readme.txt error for building in the WindowsBai2016-09-261-1/+1
| | | | The command can't work using sh -C sh -c "./autogen.sh CC=cl --enable-lazy-lock=no". Change the position of the colon, the command of autogen work.
* Cleanup MSVC project, embed PDB data inside static .librustyx2016-04-122-14/+11
|
* Fix MSVC projectrustyx2016-03-242-0/+8
|
* Fix MSVC project and improve MSVC lib naming (v140 -> vc140)rustyx2016-02-293-7/+23
|
* Make test_threads more genericrustyx2016-02-281-66/+55
|
* Improve test_threads performancerustyx2016-02-261-4/+4
|
* Fix MSVC projectrustyx2016-02-262-0/+4
|
* Add MS Visual Studio 2015 supportrustyx2016-02-209-0/+1188