Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Only use --whole-archive with gcc. | Jason Evans | 2016-10-28 | 1 | -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.). | ||||
* | Remove all vestiges of chunks. | Jason Evans | 2016-10-12 | 2 | -10/+2 |
| | | | | | | | | Remove mallctls: - opt.lg_chunk - stats.cactive This resolves #464. | ||||
* | Readme.txt error for building in the Windows | Bai | 2016-09-26 | 1 | -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 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 | 9 | -0/+1188 |