Network

 
AuthorCommitMessageCommit Date
Private HDFPrivate HDF
9c7b4d7a7fe[svn-r22428] Snapshot version 1.8 release 10 (snap2)
Allen ByrneAllen Byrne
d77d0103b3c[svn-r22425] CMake generated libsettings needed DEFAULT_API_VERSION set
Jonathan KimJonathan Kim
7d93246d6fa[svn-r22420] Purpose: HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5diff 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
1bdad6835e1[svn-r22416] Missing ${TEST_FOLDER} path component in test script
Allen ByrneAllen Byrne
9f079316a64[svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)
Private HDFPrivate HDF
21ebc483fcc[svn-r22414] Snapshot version 1.8 release 10 (snap1)
Allen ByrneAllen Byrne
fe744bd8df1[svn-r22412] reduce compiler warnings by removing unreferenced variables and adding cast Tested: local linux
Allen ByrneAllen Byrne
2f7d953a9d3[svn-r22409] reduce compiler warnings reported by CDash for non-critical issues
Allen ByrneAllen Byrne
8dee09d7cfe[svn-r22407] do not need warnings from utility program.
Allen ByrneAllen Byrne
82ea7b2d3c0[svn-r22402] HDFFV-8064: Merge windows #ifdef blocks to 1.8 Trunk dailies passed
Allen ByrneAllen Byrne
cb3f99d29b0[svn-r22398] Accidental commit, remove file
Allen ByrneAllen Byrne
588c5107ced[svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branch
Raymond LuRaymond Lu
58d14b196b9[svn-r22394] I forgot to close a few datatypes in test_str_create. I fixed them in this commit. Tested on jam - very simple change.
Private HDFPrivate HDF
1fd36c6a348[svn-r22383] Snapshot version 1.8 release 10 (snap0)
Mohamad ChaarawiMohamad Chaarawi
674f4503671[svn-r22379] make the file and memory MPI datatypes as default properties in the DXPL so that we don't have to insert and remove them everytime we perform collective I/O.
Mohamad ChaarawiMohamad Chaarawi
ca8d4218d2a[svn-r22376] add a test to expose a memory leak when adding/removing the same property in property list multiple times. fix that bug.
Jonathan KimJonathan Kim
c11b378c891[svn-r22374] Purpose: Fix h5repacktst (test file generating binary) to address HDFFV-8016 h5repacktst failed in AIX 32bit mode Description: Segmentation fault occurred when h5repacktst try to generate a dataset when system memory is limited to 256MB. Add error handling to display apporiate message to exit and adjust the test dataset according to the original size which didn't causing out of memory. Tested: test was done by limit memory in csh. jam (linux32-LE), ostrich (linu...
Dana RobinsonDana Robinson
80e66f6d428[svn-r22370] Fix for HDFFV-7697 Minor change to error message text in H5R.c. Minor change: tested on jam
Allen ByrneAllen Byrne
5a18ff73dd9[svn-r22367] change file name case
Allen ByrneAllen Byrne
bab2e139276[svn-r22365] Added libsettings file to packaging Tested: local linux
Allen ByrneAllen Byrne
a19624817a9[svn-r22363] correct name of text file
Allen ByrneAllen Byrne
499820e16fb[svn-r22362] Update to 1.8.9 release
Allen ByrneAllen Byrne
98b9db49a19[svn-r22359] Change library source properties: remove "LANGUAGE C" property from headers. Add "LINKER C" property to link. Tested: local linux
Allen ByrneAllen Byrne
8d9a9d0ed30[svn-r22355] Correct the windows references in the configurations tested section
Allen ByrneAllen Byrne
b0d7f350052[svn-r22345] replace C++ style comments
Larry KnoxLarry Knox
4a5efa8d60a[svn-r22339] config/examples.am Added code to install README in share/hdf5_examples Set permissions on README file to rw-r--r--. Tested with h5committest, make install and make uninstall.
Dana RobinsonDana Robinson
94c8e924fac[svn-r22335] Fixed manifest from last docs check-in.
Dana RobinsonDana Robinson
22baf919fb0[svn-r22333] Removed install instructions for unsupported Visual Studio versions.
Larry KnoxLarry Knox
af34693d8c1[svn-r22329] Add examples/README file to be installed with examples. It was in hdf5 v1.8.8, but not checked into the 1.8 branch. :Text file only, but tested with h5committest.
Quincey KoziolQuincey Koziol
9a5073a8f34[svn-r22325] Description: Bring r22324 from trunk to 1.8 branch: Change name of MPE log file produced from "cpilog" (which was the name used in the example code we were referencing) to "h5log". Tested on: None, too trivial, eyeballed only...
Jonathan KimJonathan Kim
0e268cb5aa9[svn-r22322] Description: The ph5diff (parallel h5diff) can intermittently hang in parallel mode when comparing the two HDF5 files that contains common name objects with different object types. (HDFFV-8003) Skip only the specific test for parallel until the fix has made. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
Jonathan KimJonathan Kim
c631d9e87a1[svn-r22320] Purpose: Fix for HDFFV-7998-h5diff: incorrect behavior and output for comparing symbolic dangling links without following-symlinks option Description: Fix not to check and display dangling link status without --follow-symlinks option. Berfor the fix, when comparing symbolic link to symbolic link without follow-symlinks option, h5diff followed to check if those links are dangling or not. It caused to display output incorrectly (dangling link instead of symbolic link). ...
Quincey KoziolQuincey Koziol
e43c3278c40[svn-r22313] Description: Bring r22312 from trunk to 1.8 branch: Correct error reported by user (Martin Otte) where we weren't using realloc'ed buffer in MPI datatype code. Tested on: Mac OSX/64 10.7.3 (amazon) w/parallel
Dana RobinsonDana Robinson
0ce08d5b7ea[svn-r22309] Fixed a typo
Dana RobinsonDana Robinson
a2787ee14cd[svn-r22307] Removed references to ancient platforms and compilers from the INSTALL document.
Jonathan KimJonathan Kim
cd49872f49a[svn-r22301] Purpose: Fix for HDFFV-8001 - h5unjam: segfault when used -V (show version) option Description: h5unjam has an option '-V' to display version information. "h5unjam -V" caused segfulat for 1.8.9 pre-release. Merged from HDF5 trunk 22300 Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), Windows (32-LE cmake), Cmake (jam)
Quincey KoziolQuincey Koziol
34ada2e41da[svn-r22291] Description: Bring r22287 from trunk to 1.8 branch: Clean up more FUNC_ENTER/FUNC_LEAVE macros and move H5D & H5T code toward the final design (as exemplified by the H5EA & H5FA code). Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Raymond LuRaymond Lu
e12e4936e92[svn-r22282] Issue 7934 - The data sieve buffer size was for all the datasets in the file. It could waste memory if any dataset size is smaller than the sieve buffer size. Now the library picks the smaller one between the dataset size and the sieve buffer size from the file access property. (There is no change to hl/ and fortran/ directories. They were property changes during the merge from the trunk) Tested on jam, koala, and ostrich.
Jonathan KimJonathan Kim
f6fded43946[svn-r22281] Purpose: Fix for HDFFV-7993 - h5repack fails with error "chunk size must be <= maximum dimension size for fixed-sized dimensions" Description: Fixed a failure when change the chunk size of a specified chunked dataset with unlimited max dims. Also took care of converting to contiguous and compact from the dataset. Test cases were added and tagged with jira#. Merged from HDF5 trunk r22277. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (...
Allen ByrneAllen Byrne
0627a640846[svn-r22275] Clear up examples vs applications instances and add minimum file.
Mike McGreevyMike McGreevy
676e001b35b[svn-r22269] - Clear out RELEASE.txt ahead of 1.8.10 changes - Update version references in RELEASE.txt - Add reminder to HISTORY-1_8.txt that it needs the completed RELEASE.txt from the 1.8.9 branch when it's done
Mike McGreevyMike McGreevy
dd47da23a70[svn-r22268] Update 1.8 branch version to 1.8.10-snap0
Scot BreitenfeldScot Breitenfeld
12e583a8a78[svn-r22787] Fixed string corruption in file name in read_palette. Tested: jam (gnu 4.1)
Scot BreitenfeldScot Breitenfeld
5cd0f7acd03[svn-r22782] Fixed memory issues found in coverity: 230347,230348,230540,230791,231334,231335,230568,231337,231387 Tested: jam (gnu)
Scot BreitenfeldScot Breitenfeld
9dd5882a73a[svn-r22695] Fixed SECURE CODING coverity issues: 230910 and 230911 used strncpy and snprintf instead. Tested: jam (gnu compiler)
Scot BreitenfeldScot Breitenfeld
5a5a944a3cb[svn-r21930] Description: Changed strcat, sprintf to secure coding functions. Coverity CID:860 checked: jam
Scot BreitenfeldScot Breitenfeld
50045d0ea97[svn-r21929] Changed HDsnprintf, was truncating the string. tested: jam.
Scot BreitenfeldScot Breitenfeld
12126204e41[svn-r21928] Use secure versions of strncpy and strncat to address coverity issues 856-858. Tested on jam.
Larry KnoxLarry Knox
466a6144225[svn-r21747] Use secure versions of strncpy and strncat to address coverity issues 885 and 888. Tested on jam.
Gerd HeberGerd Heber
c5685f2ce05[svn-r21746] Use HDstrncpy. --gh