Network

 
AuthorCommitMessageCommit Date
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().
Larry KnoxLarry Knox
a3b13848287Remove return statement from void function test_reference_sel_none().
Vailin ChoiVailin Choi
4573b87b1d1MMerge pull request #2487 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-11067-incorrect-number-of-selected to hdf5_1_10 * commit '2fe834f3d2ab501b4c7c99a7e2768bc5d559e1b8': 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.
vchoivchoi
2fe834f3d2aSomehow missed in committing this file for the fix submitted previously.
vchoivchoi
27f2e3dd752Fix 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.
Allen ByrneAllen Byrne
afe489977c1Update release note for CMake warnings
Allen ByrneAllen Byrne
de6d87dc141Correct extra flags and merge TRILAB-24
Allen ByrneAllen Byrne
7b56e78cd11Correct cb object name
Allen ByrneAllen Byrne
944cbb94000TRILAB-192 merging warnings changes from develop
Vailin ChoiVailin Choi
4c14a0e3db8MMerge pull request #2450 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/v110_seg_fault_sel_compat to hdf5_1_10 * commit 'f33bb733be2da42672b4b0264cd4c6318ba35e9a': Fix issues when deserializing point/all/none selection with version beyond the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
vchoivchoi
f33bb733be2Fix issues when deserializing point/all/none selection with version beyond the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
Vailin ChoiVailin Choi
25a67c538c8MMerge pull request #27 in ~VCHOI/my_third_fork from hdf5_1_10 to bugfix/v110_seg_fault_sel_compat * commit '836eea4abafd270a532be0a2c521d81c8cd637cb': Add \d to list of characters allowed after - in versions. Version with - and no alphabetic characters is required to allow building binaries on windows. Escape { and } in regex as required by newer version of perl in updated cori.nersc.gov. Cherry-picked c3c044cc003d6a4039635e638e1cd1c2487be177 from develop. Escape { and } in regex as req...
Vailin ChoiVailin Choi
9dfb7645636MMerge pull request #25 in ~VCHOI/my_third_fork from hdf5_1_10 to bugfix/v110_seg_fault_sel_compat * commit '529a4a14b3aff2ae77a56cc784fe778d1bc461f8': Fix comment Remove deleted files Changes to region reference in h5dump no longer have errstack Check sizeof type to use correct ref_type Update CMake compare command Correct test script for errstack Remove system command from valgrind reports Fix h5ls attrreg Fixed region refs h5dump object reference fixed Updated referen...
Dana RobinsonDana Robinson
818a267b6e0MMerge pull request #2449 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10 * commit '018f2364ed38ce6f7e210e440fc8954991a266a6': Add void * --> char * back to HDmemcpy in HDF5 1.10 to fix dt_arith test failures. Fixes HDFFV-11056.
Dana RobinsonDana Robinson
018f2364ed3Add void * --> char * back to HDmemcpy in HDF5 1.10 to fix dt_arith test failures. Fixes HDFFV-11056.
Larry KnoxLarry Knox
836eea4abafMMerge pull request #2447 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'e3dd392536da73b9e3940b8c19a1de835dc34d31': Add \d to list of characters allowed after - in versions. Version with - and no alphabetic characters is required to allow building binaries on windows. Escape { and } in regex as required by newer version of perl in updated cori.nersc.gov. Cherry-picked c3c044cc003d6a4039635e638e1cd1c2487be177 from develop. Escape { and } in regex as required by sh in...
Larry KnoxLarry Knox
e3dd392536dAdd \d to list of characters allowed after - in versions. Version with - and no alphabetic characters is required to allow building binaries on windows. Escape { and } in regex as required by newer version of perl in updated cori.nersc.gov. Cherry-picked c3c044cc003d6a4039635e638e1cd1c2487be177 from develop.
Larry KnoxLarry Knox
e45225f1d11Escape { and } in regex as required by sh in updated cori.nersc.gov. Tested change on jam, jelly, emu, ostrich and osx1011test.
Allen ByrneAllen Byrne
529a4a14b3aMMerge pull request #2443 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '8249b1a97a3a30e553c20b44aea985a7aa149faf': Fix comment Remove deleted files Changes to region reference in h5dump no longer have errstack Check sizeof type to use correct ref_type
Allen ByrneAllen Byrne
8249b1a97a3Fix comment
Allen ByrneAllen Byrne
6b4d7621723Remove deleted files
Allen ByrneAllen Byrne
7f5a93bc876Changes to region reference in h5dump no longer have errstack
Allen ByrneAllen Byrne
049ade7a310Check sizeof type to use correct ref_type
Allen ByrneAllen Byrne
198109c48f2MMerge pull request #2441 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '9e47a095859969365d4c272d9d4fe2a4f3584d38': Update CMake compare command
Allen ByrneAllen Byrne
9e47a095859Update CMake compare command
Larry KnoxLarry Knox
09c1f89620dMMerge pull request #2438 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '837c9240d90cb36c1c864b110f67b0b105d4f479': Correct test script for errstack
Allen ByrneAllen Byrne
837c9240d90Correct test script for errstack
Allen ByrneAllen Byrne
eb37e0ff020MMerge pull request #2435 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '88082cce109b27efb885971fca87224e16b62879': Remove system command from valgrind reports Fix h5ls attrreg Fixed region refs h5dump object reference fixed Updated reference code Fix gif2h5 tool build on windows Merge CMake and tools changes from develop
Allen ByrneAllen Byrne
88082cce109Remove system command from valgrind reports
Allen ByrneAllen Byrne
f59050ee2c0Fix h5ls attrreg
Allen ByrneAllen Byrne
eae9f6b209cFixed region refs
Allen ByrneAllen Byrne
561af682429MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit '42106363903e7a7d4a0c2cd1b38aad9a54f2eeff': Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0. revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
Kimmy MuKimmy Mu
42106363903MMerge pull request #2432 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/type_cast_10 to hdf5_1_10 * commit 'a0881fa1cfbb735a013581c53f8003a13fb0383a': revert type cast Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
Kimmy MuKimmy Mu
a0881fa1cfbrevert type cast
Kimmy MuKimmy Mu
740e1368aaeMMerge branch 'hdf5_1_10' of https://git.hdfgroup.org/scm/~kmu/hdf5 into hdf5_1_10
Kimmy MuKimmy Mu
6d790e5c85cMerge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
Scot BreitenfeldScot Breitenfeld
78639fa32c3MMerge pull request #2422 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit '276c4fdbcc1baf0748a617f10eb8aaaec2154151': Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0.
Scot BreitenfeldScot Breitenfeld
276c4fdbcc1Fixed configure issue when building HDF5 with NAG Fortran 7.0. HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16.
Scot BreitenfeldScot Breitenfeld
449a06e92feFixed issue building HDF5 with NAG Fortran 7.0. Accounted for the additon of half precision floating-point with a KIND=16. HDFFV-11033
Allen ByrneAllen Byrne
d9774f3852ah5dump object reference fixed
Allen ByrneAllen Byrne
7fa510520b0Updated reference code