Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8825ab60 | 2019-10-09 17:18:56 | improve `clean` make-target | ||
| bae1045d | 2019-10-01 11:30:13 | tommath_cutoffs.h is a private header now ... and should be treated as such | ||
| f8d64c64 | 2019-09-10 16:05:27 | create `mtest_opponent` instead of alt version of `test` | ||
| 1687b152 | 2019-09-06 16:10:44 | allow the user to override {C,L,LD}FLAGS | ||
| 0dfa9da5 | 2019-05-19 12:53:49 | make tommath_class.h and tommath_superclass.h private These headers are used for configuration during build time. Therefore they shouldn't be exposed as part of the public API. | ||
| e379c0f7 | 2019-05-21 14:26:14 | COMPILE_DEBUG should not disable optimizations If you additionally want to disable optimizations, define this IGNORE_SPEED macro. | ||
| 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 | ||
| f0f75186 | 2019-05-07 17:24:51 | set std=c89 we cannot set it together with -Wsystem-headers since the system headers are usually not c89 but c99 | ||
| db76bed2 | 2019-05-04 18:57:07 | added autotuning functionality for the Toom-Cook cut-offs |