summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* Update configure and Makefile.ins after bin/reconfigure.Larry Knox2020-06-221-1/+2
|
* Fix ifort warning flag.Larry Knox2020-05-041-0/+3
| | | | | | | | Restore AC_DEFUN([PAC_PROG_FC_DEFAULT_REALisDBLE] in m4/aclocal_fc.m4. Add --enable-symbols, --enable-profiling, and --enable-optimization options to autotools configure; all configure flags for --enable-production and --disable-production should match HDF5 1.10 and 1.12 production and debug default flags.
* Update to use optimization flags, C++ error flags, and correctLarry Knox2020-04-301-0/+2
| | | | libhdf5.settings.in to remove unworkable changes.
* Autotools reconfigure updateAllen Byrne2020-03-311-1/+3
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-311-0/+4
|
* Remove unneeded filesAllen Byrne2020-03-112-52/+0
|
* h5dump reg ref chnages has no error fileAllen Byrne2020-03-093-33/+6
|
* Correct grep text for filter testAllen Byrne2020-03-061-3/+3
|
* Fix CMake compare commandsAllen Byrne2020-03-051-30/+24
|
* Correct test script for errstackAllen Byrne2020-03-041-7/+80
|
* Merge changes from other branchesAllen Byrne2020-02-294-228/+66
|
* HDFFV-11012, sanitize, warnings and tools idsAllen Byrne2020-02-115-144/+109
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-201-4/+6
|
* Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-101-2/+2
| | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-102-12/+12
| | | | | | | | | | | | | | | | | | | | | | 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
* HDFFV-10903 adjust for missing functionsAllen Byrne2019-10-081-1/+1
|
* Ran bin/reconfigurebyrn2019-10-071-0/+3
|
* More whitespace changesAllen Byrne2019-10-031-165/+51
|
* HDFFV-10903 merge S3 from devAllen Byrne2019-09-235-164/+323
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-281-4/+5
| | | | bin/reconfigur.
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-224-24/+24
|
* Fix fortran SHARED issues from mergeAllen Byrne2019-08-071-1/+1
|
* Correct merge issues with VFD testsAllen Byrne2019-08-073-6/+107
|
* Correct test issues from mergeAllen Byrne2019-07-281-2/+1
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-275-841/+174
|
* Reconfigured autoconf filesdpopat2019-07-192-15/+23
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-161-2/+7
|
* Merge in CMake changes from developAllen Byrne2019-04-043-17/+17
|
* CMake updates and mergesAllen Byrne2019-01-252-12/+0
|
* Fix target files for commandsAllen Byrne2018-11-091-2/+2
|
* Correct cmake variableAllen Byrne2018-11-091-2/+2
|
* TRILABS-81 coverity tools fixesAllen Byrne2018-11-095-42/+44
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-023-18/+17
|
* HDFFV-10444 fix so numbersAllen Byrne2018-04-101-1/+1
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* HDFFV-10384 merge from developAllen Byrne2018-02-191-15/+18
|
* HDFFVC-10396 merge from developAllen Byrne2018-01-262-205/+0
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-221-3/+0
|
* HDFFV-8745 merge h5diff attribute fixAllen Byrne2018-01-111-4/+3
|
* Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-041-22/+56
| | | | Propagate changes to Makefile.ins with bin/reconfigure.
* Fix VS2012,2008 declaration statementsAllen Byrne2017-10-121-11/+19
|
* HDFFV-10297 merge from developAllen Byrne2017-10-114-26/+103
| | | Also cleaned up some other non-merged changes
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-09-063-413/+432
|
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-252-99/+67
|\ | | | | | | into hdf5_1_8
| * Put back link targets for dynamically loaded libraries in Makefile.amslrknox2017-06-152-4/+13
| | | | | | | | | | | | that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-142-18/+12
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-122-91/+56
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
* | HDFFV-10188 merge fix and tests from developAllen Byrne2017-08-236-23/+76
| |
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-043-6/+16
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * | HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-023-6/+16
| |/ | | | | Merge from develop