summaryrefslogtreecommitdiffstats
path: root/msvc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix MSVC projectrustyx2016-07-072-2/+14
|
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-062-14/+14
|
* Rename huge to large.Jason Evans2016-06-062-7/+7
|
* Remove quarantine support.Jason Evans2016-05-132-8/+0
|
* Remove Valgrind support.Jason Evans2016-05-132-6/+2
|
* 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