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
/
src
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.14 Merge Correct pkgconfig variables and libraries #2259 (#2477)
Allen Byrne
2023-02-17
1
-4/+14
*
Use ctest_test and APPEND to correctly report passed and failed test numbers ...
Larry Knox
2022-11-02
1
-0/+8
*
Correct the CMake link for MPI (#2198)
Allen Byrne
2022-11-01
1
-6/+6
*
Implement option for using CMake GNUInstallDirs (#2175)
Allen Byrne
2022-10-25
1
-2/+2
*
Update CMake code to 3.18 minimum version (#2080)
Allen Byrne
2022-09-03
1
-1/+1
*
[WIP] Add Developer build mode to CMake (#1659)
jhendersonHDF
2022-08-20
1
-6/+4
*
Onion VFD (#1953)
Dana Robinson
2022-08-02
1
-0/+9
*
Subfiling VFD misc fixes (#1938)
jhendersonHDF
2022-07-26
1
-2/+3
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
1
-5/+34
*
Removes unused H5HP (private heap) package (#1548)
Dana Robinson
2022-03-30
1
-11/+0
*
Removes unused memory pool (H5MP) package (#1547)
Dana Robinson
2022-03-30
1
-16/+0
*
Remove targets PERMISSIONS setting (#1462)
Allen Byrne
2022-03-01
1
-1/+0
*
Enable creation of RPM/DEB binaries GH#1394 (#1398)
Allen Byrne
2022-02-22
1
-0/+1
*
cmake custom command fix (#1356)
Allen Byrne
2022-01-12
1
-32/+36
*
Simplify function enter macros for performance benefits (#1024)
David Young
2021-11-08
1
-0/+1
*
Fix various warnings and issues in doxygen doc generation (#994)
Allen Byrne
2021-09-10
1
-37/+9
*
Small doxygen fixes plus simple doc fixes (#989)
Allen Byrne
2021-09-04
1
-1/+1
*
Synch CMake doxygen options with autotools configure (#983)
Allen Byrne
2021-09-02
1
-1/+2
*
A batch of life-cycle examples for different modules (#654)
Gerd Heber
2021-09-01
1
-0/+1
*
Includes hdf5dev.h in hdf5.h (#728)
Dana Robinson
2021-06-07
1
-1/+0
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-1/+10
*
Split H5L.c internal code to H5Lint.c (#691)
Dana Robinson
2021-05-29
1
-0/+1
*
Remove version from pkgcfg file names (#671)
Allen Byrne
2021-05-21
1
-2/+2
*
doygen adjustments (#614)
Allen Byrne
2021-05-04
1
-3/+11
*
Hash table replacement for skip lists in ID code (#600)
Dana Robinson
2021-05-04
1
-0/+2
*
Parallel builds need the mpi compiler for pkgconfig scripts. (#599)
Allen Byrne
2021-04-27
1
-1/+19
*
fortran generated files depends (#598)
Allen Byrne
2021-04-26
1
-2/+5
*
Merge doxygen2 into develop (#553)
Gerd Heber
2021-04-26
1
-0/+1
*
CMake changes to byproducts - ninja warnings (#568)
Allen Byrne
2021-04-24
1
-58/+60
*
Cleanup CMake code for doxygen and perl shell scripts (#552)
Allen Byrne
2021-04-19
1
-18/+26
*
Removes dead H5ST package from the library (#528)
Dana Robinson
2021-03-30
1
-13/+2
*
Small fixes (#285)
Allen Byrne
2021-01-27
1
-1/+0
*
Reclassify CMake messages - HDFFV-11144 (#253)
Allen Byrne
2021-01-13
1
-2/+2
*
BUG: Missing output dependency shared/H5init.c (#165)
hdf5-1_13_0-rc1
Hans Johnson
2020-12-14
1
-1/+2
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
1
-0/+13
*
Enhance API tracing (#120)
Quincey Koziol
2020-11-26
1
-0/+1
*
Minor/id code cleanup (#114)
Dana Robinson
2020-11-21
1
-0/+2
*
Add new files to CMake and MANIFEST (#100)
Allen Byrne
2020-11-19
1
-0/+1
*
Change doxygen brief variable
Allen Byrne
2020-11-07
1
-1/+1
*
Doxygen add new files and update docs
Allen Byrne
2020-11-03
1
-0/+6
*
Add doxygen auotoconf and cmake support
Allen Byrne
2020-11-03
1
-0/+32
*
OESS-98 merge with clang-format changes
Allen Byrne
2020-09-25
1
-22/+22
*
CMake and script changes for clang-format
Allen Byrne
2020-09-04
1
-2/+66
*
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-06
1
-0/+1
*
Small changes discovered with mingw and windows defines moved
Allen Byrne
2020-07-02
1
-2/+2
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...
Jacob Smith
2020-04-07
1
-0/+2
|
\
|
*
TRILAB-192 add c++ and fortran warnings build systems one file
Allen Byrne
2020-04-05
1
-6/+2
|
*
TRILAB-192 restrict extensive warnings to libraries
Allen Byrne
2020-03-24
1
-0/+6
*
|
Add Splitter VFD to library.
Jacob Smith
2020-03-13
1
-0/+4
|
/
*
TRILAB-142 Change minimum CMake version to 3.12
Allen Byrne
2020-02-21
1
-1/+1
[next]