summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22437] Correct Windows cmake config filesAllen Byrne2012-06-051-7/+26
| | | | Tested: windows
* [svn-r22432] Description:Quincey Koziol2012-06-042-12/+11
| | | | | | | | Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest)
* [svn-r22431] Extension is cpp!Allen Byrne2012-06-041-1/+1
|
* [svn-r22430] CMake and configure synchronization effort. CMake added most ↵Allen Byrne2012-06-0412-250/+633
| | | | | | | | tests and options: DEBUGPKG not addressed. Still needed: compiler wrapper scripts Tested: local linux(cmake) and h5committest
* [svn-r22427] Snapshot version 1.9 release 120HDF Tester2012-06-0314-29/+29
|
* [svn-r22426] Add examples/README file to be installed with examples.Larry Knox2012-06-0211-10/+93
| | | | Text file only, but tested with h5committest.
* [svn-r22419] Purpose:Jonathan Kim2012-05-291-271/+248
| | | | | | | | | | | | | 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)
* [svn-r22416] Missing ${TEST_FOLDER} path component in test scriptAllen Byrne2012-05-291-1/+1
|
* [svn-r22415] Windows needs monolithic set for CPack (CMake 2.8.6)Allen Byrne2012-05-291-0/+1
|
* [svn-r22413] Snapshot version 1.9 release 119HDF Tester2012-05-2714-30/+30
|
* [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-2510-35/+24
| | | | | | adding cast Tested: local linux
* [svn-r22410] reduce compiler warnings reported by CDash for non-critical issuesAllen Byrne2012-05-251-3/+3
|
* [svn-r22406] do not need warnings from utility program.Allen Byrne2012-05-251-0/+1
|
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-2418-9/+108
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22396] Correct missing clean filenames in h5dump makeAllen Byrne2012-05-232-16/+7
| | | | Sync 518/trunk version and cpack info
* [svn-r22393] I forgot to close a few datatypes in test_str_create. I fixed ↵Raymond Lu2012-05-231-0/+5
| | | | | | them in this commit. Tested on jam - very simple change.
* [svn-r22392] Added test for h5tcreate_f with H5T_STRING_F option.Scot Breitenfeld2012-05-232-29/+73
| | | | | | Cleaned-up formating and comments for h5tcreate_f. Tested: jam (gnu compiler)
* [svn-r22391] HDFFV-7999: h5dump did not display H5T_DSET_UTF8.Allen Byrne2012-05-227-12/+152
| | | | | | Changed if/else block to switch like in h5ls, and distinguished between ERROR and UNKNOWN. Reviewed by JKM Tested: local linux
* [svn-r22390] Break out the packed bits tests into a new script.Allen Byrne2012-05-228-233/+678
| | | | | reconfigure on jam Tested: local linux
* [svn-r22388] remove unbalanced bracketAllen Byrne2012-05-221-1/+1
|
* [svn-r22386] Add missing H5_VERS_SUBRELEASE of version infoAllen Byrne2012-05-211-0/+15
|
* [svn-r22385] Skip tests using sparse file writes on Windows. JIRA issue ↵Allen Byrne2012-05-212-1/+9
| | | | (JIRA HDDFV-8064) created.
* [svn-r22382] Snapshot version 1.9 release 118HDF Tester2012-05-2014-30/+30
|
* [svn-r22378] removed the parallel #endif by mistake.. oopsMohamad Chaarawi2012-05-182-2/+2
| | | | | remove an un-needed bool
* [svn-r22377] make the file and memory MPI datatypes as default properties in theMohamad Chaarawi2012-05-184-59/+26
| | | | | | | DXPL so that we don't have to insert and remove them everytime we perform collective I/O. Test with h5committest
* [svn-r22375] add a test to expose a memory leak when adding/removing the ↵Mohamad Chaarawi2012-05-182-1/+47
| | | | | | | | same property in property list multiple times. fix that bug. test with h5committest
* [svn-r22373] Purpose: Jonathan Kim2012-05-161-5/+10
| | | | | | | | | | | | | 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), koala (linux64-LE), ostrich (linuxppc64-BE)
* [svn-r22371] Fix for HDFFV-7697Dana Robinson2012-05-151-1/+1
| | | | | | Minor change to error message text in H5R.c. Minor change: tested on jam
* [svn-r22369] Change case of filename to match file.Larry Knox2012-05-151-1/+1
|
* [svn-r22368] change file name caseAllen Byrne2012-05-141-1/+1
|
* [svn-r22366] Added libsettings file to packagingAllen Byrne2012-05-141-0/+5
|
* [svn-r22361] Change library source properties: remove "LANGUAGE C" property ↵Allen Byrne2012-05-142-5/+8
| | | | | | from headers. Add "LINKER C" property to link. Tested: local linux
* [svn-r22356] Snapshot version 1.9 release 117HDF Tester2012-05-1314-30/+30
|
* [svn-r22346] replace C++ style commentsAllen Byrne2012-05-071-1/+1
|
* [svn-r22326] Snapshot version 1.9 release 116HDF Tester2012-04-2914-30/+30
|
* [svn-r22324] Description:Quincey Koziol2012-04-291-1/+1
| | | | | | | | 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...
* [svn-r22323] Description:Jonathan Kim2012-04-271-2/+3
| | | | | | | | | | 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)
* [svn-r22319] Purpose:Jonathan Kim2012-04-2615-6/+129
| | | | | | | | | | | | | | 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). The fix also improved performance when comparing lots of symbolic links without the --follow-symlinks option. Test cases were added and tagged with jira#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
* [svn-r22318] Use new function that combines two functions that check for ↵Allen Byrne2012-04-262-12/+4
| | | | | | vlen types. Based on code used in h5ls. Tested: local linux
* [svn-r22312] Description:Quincey Koziol2012-04-231-0/+1
| | | | | | | | 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
* [svn-r22311] Snapshot version 1.9 release 115HDF Tester2012-04-2214-30/+30
|
* [svn-r22300] Purpose:Jonathan Kim2012-04-192-0/+5
| | | | | | | | | | | 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. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
* [svn-r22287] Description:Quincey Koziol2012-04-1647-2701/+2732
| | | | | | | | 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
* [svn-r22286] Snapshot version 1.9 release 114HDF Tester2012-04-1514-30/+30
|
* [svn-r22277] Purpose:Jonathan Kim2012-04-1111-23/+235
| | | | | | | | | | | | 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#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
* [svn-r22275] Clear up examples vs applications instances and add minimum file.inactive/H5OcompareAllen Byrne2012-04-111-14/+35
|
* [svn-r22263] Use correct index for inserting null terminatorAllen Byrne2012-04-091-9/+9
| | | | Tested: windows under debug
* [svn-r22257] Snapshot version 1.9 release 113HDF Tester2012-04-0814-29/+29
|
* [svn-r22247] Added new files and tests to CMakeLists.txtAllen Byrne2012-04-043-7/+67
| | | | Tested: local linux
* [svn-r22246] Changed code comments for h5ltpath_valid_fScot Breitenfeld2012-04-041-1/+1
|