| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Repair file permissions. | Jason Evans | 2017-02-22 | 1 | -0/+0 |
| | | | | | | | | This regression was caused by 8f61fdedb908c29905103b22dda32ceb29cd8ede (Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).). This resolves #538. | ||||
| * | Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). | Jason Evans | 2016-11-15 | 1 | -3/+3 |
| | | | | | | This avoids warnings in some cases, and is otherwise generally good hygiene. | ||||
| * | Fixes to Visual Studio Project files | Matthew Parkinson | 2016-11-04 | 2 | -3/+19 |
| | | |||||
| * | 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.). | ||||
| * | 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. | ||||
| * | 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 |
