kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
4b334b4e 2019-05-14 09:27:10 Merge pull request #258 from libtom/more-explicit-types Use enums/More explicit types
668cda01 2019-05-13 19:18:09 remove unnecessary duplication of multiplication
334c32e0 2019-05-13 18:08:03 fix signature
89bac3a7 2019-05-13 15:06:54 deprecate MP_RANGE
0b73dab6 2019-05-13 15:04:30 MP_FREE_DIGITS: add missing cast
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
38116079 2019-05-13 17:51:07 literal suffix
04cff089 2019-05-13 17:44:41 explicit operator precedence
2d508723 2019-05-13 17:36:12 const parameter
3c5afa91 2019-05-13 17:34:12 add missing parameter name in prototype