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

Hdf5 merge issue 435 #460

Merged
merged 23 commits into from
Mar 10, 2021
Merged

Hdf5 merge issue 435 #460

merged 23 commits into from
Mar 10, 2021

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    bcaf211 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    9b9ef60 View commit details
    Browse the repository at this point in the history
  2. First cut of the H5 public API documentation. (#80)

    * First cut of the H5 public API documentation.
    
    * Added H5Z "bonus track."
    
    * Applied Quincey's patch.
    
    * Added the missing patches from Quincey's original patch.
    
    * H5PL (complete) and basic H5VL API documentation.
    
    * Added H5I API docs.
    
    * Added H5L API docs.
    
    * First installment from Elena's H5T batch.
    
    * Second installment of Elena's H5T batch.
    
    * Final installment of Elena's H5T batch.
    gheber authored and lrknox committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    7a78fd1 View commit details
    Browse the repository at this point in the history
  3. Full set of current H5F documentation. (#105)

    * First cut of the H5 public API documentation.
    
    * Added H5Z "bonus track."
    
    * Applied Quincey's patch.
    
    * Added the missing patches from Quincey's original patch.
    
    * H5PL (complete) and basic H5VL API documentation.
    
    * Added H5I API docs.
    
    * Added H5L API docs.
    
    * First installment from Elena's H5T batch.
    
    * Second installment of Elena's H5T batch.
    
    * Final installment of Elena's H5T batch.
    
    * Migrated documentation for SWMR functions.
    
    * Catching up on MDC functions.
    
    * Integrated the H5F MDC function documentation.
    
    * Added MDC and parallel H5F functions.
    
    * Slightly updated main page.
    
    * Added doxygen/dox/H5AC_cache_config_t.dox to MANIFEST.
    gheber authored and lrknox committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ba77da0 View commit details
    Browse the repository at this point in the history
  4. Doxygen - added (mostly) beginner functions (#112)

    * Doxygen - added (mostly) beginner functions
    
    * Removed duplicate H5Pset_szip function
    bljhdf authored and lrknox committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    3c0394b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3360ebd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    5be0fe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    a1ec23d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    0937643 View commit details
    Browse the repository at this point in the history
  2. close #195. (#196)

    * Update HDF5PluginMacros.cmake
    
    * Update HDF5PluginMacros.cmake
    hyoklee authored and lrknox committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    93f4ce1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    d9fcbec View commit details
    Browse the repository at this point in the history
  2. Avoid aligned access for references by decoding into temporary buffer…

    … and then copying the result into the actual buffer. Update test to be more thorough with using compound datatype fields everywhere. (#206)
    qkoziol authored and lrknox committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    16ca6d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    acfe570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf801c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Configuration menu
    Copy the full SHA
    3736bd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    dbc345b View commit details
    Browse the repository at this point in the history
  2. Fix undefined left shifting of negative numbers (#338)

    Undefined Bahavior Sanitizer errored here about left shifting negative numbers.
    seanm authored and lrknox committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    3af66dd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    67d2ada View commit details
    Browse the repository at this point in the history
  2. Fixes various warnings noticed on Windows (#425)

    * Fixes various warnings noticed on Windows
    
    - Adds a prototype for our implementation of vasprintf
    - Return type of H5_get_utf16_str() is now non-const
    - Fixes possible uninitialized return type in Wremove_utf8
    - Better isolation of fork() code in accum.c:test_swmr_write_big()
    - Better isolation of non-zlib code in dsets.c:test_filter_delete()
    - Removed unused variable in trefer.c:test_reference_cmpnd_obj()
    
    * Fixes clang-format issues
    derobins authored and lrknox committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    febde7c View commit details
    Browse the repository at this point in the history
  3. Fixed clang-tidy readability-misleading-indentation warnings (#427)

    * Fixed clang-tidy readability-misleading-indentation warnings
    
    * Reformatted src/H5Zscaleoffset.c with clang v10.0.1.
    
    Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
    seanm and lrknox committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d78f08d View commit details
    Browse the repository at this point in the history
  4. Fixed clang-tidy readability-redundant-control-flow warnings (#428)

    * Fixed clang-tidy readability-redundant-control-flow warnings
    
    Just removed useless trailing return statements.
    
    * Removed blank lines from h5diffgentest.c with clang-format v10.0.1.
    
    Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
    seanm and lrknox committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    2edc3e4 View commit details
    Browse the repository at this point in the history
  5. Removed bad function pointer casts (#434)

    * Removed bad function pointer casts
    
    In one case fixed the actual function signature to be correct.
    
    * Reformat source with clang v10.0.1.
    
    Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
    seanm and lrknox committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1d39711 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d0980b View commit details
    Browse the repository at this point in the history