kc3-lang/libtommath/.gitignore

Branch :


Log

Author Commit Date CI Message
69f03b3a 2019-05-19 11:50:31 gitignore doc/pics/*.ps
a8239c24 2019-05-13 11: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-07 12:35:55 just use one .gitignore for simplicity
6fb233c9 2019-05-07 11:50:18 gitignore dos2unix, ignore file from make tune
cb34cc2b 2019-04-19 18:57:26 ignore emacs and vim files
cd1570bb 2019-03-04 01:02:22 split test suite
6d56e11b 2018-12-03 12:00:09 more visual studio related items in .gitignore
3c69b885 2018-12-02 14:47:16 update .gitignore to the new MSVC build style
8028ebc2 2018-04-11 23:12:13 remove pre_gen/mpi.c from repo
c69c3907 2018-02-02 10:09:08 rename timing demo