Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 150c47cc | 2019-05-19 16:36:53 | refactor literal suffix with u lowercase | ||
| 556219aa | 2019-05-09 22:07:13 | refactor with new private macro MP_SIZEOF_BITS CHAR_BIT is no longer directly used | ||
| e45f75fd | 2019-04-13 08:46:57 | deprecate DIGIT_BIT, use MP_DIGIT_BIT | ||
| c4fb2241 | 2019-04-09 11:08:26 | rename macros in tommath_private to use MP_* prefix | ||
| ff561404 | 2019-04-07 15:29:11 | shorter headers | ||
| 70a30ae7 | 2019-04-07 02:29:28 | remove footers | ||
| 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. | ||
| 6dc8ae5b | 2019-03-26 11:30:21 | efficiency improvement in get/set routines | ||
| b879bd49 | 2018-12-31 12:15:44 | refactor with new macros IS_* | ||
| 18355de6 | 2018-12-29 17:56:20 | Update file headers [skip ci] | ||
| 0493739d | 2018-12-02 13:10:09 | add missing comments | ||
| 9034e712 | 2018-05-02 21:43:17 | Do not use installed headers for building | ||
| f51249b6 | 2018-02-02 12:07:21 | clean-up file headers | ||
| f1d6c887 | 2017-10-15 19:58:35 | refactor cast | ||
| f674018a | 2017-09-20 16:59:43 | constify remaining functions | ||
| 9eed07f0 | 2017-08-29 22:23:48 | format with astyle (step 2) | ||
| 45771cc9 | 2017-08-30 19:07:12 | format with astyle (step 1) | ||
| 378be117 | 2017-08-28 21:40:10 | add missing space after comma | ||
| 99c84acc | 2015-11-13 10:28:23 | add parentheses for explicit operator precedence | ||
| 4e3f1344 | 2015-11-12 01:49:07 | provide tommath_private.h tommath.h contains declarations for the public part of the library. tommath_private.h contains the functions which are private to ltm and should not be exposed to the public. | ||
| b6636ee4 | 2015-10-11 19:02:01 | uppercase L avoid confusion between lowercase l and digit 1 | ||
| 079b0f65 | 2015-10-30 17:55:29 | Getting ready for v0.43.0 release Also updated my email address... Signed-off-by: Tom St Denis <tstdenis82@gmail.com> | ||
| 6df187ae | 2011-11-13 19:17:46 | Add set_long and get_long functions They work on platform-dependent long ints | ||
| 940bef18 | 2014-10-14 14:36:38 | fix macros | ||
| 5a2a00ff | 2014-10-14 14:37:17 | fix compiler warning when compiling with "-mx32" option |