Commit Graph

328 Commits

Author SHA1 Message Date
Francois Perrad
f89cda034b format with astyle (step 5) 2017-08-30 20:23:26 +02:00
Francois Perrad
a20d9b102c format with astyle (step 4) 2017-08-30 20:23:22 +02:00
Francois Perrad
4439fae168 format with astyle (step 3) 2017-08-30 20:23:20 +02:00
Francois Perrad
9eed07f09b format with astyle (step 2) 2017-08-30 20:23:17 +02:00
Francois Perrad
45771cc91c format with astyle (step 1) 2017-08-30 20:09:49 +02:00
Francois Perrad
71266b3eb9 format block 2017-08-30 20:09:38 +02:00
Francois Perrad
ef6c71f1d2 return type of function on the same line 2017-08-30 20:09:32 +02:00
Francois Perrad
cdbb9ca925 fix format 2017-08-30 20:09:28 +02:00
Francois Perrad
82a2d385db refactor indentation of preprocessor directives 2017-08-30 20:09:16 +02:00
Francois Perrad
aab1b3d99f split label & statement 2017-08-30 20:09:13 +02:00
Francois Perrad
d263dc727c add space after keyword 2017-08-30 20:09:07 +02:00
Francois Perrad
d6a9a58f64 remove space after function name and cast 2017-08-30 20:08:58 +02:00
Francois Perrad
378be117a3 add missing space after comma 2017-08-30 05:52:31 +02:00
Francois Perrad
0135749e44 convert tab indentation 2017-08-30 05:52:16 +02:00
Francois Perrad
0ff04a4f6f remove hard tab 2017-08-30 05:51:22 +02:00
Francois Perrad
15681f9a12 trim trailing spaces 2017-08-30 05:51:11 +02:00
Steffen Jaeckel
a0a86c696a Merge branch 'tcl-fixes' into develop
This closes #75
2017-08-29 23:48:49 +02:00
Steffen Jaeckel
b2971381e5 don't be that strict regarding illegal characters in mp_read_radix() 2017-08-29 23:48:32 +02:00
Kevin B Kenny
ba95ef76e0 ensure string is null-terminated 2017-08-29 23:48:32 +02:00
Kevin B Kenny
71e3024f30 fix mp_iseven 2017-08-29 23:48:32 +02:00
Steffen Jaeckel
f5dfd8e75e fix date in changes.txt 2017-08-29 22:51:01 +02:00
Steffen Jaeckel
89f95214dc v1.0.1
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 Comment: Gnu Privacy Tools
 
 iF4EABEIAAYFAlmlzkEACgkQrwyxdiHtrXI+lAD/WnR+nLczFnlApnQuakw+ALDC
 qx5j7ORoqvOWjgxuOcsA/RysZuz71OMK0PwjGOBZtUaseRF6EqSUQ+Y7opygFBBF
 =H/gr
 -----END PGP SIGNATURE-----

Merge tag 'v1.0.1' into develop

v1.0.1
2017-08-29 22:27:52 +02:00
Steffen Jaeckel
5953f62e42 Merge branch 'release/1.0.1' 2017-08-29 22:27:36 +02:00
Steffen Jaeckel
29007333fd bump version 2017-08-29 22:27:20 +02:00
Steffen Jaeckel
95fd0f8d66 handle non-existing 'timeout' on MacOS 2017-08-29 22:26:59 +02:00
Steffen Jaeckel
465933ebf8 disable some compiler warnings 2017-08-29 22:26:54 +02:00
Steffen Jaeckel
e8c27ba7df bump version 2017-08-29 10:48:46 +02:00
Steffen Jaeckel
ac4f48eeec fix install make-target
This fixes #84
2017-08-29 10:40:05 +02:00
Steffen Jaeckel
3e2ebd3b47 auto-determine correct libtool binary for MacOS
This fixes #83
2017-08-29 10:29:58 +02:00
Steffen Jaeckel
c107b6593a also build release-branch in travis 2017-08-28 17:06:32 +02:00
Steffen Jaeckel
36ef587709 bump version 2017-08-28 17:04:18 +02:00
Steffen Jaeckel
49e5432060 update tommath_class.h 2017-08-28 17:04:18 +02:00
Steffen Jaeckel
233df836b7 update callgraph 2017-08-28 17:04:18 +02:00
Steffen Jaeckel
c6e34cffd0 update pre_gen/mpi.c 2017-08-28 17:04:18 +02:00
Steffen Jaeckel
957f161890 update makefiles 2017-08-28 17:04:18 +02:00
Steffen Jaeckel
afedcd8999 fix docs creation 2017-08-28 17:00:58 +02:00
Steffen Jaeckel
6f21294212 replace SVN tags 2017-08-28 17:00:58 +02:00
Steffen Jaeckel
b4bd9788de update changelog 2017-08-28 16:08:39 +02:00
Steffen Jaeckel
a29e9fa7c4 add uninstall make-target
[skip ci]
2017-08-28 15:56:30 +02:00
Steffen Jaeckel
237b49ad4a correct usage of DESTDIR, PREFIX, etc. for the install make-target
[skip ci]
2017-08-28 15:56:12 +02:00
Steffen Jaeckel
504b3cbde7 add primality figure to doc 2017-08-26 11:12:03 +02:00
Steffen Jaeckel
14c79a2c18 update coveralls make-target 2017-08-26 11:12:03 +02:00
Steffen Jaeckel
1a2f3bdb7a update clean make-target 2017-08-26 11:12:03 +02:00
Steffen Jaeckel
5ade6248ff always use the same order of objects to create the library 2017-08-26 11:12:03 +02:00
Steffen Jaeckel
8a6a892c42 fix manual creation 2017-08-26 11:12:03 +02:00
Steffen Jaeckel
7cc18ffd11 rename/move some files; fix some stuff regarding this 2017-08-26 11:12:03 +02:00
Steffen Jaeckel
edb72ca04b Merge pull request #79 from mkj/init_size
initialise with appropriate size
2017-06-25 16:32:50 +02:00
Matt Johnston
f515ef955a initialise with appropriate size 2017-06-24 22:48:10 +08:00
Steffen Jaeckel
ec6bebf157 update travis notifications 2017-06-06 23:31:30 +02:00
Steffen Jaeckel
72d116a5b6 Merge branch 'pr/78' into develop
This closes #78
2017-06-06 21:35:08 +02:00