Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MSVC 2015 project and add a VS 2017 solution | rustyx | 2017-10-16 | 11 | -108/+802 |
| | |||||
* | Remove external linkage for spin_adaptive | Ryan Libby | 2017-08-08 | 2 | -4/+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 Evans | 2017-06-13 | 2 | -10/+22 |
| | |||||
* | Make VS2015 project work again | rustyx | 2017-05-02 | 2 | -238/+9 |
| | |||||
* | Update brace style. | Jason Evans | 2017-01-21 | 2 | -4/+2 |
| | | | | | | | Add braces around single-line blocks, and remove line breaks before function-opening braces. This resolves #537. | ||||
* | Fixes to Visual Studio Project files | Matthew Parkinson | 2016-11-04 | 2 | -6/+14 |
| | |||||
* | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-10-28 | 1 | -3/+3 |
| | | | | | This avoids warnings in some cases, and is otherwise generally good hygiene. | ||||
* | Remove all vestiges of chunks. | Jason Evans | 2016-10-12 | 2 | -10/+2 |
| | | | | | | | | Remove mallctls: - opt.lg_chunk - stats.cactive This resolves #464. | ||||
* | Fix MSVC project | rustyx | 2016-07-07 | 2 | -2/+14 |
| | |||||
* | Rename most remaining *chunk* APIs to *extent*. | Jason Evans | 2016-06-06 | 2 | -14/+14 |
| | |||||
* | Rename huge to large. | Jason Evans | 2016-06-06 | 2 | -7/+7 |
| | |||||
* | Remove quarantine support. | Jason Evans | 2016-05-13 | 2 | -8/+0 |
| | |||||
* | Remove Valgrind support. | Jason Evans | 2016-05-13 | 2 | -6/+2 |
| | |||||
* | Cleanup MSVC project, embed PDB data inside static .lib | rustyx | 2016-04-12 | 2 | -14/+11 |
| | |||||
* | Fix MSVC project | rustyx | 2016-03-24 | 2 | -0/+8 |
| | |||||
* | Fix MSVC project and improve MSVC lib naming (v140 -> vc140) | rustyx | 2016-02-29 | 3 | -7/+23 |
| | |||||
* | Make test_threads more generic | rustyx | 2016-02-28 | 1 | -66/+55 |
| | |||||
* | Improve test_threads performance | rustyx | 2016-02-26 | 1 | -4/+4 |
| | |||||
* | Fix MSVC project | rustyx | 2016-02-26 | 2 | -0/+4 |
| | |||||
* | Add MS Visual Studio 2015 support | rustyx | 2016-02-20 | 7 | -0/+1101 |