summaryrefslogtreecommitdiffstats
path: root/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Remove external linkage for spin_adaptiveRyan Libby2017-08-081-1/+0
| | | | | | | The external linkage for spin_adaptive was not used, and the inline declaration of spin_adaptive that was used caused a probem on FreeBSD where CPU_SPINWAIT is implemented as a call to a static procedure for x86 architectures.
* Update MSVC project files.Jason Evans2017-06-131-4/+7
|
* Make VS2015 project work againrustyx2017-05-021-58/+3
|
* Fixes to Visual Studio Project filesMatthew Parkinson2016-11-041-0/+2
|
* Remove all vestiges of chunks.Jason Evans2016-10-121-3/+1
| | | | | | | | Remove mallctls: - opt.lg_chunk - stats.cactive This resolves #464.
* Fix MSVC projectrustyx2016-07-071-1/+4
|
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-4/+4
|
* Rename huge to large.Jason Evans2016-06-061-2/+2
|
* Remove quarantine support.Jason Evans2016-05-131-2/+0
|
* Remove Valgrind support.Jason Evans2016-05-131-2/+1
|
* Cleanup MSVC project, embed PDB data inside static .librustyx2016-04-121-11/+11
|
* Fix MSVC projectrustyx2016-03-241-0/+2
|
* Fix MSVC project and improve MSVC lib naming (v140 -> vc140)rustyx2016-02-291-2/+6
|
* Fix MSVC projectrustyx2016-02-261-0/+1
|
* Add MS Visual Studio 2015 supportrustyx2016-02-201-0/+391