summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-214-41/+53
| | | | | | 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.
* Merge pull request #2524 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Allen Byrne2020-04-171-8/+7
|\ | | | | | | | | | | | | hdf5_1_10 * commit '59d0c8bf4ddce74e2a444232f00a1178ff1baf95': Remove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.
| * Remove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.Larry Knox2020-04-171-8/+7
|/
* Merge pull request #2520 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-04-162-2/+4
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'ae6467dee4932133a5fed4b1317c48c4376ccda9': Parallel Fortran tests now use the MPI module instead of including mpif.h.
| * Parallel Fortran tests now use the MPI module instead of includingDana Robinson2020-04-162-2/+4
| | | | | | | | mpif.h.
* | Merge pull request #2519 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-04-163-281/+278
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit '2e51459b8aecb2835bca06bf6a866900adad0b8b': Fix Werror issues, whitespace, casts and unused vars
| * Fix Werror issues, whitespace, casts and unused varsAllen Byrne2020-04-163-281/+278
|/
* Merge pull request #2517 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-04-151-480/+321
|\ | | | | | | | | | | | | hdf5_1_10 * commit '2fc8167b61c5d62cbf756bcdfd91b4e59dae96e3': Fix compile error with MPI enabled
| * Fix compile error with MPI enabledAllen Byrne2020-04-151-480/+321
| |
* | Merge pull request #2516 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-04-151-0/+23
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit '0dd3ebd68d1999631848975aa48fa0d89a323065': Add prefix_relto_examplesdir function to set relative path to h5c++.
| * Add prefix_relto_examplesdir function to set relative path to h5c++.Larry Knox2020-04-151-0/+23
|/
* Merge pull request #2513 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-04-141-42/+47
|\ | | | | | | | | | | | | hdf5_1_10 * commit '7ada17fa2e3d1df0d3df44b0713d0de40194777f': TRILAB-192 version of std=f2008 special check
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-04-141-3/+11
| |\ | |/ |/| | | | | * 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().
* | Merge pull request #2499 in HDFFV/hdf5 from ↵Vailin Choi2020-04-141-3/+11
|\ \ | | | | | | | | | | | | | | | | | | ~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().
| * | A fix in the cleaning up code for datatype when datatype initialization via ↵vchoi2020-04-081-3/+11
| | | | | | | | | | | | | | | | | | H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
| | * TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
| |/ |/|
* | Merge pull request #2481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-04-14125-2838/+3580
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 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 release note for CMake warnings Correct extra flags and merge TRILAB-24 Correct cb object name TRILAB-192 merging warnings changes from develop
| * Fix shadoweed typeAllen Byrne2020-04-131-3/+3
| |
| * TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-135-88/+200
| |
| * Add missing " and update function calls incorrectlyLarry Knox2020-04-123-27/+27
| | | | | | | | | | | | 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 filesAllen Byrne2020-04-074-740/+905
| |
| * TRILAB-192 - merge changes from developAllen Byrne2020-04-0746-1260/+1170
| | | | | | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-04-062-16/+50
| |\ | |/ |/| | | | | * commit '8668195f417cb22df596e3d440da7502adae1597': H5repack bug fixes from develop
* | Merge pull request #2491 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to ↵Jordan Henderson2020-04-052-16/+50
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '95c04dc836b4176930fce613d00fdd99bd0759c7': H5repack bug fixes from develop
| * | H5repack bug fixes from developJordan Henderson2020-04-032-16/+50
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-04-052-1/+82
| | |\ | |_|/ |/| | | | | | | | | | | | | | * 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.
* | | Merge pull request #2492 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-04-041-2/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | hdf5_1_10 * commit 'a3b13848287c7155feaa699ba9e3c526f4ea31ba': Remove return statement from void function test_reference_sel_none().
| * | Remove return statement from void function test_reference_sel_none().Larry Knox2020-04-041-2/+0
|/ /
* | Merge pull request #2487 in HDFFV/hdf5 from ↵Vailin Choi2020-04-032-1/+84
|\ \ | | | | | | | | | | | | | | | | | | | | | ~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.
| * | Somehow missed in committing this file for the fix submitted previously.vchoi2020-04-031-1/+1
| | |
| * | Fix for HDFFV-11067:incorrect # of selected elements returned from region ↵vchoi2020-04-021-0/+83
|/ / | | | | | | | | | | reference. The H5S_sel_none->deserialize callback should be called for H5S_SEL_NONE selection type.
| * Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| |
| * Correct extra flags and merge TRILAB-24Allen Byrne2020-04-013-90/+22
| |
| * Correct cb object nameAllen Byrne2020-03-301-1/+1
| |
| * TRILAB-192 merging warnings changes from developAllen Byrne2020-03-3083-792/+1413
|/
* Merge pull request #2450 in HDFFV/hdf5 from ↵Vailin Choi2020-03-155-6/+26
|\ | | | | | | | | | | | | ~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
| * Fix issues when deserializing point/all/none selection with version beyond ↵vchoi2020-03-125-6/+26
| | | | | | | | | | | | | | 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
| * Merge pull request #27 in ~VCHOI/my_third_fork from hdf5_1_10 to ↵Vailin Choi2020-03-121-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | 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 required by sh in updated cori.nersc.gov. Tested change on jam, jelly, emu, ostrich and osx1011test.
| * \ Merge pull request #25 in ~VCHOI/my_third_fork from hdf5_1_10 to ↵Vailin Choi2020-03-11226-7323/+7924
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 reference code Fixed configure issue when building HDF5 with NAG Fortran 7.0. Fixed issue building HDF5 with NAG Fortran 7.0. revert type cast Fix gif2h5 tool build on windows Merge CMake and tools changes from develop Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
* | \ \ Merge pull request #2449 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2020-03-131-1/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '018f2364ed38ce6f7e210e440fc8954991a266a6': Add void * --> char * back to HDmemcpy in HDF5 1.10 to fix dt_arith test failures. Fixes HDFFV-11056.
| * | | Add void * --> char * back to HDmemcpy in HDF5 1.10 to fix dt_arithDana Robinson2020-03-121-1/+4
|/ / / | | | | | | | | | test failures. Fixes HDFFV-11056.
* | | Merge pull request #2447 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-03-121-4/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | 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 updated cori.nersc.gov. Tested change on jam, jelly, emu, ostrich and osx1011test.
| * | Add \d to list of characters allowed after - in versions. Version with -Larry Knox2020-03-121-1/+1
| | | | | | | | | | | | | | | 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 updated cori.nersc.gov.Larry Knox2020-03-121-3/+3
|/ / | | | | | | Tested change on jam, jelly, emu, ostrich and osx1011test.
* | Merge pull request #2443 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-03-109-167/+71
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Fix commentAllen Byrne2020-03-101-1/+1
| | |
| * | Remove deleted filesAllen Byrne2020-03-092-6/+0
| | |
| * | Changes to region reference in h5dump no longer have errstackAllen Byrne2020-03-096-82/+6
| | |
| * | Check sizeof type to use correct ref_typeAllen Byrne2020-03-093-79/+65
|/ /
* | Merge pull request #2441 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-03-061-30/+24
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '9e47a095859969365d4c272d9d4fe2a4f3584d38': Update CMake compare command