[libmatio] 02/14: Merge tag 'upstream/1.5.10'
Sébastien Villemot
sebastien at debian.org
Sun Jul 23 16:36:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository libmatio.
commit 39f62845e3f8f0f4629e7e7a80ba04b1538ac6f2
Merge: 6299bf7 6e18d5e
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Jul 23 16:39:22 2017 +0200
Merge tag 'upstream/1.5.10'
Upstream version 1.5.10
COPYING | 2 +-
Makefile.am | 4 +-
Makefile.in | 4 +-
NEWS | 9 +-
README | 180 +
README.md | 119 -
aclocal.m4 | 4 +-
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 +-
configure | 296 +-
configure.ac | 12 +-
documentation/Makefile.am | 3 +-
documentation/Makefile.in | 1 +
documentation/Mat_Close.3 | 4 +-
documentation/Mat_CreateVer.3 | 2 +-
documentation/{Mat_GetFilename.3 => Mat_GetDir.3} | 29 +-
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 | 4 +-
documentation/Mat_VarReadInfo.3 | 4 +-
documentation/Mat_VarReadNext.3 | 4 +-
documentation/Mat_VarReadNextInfo.3 | 4 +-
documentation/Mat_VarWrite.3 | 6 +-
documentation/build.texi | 2 +-
documentation/intro.texi | 4 +-
documentation/matio_user_guide.texi | 8 +-
documentation/matvar_structure.texi | 2 +-
documentation/quick.texi | 2 +-
getopt/Makefile.am | 2 +-
src/Makefile.am | 6 +-
src/Makefile.in | 4 +-
src/endian.c | 2 +-
src/inflate.c | 2 +-
src/io.c | 2 +-
src/mat.c | 335 +-
src/mat4.c | 43 +-
src/mat4.h | 2 +-
src/mat5.c | 1527 +-
src/mat5.h | 2 +-
src/mat73.c | 133 +-
src/mat73.h | 2 +-
src/matio.h | 7 +-
src/matio.sym | 1 +
src/matioConfig.h.in | 2 +-
src/matio_private.h | 25 +-
src/matio_pubconf.h.in | 2 +-
src/matvar_cell.c | 2 +-
src/matvar_struct.c | 2 +-
src/read_data.c | 2742 +-
test/Makefile.am | 9 +-
test/Makefile.in | 7 +
test/cell_api.at | 2 +-
test/mat4_extended_sparse.at | 2 +-
test/mat4_read_be.at | 8 +-
test/mat4_read_le.at | 8 +-
test/mat4_readslab_be.at | 122 +-
test/mat4_readslab_le.at | 122 +-
test/mat4_readwrite.at | 2 +-
test/mat4_write.at | 2 +-
test/mat5_compressed_extended_sparse.at | 2 +-
test/mat5_compressed_read_be.at | 9 +-
test/mat5_compressed_read_le.at | 9 +-
test/mat5_compressed_readslab_be.at | 2802 +-
test/mat5_compressed_readslab_le.at | 2802 +-
test/mat5_compressed_readwrite.at | 2 +-
test/mat5_compressed_write.at | 2 +-
test/mat5_uncompressed_extended_sparse.at | 2 +-
test/mat5_uncompressed_read_be.at | 8 +-
test/mat5_uncompressed_read_le.at | 8 +-
test/mat5_uncompressed_readslab_be.at | 2402 +-
test/mat5_uncompressed_readslab_le.at | 2402 +-
test/mat5_uncompressed_readwrite.at | 2 +-
test/mat5_uncompressed_write.at | 2 +-
test/mat73_compressed_extended_sparse.at | 2 +-
test/mat73_compressed_readwrite.at | 2 +-
test/mat73_compressed_write.at | 2 +-
test/mat73_read_be.at | 9 +-
test/mat73_read_le.at | 9 +-
test/mat73_readslab_be.at | 142 +-
test/mat73_readslab_le.at | 142 +-
test/mat73_readwrite.at | 2 +-
test/mat73_uncompressed_extended_sparse.at | 2 +-
test/mat73_write.at | 2 +-
test/package.m4 | 4 +-
test/results/dir-4.out | 5 +
test/results/dir-5.out | 92 +
test/results/dir-73.out | 92 +
test/results/readslab-var1.out | 4 +
test/results/readslab-var11.out | 4 +
test/results/readslab-var28.out | 4 +
test/results/readslab-var38.out | 4 +
test/struct_api.at | 2 +-
test/subscript_api.at | 2 +-
test/test_mat.c | 603 +-
test/testsuite | 86433 ++++++++++++++++----
test/testsuite.at | 4 +-
tools/Makefile.am | 2 +-
tools/matdump.c | 7 +-
visual_studio/matio.def | 1 +
visual_studio/matio.rc | 10 +-
visual_studio/matioConfig.h | 8 +-
visual_studio/matio_pubconf.h | 8 +-
122 files changed, 84608 insertions(+), 19335 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