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
/
cmake
/
H5pubconf.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add API support for Fortran MPI_F08 module definitions. (#3959)
Scot Breitenfeld
2024-02-14
1
-0/+3
*
Sync 1.14 branch with develop (#3923)
Larry Knox
2024-01-08
1
-0/+3
*
1.14 sync with develop (#3660)
jhendersonHDF
2023-10-12
1
-3/+0
*
Sync of src w/ develop (#3307)
Dana Robinson
2023-07-28
1
-27/+0
*
Misc warnings and cross-compile improvements (#3281)
Dana Robinson
2023-07-27
1
-2/+2
*
Subfiling VFD source cleanup (#3241) (#3290)
jhendersonHDF
2023-07-27
1
-0/+9
*
Removes MPE instrumentation support. (#2245)
Dana Robinson
2022-11-09
1
-9/+0
*
Removes dmalloc support (#2239)
Dana Robinson
2022-11-09
1
-6/+0
*
Removes the memory allocation sanity checks feature (#2218)
Dana Robinson
2022-11-03
1
-6/+0
*
Use case-insensitive comparison for headers fix #2100 (#2101)
Frank Berghaus
2022-09-21
1
-0/+3
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
1
-0/+9
*
Removes workaround for platforms that lack C99 stuct initializers (#1842)
Dana Robinson
2022-07-01
1
-4/+0
*
Various warning fixes (#1812)
Sean McBride
2022-06-22
1
-8/+1
*
Remove H5_NO_ALIGNMENT_RESTRICTIONS (#1426)
David Young
2022-04-16
1
-3/+0
*
Parallel Compression improvements (#1302)
jhendersonHDF
2022-02-24
1
-0/+3
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
1
-1/+1
*
Fix Fortran REGEX and newlines (#1226)
Allen Byrne
2021-11-29
1
-4/+4
*
New references for Dimension Scale APIs (#1139)
jhendersonHDF
2021-11-05
1
-0/+3
*
Develop windows compiler fixes (#912)
Allen Byrne
2021-08-19
1
-6/+9
*
Remove checks for winsock2.h (#813)
Dana Robinson
2021-07-06
1
-3/+0
*
Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)
Dana Robinson
2021-06-30
1
-3/+0
*
Cleans up POSIX/C bits in H5private.h (#804)
Dana Robinson
2021-06-29
1
-3/+0
*
Removes obsolete equivalents of C99's __func__ (#800)
Dana Robinson
2021-06-29
1
-6/+0
*
Assume frexpl/f and fabsl/f, which are C99 (#799)
Dana Robinson
2021-06-25
1
-6/+0
*
Removes checks for signal and set/longjmp, which are C89 (#798)
Dana Robinson
2021-06-25
1
-15/+0
*
Normalization of CMake H5pubconf.h with Autotools (#791)
Dana Robinson
2021-06-23
1
-11/+12
*
Removes checks for system(), which is C89/90 (#782)
Dana Robinson
2021-06-23
1
-3/+0
*
Removes outdated checks for ways inline might be defined (#781)
Dana Robinson
2021-06-23
1
-9/+0
*
Removes checks for (v)snprintf, which are C99 (#772)
Dana Robinson
2021-06-21
1
-6/+0
*
Removes checks and work-arounds for strtoll and strtoull (#769)
Dana Robinson
2021-06-18
1
-6/+0
*
Make sure MAX_PRECISION is always defined with a value (#736)
Allen Byrne
2021-06-08
1
-2/+2
*
Rework Fortran configure to allow multiple CMake reruns (#721)
Allen Byrne
2021-06-07
1
-8/+8
*
Removes some DEC Alpha cruft from H5detect and H5private.h (#708)
Dana Robinson
2021-06-02
1
-3/+0
*
C++ warning and build fixes (#707)
Dana Robinson
2021-06-01
1
-3/+0
*
Removes pre-C99 build and header cruft (#700)
Dana Robinson
2021-05-28
1
-15/+0
*
Remove unused #cmakedefine and autotools checks (#431)
Sean McBride
2021-04-13
1
-27/+0
*
Update license url part2 (#333)
Larry Knox
2021-02-17
1
-1/+1
*
Detect correct long double size with universal binaires (#335)
Sean
2021-02-15
1
-4/+19
*
Remove prohibition against building Universal Binaries on macOS (#318)
Sean
2021-02-08
1
-3/+0
*
Fix memory sanity check option in CMake
Jordan Henderson
2020-09-23
1
-1/+1
*
Fixes CMake issue with file locking variable
Dana Robinson
2020-08-18
1
-1/+1
*
Squash merge of file locking fixes
Dana Robinson
2020-08-03
1
-0/+6
*
Clean up warnings
Quincey Koziol
2020-06-28
1
-3/+0
*
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...
Quincey Koziol
2020-06-27
1
-3/+0
*
Add Splitter VFD to library.
Jacob Smith
2020-03-13
1
-0/+12
*
Update versioning to next major version
Allen Byrne
2019-09-25
1
-0/+3
*
Added the map (H5M) API
Dana Robinson
2019-08-13
1
-0/+3
*
Squashed commit of the following:
Larry Knox
2019-07-25
1
-0/+31
*
Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h
Jerome Soumagne
2019-02-21
1
-1/+6
*
Updated sec2, log, and core VFDs to use pread/pwrite when
Dana Robinson
2019-01-31
1
-0/+3
[next]