AuthorCommitMessageCommit dateIssues
Mohamad ChaarawiMohamad Chaarawi
b247ef2d894[svn-r22378] removed the parallel #endif by mistake.. oopsremove an un-needed bool
Mohamad ChaarawiMohamad Chaarawi
886039ab68c[svn-r22377] make the file and memory MPI datatypes as default properties in the DXPL so that we don't have to insert and remove them everytime we perform collective I/O.Test with h5committest
Mohamad ChaarawiMohamad Chaarawi
7aaa1ad2297[svn-r22375] add a test to expose a memory leak when adding/removing the same property in property list multiple times. fix that bug.test with h5committest
Jonathan KimJonathan Kim
27535adaa93[svn-r22373] Purpose: Fix h5repacktst (test file generating binary) to address HDFFV-8016 h5repacktst failed in AIX 32bit modeDescription: Segmentation fault occurred when h5repacktst try to generate a dataset when system memory is limited to 256MB. Add error handling to display apporiate message to exit and adjust the test dataset according to the original size which didn't causing out of memory. Tested: test was done by limit memory in csh. jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)HDFFV-8016
Dana RobinsonDana Robinson
6e1a85e7810[svn-r22371] Fix for HDFFV-7697Minor change to error message text in H5R.c. Minor change: tested on jamHDFFV-7697
Larry KnoxLarry Knox
7e33b494054[svn-r22369] Change case of filename to match file.
Allen ByrneAllen Byrne
45e119b7d29[svn-r22368] change file name case
Allen ByrneAllen Byrne
987b0ac639d[svn-r22366] Added libsettings file to packaging
Allen ByrneAllen Byrne
a4eb58bc332[svn-r22361] Change library source properties: remove "LANGUAGE C" property from headers. Add "LINKER C" property to link.Tested: local linux
Private HDFPrivate HDF
306a2e07e15[svn-r22356] Snapshot version 1.9 release 117
Allen ByrneAllen Byrne
b285c91189e[svn-r22346] replace C++ style comments
Private HDFPrivate HDF
825a2ae17e4[svn-r22326] Snapshot version 1.9 release 116
Quincey KoziolQuincey Koziol
b1b8ff96bbd[svn-r22324] Description: Change name of MPE log file produced from "cpilog" (which was the name used in the example code we were referencing) to "h5log".Tested on: None, too trivial, eyeballed only...
Jonathan KimJonathan Kim
b9b39067e08[svn-r22323] Description: The ph5diff (parallel h5diff) can intermittently hang in parallel mode when comparing the two HDF5 files that contains common name objects with different object types. (HDFFV-8003) Skip only the specific test for parallel until the fix has made.Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)HDFFV-8003
Jonathan KimJonathan Kim
1b35c60118c[svn-r22319] Purpose: Fix for HDFFV-7998-h5diff: incorrect behavior and output for comparing symbolic dangling links without following-symlinks option Description: Fix not to check and display dangling link status without --follow-symlinks option. Berfor the fix, when comparing symbolic link to symbolic link without follow-symlinks option, h5diff followed to check if those links are dangling or not. It caused to display output incorrectly (dangling link instead of symbolic link). The fix also improved performance when comparing lots ...HDFFV-7998
Allen ByrneAllen Byrne
8c138d78449[svn-r22318] Use new function that combines two functions that check for vlen types. Based on code used in h5ls.Tested: local linux
Quincey KoziolQuincey Koziol
447d13e82bd[svn-r22312] Description: Correct error reported by user (Martin Otte) where we weren't using realloc'ed buffer in MPI datatype code.Tested on: Mac OSX/64 10.7.3 (amazon) w/parallel
Private HDFPrivate HDF
3d90128b169[svn-r22311] Snapshot version 1.9 release 115
Jonathan KimJonathan Kim
41b9ce962af[svn-r22300] Purpose: Fix for HDFFV-8001 - h5unjam: segfault when used -V (show version) optionDescription: h5unjam has an option '-V' to display version information. "h5unjam -V" caused segfulat for 1.8.9 pre-release. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)HDFFV-8001
Quincey KoziolQuincey Koziol
a07c8f92470[svn-r22287] Description: Clean up more FUNC_ENTER/FUNC_LEAVE macros and move H5D & H5T code toward the final design (as exemplified by the H5EA & H5FA code).Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Private HDFPrivate HDF
bdb6e538ac8[svn-r22286] Snapshot version 1.9 release 114
Jonathan KimJonathan Kim
10b62203a35[svn-r22277] Purpose: Fix for HDFFV-7993 - h5repack fails with error "chunk size must be <= maximum dimension size for fixed-sized dimensions"Description: Fixed a failure when change the chunk size of a specified chunked dataset with unlimited max dims. Also took care of converting to contiguous and compact from the dataset. Test cases were added and tagged with jira#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)HDFFV-7993
Allen ByrneAllen Byrne
50445538758[svn-r22275] Clear up examples vs applications instances and add minimum file.
Allen ByrneAllen Byrne
09fa6e9c543[svn-r22263] Use correct index for inserting null terminatorTested: windows under debug
Private HDFPrivate HDF
e6d35a86f37[svn-r22257] Snapshot version 1.9 release 113
Allen ByrneAllen Byrne
fad31396844[svn-r22247] Added new files and tests to CMakeLists.txtTested: local linux
Scot BreitenfeldScot Breitenfeld
1a4865d8feb[svn-r22246] Changed code comments for h5ltpath_valid_f
Quincey KoziolQuincey Koziol
2bd76c2d86f[svn-r22244] Description: Correct use of deprecated API routines in test routine.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...
Scot BreitenfeldScot Breitenfeld
2c75e81cde9[svn-r22243] Updated the comments for robodoc inclusion and changed spacing formatting in the sourceheaders, cosmetic changes only.
Raymond LuRaymond Lu
3c017d7d378[svn-r22242] Issue 7934 - The data sieve buffer size was for all the datasets in the file. It could waste memory if any dataset size is smaller than the sieve buffer size. Now the library picks the smaller one between the dataset size and the sieve buffer size from the file access property.Tested on jam, koala, and ostrich.
Quincey KoziolQuincey Koziol
b797818c8ba[svn-r22240] Description: Update comment about metadata block size test.
Albert ChengAlbert Cheng
41f7a9fb39a[svn-r22238] Added comment to explain why FNAME4 is used and cautioned other files may notwork.
Quincey KoziolQuincey Koziol
e7edf48b8d7[svn-r22236] Description: Switch 'snprintf' -> 'HDsnprintf'Tested on: (eyeballed only, very simple)
Binh-Minh RiblerBinh-Minh Ribler
88ce565d7d3[svn-r22235] Purpose: Fixed bugs HDFFV-2761 & HDFFV-7852Description: - Replaced PredType::NotAtexit() with PredType::AtExit(H5CPP_EXITED); and used PredType::AtExit as a flag to detect when all predefined types have been destroyed. Then, H5close will be called to terminate the library after its being re-initiated when the PredType destructors were activated. This change removed the memory leaks shown by the user's...2 JIRA Issues
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