[libmatio] 47/48: Merge tag 'upstream/1.5.2'

Sébastien Villemot sebastien at debian.org
Fri Jan 15 16:48:25 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 31101a8544219b06de137ca79c855daaf9bf4b4a
Merge: 5c27942 8dae5f4
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jan 15 17:39:58 2016 +0100

    Merge tag 'upstream/1.5.2'
    
    Upstream version 1.5.2

 COPYING                                            |    22 +
 Makefile.am                                        |    71 +
 Makefile.in                                        |   844 +
 NEWS                                               |    97 +
 README                                             |   169 +
 aclocal.m4                                         |   738 +
 autogen.sh                                         |    10 +
 config/config.guess                                |  1502 +
 config/config.sub                                  |  1714 +
 config/depcomp                                     |   522 +
 config/install-sh                                  |   520 +
 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                       |    50 +
 config/matio_getopt_long.m4                        |    25 +
 config/matio_hdf5.m4                               |   120 +
 config/matio_int16_t.m4                            |   184 +
 config/matio_int32_t.m4                            |   184 +
 config/matio_int64_t.m4                            |   184 +
 config/matio_int8_t.m4                             |   184 +
 config/matio_lib_suffix.m4                         |     5 +
 config/matio_matlab.m4                             |    48 +
 config/matio_uint16_t.m4                           |   184 +
 config/matio_uint32_t.m4                           |   184 +
 config/matio_uint64_t.m4                           |   184 +
 config/matio_uint8_t.m4                            |   184 +
 config/matio_zlib.m4                               |    63 +
 config/missing                                     |   353 +
 config/texinfo.tex                                 |  9291 ++
 configure                                          | 17426 ++++
 configure.ac                                       |   407 +
 documentation/Makefile.am                          |    53 +
 documentation/Makefile.in                          |   760 +
 documentation/Mat_Close.3                          |    68 +
 documentation/Mat_CreateVer.3                      |    93 +
 documentation/Mat_GetFilename.3                    |    48 +
 documentation/Mat_GetLibraryVersion.3              |    49 +
 documentation/Mat_GetVersion.3                     |    59 +
 documentation/Mat_Open.3                           |    68 +
 documentation/Mat_Rewind.3                         |   103 +
 documentation/Mat_VarAddStructField.3              |    49 +
 documentation/Mat_VarCreate.3                      |   150 +
 documentation/Mat_VarCreateStruct.3                |   104 +
 documentation/Mat_VarFree.3                        |    48 +
 documentation/Mat_VarGetNumberOfFields.3           |    48 +
 documentation/Mat_VarGetStructFieldnames.3         |    49 +
 documentation/Mat_VarGetStructs.3                  |    68 +
 documentation/Mat_VarGetStructsLinear.3            |    70 +
 documentation/Mat_VarRead.3                        |    85 +
 documentation/Mat_VarReadInfo.3                    |    80 +
 documentation/Mat_VarReadNext.3                    |    83 +
 documentation/Mat_VarReadNextInfo.3                |   105 +
 documentation/Mat_VarWrite.3                       |    92 +
 documentation/build.texi                           |    91 +
 documentation/intro.texi                           |   117 +
 documentation/matio_user_guide.texi                |    83 +
 documentation/matvar_structure.texi                |    87 +
 documentation/quick.texi                           |   398 +
 getopt/Makefile.am                                 |    32 +
 getopt/Makefile.in                                 |   513 +
 getopt/getopt.h                                    |    85 +
 getopt/getopt_long.c                               |   620 +
 matio.pc.in                                        |    10 +
 patches/inflate.patch                              |    25 +
 share/test_file.mat                                |   Bin 0 -> 2420 bytes
 share/test_file_v6.mat                             |   Bin 0 -> 7696 bytes
 src/._mat.c                                        |   Bin 0 -> 171 bytes
 src/Makefile.am                                    |    69 +
 src/Makefile.in                                    |   664 +
 src/endian.c                                       |   257 +
 src/inflate.c                                      |   859 +
 src/io.c                                           |   450 +
 src/mat.c                                          |  1837 +
 src/mat4.c                                         |   420 +
 src/mat4.h                                         |    39 +
 src/mat5.c                                         |  6165 ++
 src/mat5.h                                         |    83 +
 src/mat73.c                                        |  2895 +
 src/mat73.h                                        |    50 +
 src/matio.h                                        |   309 +
 src/matioConfig.h.in                               |   201 +
 src/matio_private.h                                |   205 +
 src/matio_pubconf.h.in                             |   109 +
 src/matvar_cell.c                                  |   184 +
 src/matvar_struct.c                                |   558 +
 src/read_data.c                                    |  6497 ++
 src/snprintf.c                                     |   852 +
 test/._test_mat.c                                  |   Bin 0 -> 171 bytes
 test/Makefile.am                                   |   141 +
 test/Makefile.in                                   |   613 +
 test/cell_api.at                                   |   354 +
 test/datasets/matio_test_cases.m                   |   236 +
 test/datasets/matio_test_cases_compressed_be.mat   |   Bin 0 -> 1651992 bytes
 test/datasets/matio_test_cases_compressed_le.mat   |   Bin 0 -> 1415589 bytes
 test/datasets/matio_test_cases_hdf_be.mat          |   Bin 0 -> 5225872 bytes
 test/datasets/matio_test_cases_hdf_le.mat          |   Bin 0 -> 1625997 bytes
 test/datasets/matio_test_cases_uncompressed_be.mat |   Bin 0 -> 3642504 bytes
 test/datasets/matio_test_cases_uncompressed_le.mat |   Bin 0 -> 3642504 bytes
 test/datasets/matio_test_cases_v4_be.mat           |   Bin 0 -> 1777 bytes
 test/datasets/matio_test_cases_v4_le.mat           |   Bin 0 -> 1777 bytes
 test/datasets/small_v4_be.mat                      |   Bin 0 -> 30 bytes
 test/datasets/small_v4_le.mat                      |   Bin 0 -> 30 bytes
 test/mat4_read.at                                  |    96 +
 test/mat4_read_be.at                               |    96 +
 test/mat4_readslab_be.at                           |    40 +
 test/mat4_readslab_le.at                           |    40 +
 test/mat5_compressed_extended_sparse.at            |   777 +
 test/mat5_compressed_read_be.at                    |  3768 +
 test/mat5_compressed_read_le.at                    |  3790 +
 test/mat5_compressed_readslab_be.at                |  1319 +
 test/mat5_compressed_readslab_le.at                |  1319 +
 test/mat5_compressed_write.at                      |  4768 +
 test/mat5_uncompressed_extended_sparse.at          |   759 +
 test/mat5_uncompressed_read_be.at                  |  3696 +
 test/mat5_uncompressed_read_le.at                  |  3718 +
 test/mat5_uncompressed_readslab_be.at              |  1299 +
 test/mat5_uncompressed_readslab_le.at              |  1299 +
 test/mat5_uncompressed_write.at                    |  4699 +
 test/mat73_compressed_extended_sparse.at           |   795 +
 test/mat73_compressed_write.at                     |  4822 +
 test/mat73_read_be.at                              |  3730 +
 test/mat73_read_le.at                              |  3766 +
 test/mat73_readslab_be.at                          |  1339 +
 test/mat73_readslab_le.at                          |  1339 +
 test/mat73_uncompressed_extended_sparse.at         |   777 +
 test/mat73_write.at                                |  4753 +
 test/package.m4                                    |     6 +
 test/struct_api.at                                 |   695 +
 test/test_mat.c                                    |  3363 +
 test/test_snprintf.c                               |   138 +
 test/testsuite                                     | 97655 +++++++++++++++++++
 test/testsuite.at                                  |   118 +
 tools/._matdump.c                                  |   Bin 0 -> 171 bytes
 tools/Makefile.am                                  |    43 +
 tools/Makefile.in                                  |   552 +
 tools/matdump.c                                    |   924 +
 visual_studio/libmatio/libmatio.vcproj             |   433 +
 visual_studio/libmatio/libmatio.vcxproj            |   212 +
 visual_studio/libmatio/libmatio.vcxproj.filters    |    80 +
 visual_studio/matdump/matdump.vcproj               |   361 +
 visual_studio/matdump/matdump.vcxproj              |   194 +
 visual_studio/matdump/matdump.vcxproj.filters      |    30 +
 visual_studio/matio.def                            |    59 +
 visual_studio/matio.sln                            |    45 +
 visual_studio/matioConfig.h                        |   177 +
 visual_studio/matio_pubconf.h                      |    99 +
 visual_studio/matio_vs2008.sln                     |    47 +
 151 files changed, 240209 insertions(+)

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