[libmatio] 02/13: Merge tag 'upstream/1.5.3'

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:42:18 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 56a4f82e7f8043954a47714467c06d820a8d491b
Merge: e5ee8e6 a90d504
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jan 15 17:50:36 2016 +0100

    Merge tag 'upstream/1.5.3'
    
    Upstream version 1.5.3

 COPYING                                            |     3 +-
 Makefile.am                                        |     2 +-
 Makefile.in                                        |   844 -
 NEWS                                               |    54 +-
 README                                             |   169 -
 README.md                                          |   113 +
 aclocal.m4                                         |   738 -
 autogen.sh                                         |     0
 config/config.guess                                |     0
 config/config.sub                                  |     0
 config/depcomp                                     |     0
 config/install-sh                                  |     0
 config/libtool.m4                                  |  7982 --
 config/ltmain.sh                                   |  9655 --
 config/ltoptions.m4                                |   384 -
 config/ltsugar.m4                                  |   123 -
 config/ltversion.m4                                |    23 -
 config/lt~obsolete.m4                              |    98 -
 config/matio_def_file_ver.m4                       |     2 +-
 config/matio_hdf5.m4                               |     2 +-
 config/matio_int16_t.m4                            |     2 +-
 config/matio_int32_t.m4                            |     2 +-
 config/matio_int64_t.m4                            |     2 +-
 config/matio_int8_t.m4                             |     2 +-
 config/matio_matlab.m4                             |     2 +-
 config/matio_uint16_t.m4                           |     2 +-
 config/matio_uint32_t.m4                           |     2 +-
 config/matio_uint64_t.m4                           |     2 +-
 config/matio_uint8_t.m4                            |     2 +-
 config/missing                                     |     0
 config/pkg.m4                                      |    55 +
 config/texinfo.tex                                 |  9291 --
 configure                                          | 17426 ----
 configure.ac                                       |    15 +-
 documentation/Makefile.am                          |     2 +-
 documentation/Makefile.in                          |   760 -
 documentation/Mat_Close.3                          |     2 +-
 documentation/Mat_CreateVer.3                      |     2 +-
 documentation/Mat_GetFilename.3                    |     2 +-
 documentation/Mat_GetLibraryVersion.3              |     2 +-
 documentation/Mat_GetVersion.3                     |     2 +-
 documentation/Mat_Open.3                           |     2 +-
 documentation/Mat_Rewind.3                         |     2 +-
 documentation/Mat_VarAddStructField.3              |     2 +-
 documentation/Mat_VarCreate.3                      |     2 +-
 documentation/Mat_VarCreateStruct.3                |     2 +-
 documentation/Mat_VarFree.3                        |     2 +-
 documentation/Mat_VarGetNumberOfFields.3           |     2 +-
 documentation/Mat_VarGetStructFieldnames.3         |     2 +-
 documentation/Mat_VarGetStructs.3                  |     2 +-
 documentation/Mat_VarGetStructsLinear.3            |     2 +-
 documentation/Mat_VarRead.3                        |     2 +-
 documentation/Mat_VarReadInfo.3                    |     2 +-
 documentation/Mat_VarReadNext.3                    |     2 +-
 documentation/Mat_VarReadNextInfo.3                |     2 +-
 documentation/Mat_VarWrite.3                       |     2 +-
 documentation/build.texi                           |     2 +-
 documentation/intro.texi                           |     8 +-
 documentation/matio_user_guide.texi                |     8 +-
 documentation/matvar_structure.texi                |     2 +-
 documentation/quick.texi                           |     8 +-
 getopt/Makefile.am                                 |     2 +-
 getopt/Makefile.in                                 |   513 -
 share/test.mat                                     |   Bin 0 -> 2420 bytes
 share/test_be.mat                                  |   Bin 0 -> 5045 bytes
 share/test_be_v6.mat                               |   Bin 0 -> 15704 bytes
 share/test_le.mat                                  |   Bin 0 -> 4862 bytes
 share/test_le_v6.mat                               |   Bin 0 -> 15704 bytes
 src/.Makefile.fortran.am.swp                       |   Bin 0 -> 12288 bytes
 src/._mat.c                                        |   Bin 171 -> 0 bytes
 src/Makefile.am                                    |    12 +-
 src/Makefile.in                                    |   664 -
 src/endian.c                                       |     2 +-
 {tools => src/fortran}/Makefile.am                 |    29 +-
 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                                      |     2 +-
 src/io.c                                           |    10 +-
 src/mat.c                                          |   292 +-
 src/mat4.c                                         |   156 +-
 src/mat4.h                                         |    10 +-
 src/mat5.c                                         |  1664 +-
 src/mat5.h                                         |     2 +-
 src/mat73.c                                        |    26 +-
 src/mat73.h                                        |     2 +-
 src/matio.h                                        |    14 +-
 src/matio.rc                                       |    39 +
 src/matioConfig.h.in                               |    10 +-
 src/matio_private.h                                |     2 +-
 src/matio_pubconf.h.in                             |    13 +-
 src/matvar_cell.c                                  |     8 +-
 src/matvar_struct.c                                |    14 +-
 src/read_data.c                                    |    30 +-
 test/._test_mat.c                                  |   Bin 171 -> 0 bytes
 test/Makefile.am                                   |     2 +-
 test/Makefile.in                                   |   613 -
 test/cell_api.at                                   |     2 +-
 test/mat2hdf.c                                     |   179 +
 test/mat4_read.at                                  |     2 +-
 test/mat4_read_be.at                               |     2 +-
 test/mat4_readslab_be.at                           |     2 +-
 test/mat4_readslab_le.at                           |     2 +-
 test/mat5_compressed_read_be.at                    |     2 +-
 test/mat5_compressed_read_le.at                    |     2 +-
 test/mat5_compressed_write.at                      |     2 +-
 test/mat5_uncompressed_read_be.at                  |     2 +-
 test/mat5_uncompressed_read_le.at                  |     2 +-
 test/mat5_uncompressed_write.at                    |     2 +-
 test/mat73_compressed_write.at                     |     2 +-
 test/mat73_read_be.at                              |     2 +-
 test/mat73_read_le.at                              |     2 +-
 test/mat73_write.at                                |     2 +-
 test/package.m4                                    |     6 -
 test/struct_api.at                                 |     2 +-
 test/test_mat.c                                    |    27 +-
 test/test_matf.f90                                 |   582 +
 test/test_snprintf_ipa13_test_snprintf.oo          |   Bin 0 -> 22528 bytes
 test/testsuite                                     | 97655 -------------------
 test/testsuite.at                                  |     2 +-
 tools/._matdump.c                                  |   Bin 171 -> 0 bytes
 tools/Makefile.am                                  |     6 +-
 tools/Makefile.in                                  |   552 -
 tools/matdump.c                                    |    17 +-
 visual_studio/libmatio/libmatio.vcproj             |    48 +-
 visual_studio/libmatio/libmatio.vcxproj            |    53 +-
 visual_studio/libmatio/libmatio.vcxproj.filters    |     5 +
 visual_studio/matdump/matdump.vcproj               |    16 +-
 visual_studio/matdump/matdump.vcxproj              |    28 +-
 visual_studio/matio.def                            |     5 +-
 visual_studio/matio.sln                            |    20 +-
 visual_studio/matioConfig.h                        |    47 +-
 visual_studio/matio_pubconf.h                      |    29 +-
 visual_studio/matio_vs2008.sln                     |    10 +-
 .../matdump.vcxproj => test_mat/test_mat.vcxproj}  |   146 +-
 visual_studio/test_mat/test_mat.vcxproj.filters    |    30 +
 140 files changed, 6307 insertions(+), 148703 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