summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22029] Add reference file to test listAllen Byrne2012-03-065-43/+108
| | | | | | Add error-stack to tests Tested: local linux
* [svn-r22027] HDFFV-7839: Dangling link should not display errorAllen Byrne2012-03-056-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 Byrne2012-03-051-15/+15
| | | | | | allocation/free in tests. Tested: local linux/ changes h5committetest against 1.8 version
* [svn-r22019] Cleanup warnings from compilesAllen Byrne2012-03-024-52/+33
| | | | Tested: local linux
* [svn-r22012] Purpose:Jonathan Kim2012-03-013-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 callsAllen Byrne2012-02-291-1176/+235
| | | | | | HDFFV-7949 Tested: local linux and h5committest
* [svn-r22005] function calls must be after assignments on windowsAllen Byrne2012-02-291-5/+6
|
* [svn-r22004] Reduced warnings and fixed conflicts resulting from including ↵Allen Byrne2012-02-2819-176/+189
| | | | | | h5tools.h Tested: local linux
* [svn-r21994] Add tools_init to mainAllen Byrne2012-02-273-23/+34
|
* [svn-r21993] Add tools_init to mainAllen Byrne2012-02-271-0/+3
|
* [svn-r21991] Cleanup minor issues found during 518 mergeAllen Byrne2012-02-276-101/+11
|
* [svn-r21990] Tools library uses alais variables for stdout, stderr and tools ↵Allen Byrne2012-02-271-194/+192
| | | | | | library uses HDfprintf() functions. Tested: local linux, jam-pp
* [svn-r21988] Tools must call h5tools_init before command_line parsing or ↵Allen Byrne2012-02-271-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 Byrne2012-02-276-18/+17
| | | | | | gentests. Tested: local linux
* [svn-r21986] Updated haddr_t format for print of STORAGE_LAYOUT - linew 32 issueAllen Byrne2012-02-241-1/+1
|
* [svn-r21985] Tools must call h5tools_init before command_line parsing or ↵Allen Byrne2012-02-2414-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 toolsAllen Byrne2012-02-243-3/+3
| | | | Checked for HD support.
* [svn-r21983] Correct HD prefix in toolsAllen Byrne2012-02-242-3/+3
| | | | Checked for HD support.
* [svn-r21982] Correct HD prefix in tools for exitAllen Byrne2012-02-2413-52/+52
| | | | Checked for HD support.
* [svn-r21981] Correct HD prefix in tools for fprintfAllen Byrne2012-02-2410-685/+685
| | | | Checked for HD support.
* [svn-r21980] Correct HD prefix in tools for *allocAllen Byrne2012-02-249-33/+33
| | | | Checked for HD support.
* [svn-r21979] Correct HD prefix in tools for strlen and memcpyAllen Byrne2012-02-249-207/+207
| | | | Checked for HD support.
* [svn-r21978] undo HD prefixAllen Byrne2012-02-241-25/+25
|
* [svn-r21974] Update HSIZE_T print statements to use correct macro.Allen Byrne2012-02-2323-968/+968
| | | | | | Fix some more HD prefix issues in tools. Tested: local linux
* [svn-r21973] Correct limited reallocation on windows.Allen Byrne2012-02-231-9/+7
| | | | Tested: local linux, windows, h5committest
* [svn-r21972] Split append statement into two parts - linew hsize_t issueAllen Byrne2012-02-231-1/+2
|
* [svn-r21971] Correct HD prefixAllen Byrne2012-02-221-1/+1
|
* [svn-r21970] Added missing HD prefixAllen Byrne2012-02-221-12/+12
|
* [svn-r21969] Added missing HD prefixAllen Byrne2012-02-224-345/+338
| | | | Correct indentation
* [svn-r21968] Added missing HD prefixAllen Byrne2012-02-221-26/+26
|
* [svn-r21967] Checked all %lu references and corrected 2 that should have ↵Allen Byrne2012-02-223-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 Byrne2012-02-211-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 Byrne2012-02-202-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 Byrne2012-02-201-0/+1
| | | | to "le" version whitespace
* [svn-r21960] Fix unsigned long long format string in xml code.Allen Byrne2012-02-192-5/+4
| | | | | | Re-enable xml tests Tested: 32-bits
* [svn-r21959] SKIP h5dump XML until MaxDims issue is resolvedAllen Byrne2012-02-181-2/+3
|
* [svn-r21958] SKIP failing filter tests until compression values can be verifedAllen Byrne2012-02-181-35/+35
|
* [svn-r21957] Windows DLL macro missing on data in headerAllen Byrne2012-02-181-3/+3
|
* [svn-r21956] Windows DLL macro missing on functions in headerAllen Byrne2012-02-181-12/+12
|
* [svn-r21955] Missed bin/reconfigure on h5dump and tools/libAllen Byrne2012-02-183-9/+19
|
* [svn-r21953] HDDFV-7560: h5dump refactoringAllen Byrne2012-02-17122-11099/+22806
| | | | Tested: local linux
* [svn-r21952] HDFFV-5874: -c and -k subsettingAllen Byrne2012-02-173-292/+319
| | | | Tested:local linux
* [svn-r21942] Purpose:Jonathan Kim2012-02-141-4/+6
| | | | | | | | | | | Add shell script test case for HDFFV-7689 - h5dump fix. Description: support to add shell script test case for "HDFFV-7689 - h5dump with the -d option fails to display a dataset that has a "[" in the name." task. The svn commit for HDFFV-7689 was r21931. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
* [svn-r21934] Description:Quincey Koziol2012-02-131-27/+27
| | | | | | | | | Remove some leftover uses of the __FUNCTION__ macro, replacing them with FUNC macro, as used everywhere else. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel (too minor to require h5committest)
* [svn-r21931] HDFFV-7689 - could not not use a "[" character in a dataset name.Allen Byrne2012-02-1313-23/+57
| | | | | | A second problem also discovered was an if statement that should have comapered lengths of a string actually was comapring addreeses. Once thatt was fixed, The "[" character could be used but broke other functionality. Consultation with tools team resulted in the creation of a "--no-subset" option to disable interpretation of "[" character as a subsetting compact-form. This also eliminated and cleaned up the code containing the plomatic if statement. Tested: local linux and added test, CMake updated autotools test to be added next.
* [svn-r21902] Description:Jonathan Kim2012-01-301-3/+4
| | | | update a comment from buzilla# (1797) to jira# (2605). Also prevent conflict from merging source.
* [svn-r21897] Purpose:Jonathan Kim2012-01-261-63/+66
| | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5repack cmake test. Description: Update cmake script to clean up correctly. Revisit h5repack cmake test script updated from r21869. Tested: cmake test for Windows (32-LE) and jam (linux32-LE)
* [svn-r21890] Purpose:Jonathan Kim2012-01-244-11/+26
| | | | | | | | | | | | | | | | | Fix for HDFFV-7836 h5diff: displays error stack message for comparing the two dangling symlink with follow-symlinks option Description: While ago, to improve performance, skipping same object checking (h5tools_is_obj_same()) was added. However the checking function doesn't understand about the dangling link and caused the issue. Since handling dangling link code section already implemented, move the checking function after handling dangling-links to address the problem. Test was 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-r21874] Purpose:Jonathan Kim2012-01-115-56/+44
| | | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5copy tool. Description: Update cmake script to fetch test files from anywhere. Also keep the apperance similiar to shell script for better maintainance. some updated shell script. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
* [svn-r21872] Update a comment to make clear from the previous commit ↵Jonathan Kim2012-01-111-2/+3
| | | | (r21869) for HDFFV-7840.