[fplll] 02/08: Merge tag 'upstream/5.0.0'

Julien Puydt julien.puydt at laposte.net
Tue Aug 23 12:27:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository fplll.

commit b9b152d35df4f32452aa339ba45fe2acb3d35428
Merge: 07726d9 9953708
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Aug 23 08:03:05 2016 +0200

    Merge tag 'upstream/5.0.0'
    
    Upstream version 5.0.0

 .gitignore                         |    66 +
 .travis.yml                        |    65 +
 AUTHORS                            |    11 -
 CONTRIBUTING.md                    |   224 +
 Doxyfile                           |  2352 +
 Makefile.am                        |     9 +-
 Makefile.in                        |   877 -
 NEWS                               |    34 +-
 README.md                          |   230 +-
 aclocal.m4                         |  1157 -
 autogen.sh                         |  1578 +
 compile                            |   347 -
 config.guess                       |  1454 -
 config.h.in                        |   125 -
 config.sub                         |  1815 -
 configure                          | 20072 -------
 configure.ac                       |    66 +-
 depcomp                            |   791 -
 doc/templates/customdoxygen.css    |   370 +
 doc/templates/doxy-boot.js         |   270 +
 doc/templates/footer.html          |    26 +
 doc/templates/header.html          |    42 +
 dpe.h.patch                        |    12 +
 fplll.pc.in                        |     4 +-
 fplll/Makefile.am                  |   117 +
 fplll/ballvol.const                |  2050 +
 fplll/bkz.cpp                      |   847 +
 fplll/bkz.h                        |   223 +
 fplll/bkz_param.cpp                |   157 +
 fplll/bkz_param.h                  |   216 +
 {src => fplll}/defs.h              |    30 +-
 fplll/enum/enumerate.cpp           |   237 +
 fplll/enum/enumerate.h             |    67 +
 fplll/enum/enumerate_base.cpp      |   244 +
 fplll/enum/enumerate_base.h        |   152 +
 fplll/enum/evaluator.cpp           |   392 +
 fplll/enum/evaluator.h             |   284 +
 fplll/enum/topenum.cpp             |   110 +
 {src => fplll/enum}/topenum.h      |    29 +-
 fplll/factorial.const              |  2050 +
 src/test.cpp => fplll/fplll.cpp    |    27 +-
 src/test.cpp => fplll/fplll.h      |    33 +-
 fplll/fplll_config.h.in            |    28 +
 fplll/gso.cpp                      |   662 +
 fplll/gso.h                        |   745 +
 fplll/io/json.hpp                  | 10183 ++++
 fplll/latticegen.cpp               |   226 +
 fplll/lll.cpp                      |   302 +
 fplll/lll.h                        |   128 +
 {src => fplll}/llldiff.cpp         |     4 +-
 fplll/main.cpp                     |   586 +
 {src => fplll}/main.h              |    45 +-
 {src => fplll/nr}/dpe.h            |    29 +-
 fplll/nr/matrix.cpp                |   604 +
 {src => fplll/nr}/matrix.h         |   307 +-
 fplll/nr/nr.h                      |    79 +
 fplll/nr/nr_FP.inl                 |   579 +
 {src => fplll/nr}/nr_FP_d.inl      |    48 +-
 {src => fplll/nr}/nr_FP_dd.inl     |    54 +-
 {src => fplll/nr}/nr_FP_dpe.inl    |    55 +-
 {src => fplll/nr}/nr_FP_ld.inl     |    51 +-
 {src => fplll/nr}/nr_FP_misc.inl   |    92 +-
 {src => fplll/nr}/nr_FP_mpfr.inl   |    58 +-
 {src => fplll/nr}/nr_FP_qd.inl     |    54 +-
 {src => fplll/nr}/nr_Z.inl         |    54 +-
 {src => fplll/nr}/nr_Z_d.inl       |    63 +-
 {src => fplll/nr}/nr_Z_l.inl       |    81 +-
 {src => fplll/nr}/nr_Z_misc.inl    |   116 +-
 {src => fplll/nr}/nr_Z_mpz.inl     |    53 +-
 {src => fplll/nr}/nr_rand.inl      |    24 +-
 {src => fplll/nr}/numvect.h        |    93 +-
 fplll/pruner.cpp                   |   838 +
 fplll/pruner.h                     |   314 +
 fplll/sieve/sampler_basic.cpp      |   171 +
 fplll/sieve/sampler_basic.h        |    99 +
 fplll/sieve/sampler_main.cpp       |   108 +
 fplll/sieve/sieve_common.h         |    20 +
 fplll/sieve/sieve_gauss.cpp        |   332 +
 fplll/sieve/sieve_gauss.h          |   102 +
 fplll/sieve/sieve_gauss_2sieve.cpp |   189 +
 fplll/sieve/sieve_gauss_3sieve.cpp |   257 +
 fplll/sieve/sieve_gauss_4sieve.cpp |   373 +
 fplll/sieve/sieve_gauss_str.h      |   685 +
 fplll/sieve/sieve_main.cpp         |   202 +
 fplll/sieve/sieve_main.h           |    12 +
 fplll/svpcvp.cpp                   |   392 +
 {src => fplll}/svpcvp.h            |    16 +-
 fplll/util.cpp                     |   205 +
 fplll/util.h                       |   119 +
 fplll/wrapper.cpp                  |   608 +
 src/fplll.h => fplll/wrapper.h     |    89 +-
 install-sh                         |   508 -
 ltmain.sh                          | 11156 ----
 m4/ax_cxx_compile_stdcxx.m4        |   562 +
 m4/libtool.m4                      |  8388 ---
 m4/ltoptions.m4                    |   437 -
 m4/ltsugar.m4                      |   124 -
 m4/ltversion.m4                    |    23 -
 m4/lt~obsolete.m4                  |    99 -
 missing                            |   215 -
 src/Makefile.am                    |    79 -
 src/Makefile.in                    |  1128 -
 src/bkz.cpp                        |   337 -
 src/bkz.h                          |   187 -
 src/enumerate.cpp                  |   278 -
 src/enumerate.h                    |   103 -
 src/evaluator.cpp                  |   292 -
 src/evaluator.h                    |   205 -
 src/fplll.cpp                      |   448 -
 src/fplll_config.h                 |     8 -
 src/fplll_config.h.in              |     7 -
 src/fplllv31.h                     |   101 -
 src/gso.cpp                        |   469 -
 src/gso.h                          |   634 -
 src/latticegen.cpp                 |   156 -
 src/lll.cpp                        |   227 -
 src/lll.h                          |   124 -
 src/main.cpp                       |   488 -
 src/matrix.cpp                     |   461 -
 src/nr.h                           |    78 -
 src/nr_FP.inl                      |   377 -
 src/pruning.txt                    |    40 -
 src/svpcvp.cpp                     |   358 -
 src/topenum.cpp                    |    98 -
 src/util.cpp                       |   172 -
 src/util.h                         |   191 -
 src/wrapper.cpp                    |   352 -
 src/wrapper.h                      |    87 -
 strategies/default.json            | 97680 +++++++++++++++++++++++++++++++++++
 test-driver                        |   148 -
 tests/Makefile.am                  |    24 +-
 tests/Makefile.in                  |  1006 -
 tests/lattices/example_dsvp_in     |    40 +
 tests/lattices/example_dsvp_out    |     1 +
 tests/lattices/example_out         |    11 +
 tests/test_bkz.cpp                 |   220 +-
 tests/test_lll.cpp                 |   104 +-
 tests/test_nr.cpp                  |   129 +
 tests/test_pruner.cpp              |   357 +
 tests/test_sieve.cpp               |   124 +
 tests/test_svp.cpp                 |   269 +-
 141 files changed, 131701 insertions(+), 57205 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fplll.git



More information about the debian-science-commits mailing list