AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
35a903680e1[svn-r22148] Removed incorrect executable svn properties from text, source, in, and HDF5 files.
Raymond LuRaymond Lu
0035a10a22c[svn-r22145] #Issue 7922 - H5Pset_data_transform had seg fault with some 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.
Private HDFPrivate HDF
4568da2c53b[svn-r22141] Snapshot version 1.8 release 9 (snap14)
Neil FortnerNeil Fortner
febf006ee2b[svn-r22139] Port r22138 from trunk to 1.8 branch.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
7af54eff480[svn-r22137] 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 r22124. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)HDFFV-7837
Binh-Minh RiblerBinh-Minh Ribler
2ae01a1bf49[svn-r22131] 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)
Jonathan KimJonathan Kim
b462f48e9b3[svn-r22124] Purpose: Fix for HDFFV-7837 - h5diff: incorrect behavior with exclude-path option when unique object exist only in one fileDescription: 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...HDFFV-7837
Jonathan KimJonathan Kim
d6f8aa5c53f[svn-r22121] Purpose: 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 nameDescription: 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-...HDFFV-7523
Quincey KoziolQuincey Koziol
5c0ed1b3049[svn-r22113] Description: 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)
Allen ByrneAllen Byrne
e0b060b4305[svn-r22106] Update linux VM version info
Allen ByrneAllen Byrne
1910652b968[svn-r22104] Added cross platform example text for new h5dump file option
Allen ByrneAllen Byrne
a444aba878d[svn-r22101] Comment out tests that have issue with the way legacy test script filters/regex test output.Tested: windows
Allen ByrneAllen Byrne
92f575b2bfe[svn-r22099] Add reference file extensions in new tests.Remove "STAR" test as some platforms vary in interpretation. Add new tets to windows legacy test script
Allen ByrneAllen Byrne
67bea144833[svn-r22095] Correct test script errorsAdd new tests to legacy dos script
Allen ByrneAllen Byrne
076898d7dd3[svn-r22093] HDFFV-7931: timezone issue Runtime library setting should be to DLL versions for static.Tested: windowsHDFFV-7931
Allen ByrneAllen Byrne
4c4c54f4b2a[svn-r22092] Reorder tools/h5jam/testfiles ordering
Allen ByrneAllen Byrne
19206f5687a[svn-r22088] HDFFV-7957(7958): Correct use of ERROR_STACK for h5dump and tools.Tested: local linux after week in trunkHDFFV-7957
Private HDFPrivate HDF
b1a2c642a71[svn-r22086] Snapshot version 1.8 release 9 (snap13)
Allen ByrneAllen Byrne
6b252e4374f[svn-r22085] Update legacy project files for new dump sourceUpdate pubconf to synch with latest options
Raymond LuRaymond Lu
20ae9239c8a[svn-r22083] I updated the item for Issue 7756.No test is needed.
Neil FortnerNeil Fortner
4afb95df4fb[svn-r22073] Port r22072 to 1.8 branchPurpose: 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 messa...HDFFV-7879
Neil FortnerNeil Fortner
bd54b26466a[svn-r22071] Port r22070 to 1.8 branchPurpose: 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
Quincey KoziolQuincey Koziol
ade12e13f3e[svn-r22060] Description: 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
Quincey KoziolQuincey Koziol
864e6b0e70c[svn-r22059] Description: Bring r22058 from trunk to 1.8 branch: Better fix for zero-sized dataset error (r22053). Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Jonathan KimJonathan Kim
493e1e8f805[svn-r22057] Purpose: Fix for HDFFV-7835 h5diff: incorrect result for comparing the two same type symlinks as dangling links.Description: When two symbolic dangling links are compared with --follow-symlinks option, the result should be same. It works for comparing two files, but didn't work for comparing two objects. Test cases were added and tagged with jira#. Merged from HDF5 trunk r22038. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Wi...HDFFV-7835
Quincey KoziolQuincey Koziol
37156e3914a[svn-r22055] Description: Bring r22053 from trunk to 1.8 branch: Correct corner case for creating a contiguous dataset with a zero-sized dataspace, when the allocation time is set to early. Also clean up a few compiler warnings in the dataspace code. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Allen ByrneAllen Byrne
cad1e02a772[svn-r22050]
Allen ByrneAllen Byrne
1adc7aef231[svn-r22048] Add h5dump issues fixed
Allen ByrneAllen Byrne
10179b33ee1[svn-r22045] HDFFV-7957-7958:Add tools error stack and check return from H5Dreference call. Tested: trunkHDFFV-7957
Allen ByrneAllen Byrne
e95d26cc668[svn-r22044] HDFFV-7957-7958:Add tools error stack and check return from H5Dreference call. Add missing file updateHDFFV-7957
Allen ByrneAllen Byrne
5ffbfdee1e7[svn-r22043] HDFFV-7839: Dangling link should not display error If a link is specified on the command with the -d option, call the handle_links function on error from the H5Dopen command. Updated test file results with error stack when link not found.Tested: trunkHDFFV-7839
Private HDFPrivate HDF
e6efdf96207[svn-r22041] Snapshot version 1.8 release 9 (snap12)
Larry KnoxLarry Knox
e4850a716f4[svn-r22039] Fix for HDFFV-7878. gnu-flags Don't add gcc flags for intel compiler even though its version display includes "gcc ". intel-flags Extend intel version to include icc-12*.Tested on jam, koal, ostrich with h5committest. Chedcked in to trnk last week.HDFFV-7878
Jonathan KimJonathan Kim
bffb2fc65ff[svn-r22037] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5ls tool.Description: Update cmake script to fetch test files from any tools to a test directory and run test in organized manner. Also keep the apperance similiar to shell script for better maintainance. Tested: CMake (Windows and jam)HDFFV-7602
Jonathan KimJonathan Kim
185cc9746b5[svn-r22031] Purpose: Task for HDFFV-7862 - Select data by chunk direction to improve performance in h5repackDescription: h5repack sometimes became very slow when handling big chunked datasets in certain cases. (when chunk boundary doesn't match with a hyperslab boundary.) The main issue was from figuring out a hypeslab without considering chunk boundary to read from and write to such datasets. The update was made to figure out a better hyperslab unit with considering chunk boundary to imp...HDFFV-7862
Allen ByrneAllen Byrne
6a2c50b10af[svn-r22025] Cleanup compiler warnings. Add HD prefix to tools library based tests. Cleaned allocation/free in tests.Tested: local linux/ h5committetest
Private HDFPrivate HDF
7619eb4b18d[svn-r22023] Snapshot version 1.8 release 9 (snap11)
Allen ByrneAllen Byrne
b16a1bf71cc[svn-r22014] Add USER_BLOCK change and highlight whitespace changes for h5dump refactoring
Allen ByrneAllen Byrne
68d93b7f4e4[svn-r22013] HDFFV-7560: Merge 1.8 and h5dump/tools and tests based on tools library from trunk. Reduced warnings.HDFFV-7949: Remove duplicated functions in h5ls Tested: local linux,h5committest2 JIRA Issues
Albert ChengAlbert Cheng
c714d9ef43e[svn-r22000] Updated for the changes made to IBM configure.Also update the IBM tested platform information.
Albert ChengAlbert Cheng
e46c4aeee5f[svn-r21998] Feature: HDFFV-7793: AIX Fortran and C++ Compiler version informationAdded code to display the version information of XL fortran and C++ compiler version information. (This is just a quick fix for the AIX XL compilers. The overall algorithm of compilers version information needs an overhaul.) Tested: ADA machine. (No committest because the changes applied to AIX XL compilers only.)HDFFV-7793
Private HDFPrivate HDF
a263f6cfdb2[svn-r21961] Snapshot version 1.8 release 9 (snap10)
Quincey KoziolQuincey Koziol
470bc6a33b8[svn-r21948] Description: Bring r21947 from trunk to 1.8 branch: Catch a missing FUNC_ENTER that escaped the recent pass through the source code. Tested on: None, too minor, just eyeballed.
Quincey KoziolQuincey Koziol
34e40a12946[svn-r21935] Description: Bring r21932 & r21934 from trunk to 1.8 branch:r21932: Correct misnamed FUNC_ENTER macro. r21934: Remove some leftover uses of the __FUNCTION__ macro, replacing them with FUNC macro, as used everywhere else. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & production
Dana RobinsonDana Robinson
7d8acc2824a[svn-r21927] Updated RELEASE.txt with HDFFV-7780 information.HDFFV-7780
Dana RobinsonDana Robinson
944da8a83b5[svn-r21926] Merged fix for HDFFV-7780 (incorrect Windows thread creation function) from trunk (changeset 21816).Tested on 64-bit Windows 7. This has baked in the trunk since Dec 5 with no issues.HDFFV-7780
Quincey KoziolQuincey Koziol
5f94d172859[svn-r21925] Description: Bring r21919-21924 from trunk to 1.8 branch: cleanup FUNC_ENTER macros, etc. Also removed Subversion mergeinfo tags from a few directories and files. These are artifacts from non-root merges using pre-1.6 Subversion clients. (This should fix the problem of unchanged directories looking "changed" during checkins.) Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & production (daily tested on trunk)
Quincey KoziolQuincey Koziol
f16098f4021[svn-r21918] Description: Bring r21917 from trunk to 1.8 branch: Bring [spirit of] r20393 from coverity branch back to trunk: Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh Tested on: Mac OS X/64 10.7.3 (amazon) w/debug, production & parallel (too minor to require h5committest)
Raymond LuRaymond Lu
dda14b5a1ca[svn-r21914] Issue 7829 - data conversion from "long double" to integers failed on Ubuntu with optimization. I documented it as a known solution and provided users a way to lower down the optimization.No test.
Raymond LuRaymond Lu
a7c969372e8[svn-r21912] Issue 7756 - Creating a dataset in a read-only file caused seg fault when the file is closed. I fixed the problem by putting a condition check early in H5O_create of H5O.c. The old code checked it too late, not until a file space is created. I added a test case in tfile.c to check the creation of group, dataset, attribute, and datatype.Tested on jam - I've tested the same changes in the trunk with h5committest.