[libm4rie] 02/11: Merge tag 'upstream/20140914'

Cédric Boutillier boutil at moszumanska.debian.org
Mon Oct 20 11:57:55 UTC 2014


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

boutil pushed a commit to branch master
in repository libm4rie.

commit 7fc2f764327917e361918a0931ae969992a5f4c4
Merge: f99c2b5 dc97855
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 15 23:44:36 2014 +0200

    Merge tag 'upstream/20140914'
    
    Upstream version 20140914
    
    # gpg: Signature faite le mer. 15 oct. 2014 23:44:31 CEST avec la clef RSA d'identifiant 39CD217A
    # gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
    # gpg:                 alias « Cédric Boutillier <cedric.boutillier at gmail.com> »

 .hgignore                                          |    30 -
 Makefile.am                                        |    38 +-
 Makefile.in                                        |  1662 ++
 README                                             |     0
 aclocal.m4                                         |  1157 ++
 bench/Makefile.am                                  |    28 +-
 bench/Makefile.in                                  |   809 +
 .../{bench_elimination.cc => bench_elimination.c}  |     0
 ...ch_multiplication.cc => bench_multiplication.c} |    10 +-
 bench/{bench_ple.cc => bench_ple.c}                |     0
 bench/{bench_smallops.cc => bench_smallops.c}      |     0
 bench/{bench_trsm.cc => bench_trsm.c}              |     0
 bench/{benchmarking.cc => benchmarking.c}          |     2 +-
 bench/benchmarking.h                               |    37 -
 bench/cpucycles-20060326/alpha.c                   |    80 -
 bench/cpucycles-20060326/alpha.h                   |    27 -
 bench/cpucycles-20060326/amd64cpuinfo.c            |    30 -
 bench/cpucycles-20060326/amd64tscfreq.c            |    18 -
 bench/cpucycles-20060326/amd64tscfreq.h            |    27 -
 bench/cpucycles-20060326/clockmonotonic.c          |    34 -
 bench/cpucycles-20060326/clockmonotonic.h          |    27 -
 bench/cpucycles-20060326/compile                   |    31 -
 bench/cpucycles-20060326/cpucycles.html            |   248 -
 bench/cpucycles-20060326/do                        |    47 -
 bench/cpucycles-20060326/do.notes                  |     6 -
 bench/cpucycles-20060326/gettimeofday.c            |    45 -
 bench/cpucycles-20060326/gettimeofday.h            |    27 -
 bench/cpucycles-20060326/hppapstat.c               |    26 -
 bench/cpucycles-20060326/hppapstat.h               |    27 -
 bench/cpucycles-20060326/powerpcaix.c              |    76 -
 bench/cpucycles-20060326/powerpcaix.h              |    27 -
 bench/cpucycles-20060326/powerpclinux.c            |    85 -
 bench/cpucycles-20060326/powerpclinux.h            |    27 -
 bench/cpucycles-20060326/powerpcmacos.c            |    41 -
 bench/cpucycles-20060326/powerpcmacos.h            |    27 -
 bench/cpucycles-20060326/sparc32psrinfo.c          |    34 -
 bench/cpucycles-20060326/sparc32psrinfo.h          |    27 -
 bench/cpucycles-20060326/sparcpsrinfo.c            |    29 -
 bench/cpucycles-20060326/sparcpsrinfo.h            |    27 -
 bench/cpucycles-20060326/test.c                    |    59 -
 bench/cpucycles-20060326/x86cpuinfo.c              |    29 -
 bench/cpucycles-20060326/x86cpuinfo.h              |    27 -
 bench/cpucycles-20060326/x86tscfreq.c              |    17 -
 bench/cpucycles-20060326/x86tscfreq.h              |    27 -
 .../amd64cpuinfo.h => cpucycles.h}                 |     0
 compile                                            |   347 +
 config.guess                                       |  1420 ++
 config.sub                                         |  1794 ++
 configure                                          | 18109 +++++++++++++++++++
 configure.ac                                       |     2 +-
 depcomp                                            |   791 +
 gf2e_cxx/finite_field_givaro.h                     |    62 -
 install-sh                                         |   527 +
 ltmain.sh                                          |  9661 ++++++++++
 m4/ax_check_compiler_flags.m4                      |    78 -
 m4/libtool.m4                                      |  7997 ++++++++
 m4/ltoptions.m4                                    |   384 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    98 +
 m4rie                                              |     1 -
 m4rie/blm.c                                        |   621 +
 m4rie/blm.h                                        |   161 +
 {src => m4rie}/config.h.in                         |     0
 {src => m4rie}/conversion.c                        |    14 +-
 {src => m4rie}/conversion.h                        |    85 +-
 {src => m4rie}/conversion_cling16.c                |     2 +-
 {src => m4rie}/conversion_cling8.c                 |     2 +-
 {src => m4rie}/conversion_slice16.c                |     4 +-
 {src => m4rie}/conversion_slice8.c                 |     4 +-
 {src => m4rie}/echelonform.c                       |     0
 {src => m4rie}/echelonform.h                       |     0
 {src => m4rie}/gf2e.c                              |    27 +-
 {src => m4rie}/gf2e.h                              |    26 +-
 {src => m4rie}/gf2x.h                              |    22 +-
 m4rie/karatsuba.c                                  |  1886 ++
 {src => m4rie}/m4ri_functions.h                    |    51 +-
 {src => m4rie}/m4rie.h                             |     2 +-
 {src => m4rie}/mzd_poly.c                          |    72 +-
 m4rie/mzd_poly.h                                   |   280 +
 m4rie/mzd_ptr.c                                    |    29 +
 m4rie/mzd_ptr.h                                    |   247 +
 m4rie/mzd_slice.c                                  |    99 +
 {src => m4rie}/mzd_slice.h                         |   706 +-
 {src => m4rie}/mzd_slice_intro.inl                 |     0
 {src => m4rie}/mzd_slice_outro.inl                 |     0
 {src => m4rie}/mzed.c                              |    19 +-
 {src => m4rie}/mzed.h                              |    34 +-
 {src => m4rie}/mzed_intro.inl                      |     0
 {src => m4rie}/mzed_outro.inl                      |     0
 {src => m4rie}/newton_john.c                       |    24 +-
 {src => m4rie}/newton_john.h                       |     0
 {src => m4rie}/permutation.h                       |     0
 {src => m4rie}/ple.c                               |     2 -
 {src => m4rie}/ple.h                               |     0
 {src => m4rie}/strassen.c                          |     8 -
 {src => m4rie}/strassen.h                          |     0
 {src => m4rie}/trsm.c                              |     7 +-
 {src => m4rie}/trsm.h                              |     0
 {src => m4rie}/trsm.inl                            |     0
 missing                                            |   215 +
 src/Doxyfile                                       |  1641 --
 src/mzd_poly.h                                     |   196 -
 src/mzd_slice.c                                    |   734 -
 test-driver                                        |   139 +
 tests/{test_elimination.cc => test_elimination.c}  |     2 +-
 ...est_multiplication.cc => test_multiplication.c} |    20 +-
 tests/{test_ple.cc => test_ple.c}                  |     2 +-
 tests/{test_smallops.cc => test_smallops.c}        |     2 +-
 tests/{test_trsm.cc => test_trsm.c}                |    46 +-
 tests/testing.h                                    |    61 +-
 111 files changed, 49183 insertions(+), 4758 deletions(-)

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



More information about the debian-science-commits mailing list