summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Updated an error message in H5L.c to be more helpful.Dana Robinson2017-02-271-2/+4
| | | | Fixes HDFFV-10141.
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-221-344/+0
| | | | snapshot release. (Changed daily test command to add specific files for commit instead of all new and modified files.)
* Snapshot version 1.8 release 19 (snap1)HDF Tester2017-02-202-2/+346
|
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-161-344/+0
| | | | | | snapshot release. Add 2 test files to testfiles to be removed list in hl/test/Makefile.am.
* Snapshot version 1.8 release 19 (snap0)HDF Tester2017-02-132-2/+346
|
* Correct typoAllen Byrne2017-02-061-2/+2
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-17/+18
|
* Removed some C++-style comments from H5Omtime.c.Dana Robinson2017-01-231-5/+6
| | | | Fixes HDFFV-10110.
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* Merge commit '6974764348a' into hdf5_1_8lrknox2016-11-182-27/+39
|\ | | | | | | | | (HDF5 1.8.18 release changes) Update HISTORY-1_8.txt and RELEASE.txt files.
| * Set version and commit release script changes for 1.8.18 release.lrknox2016-11-111-2/+2
| |
| * Change default build mode to production.lrknox2016-11-081-2/+2
| | | | | | | | Update version to 1.8.18-pre2.
| * Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-012-27/+39
| | | | | | | | | | Update autotools and libtool versions. Run bin/reconfigure.
| * Updated release preparation branch version number to 1.8.18-pre1lrknox2016-10-271-2/+2
| |
* | Updated support branch version number to 1.8.19-snap0lrknox2016-10-271-3/+3
|/
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Vailin Choi2016-10-171-1/+3
|\ | | | | | | | | | | | | | | * commit '394c6b8c3a4c781c1ee877f969a146cece3d7831': Add missing EXPORT tag in install command Fix typo and remove test only tools from exports Add namespace and export utils HDFFV-9961: Merge GIT ext lib option to 1.8
| * Add namespace and export utilsAllen Byrne2016-10-141-1/+3
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Vailin Choi2016-10-172-28/+82
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8b4633e99d6e447327526663acd30352b5840446': (29 commits) Correct usuage of cmake variable Correct name of windows variable Add STGZ to cpack generator list for OSX Add missing exists check from master project Check file length before compare Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect. Fix mistakes in porting TALOS-177 fix to 1.8. Fix bug in "nooptype" decode in fix for TALOS-0177. Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow. Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of. HDFFV-9991: Remove unneeded file Add new test file to MANIFEST Fix error reporting Update new test file references revert merge change to cleanup files Fix incorrect use of H5Rdereference2 remove merge typo Remove unsupported function Merge/align from trunk(develop) Merge/align with trunk ...
| * Change check for number of dimensions for old-style arrays in datatype ↵Neil Fortner2016-10-061-1/+5
| | | | | | | | decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
| * Fix mistakes in porting TALOS-177 fix to 1.8.Neil Fortner2016-10-061-6/+5
| |
| * Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-10-061-1/+1
| |
| * Fix issues in H5Znbit.c where the decompression algorithm would not check ↵Neil Fortner2016-10-061-23/+73
| | | | | | | | the compressed data for validity, potentially causing a buffer overflow.
| * Replace assertion in H5O_dtype_decode_helper for number of array dimensions ↵Neil Fortner2016-10-051-1/+2
| | | | | | | | with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
* | Merge fix for HDFFV-7991 from trunk to 1.18Vailin Choi2016-09-161-8/+8
| | | | | | | | | | Modifications made based on comments from pull request review. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
* | Merge fix for HDFFV-7991 from trunk to 1.18Vailin Choi2016-09-041-2/+15
|/ | | | | | [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
* [svn-r30278] Merge revision 30270 to the 1.8 branchNeil Fortner2016-08-111-4/+20
| | | | | | | | Fix an issue that could occur when allocating a chunked dataset in parallel, with an alignment threshold set to be larger than the chunk size but smaller than the size of the small data aggregator. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
* [svn-r30277] Merge revisions 30264, 30268, and 30275 to 1.8 branchNeil Fortner2016-08-111-1/+1
| | | | | | | | | | | | | | 30264: Fixed an issue that could occur when using H5Pset_alignment where a block could be unaligned, causing an assertion failure. 30268: Remove failure causing code in test/mf.c unintentionally added in r30264. 30275: Rework test_mf_bug1 to work with multi and split drivers. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
* [svn-r30249] Add missing define needed for windows compileAllen Byrne2016-08-021-1/+4
|
* [svn-r30234] HDFFV-9706: Add windows env var expansionAllen Byrne2016-08-011-34/+52
|
* [svn-r30191] Snapshot version 1.8 release 18 (snap1)HDF Tester2016-07-181-2/+2
|
* [svn-r30166] Merge revision 30131 to 1.8 branchNeil Fortner2016-07-112-0/+5
| | | | | | | | Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing. Tested: ummon (trunk) h5committest (1.8)
* [svn-r30145] Merge of checkin #30143 to the trunk which is a bug fix for ↵Vailin Choi2016-07-044-0/+54
| | | | | | HDFFV-9940. Tested on oxs1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
* [svn-r30098] Snapshot version 1.8 release 18 (snap0)HDF Tester2016-06-191-2/+2
|
* [svn-r29837] Partial fix for Valgrind issue in test/external.cDana Robinson2016-04-291-0/+4
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
* [svn-r29808] Set version to 1.8.18-snap0Larry Knox2016-04-261-3/+3
|
* [svn-r29732] Snapshot version 1.8 release 17 (snap14)HDF Tester2016-04-181-2/+2
|
* [svn-r29702] Merged r29182 and 29183 from the trunk.Dana Robinson2016-04-1513-117/+637
| | | | | | | | | Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake
* [svn-r29700] Merge of r29030, 29034, and 29035 from trunkDana Robinson2016-04-141-1/+3
| | | | | | | | | Cleanup of test/externals before merging HDFFV-8740 changes. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran serial CMake parallel autotools w/ Fortran (MPICH 3.1.4)
* [svn-r29617] Snapshot version 1.8 release 17 (snap13)HDF Tester2016-04-031-2/+2
|
* [svn-r29606] Fix for shared file pointer HDFFV-9469. This is the same fix ↵Vailin Choi2016-04-012-0/+34
| | | | | | for revise_chunks (#28908). Tested on jam, platypus, emu, kite, moohan, ostrich, osx1010test, quail.
* [svn-r29589] Merge of 29011 & 29019 from trunk.Dana Robinson2016-03-293-92/+28
| | | | | | LFS changes to configure. Fixes HDFFV-9626. Tested on: jam
* [svn-r29174] Snapshot version 1.8 release 17 (snap12)HDF Tester2016-02-211-2/+2
|
* [svn-r29156] merge 29150 from trunk.Mohamad Chaarawi2016-02-1911-151/+202
| | | | | | | fix for Jira issue 9670 - HDF5 segfaults on corrupted file. Change compare callback in Btree2 class to correctly account for errors. tested on bb-8.
* [svn-r29060] Snapshot version 1.8 release 17 (snap11)HDF Tester2016-02-071-2/+2
|
* [svn-r29022] Snapshot version 1.8 release 17 (snap10)HDF Tester2016-01-311-2/+2
|
* [svn-r28970] Snapshot version 1.8 release 17 (snap9)HDF Tester2016-01-251-2/+2
|
* [svn-r28953] Snapshot version 1.8 release 17 (snap8)Larry Knox2016-01-221-2/+2
|
* [svn-r28875] Merge of r28861 from trunk (minor string format change). Fixes ↵Dana Robinson2016-01-131-1/+1
| | | | | | | HDFFV-9640. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 parallel only (MPICH 3.1.4)
* [svn-r28609] Snapshot version 1.8 release 17 (snap7)HDF Tester2015-12-131-2/+2
|
* [svn-r28438] Snapshot version 1.8 release 17 (snap6)HDF Tester2015-11-222-9/+9
|