summaryrefslogtreecommitdiffstats
path: root/msvc
Commit message (Expand)AuthorAgeFilesLines
* Add missing safety_check.c to MSBuild projectsfrederik-h2019-05-244-4/+12
* Add sc.c to the MSVC projectrustyx2018-09-044-0/+8
* Fix MSVC buildMaks Naumov2018-07-054-4/+8
* Fix MSVC buildMaks Naumov2018-02-124-0/+16
* Define JEMALLOC_NO_PRIVATE_NAMESPACE also in Visual Studio x86 targetsrustyx2018-01-301-4/+4
* Fix MSVC 2015 project and add a VS 2017 solutionrustyx2017-10-1613-10/+868
* Remove external linkage for spin_adaptiveRyan Libby2017-08-082-4/+0
* Update MSVC project files.Jason Evans2017-06-132-10/+22
* Make VS2015 project work againrustyx2017-05-022-238/+9
* Update brace style.Jason Evans2017-01-212-4/+2
* Fixes to Visual Studio Project filesMatthew Parkinson2016-11-042-6/+14
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-3/+3
* Only use --whole-archive with gcc.Jason Evans2016-10-281-1/+1
* Remove all vestiges of chunks.Jason Evans2016-10-122-10/+2
* Readme.txt error for building in the WindowsBai2016-09-261-1/+1
* 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