summaryrefslogtreecommitdiffstats
path: root/tools/test/h5format_convert
Commit message (Collapse)AuthorAgeFilesLines
* Check in files generated by autogen.sh for hdf5_1_10_5 release branch.Larry Knox2019-02-161-0/+1472
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-139-18/+132
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-081-177/+180
|
* HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-221-21/+18
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
|
* Remove extra command lineAllen Byrne2017-10-181-1/+0
|
* Correct name of fileAllen Byrne2017-10-181-0/+0
|
* Add Mask test to scriptAllen Byrne2017-10-181-37/+100
|
* Correct name of err fileAllen Byrne2017-10-181-0/+1
|
* Fix format convert error mask testAllen Byrne2017-10-183-9/+65
|
* Fix tools error handling and valgrind issuesAllen Byrne2017-10-181-0/+7
|
* Cleanup cmake clean macrosAllen Byrne2017-10-031-5/+19
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-255-24/+27
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Final merge of page buffering branch to developQuincey Koziol2017-03-1434-32/+60
|
* Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-03-021-10/+10
|\ | | | | | | | | | | | | | | * 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-011-10/+10
| |
* | Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-021-2/+1
|/
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-131-0/+3
|\ | | | | | | | | * 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-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-112-1/+2
|\ \ | |/ | | | | | | | | | | * 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.
| * h5format_convert was not built (missing from subdirs in tools/src andlrknox2017-01-102-1/+2
| | | | | | | | | | tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-102-22/+22
|/
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-12/+9
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2752-0/+3064