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
8d71a9e3 2019-05-11 00:19:28 travis: add -fsanitize=undefined
2a2e2716 2019-05-12 11:33:17 move jenkins prng to bn_s_mp_rand_jenkins.c
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