kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
91d953ed 2019-04-26 11:43:06 Merge pull request #226 from libtom/deprecate-macros2 Deprecate macros (2)
90eccd57 2019-04-25 15:36:35 prefix private macros by PRIVATE_
e45f75fd 2019-04-13 08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
a8c76138 2019-04-12 21:15:56 deprecate macros in tommath.h * move MP_DEPRECATED to tommath.h since we need it later * add MP_DEPRECATED_PRAGMA
632601f4 2019-04-13 17:34:11 MP_WARRAY is an internal macro
a6b5da2f 2019-04-24 22:20:39 Merge pull request #225 from minad/travis/compiler-versions Test against multiple specific clang/gcc versions
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
cb34cc2b 2019-04-19 18:57:26 ignore emacs and vim files
6eae00c8 2019-04-18 09:23:43 Merge pull request #219 from czurnieden/bn_ilogb Resolving problems mentioned in #218