Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn MSVC warnings to /W4 and enable C4267 | Jack Lloyd | 2016-05-06 | 1 | -1/+0 |
| | | | | | | Move disabling C4250 and C4251 to cmd line instead of header pragma. This means these warnings will show up in application code. But disabling warnings inside a library header is probably not good form. | ||||
* | AppVeyor used amalgamation build due to strict build time restrictions | Jack Lloyd | 2016-05-06 | 1 | -1/+1 |
| | | | | Now allows up to 60 minute builds, so build normally. | ||||
* | correct appveyor matrix | Daniel Neus | 2016-02-17 | 1 | -3/+7 |
| | |||||
* | add VS2015 jobs | Daniel Neus | 2016-02-17 | 1 | -2/+9 |
| | |||||
* | Add DLL target to MSVC CI build | Jack Lloyd | 2015-10-16 | 1 | -1/+7 |
| | |||||
* | Update Appveyor config | Simon Warta | 2015-08-12 | 1 | -2/+7 |
| | |||||
* | Adjust MSVC compile flags | Simon Warta | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | | | /FS is needed for parallel builds /bigobj is needed for amalgamation build. Remove explicit setting from appveyor /DEBUG is a parameter, not a precompiler constant Conflicts: src/build-data/cc/msvc.txt | ||||
* | Test make install in CI | Simon Warta | 2015-07-10 | 1 | -0/+1 |
| | |||||
* | Use static amalgamation build for AppVeyor as the static library | lloyd | 2015-05-12 | 1 | -1/+1 |
| | | | | is more likely to run into problems. Discussion in GH #52 #88 | ||||
* | Move AppVeyor yml | lloyd | 2015-05-12 | 1 | -0/+9 |