summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add missing target root path, check other export macroAllen Byrne2019-07-171-21/+25
| |
| * HDFFV-10845 skip test if CMake command doesn't support ignore EOLAllen Byrne2019-07-171-14/+10
| |
| * HDFFV-10845 copy files with windows EOLAllen Byrne2019-07-171-4/+6
| |
| * HDFFV-10845 separate test used by copy windows filesAllen Byrne2019-07-171-1/+8
| |
| * HDFFV-10845 mingw needs special windows reference filesAllen Byrne2019-07-171-1/+1
| |
| * HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-1725-89/+175
| |
| * HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-172-9/+2
| |
* | Change print calls to HD-wrapped.Jacob Smith2019-09-232-61/+68
| | | | | | | | Minor formatting tweaks (inc. regressions and in-file style-matching).
* | Refactor h5repackgentest to have more modular internals, for easierJacob Smith2019-09-2321-131/+249
| | | | | | | | | | addition of new tests. Update manifest and test script for new hdf5 external-storage .h5 files.
* | Refactoring.Jacob Smith2019-07-291-79/+156
| |
* | Add copyright/disclaimer to repack gentest.Jacob Smith2019-07-222-36/+45
| | | | | | | | Minor formatting tweaks.
* | Merge branch 'develop' of ↵Jacob Smith2019-07-2241-454/+292
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * non-windows test must be skipped on windowsAllen Byrne2019-07-111-1/+3
| |
| * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-103-14/+20
| |\
| | * perf program can only be built on unix platformsAllen Byrne2019-07-081-13/+15
| | |
| | * Declaration needed for parallel standaloneAllen Byrne2019-07-081-0/+4
| | |
| | * HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-1/+1
| | |
| * | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-105-18/+26
| | | | | | | | | | | | to warning cleanups that are a bit obscure.
| * | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-052-0/+17
| |\ \ | | |/
| | * perf test is parallel onlyAllen Byrne2019-07-032-31/+17
| | |
| | * Add missing testAllen Byrne2019-07-032-0/+31
| | |
| * | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-037-34/+29
| |/
| * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-284-242/+5
| |\
| | * Merge pull request #1779 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-282-237/+0
| | |\ | | | | | | | | | | | | | | | | * commit '0405935654e2c3a8e414da6f66a46ab0ef7ef9ec': Remove unused code
| | | * Remove unused codeAllen Byrne2019-06-272-237/+0
| | | |
| | * | Merge pull request #1782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵Dana Robinson2019-06-281-4/+6
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '1c4101c6a77dd9223483dd9e3f7bec0f9e92f435': Fixed various warnings in testhdf5 files. Warning fixes: * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c
| | | * | Warning fixes:Dana Robinson2019-06-281-4/+6
| | | |/ | | | | | | | | | | | | | | | | | | | | * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c
| | * | Merge branch 'develop' of ↵Vailin Choi2019-06-263-0/+65
| | |\ \ | | | |/ | | | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm
| | * | Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-06-2421-149/+130
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
| | * | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-202-5/+5
| | | | |
| * | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-287-22/+22
| | |_|/ | |/| | | | | | | | | | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
| * | | Add test cleanupAllen Byrne2019-06-241-0/+5
| | | |
| * | | Need to shift off two argumentsAllen Byrne2019-06-241-0/+1
| | | |
| * | | HDFFV-9407 add autotools testAllen Byrne2019-06-241-0/+29
| | | |
| * | | HDFFV-9407 Add testAllen Byrne2019-06-242-0/+30
| | |/ | |/|
| * | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-225-0/+12
| |\ \
| | * | Add lib dir for testing pluginsAllen Byrne2019-06-215-0/+12
| | | |
| * | | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-219-82/+47
| |/ / | | | | | | | | | clean up warnings.
| * | Add missing fortran modsAllen Byrne2019-06-191-1/+1
| | |
| * | Cleanup possible CMake target conflictsAllen Byrne2019-06-196-66/+70
| |/
* | Minor formatting adjustments.Jacob Smith2019-07-223-24/+10
| |
* | Undo some formatting modifications.Jacob Smith2019-06-213-44/+40
| | | | | | | | Update MANIFEST.
* | Merge branch 'develop' into bugfix/repack_external_storageJacob Smith2019-06-2044-1016/+692
|\ \ | |/
| * HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-1839-375/+684
| | | | | | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
| * Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. TheyLarry Knox2019-06-142-227/+0
| | | | | | | | | | | | | | should always be built and installed whether tools are enabled or disabled. Also added Makefile.am to bin to build h5redeploy and to install and uninstall them. h5cc is created from h5cc.in by configure.
| * Modified Makefile.ams for h5repack, h5watch and gif2h5 to allowLarry Knox2019-06-123-413/+1
| | | | | | | | | | | | | | disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings.
| * Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-061-1/+7
| | | | | | | | is enabled for each.
* | Add forgotten files to include from h5repack testfiles for tests.Jacob Smith2019-06-201-0/+10
| |
* | Fix failing automated reporting.Jacob Smith2019-06-1915-24/+164
| | | | | | | | Add 8-bit big-endian testfile.
* | First pass at repack consolidating external storage if layout given.Jacob Smith2019-05-314-9/+20
| | | | | | | | Checks out manually, tests still complain.