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
/
test
/
tselect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes the last of the -Wextra-semi-stmt warnings (#3326)
Sean McBride
2023-08-02
1
-14/+14
*
Remove HD from HDmem* calls (#3211)
Dana Robinson
2023-06-29
1
-35/+35
*
Remove programmer/date from comments (#3210)
Dana Robinson
2023-06-29
1
-3/+0
*
Remove HD from memory allocate/free calls (#3195)
Dana Robinson
2023-06-28
1
-204/+204
*
Rename HD(f)printf() to (f)printf() (#3194)
Dana Robinson
2023-06-28
1
-27/+27
*
Rename HDassert() to assert() (#3191)
Dana Robinson
2023-06-28
1
-109/+109
*
Rename HDqsort() to qsort() (#3193)
Dana Robinson
2023-06-28
1
-2/+2
*
Many clang -Wextra-semi-stmt fixes (#2537)
Sean McBride
2023-06-16
1
-37/+37
*
Remove "the the" from comments and docs (#2865)
Dana Robinson
2023-05-01
1
-3/+3
*
Synchronize HDF5 tests with VOL tests (#2628)
jhendersonHDF
2023-04-03
1
-15/+71
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
1
-1/+0
*
Fix typos found in the rest of the hdf5 code-base (#1985)
luzpaz
2022-08-10
1
-2/+2
*
Fixes format string warnings in tselect w/ clang 14 (#1955)
Dana Robinson
2022-07-31
1
-11/+11
*
Develop clang 13 format (#1933)
Allen Byrne
2022-07-26
1
-24/+24
*
Snprintf2 (#1399)
Sean McBride
2022-01-28
1
-16/+20
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
1
-20/+20
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
1
-12/+21
*
Cleans up a couple of MSVC warnings in testhdf5 (#475)
Dana Robinson
2021-03-17
1
-2/+2
*
Update clang config (#473)
Quincey Koziol
2021-03-17
1
-21/+84
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
1
-9/+9
*
Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)
Sean McBride
2021-03-09
1
-1/+1
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
HD prefix updates in src/ and test/
Dana Robinson
2020-10-24
1
-4/+4
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-5929/+6136
*
Add H5Ssel_iter_init API call to reset a selection iterator
Jordan Henderson
2020-09-18
1
-0/+174
*
Fixed additional typos in tselect.c comments.
Dana Robinson
2020-07-28
1
-2/+2
*
Fixes typo in tselect.c
Dana Robinson
2020-07-28
1
-1/+1
*
Updates H5Sset_extent_none() to set H5S_NULL
Dana Robinson
2020-07-28
1
-2/+78
*
Detect when there's the same-shaped selection of a single block of elements on
Quincey Koziol
2020-06-05
1
-7/+7
*
Minor tweaks to testhdf5 code after normalization with 1.10.
Dana Robinson
2020-05-28
1
-39/+39
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-1/+1
*
more cleanup
kmu
2020-01-23
1
-2/+0
*
merge and fix conflict
kmu
2020-01-19
1
-1/+1
|
\
*
|
fix unused related warnings
kmu
2020-01-13
1
-1/+2
|
/
*
Number of arguments requires H5Dopen2.
Larry Knox
2019-09-28
1
-1/+1
*
(1) Address the feedback from the PR review
Vailin Choi
2019-09-26
1
-11/+11
*
Fix for HDFFV-10585 investigate hyperslab slowness:
Vailin Choi
2019-09-19
1
-0/+162
*
Add HD prefix to tests
Allen Byrne
2019-08-15
1
-1197/+1197
*
Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along
Quincey Koziol
2019-07-30
1
-591/+719
*
Fixed various warnings in testhdf5 files.
Dana Robinson
2019-06-28
1
-1/+0
*
Add support for GCC 7.x warnings, update warnhist script to account for them,
Quincey Koziol
2019-06-21
1
-3/+3
*
Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, to
Quincey Koziol
2019-06-17
1
-171/+182
*
New hyperslab selection routines and new public selection iterator routines.
Quincey Koziol
2019-06-16
1
-0/+737
*
Core changes to selection code from the hyperslab_updates branch.
Quincey Koziol
2019-03-16
1
-89/+1309
*
Merge branch 'develop' into c_stdlib_posix_call_cleanup
Dana Robinson
2019-02-19
1
-1042/+616
|
\
|
*
More changes to align with incoming selection improvements.
Quincey Koziol
2019-02-14
1
-366/+0
|
*
Align develop with incoming hyperslab_updates branch changes.
Quincey Koziol
2019-02-13
1
-603/+611
|
*
Delta reduction against hyperslab_updates branch.
Quincey Koziol
2019-01-11
1
-74/+6
*
|
C and POSIX call cleanup
Dana Robinson
2019-01-11
1
-12/+12
|
/
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-04-29
1
-71/+69
|
\
[next]