Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. | ||
| 769218cc | 2019-04-03 18:59:09 | additional functions mp_incr and mp_decr | ||
| a3076677 | 2019-03-28 16:18:41 | previous commit removed a little bit too much | ||
| ef07da5b | 2019-03-28 16:13:37 | mp_min_u32 is not used anywhere anymore, so it can be removed | ||
| 8eb3bb28 | 2019-03-22 15:02:29 | do not include stdio.h if LTM_NO_FILE is defined stdio.h might not be available on constraint environments | ||
| 6ce271c4 | 2018-12-28 09:41:54 | mp_iseven & mp_isodd becomes C functions | ||
| 1c8c5348 | 2019-01-15 18:20:24 | Merge pull request #147 from czurnieden/moarvm_workarounds workaround for the MoarVM problem with MP_GEN_RAND et al. (cherry picked from commit 11d6e0391421bc996b2cf780f3f4c3fa634001d0) | ||
| 08eb995d | 2019-01-13 20:21:36 | implemented Steffen Jaeckels superior suggestion regarding MoarVM's problem | ||
| aadb1efa | 2019-01-13 01:07:42 | changes for the Clang compiler | ||
| b7216e89 | 2019-01-13 00:51:02 | workaround for the MoarVM problem with MP_GEN_RAND et al. |