Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-17 | bump libsodium version in appveyor.yml and windows Dockerfile | zugz (tox) | |
2018-10-07 | Add AUTOTEST Option to CMakeLists.txt | chrono | |
2018-09-24 | Revert "Improve cmake build for MSVC." | iphydf | |
This reverts commit f87f8719d02a9adbc9413256fe22958267cfefee. | |||
2018-09-23 | Run tests on Appveyor (Windows native build). | iphydf | |
We ignore the errors for now. | |||
2018-09-22 | Improve cmake build for MSVC. | Mick Sayson | |
2018-09-16 | Format yaml files according to yamllint's requirements. | iphydf | |
Also remove branch filter for appveyor. We only have a single branch in every repository. Development happens in forks. | |||
2018-05-20 | Move system header includes from network.h to network.c | iphydf | |
2018-02-11 | Look for dependencies in third_party/ | Robin Lindén | |
2018-02-09 | Remove libcheck from the dependencies. | iphydf | |
We're not gaining much from this library, and it's a burden, especially for windows development. | |||
2017-06-05 | Build tests on appveyor, the MSVC build. | iphydf | |
Tests are not actually ran on appveyor for now, since they all fault for some reason. For now, we just build them. Also, some tests are disabled on msvc entirely, because they don't even compile. We'll need to look into those, later. They are disabled using `MSVC_DONT_BUILD`. | |||
2017-03-25 | make BUILD_TOXAV and option and fail if dependencies are missing | Carsten Brandt | |
fixes #482 | |||
2017-03-25 | Fix appveyor script: install curl. | iphydf | |
It should exist according to https://www.appveyor.com/docs/how-to/download-file/, but in reality it doesn't, so we install it manually. | |||
2017-02-20 | Fix pthreads in AppVeyor build | Maxim Biro | |
2017-01-28 | Add VLA compatibility macro for C89-ish compilers. | iphydf | |
2017-01-22 | Add appveyor build for native windows tests. | iphydf | |
It doesn't compile, yet. A few changes (like VLA support) need to be made before we can enable appveyor as a required PR check. |