Branch :
| 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 | ||
| 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 | ||
| 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 | ||
| 5da4e0ac | 2019-04-04 23:06:00 | remove unnecessary size_t casts, fix Wconversion/Wsign-conversion issues Wconversion and Wsign-conversion is still not activated by default, since there are many issues in demo.c. | ||
| cd1570bb | 2019-03-04 01:02:22 | split test suite | ||
| 13bc0b55 | 2019-02-28 11:28:07 | removed 'arch' command completely | ||
| ec795623 | 2019-02-27 15:47:28 | offer alternative to arch | ||
| 50abdb8c | 2019-01-28 21:21:40 | continue development |