summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable in tselect.c (#3701)Dana Robinson2023-10-171-3/+5
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-2/+2
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-21/+18
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-5/+5
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-368/+368
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-14/+14
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-35/+35
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-204/+204
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-27/+27
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-109/+109
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-281-2/+2
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-37/+37
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-011-3/+3
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-031-15/+71
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-2/+2
* Fixes format string warnings in tselect w/ clang 14 (#1955)Dana Robinson2022-07-311-11/+11
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-24/+24
* Snprintf2 (#1399)Sean McBride2022-01-281-16/+20
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-20/+20
* VFD plugins (#602)jhendersonHDF2021-09-291-12/+21
* Cleans up a couple of MSVC warnings in testhdf5 (#475)Dana Robinson2021-03-171-2/+2
* Update clang config (#473)Quincey Koziol2021-03-171-21/+84
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-9/+9
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-091-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-4/+4
* Clang-format of source filesAllen Byrne2020-09-301-5929/+6136
* Add H5Ssel_iter_init API call to reset a selection iteratorJordan Henderson2020-09-181-0/+174
* Fixed additional typos in tselect.c comments.Dana Robinson2020-07-281-2/+2
* Fixes typo in tselect.cDana Robinson2020-07-281-1/+1
* Updates H5Sset_extent_none() to set H5S_NULLDana Robinson2020-07-281-2/+78
* Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-051-7/+7
* Minor tweaks to testhdf5 code after normalization with 1.10.Dana Robinson2020-05-281-39/+39
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* more cleanupkmu2020-01-231-2/+0
* merge and fix conflictkmu2020-01-191-1/+1
|\
* | fix unused related warningskmu2020-01-131-1/+2
|/
* Number of arguments requires H5Dopen2.Larry Knox2019-09-281-1/+1
* (1) Address the feedback from the PR reviewVailin Choi2019-09-261-11/+11
* Fix for HDFFV-10585 investigate hyperslab slowness:Vailin Choi2019-09-191-0/+162
* Add HD prefix to testsAllen Byrne2019-08-151-1197/+1197
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-591/+719
* Fixed various warnings in testhdf5 files.Dana Robinson2019-06-281-1/+0
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-3/+3
* Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-171-171/+182
* New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+737
* Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-89/+1309