[fplll] 01/03: Merge tag 'upstream/5.1.0'

Julien Puydt julien.puydt at laposte.net
Fri Mar 31 07:03:44 UTC 2017


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

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

commit 9b1efb4507e648f59eb85e623a2989c6047c2950
Merge: 9ebaf35 fa54f45
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Mar 31 08:39:26 2017 +0200

    Merge tag 'upstream/5.1.0'
    
    Upstream version 5.1.0
    
    # gpg: Signature faite le ven. 31 mars 2017 08:39:19 CEST
    # gpg:                avec la clef RSA 812EEFD8A3FBA4ACE4DF114B04C53BD7FE030551
    # gpg:                issuer "julien.puydt at laposte.net"
    # gpg: Bonne signature de « Julien Puydt (Debian) <julien.puydt at laposte.net> » [inconnu]
    # gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
    # gpg:             Rien n'indique que la signature appartient à son propriétaire.
    # Empreinte de clef principale : 812E EFD8 A3FB A4AC E4DF  114B 04C5 3BD7 FE03 0551

 .clang-format                          |   65 +
 .gitignore                             |    2 +
 .travis-check-style.sh                 |   19 +
 .travis.yml                            |   70 +-
 CONTRIBUTING.md                        |   29 +-
 Doxyfile                               |    4 +-
 Makefile.am                            |   20 +-
 README.md                              |    8 +-
 configure.ac                           |   33 +-
 doc/templates/customdoxygen.css        |  115 +
 doc/templates/doxy-boot.js             |   24 +-
 doc/templates/footer.html              |    1 +
 doc/templates/header.html              |   11 +-
 doc/templates/jquery.smartmenus.js     | 1223 ++++++++++
 fplll/Makefile.am                      |    3 +-
 fplll/ballvol.const                    | 4096 ++++++++++++++++----------------
 fplll/bkz.cpp                          |   68 +-
 fplll/bkz.h                            |   82 +-
 fplll/bkz_param.cpp                    |   41 +-
 fplll/bkz_param.h                      |   37 +-
 fplll/defs.h                           |  222 +-
 fplll/enum/enumerate.cpp               |  385 +--
 fplll/enum/enumerate.h                 |  124 +-
 fplll/enum/enumerate_base.cpp          |  400 ++--
 fplll/enum/enumerate_base.h            |  190 +-
 fplll/enum/enumerate_ext.cpp           |  161 ++
 fplll/enum/enumerate_ext.h             |  117 +
 fplll/enum/evaluator.cpp               |  112 +-
 fplll/enum/evaluator.h                 |  312 +--
 fplll/enum/topenum.cpp                 |    4 +-
 fplll/factorial.const                  | 4096 ++++++++++++++++----------------
 fplll/fplll.cpp                        |    2 +-
 fplll/fplll.h                          |    8 +-
 fplll/gso.cpp                          |   52 +-
 fplll/gso.h                            |    9 +-
 fplll/latticegen.cpp                   |   18 +-
 fplll/lll.cpp                          |   42 +-
 fplll/lll.h                            |   52 +-
 fplll/llldiff.cpp                      |   77 +-
 fplll/main.cpp                         |    2 +-
 fplll/main.h                           |   38 +-
 fplll/nr/dpe.h                         |  626 +++--
 fplll/nr/matrix.cpp                    |   17 +-
 fplll/nr/nr.h                          |   28 +-
 fplll/nr/nr_FP.inl                     |   16 +-
 fplll/nr/nr_FP_d.inl                   |    9 +-
 fplll/nr/nr_FP_dd.inl                  |    9 +-
 fplll/nr/nr_FP_dpe.inl                 |    9 +-
 fplll/nr/nr_FP_ld.inl                  |    9 +-
 fplll/nr/nr_FP_mpfr.inl                |   12 +-
 fplll/nr/nr_FP_qd.inl                  |    9 +-
 fplll/nr/numvect.h                     |  315 ++-
 fplll/pruner.cpp                       |  986 ++++----
 fplll/pruner.h                         |  192 +-
 fplll/sieve/sampler_basic.cpp          |  109 +-
 fplll/sieve/sampler_basic.h            |   32 +-
 fplll/sieve/sampler_main.cpp           |   84 +-
 fplll/sieve/sieve_common.h             |    7 +-
 fplll/sieve/sieve_gauss.cpp            |  239 +-
 fplll/sieve/sieve_gauss.h              |   67 +-
 fplll/sieve/sieve_gauss_2sieve.cpp     |   11 +-
 fplll/sieve/sieve_gauss_3sieve.cpp     |  152 +-
 fplll/sieve/sieve_gauss_4sieve.cpp     |  243 +-
 fplll/sieve/sieve_gauss_str.h          |  365 ++-
 fplll/sieve/sieve_main.cpp             |  110 +-
 fplll/sieve/sieve_main.h               |    6 +-
 fplll/svpcvp.cpp                       |  121 +-
 fplll/svpcvp.h                         |   12 +-
 fplll/util.h                           |    2 +-
 fplll/wrapper.cpp                      |   59 +-
 fplll/wrapper.h                        |   27 +-
 tests/Makefile.am                      |   20 +-
 tests/lattices/example_cvp_in_lattice  |   30 +
 tests/lattices/example_cvp_in_lattice2 |   30 +
 tests/lattices/example_cvp_in_lattice3 |   42 +
 tests/lattices/example_cvp_in_lattice4 |   10 +
 tests/lattices/example_cvp_in_lattice5 |   10 +
 tests/lattices/example_cvp_in_target   |    1 +
 tests/lattices/example_cvp_in_target2  |    1 +
 tests/lattices/example_cvp_in_target3  |    1 +
 tests/lattices/example_cvp_in_target4  |    1 +
 tests/lattices/example_cvp_in_target5  |    1 +
 tests/lattices/example_cvp_out         |    1 +
 tests/lattices/example_cvp_out2        |    1 +
 tests/lattices/example_cvp_out3        |    1 +
 tests/lattices/example_cvp_out4        |    1 +
 tests/lattices/example_cvp_out5        |    1 +
 tests/test_bkz.cpp                     |   11 +-
 tests/test_cvp.cpp                     |  169 ++
 tests/test_lll.cpp                     |   25 +-
 tests/test_nr.cpp                      |    7 +-
 tests/test_pruner.cpp                  |  391 ++-
 tests/test_sieve.cpp                   |   35 +-
 tests/test_svp.cpp                     |   11 +-
 94 files changed, 9834 insertions(+), 7224 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