Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge3 839 hdf5 1 12 #907

Merged
merged 14 commits into from
Aug 13, 2021
Merged

Merge3 839 hdf5 1 12 #907

merged 14 commits into from
Aug 13, 2021

Commits on Aug 13, 2021

  1. Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)

    * Reorganization of C and POSIX headers in H5public.h & H5private.h
    
    Consolidated and removed duplicates
    
    * It turns out Windows has sys/types.h
    
    Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
    derobins and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1c422dc View commit details
    Browse the repository at this point in the history
  2. Brings the tools getopt(3) replacement into the main library (#803)

    * Moves get_option from the tools library to the C library
    
    * Adds H5 prefix to get_option call and variables
    
    * Renames the H5_get_option long options struct and enum
    derobins authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    9f2019b View commit details
    Browse the repository at this point in the history
  3. Remove version-check for relnum in H5check. (#812)

    * Remove version-check for relnum in H5check.
    
    * Add in release exception code check
    
    * Fix typos
    
    * Fix more typos
    
    * Rework comments
    
    * format change
    
    * format whitespace
    
    * Library version must be less than or equal to headers
    
    * Need the NOT version of the compare
    
    * Enable release+1 check for PASS
    
    * Add release note
    
    * Update note
    byrnHDF authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    dd62956 View commit details
    Browse the repository at this point in the history
  4. Remove checks for winsock2.h (#813)

    This is only needed on Windows and always available, so there's no need
    to check for it.
    derobins authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    9485d00 View commit details
    Browse the repository at this point in the history
  5. Removes develop header cruft (#828)

    derobins authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    9306a4b View commit details
    Browse the repository at this point in the history
  6. OESS-168:Remove implicit conversion warnings. (#829)

    * OESS-168:Remove implicit conversion increases floating-point precision warnings.
    
    * OESS-168:Remove clang warnings.
    hyoklee authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    0f2075d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe0f64a View commit details
    Browse the repository at this point in the history
  8. Perform option arg variables (#834)

    * Correct option name
    
    * Undo accidental commit
    
    * Note LLVM 10 to 11 format default changes
    
    * Update format plugin
    
    * Undo clang-format version 11 changes
    
    * One more correction
    
    * Update supported platforms
    
    * Revert whitespace changes
    
    * Correct whitespace
    
    * Changes from PR#3
    
    * HDFFV-11213 added option to control gcc10 warnings diagnostics
    
    * HDFFV-11212 Use the new references correctly in JNI utility and tests
    
    * format source
    
    * Fix typo
    
    * Add new test file
    
    * HDFFV-11212 - update test and remove unused arg
    
    * Minor non-space formatting changes
    
    * Use H5I_INVALID_ID instead of "-1"
    
    * source formatting
    
    * add missing testfile, update jni function
    
    * Undo commit of debug code
    
    * remove mislocated file
    
    * Fix h5repack test for handling of fapls and id close
    
    * Update h5diff test files usage text
    
    * HDFFV-11212 add new ref tests for JNI export dataset
    
    * src format update
    
    * Remove blank line typo
    
    * src format typo
    
    * long double requires %Lg
    
    * Another long double foramt specifer S.B. %Lg
    
    * issue with t128bit test
    
    * Windows issue with h5dump and type.
    
    * Fix review issues
    
    * refactor function nesting and fix error checks
    
    * format fixes
    
    * Remove untested functions and javadoc quiet comments
    
    * Restore TRY block.
    
    * Change string append errors to memory exception
    
    * revert to H5_JNI_FATAL_ERROR - support functions need work
    
    * Add assertion error for h5util functions
    
    * remove duplicate function
    
    * format fix
    
    * Revert HD function error handling
    
    * Update copyright comments
    
    * GH #386 java folder copyright corrections
    
    * Whitespace
    
    * GH #359 implement and fix tools 1.6 API usage
    
    * remove excessive comments
    
    * Flip inits to correct ifdef section
    
    * rework ifdef to be simpler
    
    * format issue
    
    * Reformat ifdef inits
    
    * remove static attribute
    
    * format compliance
    
    * Update names
    
    * Revert because logic relies on float not being int
    
    * Changes noticed from creating merge of #412
    
    * Double underscore change
    
    * Correct compiler version variable used
    
    * Remove header guard underscores
    
    * Whitespace cleanup
    
    * Split format source and commit changes on repo push
    
    * remove pre-split setting
    
    * Change windows TS to use older VS.
    
    * correct window os name
    
    * HDFFV-11212 JNI export util and Javadoc
    
    * Suggested review changes
    
    * Another change found
    
    * Committing clang-format changes
    
    * HDFFV-11113 long double in tools
    
    * HDFFV-11113 add note
    
    * Disable long double tests for now
    
    * HDFFV-11228 remove arbitrary CMake warning groups.
    
    * Make each flag a string
    
    * Some Javadoc warning fixes
    
    * Updated javadoc fixes
    
    * # WARNING: head commit changed in the meantime
    
    HDFFV-11229 Fix long double usage in tools and java
    
    Changed h5dump and h5ls to just print 128-bit for long double type.
    Added test and file for dataset and attributes with all three float
    types.
    
    * Committing clang-format changes
    
    * HDFFV-11229 Add release note
    
    * HDFFV-11229 windows testfile needed
    
    * fix typo
    
    * Remove non supported message text
    
    * HDFFV-11229 - change ldouble test to check both native and general
    
    * HDFFV-11229 add second file compare
    
    * HDFFV-11229 fix reference file
    
    * HDFFV-11229 autotools check two refs
    
    * HDFFV-11229 revert back to removal of NATIVE_LDOUBLE in tools output
    
    * Committing clang-format changes
    
    * Update release note
    
    * Update attribute type of ref file
    
    * Change source of ninja for macs
    
    * try port instead of brew
    
    * Recommended is to use brew.
    
    * Undo non long double changes
    
    * remove unneeded file
    
    * Fix perl and doxygen CMake code
    
    * Add "option" command for clang options
    
    * Rework CMake add_custom to use the BYPRODUCTS argument
    
    * Add stamp files to BYPRODUCTS
    
    * Only one copy of file exists
    
    * Fix custom cmmand depends targets
    
    * Fix fortran custom command DEPENDS
    
    * Add LD_LIBRARY_PATH to tests
    
    * Add custom target for DEPENDS
    
    * Add h5detect conditionaly to generated target DEPENDS
    
    * Correct DEPENDS targets
    
    * Parallel builds need the mpi compiler for pkgconfig scripts.
    
    * install only if MPI build
    
    * Fortran target depends
    
    * Remove incorrect source attribute
    
    * doxygen adjustments
    
    * doxygen build updates
    
    * Correct version
    
    * Correct function version - function has been merged to 1.12
    
    * Correct version string for map functions
    
    * Cleanup warnings for tools debug builds
    
    * TRILAB-227 - fix indexing for h5diff selections
    
    * Correct location of pos to index function call
    
    * TRILAB-227 Enable test
    
    * Quote subset args
    
    * Use MATCHES because of AppleClang
    
    * if blocks needed for build modes
    
    * Update list of DT platforms
    
    * VS2019 correctly displays float values
    
    * revert VS2019 change
    
    * Issue #669 remove version from pkgcfg filename
    
    * remove version from h5cc script
    
    * Java reference functions updated
    
    enabled fortran in cmake gcc action yaml file
    java reference test changed to correctly test refs
    jni reference functions that create ids changed to use jni id logging
    
    * Correct BYPRODUCTS argument
    
    * Correct more genereated files BYPRODUCTS
    
    * BYPRODUCTS must have unique locations
    
    * Fix typo
    
    * Fix fortran configure checks
    
    * Rework H5_PAC_C_MAX_REAL_PRECISION setting logic
    
    * Add note about fortran configure change
    
    * Adds a quick for for some egregious chunk_info badness (#722)
    
    * Fixes issue with ccmake that prevents building Fortran (#723)
    
    ccmake runs iteratively, and the check_fortran_source_runs
    macros were clobbering a single output file that did not
    get updated on further configure iterations
    
    * Fix conflicts with merge
    
    * Move MAX_PRECISION back to HDF5UseFortran.cmake
    
    * Use STREQUAL to test macro argument
    
    * Move C language test to ConfigureChecks from HDF5UseFortran
    
    * MAX_PRECISION defines must be defined
    
    * Organize flags and align autotools and cmake
    
    * Fix comment in no-error-general warnings files.
    
    * Flag cleanup and fix typos
    
    * Add comment
    
    * Correct VAR used to find configure time file
    
    * Set the path correctly
    
    * Update missing release note info.
    
    * Update code owners
    
    * Correct JIRA note
    
    * add known problem.
    
    * Use only core library for testing dynamic plugins.
    
    * Fix static perform tools compile for arg options
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
    3 people authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    79a276b View commit details
    Browse the repository at this point in the history
  9. OESS-168:Remove clang warnings. (#835)

    * OESS-168:Remove implicit conversion increases floating-point precision warnings.
    
    * OESS-168:Remove clang warnings.
    
    * OESS-168:Remove clang warnings.
    
    * Committing clang-format changes
    
    * OESS-168:Remove clang warnings.
    
    * Committing clang-format changes
    
    * OESS-168:Remove clang warning.
    
    * OESS-168:Remove clang warnings.
    
    * OESS-168:Address @byrnHDF review.
    
    * Remove line added to generated hl/src/H5LTanalyze.c file.
    Issue #854 created for creating a fix.
    
    * Remove extra whitespace from H5LTanalyze.c.
    
    * Remove extra blank line.
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
    3 people committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1cc3991 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2521b1c View commit details
    Browse the repository at this point in the history
  11. Updates a comment in H5mpi.c (#863)

    MPI_Type_struct() is an MPI-1 call we no longer use.
    derobins authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    0f5c371 View commit details
    Browse the repository at this point in the history
  12. Unsigned comparison to 0 warning avoidance (#869)

    * Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid
    warning that unsigned comparison < 0 is always false, which is known,
            but for later versions the comparison can possibly be true.
    
    * Better solution for avoiding warning that unsigned comparison < 0.
    lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    09046a6 View commit details
    Browse the repository at this point in the history
  13. Updates the RELEASE.txt file with a note about the variable-length fi…

    …ll (#871)
    
    value issue. A fix is in progress, but it might be a while before
    we have time to finish it up.
    derobins authored and lrknox committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    7a13f22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    527f364 View commit details
    Browse the repository at this point in the history