[libmatio] 01/08: Merge tag 'upstream/1.5.4'

Sébastien Villemot sebastien at debian.org
Fri Feb 19 20:15:29 UTC 2016


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

sebastien pushed a commit to branch master
in repository libmatio.

commit c7c24be831c421e1334e18a4eed44705203534b0
Merge: 3b38492 76ee26d
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Feb 19 20:23:10 2016 +0100

    Merge tag 'upstream/1.5.4'
    
    Upstream version 1.5.4

 Makefile.am                                     |      7 +-
 Makefile.in                                     |    855 +
 NEWS                                            |     23 +-
 README.md                                       |     12 +-
 aclocal.m4                                      |    876 +
 autogen.sh                                      |      3 +-
 config/config.guess                             |      0
 config/config.sub                               |      0
 config/depcomp                                  |      0
 config/install-sh                               |      0
 config/libtool.m4                               |   8001 ++
 config/ltmain.sh                                |   9661 ++
 config/ltoptions.m4                             |    384 +
 config/ltsugar.m4                               |    123 +
 config/ltversion.m4                             |     23 +
 config/lt~obsolete.m4                           |     98 +
 config/missing                                  |      0
 config/pkg.m4                                   |     55 -
 config/texinfo.tex                              |   9913 ++
 configure                                       |  17961 ++++
 configure.ac                                    |     41 +-
 documentation/Makefile.in                       |    760 +
 documentation/matio_user_guide.texi             |      4 +-
 getopt/Makefile.in                              |    513 +
 getopt/getopt_long.c                            |      2 +-
 share/test.mat                                  |    Bin 2420 -> 0 bytes
 share/test_be.mat                               |    Bin 5045 -> 0 bytes
 share/test_be_v6.mat                            |    Bin 15704 -> 0 bytes
 share/test_le.mat                               |    Bin 4862 -> 0 bytes
 share/test_le_v6.mat                            |    Bin 15704 -> 0 bytes
 src/.Makefile.fortran.am.swp                    |    Bin 12288 -> 0 bytes
 src/Makefile.am                                 |      7 +-
 src/Makefile.in                                 |    669 +
 src/endian.c                                    |      1 +
 src/fortran/Makefile.am                         |     46 -
 src/fortran/create.f90                          |    659 -
 src/fortran/matio.f90                           |    400 -
 src/fortran/matio_internal.c                    |    478 -
 src/fortran/matio_t.inc.in                      |     95 -
 src/fortran/read_data.f90                       |    683 -
 src/fortran/write.f90                           |    523 -
 src/fortran/write_data.f90                      |    719 -
 src/inflate.c                                   |    263 +-
 src/io.c                                        |    179 +-
 src/mat.c                                       |    484 +-
 src/mat4.c                                      |    513 +-
 src/mat5.c                                      |   2571 +-
 src/mat5.h                                      |     23 +-
 src/mat73.c                                     |    735 +-
 src/mat73.h                                     |      1 -
 src/matio.h                                     |     15 +-
 src/matio.sym                                   |     57 +
 src/matioConfig.h.in                            |     60 +-
 src/matio_private.h                             |    105 +-
 src/matio_pubconf.h.in                          |     46 +
 src/matvar_cell.c                               |      8 +-
 src/matvar_struct.c                             |     23 +-
 src/read_data.c                                 |   2897 +-
 src/snprintf.c                                  |   2139 +-
 test/Makefile.am                                |     21 +-
 test/Makefile.in                                |    617 +
 test/cell_api.at                                |     12 +-
 test/datasets/large_struct_compressed_le.mat    |    Bin 0 -> 705500 bytes
 test/mat2hdf.c                                  |    179 -
 test/mat4_extended_sparse.at                    |    455 +
 test/mat4_read_be.at                            |     58 +-
 test/{mat4_read.at => mat4_read_le.at}          |     58 +-
 test/mat4_readslab_be.at                        |     35 +-
 test/mat4_readslab_le.at                        |     35 +-
 test/mat4_readwrite.at                          |     59 +
 test/mat4_write.at                              |    741 +
 test/mat5_compressed_extended_sparse.at         |    134 +-
 test/mat5_compressed_read_be.at                 |    187 +-
 test/mat5_compressed_read_le.at                 |    178 +-
 test/mat5_compressed_readslab_be.at             |    746 +-
 test/mat5_compressed_readslab_le.at             |    746 +-
 test/mat5_compressed_readwrite.at               |    248 +
 test/mat5_compressed_write.at                   |    680 +-
 test/mat5_uncompressed_extended_sparse.at       |    134 +-
 test/mat5_uncompressed_read_be.at               |    187 +-
 test/mat5_uncompressed_read_le.at               |    165 +-
 test/mat5_uncompressed_readslab_be.at           |    708 +-
 test/mat5_uncompressed_readslab_le.at           |    706 +-
 test/mat5_uncompressed_readwrite.at             |    233 +
 test/mat5_uncompressed_write.at                 |    679 +-
 test/mat73_compressed_extended_sparse.at        |    134 +-
 test/mat73_compressed_readwrite.at              |    237 +
 test/mat73_compressed_write.at                  |    601 +-
 test/mat73_read_be.at                           |    343 +-
 test/mat73_read_le.at                           |    309 +-
 test/mat73_readslab_be.at                       |    626 +-
 test/mat73_readslab_le.at                       |    626 +-
 test/mat73_readwrite.at                         |    235 +
 test/mat73_uncompressed_extended_sparse.at      |    134 +-
 test/mat73_write.at                             |    673 +-
 test/package.m4                                 |      6 +
 test/struct_api.at                              |     24 +-
 test/{mat4_readslab_be.at => subscript_api.at}  |     27 +-
 test/test_mat.c                                 |    280 +-
 test/test_matf.f90                              |    582 -
 test/test_snprintf.c                            |     19 +-
 test/test_snprintf_ipa13_test_snprintf.oo       |    Bin 22528 -> 0 bytes
 test/testsuite                                  | 115160 +++++++++++++++++++++
 test/testsuite.at                               |     26 +-
 tools/Makefile.in                               |    552 +
 tools/matdump.c                                 |    115 +-
 visual_studio/libmatio/libmatio.vcproj          |      2 +-
 visual_studio/libmatio/libmatio.vcxproj         |     29 +-
 visual_studio/libmatio/libmatio.vcxproj.filters |      2 +-
 {src => visual_studio}/matio.rc                 |      8 +-
 visual_studio/matioConfig.h                     |    132 +-
 visual_studio/matio_pubconf.h                   |     92 +-
 112 files changed, 180878 insertions(+), 11811 deletions(-)

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



More information about the debian-science-commits mailing list