[4ti2] 01/03: Merge tag 'upstream/1.6.6'

Jerome Benoit calculus-guest at moszumanska.debian.org
Mon Nov 2 21:06:36 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository 4ti2.

commit 0068747d04d032240dd7d302b5ebe2e998e16b38
Merge: 2ccc96b ba36549
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sat Oct 24 23:30:01 2015 +0200

    Merge tag 'upstream/1.6.6'
    
    Upstream version 1.6.6

 Makefile.in                             |  1010 ++
 NEWS                                    |    32 +
 aclocal.m4                              |  1220 ++
 compile                                 |   347 +
 config.guess                            |  1558 ++
 config.sub                              |  1788 ++
 configure                               | 26787 ++++++++++++++++++++++++++++++
 configure.ac                            |     4 +-
 depcomp                                 |   791 +
 doc/3by3magic.eps                       |   350 +
 doc/4ti2_manual.bbl                     |    34 -
 doc/4ti2_manual.bib                     |   130 +
 doc/4ti2_manual.pdf                     |   Bin 0 -> 392040 bytes
 doc/4ti2_manual.tex                     |    26 +-
 doc/4ti2_manual_advanced.tex            |    95 +-
 doc/4ti2_manual_api.tex                 |    55 +
 doc/4ti2_manual_beginner.tex            |   271 +-
 doc/4ti2_manual_ref.tex                 |   111 +
 doc/Makefile.am                         |    55 +-
 doc/Makefile.in                         |   729 +
 doc/cubepicture.eps                     |   338 +
 doc/genmodel-help.txt                   |    36 +
 doc/gensymm-help.txt                    |    27 +
 doc/graver-help.txt                     |    43 +
 doc/hilbert-help.txt                    |    43 +
 doc/magicsqs.eps                        |   183 +
 doc/output-help.txt                     |    84 +
 doc/ppi-help.txt                        |     7 +
 doc/zsolve-help.txt                     |    46 +
 install-sh                              |   527 +
 lib/Makefile.am                         |   366 +
 lib/Makefile.in                         |  1195 ++
 lib/getopt.c                            |  1245 ++
 lib/getopt.in.h                         |   255 +
 lib/getopt1.c                           |   170 +
 lib/getopt_int.h                        |   135 +
 lib/gettext.h                           |   288 +
 lib/stddef.in.h                         |    86 +
 lib/sys_types.in.h                      |    51 +
 lib/unistd.c                            |     3 +
 lib/unistd.in.h                         |  1530 ++
 ltmain.sh                               | 11147 +++++++++++++
 m4/00gnulib.m4                          |    30 +
 m4/Makefile.in                          |   653 +
 m4/ax_cc_maxopt.m4                      |   159 +
 m4/ax_cflags_warn_all.m4                |   157 +
 m4/ax_check_compile_flag.m4             |    72 +
 m4/ax_check_compiler_flags.m4           |    42 +
 m4/ax_compiler_vendor.m4                |    31 +
 m4/ax_cxx_maxopt.m4                     |   158 +
 m4/ax_gcc_archflag.m4                   |   184 +
 m4/ax_gcc_x86_cpuid.m4                  |    45 +
 m4/extensions.m4                        |   138 +
 m4/extern-inline.m4                     |    70 +
 m4/getopt.m4                            |   368 +
 m4/glpk-check.m4                        |     4 +-
 m4/gnulib-common.m4                     |   377 +
 m4/gnulib-comp.m4                       |   268 +
 m4/gnulib-tool.m4                       |    57 +
 m4/include_next.m4                      |   270 +
 m4/libtool.m4                           |  8369 ++++++++++
 m4/ltoptions.m4                         |   437 +
 m4/ltsugar.m4                           |   124 +
 m4/ltversion.m4                         |    23 +
 m4/lt~obsolete.m4                       |    99 +
 m4/nocrash.m4                           |   130 +
 m4/off_t.m4                             |    18 +
 m4/onceonly.m4                          |   104 +
 m4/ssize_t.m4                           |    23 +
 m4/stddef_h.m4                          |    47 +
 m4/sys_types_h.m4                       |    24 +
 m4/trapv-check.m4                       |    45 +
 m4/unistd_h.m4                          |   186 +
 m4/warn-on-use.m4                       |    47 +
 m4/wchar_t.m4                           |    24 +
 missing                                 |   215 +
 snippet/arg-nonnull.h                   |    26 +
 snippet/c++defs.h                       |   271 +
 snippet/warn-on-use.h                   |   109 +
 src/4ti2/4ti2_config.h                  |    15 +
 src/4ti2/Makefile.in                    |   899 +
 src/Makefile.in                         |   844 +
 src/banner.h                            |     2 +-
 src/config.h.in                         |   414 +
 src/fiber/Makefile.in                   |   822 +
 src/groebner/BasicOptions.cpp           |    27 +-
 src/groebner/Bounded.cpp                |     4 +-
 src/groebner/CircuitOptions.cpp         |     6 +-
 src/groebner/CircuitsAPI.cpp            |    16 +-
 src/groebner/Globals.cpp                |    10 +-
 src/groebner/Globals.h                  |     2 +-
 src/groebner/Makefile.in                |  3485 ++++
 src/groebner/MinimizeOptions.cpp        |    20 +-
 src/groebner/Options.cpp                |    34 +-
 src/groebner/QSolveAPI.cpp              |    52 +-
 src/groebner/QSolveAPI.h                |     3 +
 src/groebner/RaysAPI.cpp                |    16 +-
 src/groebner/WalkOptions.cpp            |    20 +-
 src/groebner/main.cpp                   |    18 +-
 src/groebner/qsolve_main.cpp            |     6 +-
 src/groebner/script.template            |    64 +
 src/ppi/Makefile.am                     |     2 +
 src/ppi/Makefile.in                     |   849 +
 src/ppi/ppi.cpp                         |    66 +-
 src/util/Makefile.am                    |     3 +
 src/util/Makefile.in                    |  1010 ++
 src/util/genmodel.c                     |   120 +-
 src/util/gensymm.c                      |    84 +-
 src/util/output.c                       |   197 +-
 src/zsolve/Makefile.in                  |  1146 ++
 src/zsolve/Options.cpp                  |    55 +-
 src/zsolve/Vector.hpp                   |     2 +
 src/zsolve/VectorArray.hpp              |     3 +
 src/zsolve/graver.template              |    13 +-
 src/zsolve/hilbert.template             |    13 +-
 swig/Makefile.in                        |   822 +
 swig/aclocal.m4                         |  1193 ++
 swig/allegrocommonlisp/4ti2.cl          |   819 +
 swig/allegrocommonlisp/Makefile.in      |   718 +
 swig/allegrocommonlisp/allegrocl-4ti2.c |   486 +
 swig/configure                          | 21386 ++++++++++++++++++++++++
 test-driver                             |   127 +
 test/Makefile.in                        |   847 +
 test/circuits/Makefile.am               |     3 +-
 test/circuits/Makefile.in               |   635 +
 test/circuits/ppi3.cir.chk              |     4 +
 test/circuits/ppi3.mat                  |     2 +
 test/genmodel/3x4x6.mat.chk             |    55 +
 test/genmodel/3x4x6.mod                 |     6 +
 test/genmodel/3x6.mat.chk               |     4 +
 test/genmodel/3x6.mod                   |     5 +
 test/genmodel/Makefile.am               |     5 +-
 test/genmodel/Makefile.in               |   632 +
 test/genmodel/k2_3.mat.chk              |    25 +
 test/genmodel/k2_3.mod                  |     9 +
 test/gensymm/Makefile.in                |   629 +
 test/graver/Makefile.am                 |     7 +-
 test/graver/Makefile.in                 |   635 +
 test/graver/ppi3.gra.chk                |     6 +
 test/graver/ppi3.mat                    |     2 +
 test/graver/trivial-kernel.gra.chk      |     1 +
 test/graver/trivial-kernel.mat          |     4 +
 test/groebner/4coins.cost               |     2 +
 test/groebner/4coins.gro.chk            |     5 +
 test/groebner/4coins.mat                |     3 +
 test/groebner/4coins.sign               |     2 +
 test/groebner/Makefile.am               |     4 +-
 test/groebner/Makefile.in               |   836 +
 test/groebner/gmp/Makefile.in           |   638 +
 test/hilbert/Makefile.in                |   638 +
 test/markov/4x4.mar.chk                 |    37 +
 test/markov/4x4.mat                     |     9 +
 test/markov/Makefile.am                 |     5 +-
 test/markov/Makefile.in                 |   843 +
 test/markov/gmp/Makefile.in             |   639 +
 test/markov/maxmin/Makefile.in          |   632 +
 test/markov/saturation/Makefile.in      |   645 +
 test/minimize/4coins.cost               |     2 +
 test/minimize/4coins.mat                |     3 +
 test/minimize/4coins.min.chk            |     2 +
 test/minimize/4coins.sign               |     2 +
 test/minimize/4coins.zsol               |     2 +
 test/minimize/Makefile.am               |     3 +-
 test/minimize/Makefile.in               |   635 +
 test/normalform/4coins.cost             |     2 +
 test/normalform/4coins.feas             |     2 +
 test/normalform/4coins.gro              |     5 +
 test/normalform/4coins.mat              |     3 +
 test/normalform/4coins.nf.chk           |     2 +
 test/normalform/Makefile.am             |     3 +-
 test/normalform/Makefile.in             |   630 +
 test/output/Makefile.in                 |   807 +
 test/output/binomials/Makefile.in       |   629 +
 test/output/maple/Makefile.in           |   629 +
 test/output/positive/Makefile.in        |   629 +
 test/ppi/Makefile.in                    |   633 +
 test/qsolve/Makefile.in                 |   835 +
 test/qsolve/api/Makefile.in             |  1185 ++
 test/qsolve/api/qsolve_main.cpp         |     6 +-
 test/qsolve/gmp/Makefile.in             |   631 +
 test/rays/Makefile.in                   |   645 +
 test/reportfailures.in                  |     4 +-
 test/walk/Makefile.in                   |   632 +
 test/zbasis/Makefile.in                 |   638 +
 test/zsolve/Makefile.am                 |     4 +-
 test/zsolve/Makefile.in                 |   820 +
 test/zsolve/affine.lat                  |     3 +
 test/zsolve/affine.sign                 |     2 +
 test/zsolve/affine.zhom.chk             |     7 +
 test/zsolve/affine.zinhom.chk           |     2 +
 test/zsolve/api/Makefile.in             |  1146 ++
 test/zsolve/api/test_zsolve_api.cpp     |     6 +-
 test/zsolve/system.mat                  |     4 +
 test/zsolve/system.rel                  |     2 +
 test/zsolve/system.rhs                  |     2 +
 test/zsolve/system.sign                 |     2 +
 test/zsolve/system.zhom.chk             |     4 +
 test/zsolve/system.zinhom.chk           |     5 +
 198 files changed, 121779 insertions(+), 378 deletions(-)

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



More information about the debian-science-commits mailing list