AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
42306f8ed4a[svn-r22233] Description: Correct several errors in fractal heap code: root indirect block was getting pinned/protected more than once, "single" free space sections weren't getting "re-parented" correctly when the heap transitioned between having a root indirect block and a root direct block, and several related issues. Also cleaned up some warnings in library/tests.Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Mac OSX/64 10...
Quincey KoziolQuincey Koziol
982f1ff8ff1[svn-r22229] Description: Add 'H5O_mcdt_search_cb_t' to bin/trace script and re-run the bin/reconfigure script.Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in p...
Quincey KoziolQuincey Koziol
85594d28561[svn-r22224] Description: Clean up a few warnings and use constant values for free-space parameters for the metadata block size test.Tested on: Linux/64 2.6.18 (koala) w/production & szip (h5committested also)
Quincey KoziolQuincey Koziol
6783ce354ca[svn-r22222] Description: Update GCC compiler flags for new 4.7.0 release.Tested on: Mac OSX/64 10.7.3 (amazon) w/gcc 4.7.0
Quincey KoziolQuincey Koziol
cb28551c3e3[svn-r22221] Description: Small code cleanup while tracking down h5repack issue.Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (h5committest coming up)
Albert ChengAlbert Cheng
8123f8221a0[svn-r22220] Feature: HDFFV-7981 Added test to verify h5repack --metadata option produces bigger size file.Tested: h5committest (koala, jam, ostrich).HDFFV-7981
Quincey KoziolQuincey Koziol
c2a9dcb8977[svn-r22219] Description: Merge "file image" changes from feature branch back to trunk.Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (h5committest upcoming)
Albert ChengAlbert Cheng
b51ffb25fe6[svn-r22214] Feature: HDFFV-7981Added test to verify h5repack --metadata option produces bigger size file. Tested: h5committest (koala, jam, ostrich).HDFFV-7981
Dana RobinsonDana Robinson
ea8166cf62a[svn-r22211] STDIO VFD fixes (HDFFV-7917). Mainly Windows correctness issues (propagated from the SEC2 VFD and the old Windows VFD) and issues where large files are accessed.Tested on: 64-bit Mac OS-X 64-bit Windows 7 jam koala ostrichHDFFV-7917
Allen ByrneAllen Byrne
0911e4e78a7[svn-r22202] Add extra search term
Allen ByrneAllen Byrne
a3911962c77[svn-r22199] Correct typo
Allen ByrneAllen Byrne
3690a875f22[svn-r22198] Update MINGW configuration (MinGW is Windows except for some issues)
Allen ByrneAllen Byrne
40c3252951e[svn-r22195] Add PASS_REGULAR_EXPRESSION property to fortran tests to verify 0 errors. Some platforms do not return proper value in CMake ADD_TEST and results in a false positive.Tested: local linux
Allen ByrneAllen Byrne
45a0d7e3f4d[svn-r22190] Update MINGW configuration
Allen ByrneAllen Byrne
7d347f2afd3[svn-r22185] Update MINGW configuration to match HDFMacros settings for shared library
Allen ByrneAllen Byrne
455c1256853[svn-r22183] Correct typo
Allen ByrneAllen Byrne
f05aa59a26c[svn-r22182] Update MINGW configuration
Quincey KoziolQuincey Koziol
7ffa2b1bea6[svn-r22181] Description: Correct typo in test file name.Tested on: Mac OSX/64 10.7.3 (amazon) w/debug
Quincey KoziolQuincey Koziol
a3dcbef52b3[svn-r22180] Description: Add new "metadata block size" command line option ('-M <x>' or '--metadata_block_size=<x>') for h5repack.Tested on: Mac OSX/64 10.7.3 (amazon) w/debug) (h5committest upcoming)
Dana RobinsonDana Robinson
e13eb463e03[svn-r22178] Fixed a bad merge where truncate was called twice in the core VFD.Minor change: tested on jam, koala, ostrich and 64-bit Windows 7 with the core VFD set.
Jonathan KimJonathan Kim
6cef6bca1f0[svn-r22176] Purpose: Fix for HDFFV-7644 GMQS: h5diff - incorrect behaviors when comparing HDF5 files with different type of objects (dataset, group, type) as common objectsDescription: Fixed failure for comparing same named object with different object types in comparing groups. (common object comparison) Prior to the fix, h5diff resulted in error. After the fix, h5diff detects such case as non-comparable and display messages accordingly. Test cases were added and tagged with jira#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), t...HDFFV-7644
Allen ByrneAllen Byrne
d4ab4456d02[svn-r22175] MinGW compile issues fixed.Reviewed Tested: windows (big test using stdio ony fails - this will be filed for further investigation)
Neil FortnerNeil Fortner
84487458917[svn-r22173] Purpose: Fix HDFFV-7762Description: When copying an object with attribute creation order tracked, the attribute creation order was not copied correctly to the destination file, causing an error if the creation order was also indexed (due to attempting to insert duplicate keys) or incorrect creation orders otherwise. Fixed to copy the creation order correctly. Also fixed the attribute character set not being copied,...HDFFV-7762
Quincey KoziolQuincey Koziol
35a0e27e885[svn-r22171] Description: Bring "merge committed datatypes during H5Ocopy" feature from branch to trunk. (Also has some minor bugfixes with it)Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (h5committest coming up)
Dana RobinsonDana Robinson
f1df456412c[svn-r22170] Removed extraneous svn executable properties from non-executable files.
Quincey KoziolQuincey Koziol
6c4187b4c9b[svn-r22169] Description: Clean up formatting and whitespace.Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (too minor to require h5committest)
Allen ByrneAllen Byrne
a46cd31c832[svn-r22166] Reduce warnings from unneeded windows incude file.Reviewed HDF5-68 Tested: windowsHDF5-68
Vailin ChoiVailin Choi
b643da672a7[svn-r22164] Fixed a bug in H5Ocopy(): When copying an opened object, call the object'sflush class action to ensure that cached data is flushed so that H5Ocopy will get the correct data. (HDFFV-7853)HDFFV-7853
Scot BreitenfeldScot Breitenfeld
0ce5cbc925d[svn-r22163] Added tests for optional parameters in h5ocopy_f. Cleaned up comments by removing "C" notation commentsTested: jam (gnu, intel) koala (intel)
Dana RobinsonDana Robinson
e4291accaa8[svn-r22161] Added a message when the time-consuming test is skipped due to a lack of sparse file support.Minor change: tested on 64-bit Windows 7
Scot BreitenfeldScot Breitenfeld
a9e2b5463d7[svn-r22154] Fixed comments for h5pcreate_f; added missing property classes.Tested: N/A
Dana RobinsonDana Robinson
2b3a190501b[svn-r22152] Added a "skipped" message to the istore sparse test function.Minor change: tested on jam (test not skipped) and Mac OS-X Lion (test skipped due to HFS not supporting sparse files).
Mike McGreevyMike McGreevy
086035bedef[svn-r22149] Purpose: HDFFV-944: Fortran test problem with HDF5 182, intel 11.0, open-mpi-1.2.8 Description: Moved libtool post-processing 'ed' snippet that replaces wl="" with wl="-Wl," when intel compilers are used to the end of the configure script, after libtool is actually generated. (I imagine that at some point in time during a libtool version upgrade the libtool script ceased being ...HDFFV-944
Mike McGreevyMike McGreevy
4d7d1ab871a[svn-r22147] Purpose: Update RELEASE.txt for HDFFV-398 Tested: None needed, doc only.HDFFV-398
Mike McGreevyMike McGreevy
22a432b587c[svn-r22146] Purpose: HDFFV-398: h5cc doesn't work with automake Description: ...HDFFV-398
Scot BreitenfeldScot Breitenfeld
286c8ac306e[svn-r22144] Added DLL h5ocopy_f entry for windows.
Scot BreitenfeldScot Breitenfeld
14d6c0ee9ac[svn-r22143] Description: added info about h5ocopy_f and h5ltget_attribute_string_f
Scot BreitenfeldScot Breitenfeld
e002bb98e17[svn-r22142] Description : New Fortran wrapper (h5ocopy_f) for the C API H5Ocopy HDFFV-7965Tested: jam (gnu), koala (gnu)HDFFV-7965
Private HDFPrivate HDF
cdc63fc21a4[svn-r22140] Snapshot version 1.9 release 112
Neil FortnerNeil Fortner
1e0306a7c9d[svn-r22138] Add check for valid number of children in H5B_decode(). See HDFFV-5897.Tested: jam, durandal (too minor for full h5committest)HDFFV-5897
Jonathan KimJonathan Kim
ec04239a6f2[svn-r22136] Purpose: update for HDFFV-7837 - h5diff: incorrect behavior with exclude-path option when unique object exist only in one fileDescription: Add the new test output list to test shell script. This is based on the previous commit r22114. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)HDFFV-7837
Raymond LuRaymond Lu
1116fc1e5e0[svn-r22135] I added an item for Issue 7785. No test is needed.
Raymond LuRaymond Lu
97483389cba[svn-r22134] Issue 7785 - follow-up checkin. I forgot to initialize a structure in H5D_read as I did in H5D_write.Tested on jam - simple change.
Scot BreitenfeldScot Breitenfeld
3682dd9ae06[svn-r22133] Description: fixed problem with closing a non-existing file id.Tested: koala (gnu 4.1)
Scot BreitenfeldScot Breitenfeld
38a1ea7b99f[svn-r22130] Test for HDFFV-7777 h5ltget_attribure_string_f addedAdded check that HLDS fortran function do remove NULL character.HDFFV-7777
Scot BreitenfeldScot Breitenfeld
213ab6eb36e[svn-r22129] HDFFV-7777: Fix for removing NULL character from fortran string in h5lt_get_attribute_string_fFixed size +1 error in HD5f2cstringHDFFV-7777
Binh-Minh RiblerBinh-Minh Ribler
19a6303205d[svn-r22128] Purpose: Fixed bug 4279Description: Closed various HDF5 objects in DataSet::getInMemDataSize and Attribute::getInMemDataSize to remove some memory leaks. Platforms tested: Linux/32 2.6 (jam) Linux/64 2.6 (amani) SunOS 5.10 (linew)
Allen ByrneAllen Byrne
c9f0f2ec229[svn-r22126] Fixes for Component installation
Raymond LuRaymond Lu
daef205d044[svn-r22122] Issue 7785 - Writing or reading many small chunks ran out of memory and caused seg fault. I added checks in two places to make sure the library returns error stack when it fails to allocate memory. I didn't add any test to the test suite since there is no good way to test it. But I tested and verified the error stack by hand.Tested on jam, koala, ostrich.
Dana RobinsonDana Robinson
0d2f2074cb6[svn-r22117] Fix for HDFFV-7916 (Windows/POSIX correctness issues in the core VFD) and HDFFV-7603 (core VFD has trouble with 2GB+ files on Windows).Propagates the SEC2 driver fixes from HDF5 1.8.8 to the core VFD (mainly concerning the backing store). These fixes also conveniently fixed 7603 as well. Tested on: 64-bit Windows 7 jam koala ostrich2 JIRA Issues