Steffen Jaeckel
447f7b8148
mtest takes a while... don't let travis kill it
2016-04-24 13:50:05 +02:00
Steffen Jaeckel
09bcf7da97
convert line endings for the zip archive
2016-02-03 18:14:04 +01:00
Steffen Jaeckel
adf125473f
add gpg signatures back to zipup target
2016-02-03 18:14:04 +01:00
Tom St Denis
37a92dd079
Simplify versioning to drop patch level
2016-02-02 11:54:57 -05:00
Tom St Denis
afb4224186
Re-added ability to make zip files
2016-01-31 14:57:39 -05:00
Tom St Denis
dd82833cde
Disable optimizations for mtest due to bug(s) in mpi.c causing it to fail checked against tfm/external
2016-01-31 12:54:06 -05:00
Steffen Jaeckel
d07425e670
'make coverage' create the same results for regular and shared makefile
2016-01-13 23:23:19 +01:00
Steffen Jaeckel
f9a6e0bf2f
Move coveralls make target to makefile
...
...as it doesn't work for makefile.shared ...
2015-12-25 19:47:49 +01:00
Dennis Fateyev
8fde8fa41b
Improve package version assignment
2015-12-25 19:23:46 +01:00
Steffen Jaeckel
087d2b4cf1
refactor & clean-up makefiles
2015-12-12 20:19:15 +01:00
Tom St Denis
53f1b93595
Updated zipup to support git and simplified it somewhat.
...
I removed gpg use right now since I don't have a gpg key anyways ...
Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
2015-11-13 14:56:05 -05:00
Steffen Jaeckel
b98147c972
update install steps in makefiles
...
- add tommath_private.h to HEADERS
- only install public header files
- move more shared stuff to makefile.include
- make it possible to override the *PATH makefile variables
2015-11-12 02:02:18 +01:00
Steffen Jaeckel
6d43d42f17
update make zipup, add make pre_gen
2015-11-07 16:23:27 +01:00
Steffen Jaeckel
0d816a1a2e
makefile: include timing in coverage creation
2015-11-01 12:28:54 +01:00
Steffen Jaeckel
d32e7a3dd0
makefile: improve a bit more
...
- add make targets for coverage creation
- don't enable optimization when requesting a debug build
2015-11-01 12:28:29 +01:00
Steffen Jaeckel
1f8894790b
update makefiles etc.
2015-10-30 18:04:33 -04:00
Tom St Denis
079b0f65a9
Getting ready for v0.43.0 release
...
Also updated my email address...
Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
2015-10-30 17:55:29 -04:00
Tom St Denis
e50d8afe32
Add ability to disable silent builds.
...
Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
2015-10-30 17:45:34 -04:00
Tom St Denis
b6a484ff4a
Make the build output cleaner so diagnostics are easier to spot
...
Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
2015-10-28 08:59:29 -04:00
Steffen Jaeckel
036d697caa
makefile: add 'coverage' make target
2015-04-25 14:13:16 +02:00
Steffen Jaeckel
39e348b2e2
makefile: add LFLAGS variable when static linking
2015-04-25 14:12:32 +02:00
Steffen Jaeckel
5eb6ebbb23
makefiles: improve a bit
2015-04-18 15:06:28 +02:00
Steffen Jaeckel
80e0862e83
makefile: clean gcov output
2014-12-14 19:44:20 +01:00
Steffen Jaeckel
ffb172f403
makefiles: add makefile.include
...
to be used in makefile and makefile.shared
use -Wextra instead of deprecated -W
add additional warnings also used in libtomcrypt
can be disabled by defining NO_ADDTL_WARNINGS
add possibility to define COMPILE_SIZE or COMPILE_DEBUG
2014-12-14 19:43:50 +01:00
Steffen Jaeckel
d4cccd52d1
udpate makefiles etc.
2014-12-10 18:59:56 +01:00
Steffen Jaeckel
cf04521695
update makefiles etc.
2014-12-10 17:21:14 +01:00
Steffen Jaeckel
a263647f23
add new make target 'test_standalone'
2014-10-18 20:20:30 +02:00
Steffen Jaeckel
d71719853a
update after removing balance multiplication
2014-10-18 18:56:56 +02:00
Steffen Jaeckel
545980169c
add target "new_file" to makefile
2014-10-14 14:38:41 +02:00
Steffen Jaeckel
30fcfec893
update makefiles
2014-10-13 15:50:16 +02:00
Steffen Jaeckel
9bff6bbb57
prepare makefiles for "updatemakes"
2014-10-13 15:49:23 +02:00
Steffen Jaeckel
da2fc240ef
deterministic build of poster.pdf
2014-09-28 14:46:09 +02:00
Steffen Jaeckel
41017efddd
deterministic build of bn.pdf
2014-09-28 14:46:00 +02:00
Steffen Jaeckel
52cfd5ff0a
mp_n_root: add mp_n_root_ex() with parameter 'fast' for mp_expt_d_ex()
...
This change is introduced to be able to choose the underlying
implementation of mp_expt_d_ex()
The implementation of the root_n functionality is now implemented in the
mp_n_root_ex() function.
The parameter 'fast' is just passed over to mp_expt_d_ex().
mp_n_root() defaults to the pre 921be35779
implementation
2014-09-28 13:33:59 +02:00
Steffen Jaeckel
e9b1837c8c
mp_expt_d: bring back pre 921be35779
state
...
The implementation of the expt_d functionality is now implemented in the
mp_expt_d_ex() function.
The user can now choose between the old (more timing resistant) version
and the new version by modification of the parameter 'fast'.
mp_expt_d() defaults to the old version
2014-09-28 13:33:59 +02:00
Steffen Jaeckel
759a926cfe
minor changes & clean-up & small fixes
...
gitignore: add libtool output
booker.pl: fix source code parsing and trim trailing spaces
demo/demo: fix compiler warning, add informational output
demo/timing & etc/tune: fix TIMFUNC()
makefile: minor changes
makefile.shared: increase version, add missing mp_balance_mul
tommath: make sure that DIGIT_BIT is correct
2014-09-28 13:12:10 +02:00
Steffen Jaeckel
0213986c7b
trim trailing spaces/clean up
2014-09-02 02:14:38 +02:00
lomereiter
e68439aae1
balancing multiplication like that in Ruby 1.9
2013-11-24 15:34:41 +01:00
Steffen Jaeckel
750d17cd96
update makefiles
2013-11-24 15:21:39 +01:00
Steffen Jaeckel
12caebdc75
update makefile to be able to define a target platform prefix
2013-09-03 12:21:17 +02:00
Mark Karpelès
c398483c72
Cleaning up files generated by "make manual" and "make poster" (added them to .gitignore), and version bump to 0.42.0 in bn.tex and makefile
...
Signed-off-by: Mark Karpelès <mark@hell.ne.jp>
2010-07-23 22:08:56 +09:00
Tom St Denis
333aebc894
added libtommath-0.41
2010-07-15 17:26:06 +02:00
Tom St Denis
3aba4eacc6
added libtommath-0.40
2010-07-15 17:26:03 +02:00
Tom St Denis
f0b91a572e
added libtommath-0.39
2010-07-15 17:26:01 +02:00
Tom St Denis
21adca01da
added libtommath-0.38
2010-07-15 17:26:00 +02:00
Tom St Denis
fde740eae0
added libtommath-0.37
2010-07-15 17:25:57 +02:00
Tom St Denis
9294e79150
added libtommath-0.36
2010-07-15 17:25:56 +02:00
Tom St Denis
fdfa2f4f50
added libtommath-0.35
2010-07-15 17:25:53 +02:00
Tom St Denis
3d0fcaab0a
added libtommath-0.34
2010-07-15 17:25:51 +02:00
Tom St Denis
4b7111d96e
added libtommath-0.33
2010-07-15 17:25:49 +02:00