Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
5b03d4b08d4[svn-r21952] HDFFV-5874: -c and -k subsetting Tested:local linux
Allen ByrneAllen Byrne
e5b940c6cbf[svn-r21949] Add H5detect warning ignore
Quincey KoziolQuincey Koziol
bec75e8c143[svn-r21947] Description: Catch a missing FUNC_ENTER that escaped the recent pass through the source code. Tested on: None, too minor, just eyeballed.
Jacob GruberJacob Gruber
b843341c4d8[svn-r21976] Added sb_verify and replaced the exisiting compatability checks with sb_verify calls.
Jacob GruberJacob Gruber
7456cf282cd[svn-r21975] Added tests for the null VFD. These currently fail as sb_verify is not yet implemented
Larry KnoxLarry Knox
f77ae95dd73[svn-r22505] Comment out create file that fail with the new/PGI compiler until they are fixed. Merged from trunk.
John MainzerJohn Mainzer
e7d8baf0c31[svn-r22035] Added configure link test to see if we can really link with the real time library. This change is necessary, as aio calls result in link failures when we link with the -static flag. The new test in configure.in checks to see if we think we have POSIX AIO, and if we do, it does a AC_TRY_LINK with one of the aio calls. Note that to do this, the test must make temporary changes to LIBS and (if the STATIC_EXEC flag is set) to LDFLAGS. For now, if the link test fails, we kill AI...
John MainzerJohn Mainzer
cca4beb3a99[svn-r21946] Fixed manifest issues mentioned in previous checkin -- I hope.
John MainzerJohn Mainzer
88a4994eb4bM[svn-r21945] Updated to revision 21942 of the trunk Resolved all conflicts and changes in function entry macros. There may still be some issues with the manifest as bin/chkmanifest is behaving oddly. Tested serial and parallel on Phoenix.
Jonathan KimJonathan Kim
67164dec324[svn-r21942] Purpose: Add shell script test case for HDFFV-7689 - h5dump fix. Description: support to add shell script test case for "HDFFV-7689 - h5dump with the -d option fails to display a dataset that has a "[" in the name." task. The svn commit for HDFFV-7689 was r21931. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Dana RobinsonDana Robinson
a94ffa30526[svn-r21939] Fixed a minor typo in a comment. No testing necessary.
Quincey KoziolQuincey Koziol
a056968dbd6[svn-r21934] Description: 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 & parallel (too minor to require h5committest)
Quincey KoziolQuincey Koziol
a7d4397b799[svn-r21932] Description: Correct misnamed FUNC_ENTER macro. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel (too minor to require h5committest)
Allen ByrneAllen Byrne
12339b0759c[svn-r21931] HDFFV-7689 - could not not use a "[" character in a dataset name. A second problem also discovered was an if statement that should have comapered lengths of a string actually was comapring addreeses. Once thatt was fixed, The "[" character could be used but broke other functionality. Consultation with tools team resulted in the creation of a "--no-subset" option to disable interpretation of "[" character as a subsetting compact-form. This also eliminated and cleaned up the code c...
Quincey KoziolQuincey Koziol
841a7f4b50c[svn-r21924] Description: Correct a few typos in r21923 checkin that caused failures on linew & ember. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Quincey KoziolQuincey Koziol
3d9e0b86acb[svn-r21923] Description: Add FUNC_ENTER macros for package-private routines and begin process of switching package routines to use them. All H5G routines are currently finished. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Quincey KoziolQuincey Koziol
eca8a50511a[svn-r21922] Description: Refactor function name macros and simplify the FUNC_ENTER macros, to clear away the cruft and prepare for further cleanups. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Quincey KoziolQuincey Koziol
67c2e3aa27d[svn-r21921] Description: Add more braces to master conversion macro that was changed in r21919 Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Quincey KoziolQuincey Koziol
c9033a802ba[svn-r21920] Description: Refactor function name macros and simplify the FUNC_ENTER macros, to clear away the cruft and prepare for further cleanups. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Quincey KoziolQuincey Koziol
9c9ee2008c1[svn-r21919] Description: Refactor function name macros and simplify the FUNC_ENTER macros, to clear away the cruft and prepare for further cleanups. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
Quincey KoziolQuincey Koziol
eb0e5f8c4ea[svn-r21917] Description: 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 h5commitest)
Raymond LuRaymond Lu
594ee8d6403[svn-r21913] 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.
Private HDFPrivate HDF
adb158fa78d[svn-r21910] Snapshot version 1.9 release 108
Raymond LuRaymond Lu
7bd8d0f25e0[svn-r21904] This is a followup commit for Issue 7756 - Creating a dataset in a read-only file caused seg fault when the file is closed. I changed the error ID from H5E_CACHE to H5E_OHDR in the error report macro in H5O_create and fixed a minor problem in tfile.c. Tested on jam and MacGoblin - minor changes.
Jonathan KimJonathan Kim
75e9bf9e2ce[svn-r21902] Description: update a comment from buzilla# (1797) to jira# (2605). Also prevent conflict from merging source.
Private HDFPrivate HDF
b98ac90e8f9[svn-r21898] Snapshot version 1.9 release 107
Jonathan KimJonathan Kim
e18315c9c16[svn-r21897] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5repack cmake test. Description: Update cmake script to clean up correctly. Revisit h5repack cmake test script updated from r21869. Tested: cmake test for Windows (32-LE) and jam (linux32-LE)
Raymond LuRaymond Lu
394caf9adf2[svn-r21891] 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 koala, jam, and linew.
Jonathan KimJonathan Kim
13ef2d1fbbc[svn-r21890] Purpose: Fix for HDFFV-7836 h5diff: displays error stack message for comparing the two dangling symlink with follow-symlinks option Description: While ago, to improve performance, skipping same object checking (h5tools_is_obj_same()) was added. However the checking function doesn't understand about the dangling link and caused the issue. Since handling dangling link code section already implemented, move the checking function after handling dangling-links to ad...
Allen ByrneAllen Byrne
06f7971a13a[svn-r21886] Correct name of Test Timeout
Private HDFPrivate HDF
0fd077c4c45[svn-r21884] Snapshot version 1.9 release 106
Neil FortnerNeil Fortner
ddc4f9eefb7[svn-r21882] Remove spurious (orphaned?) function declaration in H5Zpkg.h Tested: durandal (too minor for full h5committest)
Allen ByrneAllen Byrne
5d65ab5dd2e[svn-r21880] Add cygwin changes for ext libs
Jonathan KimJonathan Kim
80551245668[svn-r21874] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5copy tool. Description: Update cmake script to fetch test files from anywhere. Also keep the apperance similiar to shell script for better maintainance. some updated shell script. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
Jonathan KimJonathan Kim
429a51a6c32[svn-r21872] Update a comment to make clear from the previous commit (r21869) for HDFFV-7840.
Jonathan KimJonathan Kim
00b9f24d9b1[svn-r21869] Purpose: Fix for HDFFV-7840 h5repack: memory leak over one of the h5diff test file Description: Turned out that there were two causes of memory leaks. 1. for handling variable length string in attribute. 2. for handling compound type with non-reference members. The first issue is fixed in copy_attr() which is updated to use h5tools_detect_vlen to take care of vlen string as well as vlen data. The second is fixed in copy_refs_attr() of compound handling code. T...
Private HDFPrivate HDF
e0db7c89228[svn-r21867] Snapshot version 1.9 release 105
Jonathan KimJonathan Kim
d174933e195[svn-r21865] Purpose: Fix for HDFFV-7838 h5ls: segfault for handling region reference in attribute with -v option Description: Segfault occurred when h5ls access region reference data in an attribute. This didn't occurred when -v option was used. The cause was "h5tool_format_t info;" struct variable members were accessed without proper values were assigned (was NULL), so printf failed later in the code. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), teje...
Frank BakerFrank Baker
7d0c15b7944[svn-r21861] Description: Update copyright to include the year 2012.
Allen ByrneAllen Byrne
b38fdf4c574[svn-r21859] Force the setting of test timeout for CTestScript use
Private HDFPrivate HDF
871e139ba86[svn-r21857] Snapshot version 1.9 release 104
Allen ByrneAllen Byrne
de5c7084482[svn-r21856] Remove cdash variables for use with CTestScript.cmake processing. Tested: windows
Allen ByrneAllen Byrne
b39c7da7b78[svn-r21854] Remove cdash variables for use with CTestScript.cmake processing. Tested: windows
Allen ByrneAllen Byrne
aa38c92449b[svn-r21852] Updated cdash variables for use with CTestScript.cmake processing. Tested: windows
Private HDFPrivate HDF
c5140decc39[svn-r21850] Snapshot version 1.9 release 103
Allen ByrneAllen Byrne
63f8f1ec667[svn-r21847] CTestScript generalized and not needed inside project.
Allen ByrneAllen Byrne
c797a82898e[svn-r21845] Added quotes around initcache option to allow use on windows
Allen ByrneAllen Byrne
e441a676ebc[svn-r21841] Added option to skip testing Tested: local linux
Allen ByrneAllen Byrne
79c347c1eec[svn-r21840] Created CTestScript.cmake to better control the cmake processing of configuration, compile, test, and packing. Tested: local linux
Allen ByrneAllen Byrne
eebe37ee4a3[svn-r21836] Updated ext lib so version and lib packaging macros Synch across projects