[fplll] 01/08: Updated version 5.2.0 from 'upstream/5.2.0'

Julien Puydt julien.puydt at laposte.net
Thu Sep 14 05:31:30 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 30fb4e2a903b4a3a1bc995c8e27269c8215ac08c
Merge: f892f72 79f28d0
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Sep 14 06:48:25 2017 +0200

    Updated version 5.2.0 from 'upstream/5.2.0'
    
    with Debian dir fd1e58428a74342b29d20e662876c7e9ded9ccd7

 .gitignore                         |   2 +
 .travis.yml                        |  17 +-
 Doxyfile                           |   4 +-
 Makefile.am                        |   2 +
 README.md                          |  48 ++-
 codecov.yml                        |  27 ++
 configure.ac                       |  11 +-
 fplll/Makefile.am                  |  11 +-
 fplll/bkz.cpp                      | 456 ++++++++++++++++---------
 fplll/bkz.h                        | 414 +++++++++++++++++------
 fplll/bkz_param.cpp                |  31 +-
 fplll/bkz_param.h                  |  90 +++--
 fplll/defs.h                       |  69 ++--
 fplll/enum/enumerate.cpp           |  90 +++--
 fplll/enum/enumerate.h             |  22 +-
 fplll/enum/enumerate_base.cpp      |   5 +-
 fplll/enum/enumerate_base.h        |   1 -
 fplll/enum/enumerate_ext.cpp       |  55 ++-
 fplll/enum/enumerate_ext.h         |   6 +-
 fplll/enum/evaluator.cpp           |  56 +--
 fplll/enum/evaluator.h             |  63 ++--
 fplll/enum/topenum.cpp             |   8 +-
 fplll/enum/topenum.h               |  16 +-
 fplll/fplll_config.h.in            |   3 +
 fplll/gso.cpp                      | 278 ++-------------
 fplll/gso.h                        | 675 +++++++------------------------------
 fplll/gso_gram.cpp                 | 411 ++++++++++++++++++++++
 fplll/gso_gram.h                   | 252 ++++++++++++++
 fplll/gso_interface.cpp            | 336 ++++++++++++++++++
 fplll/{gso.h => gso_interface.h}   | 297 ++++++++++------
 fplll/latticegen.cpp               |   2 +-
 fplll/lll.cpp                      |  72 +++-
 fplll/lll.h                        |   8 +-
 fplll/main.cpp                     |  78 +++--
 fplll/nr/dpe.h                     |   6 +-
 fplll/nr/matrix.cpp                |  29 +-
 fplll/nr/matrix.h                  |  26 +-
 fplll/nr/nr.h                      |   8 -
 fplll/nr/nr_FP.inl                 |  16 +-
 fplll/nr/nr_FP_d.inl               |   8 +-
 fplll/nr/nr_FP_dd.inl              |  25 +-
 fplll/nr/nr_FP_dpe.inl             |  26 ++
 fplll/nr/nr_FP_ld.inl              |   7 +-
 fplll/nr/nr_FP_misc.inl            |  53 ++-
 fplll/nr/nr_FP_mpfr.inl            |   8 +
 fplll/nr/nr_FP_qd.inl              |  19 +-
 fplll/nr/nr_Z.inl                  |   3 +-
 fplll/nr/numvect.h                 |  55 ++-
 fplll/pruner.cpp                   | 646 ++++++++++++++++-------------------
 fplll/pruner.h                     | 588 ++++++++++++++++++++++----------
 fplll/sieve/sieve_gauss.cpp        |  52 +--
 fplll/sieve/sieve_gauss.h          |  17 +-
 fplll/sieve/sieve_gauss_2sieve.cpp |   4 +-
 fplll/sieve/sieve_gauss_3sieve.cpp |   4 +-
 fplll/sieve/sieve_gauss_4sieve.cpp |   4 +-
 fplll/sieve/sieve_gauss_str.h      |   6 +-
 fplll/sieve/sieve_main.cpp         |  46 +--
 fplll/svpcvp.cpp                   | 105 +++---
 fplll/svpcvp.h                     |  25 +-
 fplll/util.cpp                     |  15 +-
 fplll/util.h                       |   5 +-
 fplll/wrapper.cpp                  |  23 +-
 fplll/wrapper.h                    |   9 +-
 tests/Makefile.am                  |  12 +-
 tests/lattices/example2_in         |   3 +
 tests/lattices/stalling_93_53.txt  |  93 +++++
 tests/test_bkz.cpp                 | 162 +++++++--
 tests/test_cvp.cpp                 |  54 +--
 tests/test_gso.cpp                 | 295 ++++++++++++++++
 tests/test_lll.cpp                 |  14 +-
 tests/test_lll_gram.cpp            | 274 +++++++++++++++
 tests/test_nr.cpp                  |  42 +++
 tests/test_pruner.cpp              | 196 +++++------
 tests/test_sieve.cpp               |  51 +--
 tests/test_svp.cpp                 | 117 +++----
 tests/test_utils.h                 |  53 +++
 tools/plot_gso_dump.py             |  20 +-
 77 files changed, 4648 insertions(+), 2492 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