Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
5dad45408dfMMerge pull request #2563 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '691228c4d8adb4f91c7d752339908df74d1c51f8': Correct path Add github actions file and cleanup java
Allen ByrneAllen Byrne
691228c4d8aCorrect path
Allen ByrneAllen Byrne
17461c57b83Add github actions file and cleanup java
Larry KnoxLarry Knox
411476adbc1MMerge pull request #2560 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'c61a2a024875eba5adce53394ddc25c7fb6920b9': Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.
David YoungDavid Young
c61a2a02487Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. Reduce gratuitous casts---e.g., (size_t)1. Use the right format string for a pointer. In the H5C sanity checks, change a "size increase" variable from ssize_t (too narrow) to int64_t (wide enough). Parenthesize every appearance of `storage` in the macro `H5D_CHUNK_STORAGE_INDEX_CHK(storage)` so that you can pass in an expression like &sc and it works properly. Disallow re-assignment of the `dset` parameter to H5D__chunk_in...
Dana RobinsonDana Robinson
52931310e24MMerge pull request #2555 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_merge to hdf5_1_10 * commit '75507128004be6241befeab95aaf34cfd68a1249': Merged HDFFV-10792 parallel compression fix from develop. This was a manual cherry pick.
Dana RobinsonDana Robinson
75507128004Merged HDFFV-10792 parallel compression fix from develop. This was a manual cherry pick.
Larry KnoxLarry Knox
86096a5621aMMerge pull request #2550 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit '25ffe5a0e79c8c9d26b557e8d09599b736c86ebc': Add -Werror= flags to lists displayed in libhdf5.settings. Fix errors: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
Larry KnoxLarry Knox
25ffe5a0e79Add -Werror= flags to lists displayed in libhdf5.settings.
Larry KnoxLarry Knox
fe19105cd28MMerge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
Allen ByrneAllen Byrne
ca3ad15ac3dMMerge pull request #2548 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '1acccabdb24019052c7787863015608da0e176f8': Correct cmake version in text whitespace OESS-65 replace szip with aec szip
Allen ByrneAllen Byrne
1acccabdb24Correct cmake version in text
Allen ByrneAllen Byrne
2ef7ba5b130whitespace
Allen ByrneAllen Byrne
4164dc27389OESS-65 replace szip with aec szip
Larry KnoxLarry Knox
7e5c0ef5598Fix errors: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
Allen ByrneAllen Byrne
c034efb0e2bMMerge pull request #2529 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit '68adfb86d056af222ab80c349c56e0bd1d183f09': Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use. Restrict errors to gcc 4.8 and above. Fix NoFilter build TRILAB-244 separate CXX warnings and errors from C Don't add general warnings flags for unsuppor...
David YoungDavid Young
68adfb86d05Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop * commit 'd16eb45d536bd13ca3cf1b0bdc76c58d95d13f17': For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju". Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-in...
Larry KnoxLarry Knox
295d7ec69bdMove ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use.
Allen ByrneAllen Byrne
7491ba03f9aRestrict errors to gcc 4.8 and above.
Allen ByrneAllen Byrne
2956151239dFix NoFilter build
Allen ByrneAllen Byrne
f965a24db12TRILAB-244 separate CXX warnings and errors from C
Larry KnoxLarry Knox
1862abdd051Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
Private HDFPrivate HDF
84440015591MMerge pull request #2544 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10 * commit '489f46b5be41f112300fd646662ae8954d6e9e11': Snapshot version 1.10 release 7 (snap0) Update version to 1.10.7-1
Private HDFPrivate HDF
489f46b5be4 Snapshot version 1.10 release 7 (snap0) Update version to 1.10.7-1
Allen ByrneAllen Byrne
6524e17885bMMerge pull request #2524 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit '59d0c8bf4ddce74e2a444232f00a1178ff1baf95': Remove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.
Larry KnoxLarry Knox
59d0c8bf4ddRemove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.
Larry KnoxLarry Knox
2d574a6439fMMerge pull request #2520 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'ae6467dee4932133a5fed4b1317c48c4376ccda9': Parallel Fortran tests now use the MPI module instead of including mpif.h.
Dana RobinsonDana Robinson
ae6467dee49Parallel Fortran tests now use the MPI module instead of including mpif.h.
Allen ByrneAllen Byrne
af0d9b56276MMerge pull request #2519 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '2e51459b8aecb2835bca06bf6a866900adad0b8b': Fix Werror issues, whitespace, casts and unused vars
Allen ByrneAllen Byrne
2e51459b8aeFix Werror issues, whitespace, casts and unused vars
Allen ByrneAllen Byrne
82bace8f563MMerge pull request #2517 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '2fc8167b61c5d62cbf756bcdfd91b4e59dae96e3': Fix compile error with MPI enabled
Allen ByrneAllen Byrne
2fc8167b61cFix compile error with MPI enabled
Larry KnoxLarry Knox
0af3205c18dMMerge pull request #2516 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit '0dd3ebd68d1999631848975aa48fa0d89a323065': Add prefix_relto_examplesdir function to set relative path to h5c++.
Larry KnoxLarry Knox
0dd3ebd68d1Add prefix_relto_examplesdir function to set relative path to h5c++.
Allen ByrneAllen Byrne
21ae562857dMMerge pull request #2513 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '7ada17fa2e3d1df0d3df44b0713d0de40194777f': TRILAB-192 version of std=f2008 special check
Allen ByrneAllen Byrne
7ada17fa2e3MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit 'f4324635e142eacf7c4a72224038152ea73d1139': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
Vailin ChoiVailin Choi
f4324635e14MMerge pull request #2499 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/110_dtype_close_on_error to hdf5_1_10 * commit '665b71f94ec9ca81360c96867a1df5882b2ab19c': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
vchoivchoi
665b71f94ecA fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
Allen ByrneAllen Byrne
0d5c94ab371TRILAB-192 version of std=f2008 special check
Allen ByrneAllen Byrne
86bac7b594dMMerge pull request #2481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '311a9c9147cf03e8a4b33fb1500ad9a73d07e540': Fix shadoweed type TRILAB-192 - cleanup edits and match CMake CXX to autotools Add missing " and update function calls incorrectly named load_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS. TRILAB-192 update LTparse files TRILAB-192 - merge changes from develop Update...
Allen ByrneAllen Byrne
311a9c9147cFix shadoweed type
Allen ByrneAllen Byrne
aac7605be02TRILAB-192 - cleanup edits and match CMake CXX to autotools
Larry KnoxLarry Knox
142496ad741Add missing " and update function calls incorrectly named load_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
Allen ByrneAllen Byrne
14ae8bf4e2aTRILAB-192 update LTparse files
Allen ByrneAllen Byrne
f502d9f7fbaTRILAB-192 - merge changes from develop Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
Allen ByrneAllen Byrne
e3c71c40a70MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit '8668195f417cb22df596e3d440da7502adae1597': H5repack bug fixes from develop
Jordan HendersonJordan Henderson
8668195f417MMerge pull request #2491 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to hdf5_1_10 * commit '95c04dc836b4176930fce613d00fdd99bd0759c7': H5repack bug fixes from develop
Jordan HendersonJordan Henderson
95c04dc836bH5repack bug fixes from develop
Allen ByrneAllen Byrne
91f73bac581MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit '68a892f3f2eb6601b6254ff90c165c3b6412b97a': Remove return statement from void function test_reference_sel_none(). Somehow missed in committing this file for the fix submitted previously. Fix for HDFFV-11067:incorrect # of selected elements returned from region reference. The H5S_sel_none->deserialize callback should be called for H5S_SEL_NONE selection type.
Larry KnoxLarry Knox
68a892f3f2eMMerge pull request #2492 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'a3b13848287c7155feaa699ba9e3c526f4ea31ba': Remove return statement from void function test_reference_sel_none().