summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Switch from HDatoll to HDstrtoll, for Windows compatibility.Quincey Koziol2017-03-161-1/+1
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-1489-863/+1978
|
* Correct result code for strings testAllen Byrne2017-03-031-4/+4
|
* Add extension to filenameAllen Byrne2017-03-031-4/+4
|
* HDFFV-10128 fix string compare and add testsAllen Byrne2017-03-0310-60/+353
|
* Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-0217-177/+191
|\ | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
| * Update CMake files and formattingAllen Byrne2017-03-0116-136/+137
| |
| * HDFFV-10120 verify nozlib checking with tools testsAllen Byrne2017-03-011-41/+54
| |
* | Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-2/+1
|/
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-202-68/+68
|
* Fix parallel h5diff test comapareAllen Byrne2017-02-141-4/+5
|
* Set depends test dependency for parallel h5diffAllen Byrne2017-02-141-0/+4
|
* Clean up whitespaceQuincey Koziol2017-02-078-245/+218
|
* HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-031-1/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-0211-110/+126
|
* HDFFV-10123 fix shared nameAllen Byrne2017-02-011-1/+1
|
* HDFFV-10123 Add SHARED toolsAllen Byrne2017-02-014-11/+64
|
* HDFFV-10046 add shared versions of tools for plugin filtersAllen Byrne2017-01-312-4/+23
|
* HDFFV-10046 build a shared version of h5repack tool for pluginsAllen Byrne2017-01-311-2/+13
|
* Additional minor changes from revise_chunks->develop.Dana Robinson2017-01-273-14/+65
|
* HDFFV-10046 Fix windows parse errorAllen Byrne2017-01-242-199/+200
|
* HDFFV-10112 correct form of commentsAllen Byrne2017-01-231-3/+3
|
* HDFFV-10118 fix dataAllen Byrne2017-01-201-6/+15
|
* HDFFV-10118 change h5ls to not display extra infoAllen Byrne2017-01-203-24/+8
|
* HDFFV-10118 fixed plugin tests for toolsAllen Byrne2017-01-2011-118/+123
|
* Fix script varnamesAllen Byrne2017-01-181-15/+3
|
* Chnage test dir to avoid parallel test collisionsAllen Byrne2017-01-183-8/+10
|
* Add autotools version of plugin tests for UD filtersAllen Byrne2017-01-176-1/+866
|
* HDFFV-9994 add h5ls reference file to copyAllen Byrne2017-01-171-0/+1
|
* 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
| |