summaryrefslogtreecommitdiffstats
path: root/hl/tools
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 - merge changes from developAllen Byrne2020-04-072-0/+9
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-233-3/+3
|
* Merge changes from develop to fix various issuesAllen Byrne2020-01-302-20/+8
|
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-241-1/+1
|\ | | | | | | | | | | | | * commit '48cc850199901c5b67a40183262f4ead975b884f': fix test assert fail error Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
* | Improved CMake options for testsAllen Byrne2020-01-192-4/+8
|/
* In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2019-12-191-1/+1
| | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
* Change defines to not conflict with windowsAllen Byrne2019-12-118-180/+187
|
* Correct assignmentAllen Byrne2019-12-101-1/+1
|
* Fix h5watch faultAllen Byrne2019-12-101-10/+11
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-091-70/+70
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-15/+38
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-173-7/+10
|
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-1/+2
|
* HDFFV-10805 cleanup examples and test codeAllen Byrne2019-06-202-8/+20
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-183-33/+91
| | | | | 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
* Modified Makefile.ams for h5repack, h5watch and gif2h5 to allowLarry Knox2019-06-122-17/+22
| | | | | | | 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.
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-20/+12
|
* HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-12/+20
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-1/+1
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-061-36/+83
|
* Need nonexistent file to skip stdout compareAllen Byrne2018-12-051-1/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-0312-28/+40
|
* TRILAB-81 coverity fixesAllen Byrne2018-10-171-1/+1
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-1/+1
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-092-7/+7
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-262-21/+21
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-203-3/+3
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-9/+5
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-172-3/+5
|
* Change CMake min to 3.10Allen Byrne2018-03-093-3/+3
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-273-3/+3
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-2/+2
|
* Merge branch 'develop' of ↵lrknox2018-01-302-7/+0
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * HDFFV-10385 rework java namesAllen Byrne2018-01-172-7/+0
| |
* | Increase maximum number of retries to 30 for h5watch tests.lrknox2018-01-301-1/+1
|/
* Increase maximum number of retries for h5watch tests.lrknox2017-12-241-1/+1
|
* Minor warning fixesDana Robinson2017-11-151-0/+1
|
* Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-021-1/+1
|
* HDFF-10254 - Copy test files with macro to avoid POST_BUILD failureAllen Byrne2017-07-121-9/+2
|
* Minor type fixes to h5watch.Dana Robinson2017-05-252-19/+19
|
* Fixed many minor warnings.Dana Robinson2017-05-251-30/+30
|
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-2/+2
|
* HDFFV-10186 more whitespace formattingAllen Byrne2017-05-101-3/+3
|
* HDFFV-10186 Whitespace changeAllen Byrne2017-05-091-3/+3
| | | | Mostly tabs to spaces Remove Modifications comments
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2521-115/+98
| | | | | | | | | | 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.
* Fix for HDFFV-10166 h5watch tests fail randomly to match expected output filesVailin Choi2017-04-2124-867/+508
| | | | | (1) Re-structure tests to do one "extend" action at a time (2) Re-try test till max limit before final failure
* Switch to using flag in signal handler, to trigger dropping out of main loopQuincey Koziol2017-04-031-4/+5
| | | | and shutdown cleanly, instead of calling leave() from the signal handler.
* Stop skipping h5watch tests.lrknox2017-03-241-3/+3
|
* Update CMake files and formattingAllen Byrne2017-03-011-36/+22
|