[fplll] branch master updated (9ebaf35 -> 463ac7a)

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 change to branch master
in repository fplll.

      from  9ebaf35   Release 5.0.3-1 to Debian unstable.
      adds  fa54f45   New upstream version 5.1.0
       new  9b1efb4   Merge tag 'upstream/5.1.0'
       new  1c6c9c1   Package new upstream release 5.1.0
       new  463ac7a   Follow soname version bump

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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 +-
 debian/changelog                                   |    7 +
 debian/control                                     |    6 +-
 debian/libfplll2.lintian-overrides                 |    2 -
 debian/libfplll2.shlibs                            |    1 -
 ...plll2.README.Debian => libfplll3.README.Debian} |    0
 debian/{libfplll2.install => libfplll3.install}    |    0
 debian/libfplll3.lintian-overrides                 |    2 +
 debian/libfplll3.shlibs                            |    1 +
 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 +-
 102 files changed, 9847 insertions(+), 7230 deletions(-)
 create mode 100644 .clang-format
 create mode 100755 .travis-check-style.sh
 delete mode 100644 debian/libfplll2.lintian-overrides
 delete mode 100644 debian/libfplll2.shlibs
 rename debian/{libfplll2.README.Debian => libfplll3.README.Debian} (100%)
 rename debian/{libfplll2.install => libfplll3.install} (100%)
 create mode 100644 debian/libfplll3.lintian-overrides
 create mode 100644 debian/libfplll3.shlibs
 create mode 100755 doc/templates/jquery.smartmenus.js
 create mode 100644 fplll/enum/enumerate_ext.cpp
 create mode 100644 fplll/enum/enumerate_ext.h
 create mode 100644 tests/lattices/example_cvp_in_lattice
 create mode 100644 tests/lattices/example_cvp_in_lattice2
 create mode 100644 tests/lattices/example_cvp_in_lattice3
 create mode 100644 tests/lattices/example_cvp_in_lattice4
 create mode 100644 tests/lattices/example_cvp_in_lattice5
 create mode 100644 tests/lattices/example_cvp_in_target
 create mode 100644 tests/lattices/example_cvp_in_target2
 create mode 100644 tests/lattices/example_cvp_in_target3
 create mode 100644 tests/lattices/example_cvp_in_target4
 create mode 100644 tests/lattices/example_cvp_in_target5
 create mode 100644 tests/lattices/example_cvp_out
 create mode 100644 tests/lattices/example_cvp_out2
 create mode 100644 tests/lattices/example_cvp_out3
 create mode 100644 tests/lattices/example_cvp_out4
 create mode 100644 tests/lattices/example_cvp_out5
 create mode 100644 tests/test_cvp.cpp

-- 
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