summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22217] Description:Quincey Koziol2012-03-311-0/+5
| | | | Added note about new '-S' option to h5stat and '-M' option to h5repack.
* [svn-r22216] Description:Quincey Koziol2012-03-316-86/+124
| | | | | | | | | | | | | Bring r22180, r22181 and r22214 from trunk to 1.8 branch: Add new "metadata block size" command line option ('-M <x>' or '--metadata_block_size=<x>') for h5repack. [With release managers blessing] Tested on: Mac OSX/64 10.7.3 (amazon) w/debug) (h5committest upcoming)
* [svn-r22215] Description:Quincey Koziol2012-03-3128-158/+4642
| | | | | | | | | | | Bring r22171 from trunk to 1.8 branch: 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)
* [svn-r22212] Brought r22211 from the trunkDana Robinson2012-03-302-330/+346
| | | | | | | | | | | 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 ostrich
* [svn-r22210] Purpose:Mike McGreevy2012-03-304-37/+39
| | | | | | | | | | | Merge fix for HDFFV-944 (r22149) from trunk to hdf5_1_8. (Also reran bin/reconfigure which updated trace information for the two new MPI functions for getting/setting atomicity in src/H5Fmpi.c) Tested: h5committest
* [svn-r22209] Purpose: Fixed bugs HDFFV-2761 & HDFFV-7852Binh-Minh Ribler2012-03-309-82/+72
| | | | | | | | | | | | | | | | | | | Description: - 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 sample program in HDFFV-2761. - Added H5CPP_EXITED for PredType::AtExit to use as a flag - Rearranged constructors in CompType to fix bug HDFFV-7852 - Updated some inaccurate comments - Removed stream functions from FileAccPropList - Replaced H5_VMS with appropriate macro in H5IdComponent.cpp Platforms tested: Linux/32 2.6 (jam) Linux/64 2.6 (amani) SunOS 5.10 (linew)
* [svn-r22208] Purpose:Mike McGreevy2012-03-303-2/+5
| | | | | | Merge fix for HDFFV-398 (r22146 and r22147) from trunk to hdf5_1_8. Tested: h5committest
* [svn-r22207] Added new release text for new C/Fortran high level APIs, new ↵Scot Breitenfeld2012-03-301-3/+10
| | | | | | fortran APIs and bug fixes.
* [svn-r22206] Merged changes from the trunk in to the branch, used:Scot Breitenfeld2012-03-3010-28/+716
| | | | | | svn merge -r r22040:22205 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/hl Tested: jam (gnu and intel compilers)
* [svn-r22205] Brought changes from the trunk in the the branch, used:Scot Breitenfeld2012-03-3010-82/+364
| | | | | | svn merge -r r21721:22163 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (gnu)
* [svn-r22203] Add extra search termAllen Byrne2012-03-291-2/+2
|
* [svn-r22200] Update MINGW configuration (MinGW is Windows except for some ↵Allen Byrne2012-03-292-19/+19
| | | | issues)
* [svn-r22196] Add PASS_REGULAR_EXPRESSION property to fortran tests to verify ↵Allen Byrne2012-03-291-0/+3
| | | | | | 0 errors. Some platforms do not return proper value in CMake ADD_TEST and results in a false positive. Brought from trunk
* [svn-r22191] Update MINGW configurationAllen Byrne2012-03-291-8/+8
|
* [svn-r22188] Purpose:Jonathan Kim2012-03-2920-291/+313
| | | | | | | | | | | | | Fix for HDFFV-7644 GMQS: h5diff - incorrect behaviors when comparing HDF5 files with different type of objects (dataset, group, type) as common objects Description: 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#. Merged from HDF5 trunk 22176. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
* [svn-r22186] MinGW compile issues fixed.Allen Byrne2012-03-297-29/+73
| | | | Tested: windows (big test using stdio only fails - this will be filed for further investigation)
* [svn-r22179] Pulled trunk r22178 into 1.8 branch:Dana Robinson2012-03-291-10/+1
| | | | | | | 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.
* [svn-r22177] Description:Quincey Koziol2012-03-288-109/+178
| | | | | | | | Merge "summary" option ('-S') from trunk to 1.8 branch. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (h5committest forthcoming)
* [svn-r22174] Port r22173 from trunk to 1.8 branchNeil Fortner2012-03-284-3/+186
| | | | | | | | | | | | | | | | | | Purpose: Fix HDFFV-7762 Description: 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, and fixed an issue where an attribute opened with H5Aopen (or similar, but not by_idx), from an object using the latest format but without creation order being tracked, would always report the creation order as 0 (and marked as valid). Tested: jam, koala, ostrich (h5committest), durandal
* [svn-r22162] Pushed r22161 from the trunk to the 1.8 branch.Dana Robinson2012-03-271-0/+2
| | | | | | This adds a message when the time-consuming istore test is skipped due to a lack of sparse file support. Minor change: tested on 64-bit Mac OS-X Lion
* [svn-r22160] Pushed r22152 from the trunk to the 1.8 branch.Dana Robinson2012-03-271-9/+16
| | | | | | This adds a "skipped" message when the 50x50x50 sparese istore test is skipped. Minor change: tested on jam (test not skipped) and 64-bit Mac OS-X Lion (test skipped due to HFS sparse files not being suppored in the SEC2 VFD).
* [svn-r22159] Propagated Windows and POSIX correctness fixes from the SEC2 ↵Dana Robinson2012-03-272-106/+169
| | | | | | | | | | | VFD to the core VFD. This mainly affects backing store I/O and fixes a bug on Windows where files > 2 GB could not be opened. Fixes/completes: HDFFV-7603 (Can't open files > 2 GB on Windows) HDFFV-7916 (Windows/POSIX correctness fixes) Tested on: jam, ostrich, koala, loyalty, 64-bit Mac OS-X Lion, 64-bit Windows 7
* [svn-r22158] Updated RELEASE.txt concerning HDFFV-7769 (changes to the ↵Dana Robinson2012-03-271-0/+5
| | | | istore test to keep CTest from timing out when sparse files are not supported).
* [svn-r22157] Merge the atomicity routines from the trunkMohamad Chaarawi2012-03-278-1/+528
|
* [svn-r22156] Issue 7785 - Writing or reading many small chunks ran out of ↵Raymond Lu2012-03-273-1/+7
| | | | | | | | 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 - this is a merge from the trunk.
* [svn-r22155] Update windows platformsAllen Byrne2012-03-271-8/+6
|
* [svn-r22150] Merged trunk rev 22103 which fixes HDFFV-7769 (Windows tests ↵Dana Robinson2012-03-261-1/+47
| | | | | | time out when the core VFD is set). Tested on: jam, koala, ostrich, loyalty, 64-bit Windows 7
* [svn-r22148] Removed incorrect executable svn properties from text, source, ↵Dana Robinson2012-03-2679-0/+0
| | | | in, and HDF5 files.
* [svn-r22145] #Issue 7922 - H5Pset_data_transform had seg fault with some ↵Raymond Lu2012-03-264-36/+349
| | | | | | | | | operations like x*-100. The parser mistaked "-" as substraction. I fixed it and also fixed another problem with some special cases like 100-x and 2/x. This is a merge from the trunk. Tested on jam, koala, and ostrich.
* [svn-r22141] Snapshot version 1.8 release 9 (snap14)HDF Tester2012-03-267-23/+23
|
* [svn-r22139] Port r22138 from trunk to 1.8 branch.Neil Fortner2012-03-251-0/+4
| | | | | | Add check for valid number of children in H5B_decode(). See HDFFV-5897. Tested: jam, durandal (too minor for full h5committest)
* [svn-r22137] Purpose:Jonathan Kim2012-03-231-0/+3
| | | | | | | | | | | update for HDFFV-7837 - h5diff: incorrect behavior with exclude-path option when unique object exist only in one file Description: Add the new test output list to test shell script. This is based on the previous commit r22124. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)
* [svn-r22131] Purpose: Fixed bug 4279Binh-Minh Ribler2012-03-233-14/+126
| | | | | | | | | | Description: 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)
* [svn-r22124] Purpose:Jonathan Kim2012-03-2211-8/+189
| | | | | | | | | | | | | | | | Fix for HDFFV-7837 - h5diff: incorrect behavior with exclude-path option when unique object exist only in one file Description: If unique objects exists only in one file and try to exclude the unique objects with --exclude-path option, h5diff missed excluding some objects. Fixed to exclude objects correctly in such case. Test cases were added and tagged with jira#. Merged from HDF5 trunk r22114. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
* [svn-r22121] Purpose:Jonathan Kim2012-03-2210-1/+64
| | | | | | | | | | | | | | update for HDFFV-7523 JPSS: h5dump fails to open an attribute when using the -a option to specify an attribute with a slash in the name Description: Added capability for "-a" option to show attributes containing "/" by using an escape character. For example, for a dataset "/dset" containing attribute "speed(m/h)", use "h5dump -a "/dset/speed(\/h)" to show the content of the attribute. Merged from HDF5 trunk r22052, r22063, r22108 Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE cmake), Cmake (jam)
* [svn-r22113] Description:Quincey Koziol2012-03-212-19/+26
| | | | | | | | | | Bring r22112 from trunk to 1.8 branch: Minor code safety issue in test/fheap.c and whitespace in other files. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (Too minor to require h5committest)
* [svn-r22106] Update linux VM version infoAllen Byrne2012-03-211-14/+14
|
* [svn-r22104] Added cross platform example text for new h5dump file optionAllen Byrne2012-03-211-1/+2
|
* [svn-r22101] Comment out tests that have issue with the way legacy test ↵Allen Byrne2012-03-201-4/+4
| | | | | | script filters/regex test output. Tested: windows
* [svn-r22099] Add reference file extensions in new tests.Allen Byrne2012-03-204-26/+31
| | | | | Remove "STAR" test as some platforms vary in interpretation. Add new tets to windows legacy test script
* [svn-r22095] Correct test script errorsAllen Byrne2012-03-192-166/+310
| | | | Add new tests to legacy dos script
* [svn-r22093] HDFFV-7931: timezone issueAllen Byrne2012-03-19158-632/+632
| | | | | | Runtime library setting should be to DLL versions for static. Tested: windows
* [svn-r22092] Reorder tools/h5jam/testfiles orderingAllen Byrne2012-03-191-1/+1
|
* [svn-r22088] HDFFV-7957(7958): Correct use of ERROR_STACK for h5dump and tools.Allen Byrne2012-03-1921-155/+450
| | | | Tested: local linux after week in trunk
* [svn-r22086] Snapshot version 1.8 release 9 (snap13)HDF Tester2012-03-197-23/+23
|
* [svn-r22085] Update legacy project files for new dump sourceAllen Byrne2012-03-166-57/+115
| | | | Update pubconf to synch with latest options
* [svn-r22083] I updated the item for Issue 7756.Raymond Lu2012-03-161-2/+3
| | | | No test is needed.
* [svn-r22073] Port r22072 to 1.8 branchNeil Fortner2012-03-155-12/+158
| | | | | | | | | | | | | | | | Purpose: Fix rare corruption bug (HDFFV-7879) Description: When using the new object header format, it was possible for corruption to occur if the first object header chunk changed size such that the lenght of the "chunk 0 size" field changed. This only occurred if there were messages that had not been decoded. The original algorithm that changed the object header chunk size marked all messages as dirty, causing those that had not been decoded to have both the raw and native form invalidated. Changed the algorithm to avoid marking messages dirty and added assertions to catch the case where messages are dirtied without being decoded (or recently created) first. Tested: jam, koala, ostrich (h5committest), durandal
* [svn-r22071] Port r22070 to 1.8 branchNeil Fortner2012-03-153-21/+235
| | | | | | | | | | | | Purpose: Fix rare corruption bug Description: When using the new object header format and adding an attribute with a size near 64K, it was possible for file corruption to occur. This happened only if the first object header chunk was smaller than 256 bytes and then grew to larger than 64K after the attribute was added. Tested: ostrich, jam, koala (h5committest), durandal
* [svn-r22060] Description:Quincey Koziol2012-03-131-1/+1
| | | | | | | | Change to use versioned API call, to avoid problems when defaulting to older AI versions. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug