kc3-lang/libtommath/.travis.yml

Branch :


Log

Author Commit Date CI Message
4534056c 2019-05-13 00:22:18 use enums mp_err, mp_ord, mp_bool, mp_sign * MP_USE_ENUMS enables enums * Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined * 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined
2a2e2716 2019-05-12 11:33:17 move jenkins prng to bn_s_mp_rand_jenkins.c
8d71a9e3 2019-05-11 00:19:28 travis: add -fsanitize=undefined
db76bed2 2019-05-04 18:57:07 added autotuning functionality for the Toom-Cook cut-offs
e8f56cc4 2019-04-05 11:37:49 enable -Wconversion and -Wsign-conversion on travis * no changes to the library code * conversion issues in the demo testsuite fixed * add CONV_WARNINGS and enable the warnings only for clang-7 (for now) * disable Wsystem-headers if Wconversion is enabled, to avoid warnings from the system headers
6d092b85 2019-04-19 19:01:38 travis: test various compiler options
c4bb3c1b 2019-04-06 17:59:49 let's see if the xenial version of astyle is better
179daef1 2019-04-06 17:37:33 add travis-build to check source-code format
9e8b71e3 2019-04-05 11:43:36 remove travis build of clang + x32 as clang has no x32 support at all there's no need to test it [skip ci]
39ef9858 2019-03-26 14:38:54 partially port over valgrind test logic from ltc also try if the test failure has to do with travis_wait
db391b6e 2019-03-11 03:12:02 added valgrind tests to testme.sh and travis.yml
aaa52a3d 2017-10-19 12:01:58 also run test vs mtest with real random data
d5328bfa 2017-10-19 11:40:16 create a travis build matrix
c107b659 2017-08-28 17:06:32 also build release-branch in travis
ec6bebf1 2017-06-06 23:31:30 update travis notifications
e8e8fc4c 2017-04-11 11:43:45 improve testme.sh
ff7603a3 2017-04-10 16:45:37 run tests for all MP configurations
447f7b81 2016-04-22 00:53:29 mtest takes a while... don't let travis kill it
9048c9b6 2016-04-21 23:09:29 also build master on travis
91e18b29 2015-12-05 13:58:21 add notification for #libtom irc
2792ab89 2015-12-05 13:47:22 update travis.yml and adjust README
7d9a225a 2015-11-18 20:24:58 add Travis CI