Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 05137105 | 2019-04-05 11:43:22 | Merge pull request #192 from libtom/alloc-sizes allocation functions: pass size to XREALLOC and XFREE | ||
| db9a47d5 | 2019-04-04 11:01:08 | allocation functions: pass size to XREALLOC and XFREE This is similar to the signatures of the custom allocation functions provided by GMP. The allocation sizes are useful if the allocator has no easy way to access the allocation size. | ||
| 32b3351d | 2019-04-05 10:54:06 | Merge pull request #200 from libtom/cast-cleanup remove unnecessary size_t casts, fix Wconversion/Wsign-conversion issues | ||
| 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. | ||
| c1131186 | 2019-04-05 10:49:28 | Merge pull request #199 from libtom/remove-set-long-specialization remove mp_set_long specialization | ||
| 77143c33 | 2019-04-04 12:57:22 | remove mp_set_long specialization | ||
| d256648e | 2019-04-04 13:32:14 | Merge pull request #193 from czurnieden/develop removed tracing | ||
| 0ed98cf1 | 2019-04-04 12:55:39 | removed tracing | ||
| e6902c4a | 2019-04-04 11:46:02 | Merge pull request #190 from czurnieden/bn_incr additional functions mp_incr and mp_decr | ||
| 62ca5158 | 2019-04-03 21:22:51 | corrected C&P induced problem |