summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix loading plugin fails with missing directory GH issue #3248 (#3315)Allen Byrne2023-08-021-2/+1
* Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314)jhendersonHDF2023-08-021-6/+10
* Fix incorrect error check in H5Ofill.c for undefined fill values (#3312)jhendersonHDF2023-08-021-1/+1
* Switch parallel compression to use vector I/O (#3245)jhendersonHDF2023-08-022-816/+544
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-24176-1178/+1190
* ROS3: (fix) Replaced HDfprintf (#3266)Jan-Willem Blokland2023-07-241-3/+3
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-2033-294/+294
* Fix warning in H5C__UPDATE_STATS_FOR_DIRTY_PIN macro (#3259)jhendersonHDF2023-07-181-1/+1
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-1896-1671/+1299
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-188-196/+185
* Fix CMake builds when Subfiling VFD isn't enabled (#3250)jhendersonHDF2023-07-172-33/+40
* ROS3: (feature) Temporary security credentials (#3030)Jan-Willem Blokland2023-07-144-36/+468
* Subfiling VFD source cleanup (#3241)jhendersonHDF2023-07-1331-3287/+105
* Fix doc for H5allocate_memory (#3240)Nicolas Cornu2023-07-121-1/+1
* Committing clang-format changesgithub-actions2023-07-061-1/+1
* Several ros3vfd logging improvementsAleksandar Jelenak2023-07-051-12/+16
* docs: improve consistency in verb form (#3076) (#3188)H. Joe Lee2023-06-301-7/+7
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-299-80/+46
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-29141-646/+631
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-29312-11468/+3
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-2917-88/+67
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-298-36/+18
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-293-12/+3
* Remove some "Programmer" comments (#3209)Dana Robinson2023-06-2927-95/+40
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-293-14/+2
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-293-25/+4
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2822-226/+212
* Remove HD from HDposix_memalign() (#3196)Dana Robinson2023-06-282-10/+7
* Rename HDsystem() to system() (#3197)Dana Robinson2023-06-281-3/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-28103-2022/+1981
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-28305-12425/+12413
* Rename HDpipe() to pipe() (#3192)Dana Robinson2023-06-281-3/+0
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-289-31/+28
* Fix assertion failure when attempting to use IOC VFD directly (#3187)jhendersonHDF2023-06-281-0/+13
* Remove HD from fork/exec*/wait* (#3190)Dana Robinson2023-06-281-18/+0
* Drop HD prefix & hbool_t from H5TS (#3180)Dana Robinson2023-06-282-51/+31
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-287-190/+175
* Remove H5F_evict_tagged_metadata() (#3165)Dana Robinson2023-06-215-44/+16
* Remove dead code behind #ifdef OLD_WAY (#3163)Dana Robinson2023-06-213-42/+6
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-1914-39/+39
* Track s3 i/o when S3COMMS_DEBUG enabled (#3139)mattjala2023-06-161-0/+5
* Remove HD prefix from network calls (#3142)Dana Robinson2023-06-162-50/+8
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-1697-537/+549
* Removed .lnt linter files (#3143)Dana Robinson2023-06-163-145/+0
* Revert long double checks (#3133)Dana Robinson2023-06-153-0/+47
* Remove unused HD macros (#3120)Dana Robinson2023-06-141-285/+0
* clang-tidy clang-analyzer-core issues addressed (#3113)Allen Byrne2023-06-132-5/+3
* Remove H5detect and H5make_libsettings (#3104)Dana Robinson2023-06-1315-1452/+856
* Remove long double conversion work-arounds (#3097)Dana Robinson2023-06-123-47/+0
* Address memory issues when copying empty enums (#3088)Dana Robinson2023-06-122-17/+26