index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes unsuffixed float warnings
Dana Robinson
2020-08-07
3
-2/+3
*
Squash merge of file locking fixes
Dana Robinson
2020-08-03
3
-0/+32
*
Tools refactor
Allen Byrne
2020-07-15
2
-2/+1
*
HDFFV-11116 Add option for install location of Fortran MOD files
Allen Byrne
2020-07-09
1
-0/+3
*
Fixes Autotools builds on Solaris after monotonic timer changes
Dana Robinson
2020-07-07
1
-5/+16
*
Small changes discovered with mingw and windows defines moved
Allen Byrne
2020-07-02
1
-1/+1
*
Clean up warnings
Quincey Koziol
2020-06-28
2
-6/+0
*
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...
Quincey Koziol
2020-06-27
2
-4/+0
*
Remove unnecessary version conditions for Clang compilers.
Larry Knox
2020-06-12
2
-28/+6
*
Add c++ to --enable-sanitize-checks option.
buildbot
2020-06-10
1
-1/+1
*
Make changes to CMake CompilerFlags.cmake files so extra flags are
Larry Knox
2020-06-10
4
-60/+35
*
Update new clang files to not pick up clang as vendor for pgCC.
Larry Knox
2020-06-09
3
-18/+17
*
Clean up code to get clang version in config/linux-gnulibc1
Larry Knox
2020-06-08
1
-7/+6
*
Add flags from config/clang-warnings/*general files to H5 C and CXX flags for...
Larry Knox
2020-06-06
5
-75/+5
*
Add files for adding warning flags for clang compilers in autotools
Larry Knox
2020-06-02
7
-1/+524
*
Removed trailing space from Fortran files.
Dana Robinson
2020-05-26
1
-1/+1
*
Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning
Larry Knox
2020-05-18
29
-350/+99
*
Correct mingw paths
Allen Byrne
2020-05-15
2
-7/+11
*
Correct path for mingw
Allen Byrne
2020-05-15
1
-2/+2
*
Correct filename
Allen Byrne
2020-05-08
1
-7/+7
*
Change to use alias
Allen Byrne
2020-05-08
1
-1/+1
*
OESS-65 fix packaging config files
Allen Byrne
2020-05-08
3
-3/+3
*
Merge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ...
Dana Robinson
2020-04-27
1
-0/+4
|
\
|
*
Moved -Woverlength-strings to the developer flags.
Dana Robinson
2020-04-26
1
-0/+4
*
|
Restrict errors to gcc 4.8 and above.
Allen Byrne
2020-04-24
2
-2/+6
|
/
*
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2020-04-23
9
-49/+118
|
\
|
*
TRILAB-244 separate CXX warnings and errors from C
Allen Byrne
2020-04-23
9
-49/+118
*
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2020-04-23
7
-102/+104
|
\
\
|
|
/
|
*
Merge pull request #2525 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
Larry Knox
2020-04-23
7
-102/+104
|
|
\
|
|
*
Add missing ')'.
Larry Knox
2020-04-23
1
-1/+1
|
|
*
Add C++ warnings treated as error for autotools builds.
Larry Knox
2020-04-23
1
-1/+1
|
|
*
Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove
Larry Knox
2020-04-22
4
-54/+18
|
|
*
Address PR suggestions and add overlooked GCC compiler version flags.
Larry Knox
2020-04-22
2
-19/+45
|
|
*
Don't add general warnings flags for unsupported old versions of gcc and
Larry Knox
2020-04-20
4
-41/+53
*
|
|
OESS-65 add option to use AEC library in place of SZip
Allen Byrne
2020-04-22
3
-37/+31
|
/
/
*
|
Trim trailing whitespace
Quincey Koziol
2020-04-20
6
-20/+20
|
/
*
TRILAB-192 version of std=f2008 special check
Allen Byrne
2020-04-14
1
-42/+47
*
TRILAB-192 - cleanup edits and match CMake CXX to autotools
Allen Byrne
2020-04-13
4
-89/+199
*
Merge pull request #2452 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:feature/vfd_spli...
Jake Smith
2020-04-11
4
-0/+33
|
\
|
*
Add enable-mirror-vfd flag to configure options.
Jacob Smith
2020-04-08
1
-5/+11
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...
Jacob Smith
2020-04-07
64
-1112/+1336
|
|
\
|
*
|
Add Splitter VFD to library.
Jacob Smith
2020-03-13
4
-0/+27
*
|
|
Add missing " and update function calls incorrectly named
Larry Knox
2020-04-10
1
-12/+12
*
|
|
Update all load_gcc_arguments to load_gnu_arguments.
Larry Knox
2020-04-09
1
-11/+11
*
|
|
Squashed commit of the following:
Larry Knox
2020-04-08
2
-4/+5
|
|
/
|
/
|
*
|
Hide Frortran directive warnings
Allen Byrne
2020-04-07
1
-7/+2
*
|
Remove flag from gfort-general in gfort-5, add /EHsc to Win C++
Allen Byrne
2020-04-06
2
-1/+2
*
|
Update printf pointer syntax and revert fortran to f2003
Allen Byrne
2020-04-06
1
-1/+1
*
|
Reduce window fortran standard to f90
Allen Byrne
2020-04-06
1
-1/+1
*
|
Minor updates and fix settings for fortran flags
Allen Byrne
2020-04-06
1
-1/+1
[next]