|
43804ed7
|
2019-10-28T13:39:08
|
|
remove logs and generated PNG's
this fixes #423
|
|
1ece193a
|
2019-10-27T22:48:53
|
|
replace gen.pl by cat, rename mpi.c to mp_all.c
|
|
e2f8df33
|
2019-10-27T21:19:37
|
|
fix doc [skip ci]
+ ignore bak files generated by latexindent
+ silence latexindent
|
|
867f08b0
|
2019-10-26T00:05:41
|
|
Ignore Eclipse .settings directory
|
|
f8d64c64
|
2019-09-10T16:05:27
|
|
create `mtest_opponent` instead of alt version of `test`
|
|
d7959854
|
2019-05-23T11:12:30
|
|
improve comment in tommath.h, extend .gitignore
|
|
6e01c2b8
|
2019-05-21T17:38:51
|
|
remove callgraph.txt from repository
|
|
69f03b3a
|
2019-05-19T11:50:31
|
|
gitignore doc/pics/*.ps
|
|
a8239c24
|
2019-05-13T11:32:42
|
|
deprecate mp_get_bit
The return type of mp_get_bit was imprecise (either mp_err or mp_bool),
therefore this function is deprecated in favor of s_mp_get_bit for now.
If we need s_mp_get_bit to be public, we should add it under a different
name. However since mp_set_bit is not available, I don't think there any
downstream users (ab)using mp_int as bitsets.
|
|
e0e8c3d5
|
2019-05-07T12:35:55
|
|
just use one .gitignore for simplicity
|
|
6fb233c9
|
2019-05-07T11:50:18
|
|
gitignore dos2unix, ignore file from make tune
|
|
cb34cc2b
|
2019-04-19T18:57:26
|
|
ignore emacs and vim files
|
|
cd1570bb
|
2019-03-04T01:02:22
|
|
split test suite
|
|
6d56e11b
|
2018-12-03T12:00:09
|
|
more visual studio related items in .gitignore
|
|
3c69b885
|
2018-12-02T14:47:16
|
|
update .gitignore to the new MSVC build style
|
|
8028ebc2
|
2018-04-11T23:12:13
|
|
remove pre_gen/mpi.c from repo
|
|
c69c3907
|
2018-02-02T10:09:08
|
|
rename timing demo
|
|
957f1618
|
2017-08-28T16:58:26
|
|
update makefiles
|
|
f40568ba
|
2017-05-09T14:25:11
|
|
add pkg-config file for shared library
|
|
db661457
|
2017-04-10T16:30:40
|
|
improve testme.sh
|
|
d231f1a1
|
2016-01-09T10:22:11
|
|
update gitignore
|
|
f9a6e0bf
|
2015-12-25T19:47:49
|
|
Move coveralls make target to makefile
...as it doesn't work for makefile.shared ...
|
|
d32e7a3d
|
2015-04-26T15:22:49
|
|
makefile: improve a bit more
- add make targets for coverage creation
- don't enable optimization when requesting a debug build
|
|
036d697c
|
2015-04-25T14:13:16
|
|
makefile: add 'coverage' make target
|
|
0fd5e6c1
|
2014-12-11T14:59:35
|
|
add testme.sh
|
|
759a926c
|
2014-09-28T13:12:10
|
|
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
|
|
0213986c
|
2014-09-02T02:14:38
|
|
trim trailing spaces/clean up
|
|
8b24998d
|
2012-11-19T12:03:27
|
|
update gitignore
|
|
6f5bf561
|
2010-07-23T15:20:25
|
|
added "VisualStudio section" in .gitignore
|
|
c398483c
|
2010-07-23T22:08:56
|
|
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>
|
|
9f815fb6
|
2010-07-23T11:15:38
|
|
updated .gitignore
|
|
699efebe
|
2009-10-01T15:49:12
|
|
added .gitignore
|