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
/
H5system.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)
David Young
2022-03-10
1
-2/+2
*
Remove const from the argv tools/tests main sig. (#1390)
Allen Byrne
2022-01-28
1
-1/+1
*
Fix several warnings (#720)
jhendersonHDF
2021-09-14
1
-2/+2
*
More various warnings (#958)
Sean McBride
2021-08-25
1
-12/+12
*
Remove checks for winsock2.h (#813)
Dana Robinson
2021-07-06
1
-3/+3
*
Brings the tools getopt(3) replacement into the main library (#803)
Dana Robinson
2021-06-29
1
-0/+164
*
Removes checks and work-arounds for strtoll and strtoull (#769)
Dana Robinson
2021-06-18
1
-125/+0
*
Normalization of H5_nanosleep() with VFD SWMR branch (#746)
Dana Robinson
2021-06-11
1
-13/+29
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-3/+6
*
Misc warning fixes (#495)
Dana Robinson
2021-03-24
1
-2/+2
*
Removes support for pre-2015 Visual Studio (#496)
Dana Robinson
2021-03-24
1
-75/+0
*
File locks now work on Windows (#480)
Dana Robinson
2021-03-22
1
-24/+27
*
Adds an implementation for nanosleep on Windows (#483)
Dana Robinson
2021-03-22
1
-25/+20
*
Fixes various warnings noticed on Windows (#425)
Dana Robinson
2021-03-05
1
-4/+4
*
Fixed uninitialized warnings (#360)
Sean McBride
2021-02-19
1
-1/+1
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
develop revert source to clang-format version 11 (#293)
Allen Byrne
2021-01-29
1
-1/+1
*
Basic alignment with async branch (#115)
Quincey Koziol
2020-11-23
1
-1/+1
*
First cut of the H5 public API documentation. (#80)
Gerd Heber
2020-11-18
1
-1/+2
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-207/+193
*
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-09-27
1
-16/+15
|
\
|
*
File changes to affect formatting
Allen Byrne
2020-09-04
1
-19/+19
*
|
Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment
David Young
2020-09-03
1
-9/+7
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01
Quincey Koziol
2020-08-07
1
-3/+3
|
|
\
|
|
*
Merge branch 'develop' into file_locking_squash_2
Dana Robinson
2020-08-06
1
-4/+4
|
|
|
\
|
|
*
|
Squash merge of file locking fixes
Dana Robinson
2020-08-03
1
-3/+3
|
*
|
|
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-06
1
-2/+0
|
|
|
/
|
|
/
|
|
*
|
Minor normalizations with 1.12 branch
Dana Robinson
2020-08-01
1
-4/+4
|
|
/
*
|
Use HDva_copy() and introduce a bunch of compatbility format-string constants
David Young
2020-07-30
1
-1/+1
*
|
Provide an HDvasprintf implementation only if it isn't #defined. This should
David Young
2020-07-07
1
-0/+2
*
|
Fix va_list usage in the vasprintf(3) implementation.
David Young
2020-07-07
1
-2/+7
*
|
Squash my changes on branch `fprintf-experiment` into one commit for
David Young
2020-07-07
1
-396/+17
|
/
*
va_arg -> HDva_arg
Quincey Koziol
2020-06-27
1
-1/+1
*
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...
Quincey Koziol
2020-06-27
1
-32/+0
*
Merge remote-tracking branch 'origin/develop' into monotonic_timer
Quincey Koziol
2020-06-26
1
-40/+205
|
\
|
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-1/+1
|
*
Reduce differences between my -Werror branch and `develop`:
David Young
2020-01-29
1
-3/+2
|
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-0/+28
|
*
Small changes from the token_refactoring branch, to reduce the delta to develop
Quincey Koziol
2020-01-04
1
-1/+3
|
*
Fixed a bug where we incorrectly pass a lock struct to fcntl
Dana Robinson
2019-08-27
1
-1/+1
|
*
Updates to warnhist script, along with a few cleanups, and add some comments
Quincey Koziol
2019-07-10
1
-2/+2
|
*
Add support for GCC9, update warnhist script, and clean up warnings.
Quincey Koziol
2019-07-03
1
-2/+2
|
*
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
Quincey Koziol
2019-06-28
1
-4/+9
|
*
Moving the handling of null prefix into H5_combine_path.
Songyu Lu
2019-04-17
1
-3/+3
|
*
Adds _wopen support on Windows so that files with UTF-8 names
Dana Robinson
2019-03-15
1
-0/+126
|
*
Added HD to va_* calls in a couple of library files.
Dana Robinson
2018-12-17
1
-27/+32
|
*
Develop normalization with vol_integration.
Dana Robinson
2018-09-19
1
-5/+5
|
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-5/+5
|
*
HDFFV-9724 Corrected files and verified tests
Allen Byrne
2017-12-28
1
-1/+1
|
*
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ...
lrknox
2017-12-22
1
-1/+1
[next]