summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r30194] Convert usage function to use standard tools macros.Allen Byrne2016-07-183-63/+64
|
* [svn-r30192] Correct random code inserted in usage text.Allen Byrne2016-07-181-5/+2
|
* [svn-r30189] Description:Quincey Koziol2016-07-1814-239/+236
| | | | | | | | | Clean up more warnings: drop the warning count from ~1310 down to ~940, with only 31 types of warnings in 148 files (down from 38 types in 167 files). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30161] Description:Quincey Koziol2016-07-071-1/+1
| | | | | | | | Switch from atoll to strtoull, to make VS2012 happy. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30113] Description:Quincey Koziol2016-06-2825-4429/+3955
| | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30095] Description:Quincey Koziol2016-06-1922-60/+64
| | | | | | | | Bring over fixes for CMake testing from the revise_chunks branch Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30075] Description:Quincey Koziol2016-06-1414-71/+656
| | | | | | | | | | Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30058] Correct typo in compile scripts that causes dropping of ↵Larry Knox2016-06-081-1/+1
| | | | | | filename in -o outfile. Addresses HDFFV-9530 and HDFFV-9938.
* [svn-r30020] Description:Quincey Koziol2016-06-061-2/+10
| | | | | | | | | | Bring r29992 from revise_chunks branch to trunk: Turn off error reporting for h5debug and hdf2gif. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton (h5committest forthcoming)
* [svn-r29975] Description:Quincey Koziol2016-05-301-117/+119
| | | | | | | | | | Bring r29909 from revise_chunks to trunk: Cleaned up "conflicts with C++ keyword" warnings. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29969] Description:Quincey Koziol2016-05-295-1/+170
| | | | | | | | | | | Bring r29934 from revise_chunks branch to trunk: (1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit. (2) Modifications to better handle error recovery when conversion by h5format_convert fails. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29956] Removed tools/h5format_convert/Makefile.in.Dana Robinson2016-05-241-1502/+0
|
* [svn-r29924] Description:Quincey Koziol2016-05-1251-1/+4384
| | | | | | | | Bring h5format_convert tool from revise_chunks branch to trunk. Tested on: MacoSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29889] HDFFV-9775: Add enable-error-stack to tools lib and refactor ↵Allen Byrne2016-05-0410-700/+755
| | | | h5repack error handling.
* [svn-r29887] Add missing testfiles for h5repackAllen Byrne2016-05-042-0/+51
|
* [svn-r29885] Fix memory leak when one dataset is vlen.Allen Byrne2016-05-041-229/+241
|
* [svn-r29884] VDS correction for get_space_status, with test change.Allen Byrne2016-05-049-140/+684
| | | | | Add new files for repack tests. Add repack tests for VDS files.
* [svn-r29883] Convert import test script to standard used by other test scripts.Allen Byrne2016-05-041-19/+25
|
* [svn-r29881] Add include guards.Allen Byrne2016-05-044-18/+38
| | | | Remove unnecessary includes.
* [svn-r29868] Add/convert most tools to use new HDF5_TOOLS_DIR instead of ↵Allen Byrne2016-05-041-1/+1
| | | | HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29867] CMake whitespace cleanupAllen Byrne2016-05-045-71/+71
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-0416-530/+530
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29779] Description:Quincey Koziol2016-04-2411-4/+449
| | | | | | | | Bring over some of the tool testing for the new chunk indices. Tested on: MacOSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29745] HDFFV-9767Scot Breitenfeld2016-04-191-5/+5
| | | | | | h5perf output; should be MB not MBs FIX: changed output text from MBs to MB and KBs to KB
* [svn-r29714] Description:Quincey Koziol2016-04-161-5/+1
| | | | | | | | | Switch to use internal DXPL ID, to align with recent changes within the library. Tested on: MacOSX/64 10.11.4 (amazon) w/serial & parallel (Too minor to require h5committest)
* [svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-112-20/+0
| | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. remove h5repack fix ddl files needed when h5repack VDS fix is implemented.
* [svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-111-4/+6
| | | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed. Additional tests to be skipped
* [svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-115-44/+203
| | | | | | failing. h5diff does not consider the layout type when comparing datasets. SKIP h5repack VDS tests until h5repack is fixed.
* [svn-r29678] Revert r29672 changes to h5diff.Larry Knox2016-04-093-35/+10
| | | | Tested h5committest.new
* [svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ↵Allen Byrne2016-04-083-10/+35
| | | | failing. h5diff does not consider the layout type when comparing datasets.
* [svn-r29665] Added new chunk index types to h5debug.Dana Robinson2016-04-071-2/+50
| | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 Autotools serial
* [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-319-18/+21
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
* [svn-r29537] Added "latest format" tests to h5copy and h5repack from ↵Dana Robinson2016-03-2327-79/+655
| | | | | | | | revise_chunks. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial cmake serial
* [svn-r29534] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-236-6/+13
| | | | | | | | | tools directory Also fixes a minor Java test output error. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
* [svn-r29482] Switched a few Visual Studio #ifdefs to Win32Dana Robinson2016-03-211-6/+6
| | | | Tested on 64-bit Win10 w/ VS 2015 Pro
* [svn-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-0411-72/+473
|
* [svn-r29262] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0Allen Byrne2016-03-033-21/+21
|
* [svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0Allen Byrne2016-03-0316-23/+33
|
* [svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option.Allen Byrne2016-03-039-9/+9
|
* [svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time ↵Allen Byrne2016-03-039-205/+160
| | | | info for VDS files
* [svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN supportAllen Byrne2016-02-292-20/+5
|
* [svn-r29222] HDFFV-9570: Fix segfault when optional args are last option on ↵Allen Byrne2016-02-281-23/+28
| | | | | | command line. Tested: java_merge DT
* [svn-r29186] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-2329-139/+1244
| | | | includes new data files
* [svn-r29179] Revert of 29177 which breaks the autotools build.Dana Robinson2016-02-2216-257/+139
| | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
* [svn-r29177] HDFFV-9654: add VDS options to h5dumpAllen Byrne2016-02-2216-139/+257
|
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective ↵Mohamad Chaarawi2016-02-101-23/+23
| | | | | | | | metadata optimizations. - rename H5AC_dxpl_id to H5AC_ind_read_dxpl_id and update all usage in the library tested on bb-8 with parallel and serial.
* [svn-r29057] added dxpl type checking when debug mode is enabled ↵Mohamad Chaarawi2016-02-071-23/+23
| | | | | | (H5_DEBUG_BUILD) tested on bb-8 with Serial and Parallel, debug and production builds.
* [svn-r28918] Description:Quincey Koziol2016-01-152-2/+2
| | | | | | | | | I missed changes to a couple of expected error output files with the last checkin. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28885] Change TOOLTEST5 to TOOLTEST3, which does not post-process the ↵Allen Byrne2016-01-131-1/+1
| | | | files.
* [svn-r28868] HDFFV-9639: autotools script updateAllen Byrne2016-01-121-30/+35
|