Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r22077] Add example of multiple files for h5dump help text. | Allen Byrne | 2012-03-15 | 9 | -9/+45 |
| | | | | Tested: local linux | ||||
* | [svn-r22075] Add test for multiple files with h5ls and h5dump. | Allen Byrne | 2012-03-15 | 5 | -8/+21 |
| | | | | Tested: local linux | ||||
* | [svn-r22074] Remove , from list of file char substitutions. | Allen Byrne | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | [svn-r22068] HDFFV-7876: wildcard filenames | Allen Byrne | 2012-03-14 | 5 | -18/+246 |
| | | | | | | The test scripts for cmake, on windows, and the h5ls shell script do not work properly. Tested: h5committest | ||||
* | [svn-r22066] Comment out linux non-cmake only files | Allen Byrne | 2012-03-14 | 1 | -9/+9 |
| | |||||
* | [svn-r22063] escape char in test needed multiple slashes to get through ↵ | Allen Byrne | 2012-03-13 | 1 | -1/+15 |
| | | | | cmake parsing | ||||
* | [svn-r22061] Description: | Quincey Koziol | 2012-03-13 | 1 | -1/+1 |
| | | | | | | | | Change to use versioned API call, to avoid problems when defaulting to older AI versions. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug | ||||
* | [svn-r22054] Use HDmalloc/free. | Peter Cao | 2012-03-12 | 1 | -3/+3 |
| | |||||
* | [svn-r22052] - h5dump: Added capability for "-a" option to show ↵ | Peter Cao | 2012-03-12 | 11 | -14/+72 |
| | | | | | | | | attributes containing "/" by using an escape character. For example, for a dataset "/dset" containing attribute "speed(m/h)", use "h5dump -a "/dset/speed(\/h)" to show the content of the attribute. See details at HDFFV-7523 | ||||
* | [svn-r22049] Add working folder to test properties when not using ↵ | Allen Byrne | 2012-03-12 | 1 | -0/+1 |
| | | | | runTest.cmake script | ||||
* | [svn-r22042] HDFFV-7957-7958: | Allen Byrne | 2012-03-12 | 6 | -163/+217 |
| | | | | | Add tools error stack and check return from H5Dreference call. Tested: CMake and h5committest | ||||
* | [svn-r22038] Purpose: | Jonathan Kim | 2012-03-09 | 8 | -23/+83 |
| | | | | | | | | | | | | | | Fix for HDFFV-7835 h5diff: incorrect result for comparing the two same type symlinks as dangling links. Description: When two symbolic dangling links are compared with --follow-symlinks option, the result should be same. It works for comparing two files, but didn't work for comparing two objects. 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-r22036] Purpose: | Jonathan Kim | 2012-03-08 | 1 | -98/+91 |
| | | | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5ls 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-r22033] Remove unnecessary INCLUDE_DIR command | Allen Byrne | 2012-03-07 | 10 | -11/+0 |
| | | | | Tested: local linux and windows | ||||
* | [svn-r22029] Add reference file to test list | Allen Byrne | 2012-03-06 | 5 | -43/+108 |
| | | | | | | Add error-stack to tests Tested: local linux | ||||
* | [svn-r22027] HDFFV-7839: Dangling link should not display error | Allen Byrne | 2012-03-05 | 6 | -17/+105 |
| | | | | | | | If a link is specified on the command with the -d option, call the handle_links function on error from the H5Dopen command. Updated test file results with error stack when link not found. Tested: local linux and jam | ||||
* | [svn-r22024] Add HD prefix to tools library based tests. Cleaned ↵ | Allen Byrne | 2012-03-05 | 1 | -15/+15 |
| | | | | | | allocation/free in tests. Tested: local linux/ changes h5committetest against 1.8 version | ||||
* | [svn-r22019] Cleanup warnings from compiles | Allen Byrne | 2012-03-02 | 4 | -52/+33 |
| | | | | Tested: local linux | ||||
* | [svn-r22012] Purpose: | Jonathan Kim | 2012-03-01 | 3 | -265/+477 |
| | | | | | | | | | | | | | | | | Task for HDFFV-7862 - Select data by chunk direction to improve performance in h5repack Description: h5repack sometimes became very slow when handling big chunked datasets in certain cases. (when chunk boundary doesn't match with a hyperslab boundary.) The main issue was from figuring out a hypeslab without considering chunk boundary to read from and write to such datasets. The update was made to figure out a better hyperslab unit with considering chunk boundary to improve performance for such cases prior to the update. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows | ||||
* | [svn-r22007] Remove duplicated functions by using h5tools library calls | Allen Byrne | 2012-02-29 | 1 | -1176/+235 |
| | | | | | | HDFFV-7949 Tested: local linux and h5committest | ||||
* | [svn-r22005] function calls must be after assignments on windows | Allen Byrne | 2012-02-29 | 1 | -5/+6 |
| | |||||
* | [svn-r22004] Reduced warnings and fixed conflicts resulting from including ↵ | Allen Byrne | 2012-02-28 | 19 | -176/+189 |
| | | | | | | h5tools.h Tested: local linux | ||||
* | [svn-r21994] Add tools_init to main | Allen Byrne | 2012-02-27 | 3 | -23/+34 |
| | |||||
* | [svn-r21993] Add tools_init to main | Allen Byrne | 2012-02-27 | 1 | -0/+3 |
| | |||||
* | [svn-r21991] Cleanup minor issues found during 518 merge | Allen Byrne | 2012-02-27 | 6 | -101/+11 |
| | |||||
* | [svn-r21990] Tools library uses alais variables for stdout, stderr and tools ↵ | Allen Byrne | 2012-02-27 | 1 | -194/+192 |
| | | | | | | library uses HDfprintf() functions. Tested: local linux, jam-pp | ||||
* | [svn-r21988] Tools must call h5tools_init before command_line parsing or ↵ | Allen Byrne | 2012-02-27 | 1 | -0/+3 |
| | | | | | | using tools_mesg functions. Tools library uses alias variables for stdout, stderr and tools library uses HDfprintf() functions. | ||||
* | [svn-r21987] Remove unnecessary dependancies on tools library for h5 file ↵ | Allen Byrne | 2012-02-27 | 6 | -18/+17 |
| | | | | | | gentests. Tested: local linux | ||||
* | [svn-r21986] Updated haddr_t format for print of STORAGE_LAYOUT - linew 32 issue | Allen Byrne | 2012-02-24 | 1 | -1/+1 |
| | |||||
* | [svn-r21985] Tools must call h5tools_init before command_line parsing or ↵ | Allen Byrne | 2012-02-24 | 14 | -642/+742 |
| | | | | | | | | using tools_mesg functions. Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions. Tested: local linux | ||||
* | [svn-r21984] Correct HD prefix in tools | Allen Byrne | 2012-02-24 | 3 | -3/+3 |
| | | | | Checked for HD support. | ||||
* | [svn-r21983] Correct HD prefix in tools | Allen Byrne | 2012-02-24 | 2 | -3/+3 |
| | | | | Checked for HD support. | ||||
* | [svn-r21982] Correct HD prefix in tools for exit | Allen Byrne | 2012-02-24 | 13 | -52/+52 |
| | | | | Checked for HD support. | ||||
* | [svn-r21981] Correct HD prefix in tools for fprintf | Allen Byrne | 2012-02-24 | 10 | -685/+685 |
| | | | | Checked for HD support. | ||||
* | [svn-r21980] Correct HD prefix in tools for *alloc | Allen Byrne | 2012-02-24 | 9 | -33/+33 |
| | | | | Checked for HD support. | ||||
* | [svn-r21979] Correct HD prefix in tools for strlen and memcpy | Allen Byrne | 2012-02-24 | 9 | -207/+207 |
| | | | | Checked for HD support. | ||||
* | [svn-r21978] undo HD prefix | Allen Byrne | 2012-02-24 | 1 | -25/+25 |
| | |||||
* | [svn-r21974] Update HSIZE_T print statements to use correct macro. | Allen Byrne | 2012-02-23 | 23 | -968/+968 |
| | | | | | | Fix some more HD prefix issues in tools. Tested: local linux | ||||
* | [svn-r21973] Correct limited reallocation on windows. | Allen Byrne | 2012-02-23 | 1 | -9/+7 |
| | | | | Tested: local linux, windows, h5committest | ||||
* | [svn-r21972] Split append statement into two parts - linew hsize_t issue | Allen Byrne | 2012-02-23 | 1 | -1/+2 |
| | |||||
* | [svn-r21971] Correct HD prefix | Allen Byrne | 2012-02-22 | 1 | -1/+1 |
| | |||||
* | [svn-r21970] Added missing HD prefix | Allen Byrne | 2012-02-22 | 1 | -12/+12 |
| | |||||
* | [svn-r21969] Added missing HD prefix | Allen Byrne | 2012-02-22 | 4 | -345/+338 |
| | | | | Correct indentation | ||||
* | [svn-r21968] Added missing HD prefix | Allen Byrne | 2012-02-22 | 1 | -26/+26 |
| | |||||
* | [svn-r21967] Checked all %lu references and corrected 2 that should have ↵ | Allen Byrne | 2012-02-22 | 3 | -8/+8 |
| | | | | | | | | been '%"H5_PRINTF_LL_WIDTH"u' Moved lib variables windows linking declarations to proper file location. Tested: local linux windows | ||||
* | [svn-r21966] Index used in printing data uses hsize_t variables. Changed ↵ | Allen Byrne | 2012-02-21 | 1 | -13/+14 |
| | | | | | | h5ls format to use HSIZE_T_FORMAT. Tested: local linux and windows 32 | ||||
* | [svn-r21963] Fixed issue with compression value not printing - format ↵ | Allen Byrne | 2012-02-20 | 2 | -28/+28 |
| | | | | | | | | parameter was wrong, needed to be long long. Enabled compression tests Tested: 32-bit windows | ||||
* | [svn-r21962] Reference file missing a return - now "be" version is similiar ↵ | Allen Byrne | 2012-02-20 | 1 | -0/+1 |
| | | | | to "le" version whitespace | ||||
* | [svn-r21960] Fix unsigned long long format string in xml code. | Allen Byrne | 2012-02-19 | 2 | -5/+4 |
| | | | | | | Re-enable xml tests Tested: 32-bits | ||||
* | [svn-r21959] SKIP h5dump XML until MaxDims issue is resolved | Allen Byrne | 2012-02-18 | 1 | -2/+3 |
| |