summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-9994 - correct reference fileAllen Byrne2017-01-171-20/+26
|
* HDFFV-9994 add UD tests for toolsAllen Byrne2017-01-1718-2/+691
|
* Add goto error for dataset read failure. Fixed commentsAllen Byrne2017-01-172-84/+87
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-134-2/+20
|\ | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
| * tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-134-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-117-20/+26
|\ \ | |/ | | | | | | | | | | * commit '8b4c9f848d63351c85cab3a5b2034f8e7e1a29db': h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean. Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean. Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
| * Merge pull request #245 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-01-117-20/+26
| |\ | | | | | | | | | | | | | | | * commit '630d668954f56f5138f2bffe3994e2c1da2e3f5c': h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean. Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean.
| | * h5format_convert was not built (missing from subdirs in tools/src andlrknox2017-01-105-4/+9
| | | | | | | | | | | | | | | tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
| | * Create h5repack convenience library for common code used by h5repacklrknox2017-01-102-16/+17
| | | | | | | | | | | | | | | | | | tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean".
* | | HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-112-11/+114
| | | | | | | | | Also converted tests to use macros
* | | Update cmake min version and cmake command conventionAllen Byrne2017-01-1041-355/+355
|/ /
* | Split VDS files into a separate listAllen Byrne2017-01-101-37/+40
|/
* Corrected return calls from main()Allen Byrne2017-01-051-5/+4
|
* Corrected return callsAllen Byrne2017-01-052-10/+6
|
* Fix valgrind memory leakAllen Byrne2017-01-051-28/+30
|
* Clean up valgrind memory leakAllen Byrne2017-01-051-14/+16
|
* HDFFV-10053: add check for zlib support before running testAllen Byrne2016-12-162-29/+51
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-1124-20/+813
|
* Merge pull request #48 in HDFFV/hdf5 from ↵Dana Robinson2016-12-071-1/+1
|\ | | | | | | | | | | | | | | | | HDFFV-9407-h5dump-fails-to-print-full-precision to develop Merged Kimmy's fix (still needs a test). * commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38': fix the issue of h5dump fails to print full precision
| * fix the issue of h5dump fails to print full precisionkmu2016-09-271-1/+1
| |
* | Repair comment chars to C styleAllen Byrne2016-11-171-68/+68
| |
* | Correct name of listAllen Byrne2016-11-091-11/+11
| |
* | Factor out pathAllen Byrne2016-11-091-10/+9
| |
* | On windows there could be a conflict when two processes try to read theAllen Byrne2016-11-091-1/+13
| | | | | | same file
* | Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-062-78/+70
| |
* | Fix mktarball errors with ManifestAllen Byrne2016-11-041-318/+0
| |
* | Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrappingQuincey Koziol2016-11-032-132/+132
| | | | | | | | in tools code.
* | Fix parallel h5diff option of tool locationAllen Byrne2016-11-021-2/+2
| |
* | minor cleanup to utils definesAllen Byrne2016-11-012-5/+2
| |
* | Add util programs for testsAllen Byrne2016-11-011-0/+8
| |
* | Correct test command lineAllen Byrne2016-11-011-3/+3
| |
* | refactor repart test to use test dirAllen Byrne2016-11-011-7/+80
| |
* | Re-merge HDFFV-9942 to new folder structureAllen Byrne2016-10-276-46/+420
| |
* | Correct dir referenceAllen Byrne2016-10-271-1/+1
| |
* | Split tools code - remove old changeAllen Byrne2016-10-273-276/+0
| |
* | Split tools into src and test - add foldersAllen Byrne2016-10-27636-0/+115683
| |
* | Split tools into src and test - remove foldersAllen Byrne2016-10-27608-114958/+0
| |
* | Split the code into src and testAllen Byrne2016-10-272-37/+11
| |
* | Merge pull request #3 in ~BYRN/hdf5_adb from ↵Allen Byrne2016-10-216-46/+420
|\ \ | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-9942-verify-standalone-perform to develop * commit '9a4ac501c1bd1f27bde1fc2acbc67bed74ff38ff': Add defines missing on OSX Merge includes from sio file
| * | Add defines missing on OSXAllen Byrne2016-10-212-0/+10
| | |
| * | Merge includes from sio fileAllen Byrne2016-10-195-46/+410
| | |
* | | Change return statement format.Allen Byrne2016-10-211-31/+19
| | |
* | | remove unneeded definesAllen Byrne2016-10-211-13/+2
|/ /
* | Add new testlib to copyAllen Byrne2016-10-191-0/+6
| |
* | Correct multiple lib settingAllen Byrne2016-10-181-2/+1
| |
* | HDFFV-9996: Test file to verify that that multiple params are parsedAllen Byrne2016-10-187-22/+335
| |
* | Add missing EXPORT tag in INSTALL commandAllen Byrne2016-10-1710-0/+22
| |
* | Remove test only tools from exportsAllen Byrne2016-10-141-2/+0
| |
* | Fix typoAllen Byrne2016-10-141-1/+1
| |
* | Add support for namespace and add tools to binaries configAllen Byrne2016-10-1411-5/+22
| |