| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '59d0c8bf4ddce74e2a444232f00a1178ff1baf95':
Remove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit 'ae6467dee4932133a5fed4b1317c48c4376ccda9':
Parallel Fortran tests now use the MPI module instead of including mpif.h.
|
| |
| |
| |
| | |
mpif.h.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit '2e51459b8aecb2835bca06bf6a866900adad0b8b':
Fix Werror issues, whitespace, casts and unused vars
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '2fc8167b61c5d62cbf756bcdfd91b4e59dae96e3':
Fix compile error with MPI enabled
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
hdf5_1_10
* commit '0dd3ebd68d1999631848975aa48fa0d89a323065':
Add prefix_relto_examplesdir function to set relative path to h5c++.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
hdf5_1_10
* commit '7ada17fa2e3d1df0d3df44b0713d0de40194777f':
TRILAB-192 version of std=f2008 special check
|
| |\
| |/
|/|
| |
| | |
* 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().
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~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().
|
| | |
| | |
| | |
| | |
| | |
| | | |
H5D__init_type() fails.
The code to fix the problem is the same as what is done in H5D__open_oid().
|
| |/
|/| |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
Single source, config files, for warnings for both autotools and CMake.
Update CMake libraries, tools, tests to use correct flags.
|
| |\
| |/
|/|
| |
| | |
* commit '8668195f417cb22df596e3d440da7502adae1597':
H5repack bug fixes from develop
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit '95c04dc836b4176930fce613d00fdd99bd0759c7':
H5repack bug fixes from develop
|
| | | |
|
| | |\
| |_|/
|/| |
| | |
| | |
| | |
| | | |
* 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.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit 'a3b13848287c7155feaa699ba9e3c526f4ea31ba':
Remove return statement from void function test_reference_sel_none().
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~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.
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
reference.
The H5S_sel_none->deserialize callback should be called for H5S_SEL_NONE selection type.
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~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
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
hdf5_1_10
* commit '018f2364ed38ce6f7e210e440fc8954991a266a6':
Add void * --> char * back to HDmemcpy in HDF5 1.10 to fix dt_arith test failures. Fixes HDFFV-11056.
|
|/ / /
| | |
| | |
| | | |
test failures. Fixes HDFFV-11056.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | | |
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.
|
|/ /
| |
| |
| | |
Tested change on jam, jelly, emu, ostrich and osx1011test.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
hdf5_1_10
* commit '9e47a095859969365d4c272d9d4fe2a4f3584d38':
Update CMake compare command
|