| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bugfix/HDFFV-10813-swmr-test-fails-on-jelly-with
* commit '3a504899eef1a66031c6f52623c24bb4e51ca51e':
Correct name of folder
Mostly whitespace in testpar, addl changes for tmp dir
Whitespace cleanup
Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls.
Some refactoring prior to implementing new H5P MPI functions. * Macro cleanup and obvious warning fixes in parallel code. * Moved H5FD comm and info dup/free wrapper code to a new H5mpi.c file and separated it to deal with each MPI type separately.
Fix compiler warnings with diabled ROS3 and HDFS VFDs. Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example.
Changed the directory name left out from the previous commit.
Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.
Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter
HDFFV-10879 fix test varname
|
| |
| |
| |
| | |
Fix app_ref_count from being incremented when private routines are used
|
|/
|
|
| |
with PGI/19.
|
| |
|
|
|
|
| |
with tests and minor cleanups and refactorings.
|
|
|
|
| |
to warning cleanups that are a bit obscure.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
clean up warnings.
|
|/ |
|
| |
|
|
|
|
|
|
| |
in tfile.c.
* General code tidying.
* Expanded tests to work with multi-file VFDs.
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
| |
This implicitly adds support for changing the VOL connector for command-line
tools or any application linked with the library.
Also, add 'make check-vol' support for all directories, clearing up necessary
issues in testing scripts, etc.
|
|
|
|
|
|
|
| |
src/H5VLpassthru.c, switched to stashing VOL connector ID & info in
API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and
src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work
with 'check-vfd' (and 'check-vol' again).
|
|\ |
|
| | |
|
|\ \
| |/
| |
| | |
https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
|
| |
| |
| |
| | |
typedef and a set of #defines.
|
| |\ |
|
| | | |
|
| | |\
| | | |
| | | |
| | | | |
develop
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Move minimzied object header tests from separate file to test/ohdr.c
Some formatting changes.
|
|\ \ \ |
|
| |\ \ \
| | |/ /
| |/| /
| | |/
| | |
| | | |
* commit '3597bd469ff0073134b31765d9b87660cd3e0039':
Revert change to MSC_VER, in favor of Dana's
Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out not to be necessary.
|
| | |
| | |
| | |
| | |
| | |
| | | |
not to be necessary.
Also, correct _MSC_VER #ifdef
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
~DEROBINS/hdf5_der:h5i_reference_removal to develop
* commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53':
Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
|
| | |
| | |
| | |
| | | |
and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
|
| |/
| |
| |
| |
| | |
public headers and renamed to include native/NATIVE in the
name.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
variables during testing, including connecting native, pass-through, and
dynamically loaded VOL connectors. Also bring native and pass-through
VOL connectors into alignment, removing the "H5VLnative_private.h" header.
|
| |
| |
| |
| | |
metadata read attempts.
|
| |
| |
| |
| | |
H5Fget_access_plist(). Also, other misc. cleanups, etc.
|
| | |
|
| | |
|
| |
| |
| |
| | |
dataset callbacks.
|
| |
| |
| |
| | |
the VOL plugin wrapping code.
|
| |
| |
| |
| | |
in the 'test' directory appear to be working.
|
| |\
| | |
| | |
| | | |
stackable_vol
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This brings the H5VL code in line with the H5I code regarding
naming, parameter order, etc.
Several public API calls were affected by this change.
These changed names to reflect their use with VOL drivers:
H5VLregister() --> H5VLregister_driver()
H5VLregister_by_name() --> H5VLregister_driver_by_name()
H5VLunregister() --> H5VLunregister_driver()
H5VLis_registered() --> H5VLis_driver_registered()
This call was renamed to match H5Iregister(). The order of the first
two parameters also reversed and the object pointer is now const.
H5VLobject_register() --> H5VLregister()
|
| |/
| |
| |
| | |
modified: test/dsets.c
|
| | |
|
| | |
|
| |
| |
| |
| | |
orginally intended to support the full SWMR feature.
|
|/
|
|
| |
CMake stuff is not verified.
|