Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
213ab6eb36e[svn-r22129] HDFFV-7777: Fix for removing NULL character from fortran string in h5lt_get_attribute_string_f Fixed size +1 error in HD5f2cstring
Binh-Minh RiblerBinh-Minh Ribler
19a6303205d[svn-r22128] Purpose: Fixed bug 4279 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)
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 ostrich
Jacob GruberJacob Gruber
6321d6f37b9M[svn-r22118] merged with r22116. Made some minor edits putting existing code in line with the RFC.
Raymond LuRaymond Lu
0d118ea88a3[svn-r22116] #Issue 7922 - follow-up checkin. I changed the order of two private functions and a macro according to Quincey's suggestion. Tested on jam - simple change.
Mohamad ChaarawiMohamad Chaarawi
dd1b2c3208e[svn-r22115] Add 2 new API routines to set/unset file atomicity for files opened with the MPI-IO VFD Add test cases for these two routines Jira issue HDFFV-7961
Jonathan KimJonathan Kim
d476ce138bb[svn-r22114] Purpose: 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#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE)...
Quincey KoziolQuincey Koziol
b7d9ed39c22[svn-r22112] Description: 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)
Dana RobinsonDana Robinson
ada561507a6[svn-r22111] Removed incorrect 'executable' svn properties.
Dana RobinsonDana Robinson
48688a2dbcf[svn-r22110] Removed incorrect 'executable' svn properties.
Dana RobinsonDana Robinson
8de7487ffd5[svn-r22109] Removed the executable flag from the COPYING file.
Jonathan KimJonathan Kim
26cab92853a[svn-r22108] Purpose: 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: Update command line help page and test generating file. Previous commits: r22052, r22063 Tested: jam (linux32-LE), koala (linux64-LE), cmake (jam)
Dana RobinsonDana Robinson
9f18db936fc[svn-r22103] Fix for HDFFV-7769 (HDF5 tests time out on Windows when core VFD is set). This occurs due to the istore test creating very large files on systems which do not have POSIX-like sparse file semantics. The large amount of I/O causes the test to run for a very long period of time. The fix was to copy the "big" test's sparse file check and only run the largest sparse file test when POSIX-like sparse file semantics are found. Tested on: jam (nfs) ostrich (nfs) loyalty (ufs) 64-bit ...
Allen ByrneAllen Byrne
be410798d05[svn-r22098] Add reference file extensions in new tests. Remove "STAR" test as some platforms vary in interpretation.
Private HDFPrivate HDF
2c428c1bd7e[svn-r22097] Snapshot version 1.9 release 111
Scot BreitenfeldScot Breitenfeld
5e202882c90[svn-r22096] Desciption: Added cyclic path test for H5LTpath_valid. Tested: jam (gnu and intel)
Raymond LuRaymond Lu
16591dbcc50[svn-r22094] Issue 7922 - follow-up checkin. Daily test reported that PGCC (11.8-0) on jam and koala has trouble with the command "*p++ = *p OP tree_val" in the macro definition of H5Z_XFORM_DO_OP1 of H5Ztrans.c. It increments P first before doing the operation. So I break down the command into two lines: "*p = *p OP tree_val; p++;" I also reported the problem to PGI. Tested on jam, koala, and ostrich.
Allen ByrneAllen Byrne
14bc79b1b8e[svn-r22090] Reorder tools/h5jam/testfiles ordering
Allen ByrneAllen Byrne
a51eaab41a2[svn-r22087] Minor formatting changes to sync with 1.8
Raymond LuRaymond Lu
c8ad738d4e0[svn-r22084] I updated the item for Issue 7756. No test is needed.
Scot BreitenfeldScot Breitenfeld
18a18f7f102[svn-r22082] Description: replaced strncopy with passing path name directly.
Scot BreitenfeldScot Breitenfeld
e37a9c67d85[svn-r22081] Description: Changed H5G*() to H5G*2() APIs for compatability. Tested: (jam intel, --with-default-api-version=v16)
Scot BreitenfeldScot Breitenfeld
e4c1c566d46[svn-r22080] Description: aligned H5_FC_FUNC with the H5_FC_FUNC in the line above tested: none
Scot BreitenfeldScot Breitenfeld
c9ebe22dd06[svn-r22079] Added H5LTpath_valid(_f) description.
Scot BreitenfeldScot Breitenfeld
29e7e2890bf[svn-r22078] New API: H5ltpath_valid REF: HDFFV-1233 A high-level "H5LTpath_valid" routine for checking if a path is correct Both Fortran and C version. Tested: jam (gnu and intel)
Allen ByrneAllen Byrne
f261344af96[svn-r22077] Add example of multiple files for h5dump help text. Tested: local linux
Raymond LuRaymond Lu
b337ae979da[svn-r22076] #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. Tested on jam, koala, and ostrich.
Allen ByrneAllen Byrne
207c05e2e9f[svn-r22075] Add test for multiple files with h5ls and h5dump. Tested: local linux
Allen ByrneAllen Byrne
956fde680a3[svn-r22074] Remove , from list of file char substitutions.
Neil FortnerNeil Fortner
3ee8b91dee1[svn-r22072] 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 f...
Neil FortnerNeil Fortner
d849a118c28[svn-r22070] 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
Allen ByrneAllen Byrne
9f35a8b04e5[svn-r22068] HDFFV-7876: wildcard filenames The test scripts for cmake, on windows, and the h5ls shell script do not work properly. Tested: h5committest
Allen ByrneAllen Byrne
67f67925b8d[svn-r22066] Comment out linux non-cmake only files
Allen ByrneAllen Byrne
63df2d99fdc[svn-r22063] escape char in test needed multiple slashes to get through cmake parsing
Quincey KoziolQuincey Koziol
46a289c7967[svn-r22061] 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
c17a5d1278a[svn-r22058] Description: Better fix for zero-sized dataset error (r22053). Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Peter CaoPeter Cao
57295db6c75[svn-r22054] Use HDmalloc/free.
Quincey KoziolQuincey Koziol
f698c360f56[svn-r22053] Description: 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
Peter CaoPeter Cao
fcf96afeb24[svn-r22052] - h5dump: 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. See details at HDFFV-7523
Allen ByrneAllen Byrne
d7f3dc097ef[svn-r22049] Add working folder to test properties when not using runTest.cmake script
Allen ByrneAllen Byrne
0c323c00b73[svn-r22047] Add h5dump issues fixed
Allen ByrneAllen Byrne
bec199165a5[svn-r22042] HDFFV-7957-7958: Add tools error stack and check return from H5Dreference call. Tested: CMake and h5committest
Private HDFPrivate HDF
80b2b54f416[svn-r22040] Snapshot version 1.9 release 110
Jonathan KimJonathan Kim
0a46593a382[svn-r22038] 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#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windo...
Jonathan KimJonathan Kim
3ac8dfa8b7a[svn-r22036] 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)
Allen ByrneAllen Byrne
3723a9591e0[svn-r22033] Remove unnecessary INCLUDE_DIR command Tested: local linux and windows
Allen ByrneAllen Byrne
5ee3764068f[svn-r22029] Add reference file to test list Add error-stack to tests Tested: local linux
Allen ByrneAllen Byrne
7149676a0b7[svn-r22028] add new test file