Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| adbadc70 | 2018-11-18 01:30:51 | Fix includes Header files which are located in the same directory that the file from where it is included must be included using `" "`, not `< >`. Otherwise the compiler (gcc 5) cannot understand `#include <tommath_class.h>` in `/usr/include/tommath/tommath.h`. | ||
| 2ab527b7 | 2018-09-10 18:51:26 | add mp_get_double, mp_set_double | ||
| 8b9f98ba | 2018-09-23 21:37:58 | auto-format by executing `make astyle` | ||
| eebbcf06 | 2018-09-10 18:48:58 | add mp_complement, mp_tc_div_2d, mp_tc_and, mp_tc_or, mp_tc_xor | ||
| 92e8719b | 2018-05-28 22:02:13 | improved detection of MP_64BIT | ||
| 22550d41 | 2018-05-02 22:01:09 | Do not use tommath.h from the system for building | ||
| 9034e712 | 2018-05-02 21:43:17 | Do not use installed headers for building | ||
| ef6d85a1 | 2018-04-14 14:33:36 | don't use rand() in mp_rand() This fixes #103 | ||
| 0bc75513 | 2018-02-26 09:32:12 | add e2k/lcc support | ||
| f51249b6 | 2018-02-02 12:07:21 | clean-up file headers |