AuthorCommitMessageCommit dateIssues
Frank BakerFrank Baker
a6b09480ff9[svn-r23267] Description: Update copyright to 2013. Tested: Firefox
Allen ByrneAllen Byrne
366d7290469[svn-r23264] Remove tests from valgrind processing
Allen ByrneAllen Byrne
3b1e202378a[svn-r23263] Test dependencies were incorrect and test outside macros did not always execute in the correct order. Created new macro for h5import test verification. Corrected intra-macro test dependencies. Fixed clear tests.Tested: local linux
Albert ChengAlbert Cheng
d8b3b84ca2b[svn-r23262] Updated with bug fix entry of HDFFV-8267.Since this is a testing code error that does not affect the function of the library or tools, I started a new "Testing" section for this sort of changes.HDFFV-8267
Albert ChengAlbert Cheng
e8a07536566[svn-r23260] Bug fix: HDFFV-8267 The ERROR macro had a typo of missing a separator comma. When used, it seg. fault. Added the comma back in. Fix is reviewed in Crucible HDF5-107.Tested: h5committest passed. Also tested using the ERROR macro in the Mac (Owl) platform. Before fix, it seg. fault. After fix, it prints the message as intended.2 JIRA Issues
Allen ByrneAllen Byrne
472566b5431[svn-r23254] Make tests independent of each otherTested: local linux
Allen ByrneAllen Byrne
7ca11cb3e05[svn-r23253] update memcheck ignore tests
Allen ByrneAllen Byrne
f08e413f1dc[svn-r23252] Fix test dependency flow
Allen ByrneAllen Byrne
334cebba07e[svn-r23251] Fix test dependency flow
Allen ByrneAllen Byrne
4680324b24f[svn-r23250] Merge changes from normal cache file
Allen ByrneAllen Byrne
6ad28abc14a[svn-r23249] Correct typo in normal depends statement.Add MEMORY_CHECK settings to match existing VALGRIND statements
Scot BreitenfeldScot Breitenfeld
9d07161dd9b[svn-r23248] Made modification of comments for h5rget_name_*f for the loc_id identifier.Cleaned up comments.
Raymond LuRaymond Lu
d9baac8b0b8[svn-r23245] I added the information about the new function H5DOwrite_chunk.No test is needed.
Allen ByrneAllen Byrne
23d2b5d5572[svn-r23244] Correct test dependency handling.Tested: local linux
Scot BreitenfeldScot Breitenfeld
b37820aecbe[svn-r23242] Added info.about changed behavior of H5DSgetscale_name (HDFFV-7596)HDFFV-7596
Scot BreitenfeldScot Breitenfeld
871b69723e7[svn-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes NULL termination and H5DSget_label returns sizeUpdated tests. Tested: jam( gnu, intel)HDFFV-7596
Private HDFPrivate HDF
944f0399ac7[svn-r23240] Snapshot version 1.9 release 143
Quincey KoziolQuincey Koziol
d91625d1392[svn-r23238] Description: Bring changes from Coverity branch to trunk:r20528: Purpose: Fix coverity issue 1372 Description: Rewrite file open secition of H5FD_stdio_open to avoid TOCTUO condition. No longer calls access, and uses a tentative open in "rb" or "rb+" mode to check for existence of the file. r20609: Use HDstrncpy and HDstrncat. --gh r20611: Use HDstrncpy. --gh Tested on: Mac OSX/64 10.8.2 (amazon) w/debug, C++ & FORTRAN (h5committest not...
Neil FortnerNeil Fortner
692fa699345[svn-r23237] Purpose: Implement H5Dscatter and H5DgatherDescription: Adds 2 new API functions, H5Dscatter and H5Dgather. H5Dscatter retrieves data from a specified callback function and scatters it into a selection, defined by a supplied dataspace, within a supplied memory buffer. H5Dgather gathers data from a selection within a supplied memory buffer and passes it in a contiguous form to a supplied callback function. Added tests for these functi...
Scot BreitenfeldScot Breitenfeld
386f73823af[svn-r23236] Fix for: HDFFV-8223 Write a Fortran test for conversion fron enum to numeric type Tested (jam, gnu, intel)HDFFV-8223
Scot BreitenfeldScot Breitenfeld
69a777556e6[svn-r23235] Fix for: HDFFV-7909 When building with g95 on Mac OS X 64-bit, the wrong options (gfortran) are used Tested: duck (gfortran, g95 (which is not supported))HDFFV-7909
Neil FortnerNeil Fortner
400bf73d17c[svn-r23234] Fix out-of-bounds errors on pgcc for H5Dscatter and H5Dgather tests.Tested: jam (pgcc), ummon (gcc)
Neil FortnerNeil Fortner
0e3517d34fb[svn-r23230] Purpose: Implement H5Dscatter and H5DgatherDescription: Adds 2 new API functions, H5Dscatter and H5Dgather. H5Dscatter retrieves data from a specified callback function and scatters it into a selection, defined by a supplied dataspace, within a supplied memory buffer. H5Dgather gathers data from a selection within a supplied memory buffer and passes it in a contiguous form to a supplied callback function. Added tests for these functi...
Jonathan KimJonathan Kim
d7a07d62a48[svn-r23228] Purpose: Revert back one of the coverity updates from previous checkin. "r20457: Coverity issue 691" in previous svn log. Only revert the change about using "STDOUT_FILENO".Description: Using "STDOUT_FILENO" caused error on Windows. On unix it's defined in <unistd.h>, but not in Windows. After a little discussion with Allen, he remembered how the similar case were handled for h5dump redirecting those streams. (in h5dump.c) However it would requires more attention to apply, so this issue is entered as a separate task in jira HDDFV-8306. Tested: jam ...HDDFV-8306
Allen ByrneAllen Byrne
b1e0f6c5a55[svn-r23227] HDFFV-8215 - update help text to be cosistent with the RM entry.Tested: local linuxHDFFV-8215
Allen ByrneAllen Byrne
c3e149d06fe[svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow for filename F to be optional.Tested: local linuxHDFFV-8285
Quincey KoziolQuincey Koziol
c0b2724d4db[svn-r23223] Description: Revert use of snprintf() for sprintf(), as it is not supported on Windows. (And file a bug, http://jira.hdfgroup.uiuc.edu/browse/HDFFV-8302, for the general problem)Tested: Mac OSX/64 10.8.2 (amazon)HDFFV-8302
Private HDFPrivate HDF
b65a911b8af[svn-r23221] Snapshot version 1.9 release 142
Quincey KoziolQuincey Koziol
a3e98d0e36a[svn-r23219] Description: Bring reviewed changes from Coverity branch back to trunk (QK & JK):r20457: Coverity issue 691: return of H5duo could be negative. Fixed by using STDOUT_FILENO and redesign parse_command_line and main to cleanup file allocations. The output_file var is null when using stdout. In cleanup do not close output_file if NULL. r20510: Initialize ufid = -1 and predicate HDclose call on ufid != -1 r20511: Purpose: Fix coverity issue 1715 Description: Free "file" and ...
Peter CaoPeter Cao
5140343f453[svn-r23217] add scalr vlen string datasets
Allen ByrneAllen Byrne
415aa7e257d[svn-r23216] Add newline for special case of only raw data to stdout
Allen ByrneAllen Byrne
b84234d23ce[svn-r23209] Change "diff -b" to just "cmp" for tests.diff is for text files and the ddl redirect does not have an ending newline.
Peter CaoPeter Cao
9d23b171a5e[svn-r23208] adding a large compound dataset to the test file
Peter CaoPeter Cao
4cb3d328ca1[svn-r23207] add the new test file to the list.
Peter CaoPeter Cao
d42db65e892[svn-r23206] minor fixes for number of attributes to be created.
Peter CaoPeter Cao
7461ce3958c[svn-r23205] correct a typo in the instruction.
Peter CaoPeter Cao
1b4769d0162[svn-r23204] Update help information.
Peter CaoPeter Cao
ab2f0d00f33[svn-r23203] Add test program to generate test file for checking performance.
Allen ByrneAllen Byrne
3b787c97d3d[svn-r23202] Add another warning to ignore list
Allen ByrneAllen Byrne
6fca8e80d00[svn-r23201] Correct option text
Allen ByrneAllen Byrne
82ac7b92e3b[svn-r23198] Remove -q option from diff as some OS do not support it.Tested: local linux
Albert ChengAlbert Cheng
cf1821d1165[svn-r23197] prints out what and where the log files are.Set it NOT to submit result to the CDASH.
Raymond LuRaymond Lu
2233570f16b[svn-r23196] I changed the call to H5P_object_verify to H5I_object as the header file H5Iprivate.h is included but not H5Pprivate.h.Tested on jam.
Allen ByrneAllen Byrne
81a6f5be7c8[svn-r23195] Compares without end of file newlines Tested: duck
Allen ByrneAllen Byrne
5650be2d1a2[svn-r23193] Rename ddl export file and force file write on copy for windows.Tested: local linux
Allen ByrneAllen Byrne
ff421d94242[svn-r23190] HDFFV-8285: Add suppress ddl option.Tested: local linuxHDFFV-8285
Allen ByrneAllen Byrne
0b107827ece[svn-r23185] Comment out unimplemented tests
Albert ChengAlbert Cheng
488453cdfcf[svn-r23184] Addition of cmakehdf5.
Private HDFPrivate HDF
37d1a0330a6[svn-r23180] Snapshot version 1.9 release 141
Allen ByrneAllen Byrne
3ddf8006a1f[svn-r23178] Comment out unimplemented tests