Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoconf: Replace --disable-tools option with --disable-scepclient | Tobias Brunner | 2014-06-30 | 1 | -2/+2 |
| | | | | | Since using a separate option for pki this was the only tool that was still enabled by that option. | ||||
* | travis: Add a Windows 32-bit variant build test | Martin Willi | 2014-06-06 | 1 | -5/+15 |
| | |||||
* | travis: Build "all" tests without Windows HTTP fetcher | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | | | | | We don't include it in the Windows build test either, as MinGW does not come with -lwinhttp. | ||||
* | travis: Build "all" tests without Windows kernel backends | Martin Willi | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | travis: Include socket backend in Windows build test | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | travis: Build "all" tests without Windows socket backend | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | travis: Define a Windows build test using MinGW | Martin Willi | 2014-06-04 | 1 | -2/+18 |
| | |||||
* | travis: Perform build tests with -Werror | Martin Willi | 2014-06-04 | 1 | -1/+3 |
| | |||||
* | travis: Build "all" test without Windows specific charon-svc or dbghelp | Martin Willi | 2014-06-04 | 1 | -1/+2 |
| | |||||
* | travis: Install libjson dependency for "all" tests | Martin Willi | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | travis: --disable-aikgen in "all" tests | Martin Willi | 2014-05-07 | 1 | -1/+1 |
| | | | | | aikgen has a hard dependency on TrouSerS, which we currently don't have in the travis build. | ||||
* | travis: Run the "all" test case with leak detective enabled | Tobias Brunner | 2014-03-27 | 1 | -0/+6 |
| | | | | | | | | But disable the gcrypt plugin, as it causes leaks. Also disable the backtraces by libunwind as they seem to cause threads to get cleaned up after the leak detective already has been disabled, which leads to invalid free()s. | ||||
* | travis: Use parallel build | Tobias Brunner | 2014-03-20 | 1 | -1/+1 |
| | | | | | | | Not sure if 4 jobs is optimal, but according to the docs each build host has 1.5 virtual cores available (although "getconf _NPROCESSORS_ONLN" returns 32, which is probably the number of real cores underneath), so more jobs might not actually reduce the build time much more. | ||||
* | travis: Add tests for builtin printf hook implementation | Tobias Brunner | 2014-03-20 | 1 | -2/+5 |
| | | | | | We can't test Vstr as it does not properly handle negative int arguments for custom format callbacks, so some of the enum tests would fail. | ||||
* | travis: Install dependencies for each test dynamically | Tobias Brunner | 2014-03-20 | 1 | -0/+13 |
| | | | | | Since the installation of all packages alone takes several minutes this should speed up some test cases. | ||||
* | Add Travis CI config and build script | Tobias Brunner | 2014-03-20 | 1 | -0/+49 |