Network

 
AuthorCommitMessageCommit Date
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)
Scot BreitenfeldScot Breitenfeld
871b69723e7[svn-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes NULL termination and H5DSget_label returns size Updated tests. Tested: jam( gnu, intel)
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 required, already teste...
Neil FortnerNeil Fortner
692fa699345[svn-r23237] Purpose: Implement H5Dscatter and H5Dgather Description: 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 functions Tested: jam, ostrich, koala (h5commit...
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)
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))
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 H5Dgather Description: 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 functions Tested: jam, ostrich, koala (h5commit...
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 ...
Allen ByrneAllen Byrne
b1e0f6c5a55[svn-r23227] HDFFV-8215 - update help text to be cosistent with the RM entry. Tested: local linux
Allen ByrneAllen Byrne
c3e149d06fe[svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow for filename F to be optional. Tested: local linux
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)
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
Mohamad ChaarawiMohamad Chaarawi
ebb80dbae18M[svn-r23200] Merging r23179 through r23199 from trunk
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 linux
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
Mohamad ChaarawiMohamad Chaarawi
c7f53746db1M[svn-r23179] trunk merge
Allen ByrneAllen Byrne
3ddf8006a1f[svn-r23178] Comment out unimplemented tests
Allen ByrneAllen Byrne
b807327433c[svn-r23177] Adjust mkdir to create all dependent folders
Allen ByrneAllen Byrne
c352249db18[svn-r23176] Separate testfiles into subdirs of TestDir to avoid parallel test errors trying to copy a reference file over when already in use. Tested: local linux
Allen ByrneAllen Byrne
769c50cbdc9[svn-r23175] Comment out uncommitted tests.
Allen ByrneAllen Byrne
0068ead81ce[svn-r23174] Correct list items
Allen ByrneAllen Byrne
0aba80fb13c[svn-r23173] export files must be handled differently on windows
Allen ByrneAllen Byrne
a02d99ab617[svn-r23170] Switch script to copy files to TESTDIR and execute Tested: h5committest
Allen ByrneAllen Byrne
ceb07d21b01[svn-r23169] HDFFV-8169: String binary dump test scripts
Allen ByrneAllen Byrne
c80e3a0d136[svn-r23168] HDFFV-8169: String binary dump testfiles
Albert ChengAlbert Cheng
629b7370165[svn-r23167] Removed the working in Jam only statement since it works for all THG unix platforms except Linew (SunOS).
Allen ByrneAllen Byrne
35c2e47c60f[svn-r23166] Comment out redirect-ddl tests - incomplete