summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Clean up off_t usage (#4095)Dana Robinson2024-03-091-2/+2
* Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787)jhendersonHDF2023-11-011-1/+1
* 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-6/+6
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-11/+11
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-18/+18
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-12/+12
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-49/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-13/+13
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-3/+3
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-1/+1
* Fixes for warnings identified by MSVC (#1874)Dana Robinson2022-07-111-4/+1
* Converts __int64 to LONGLONG in LARGE_INTEGER union members on Windows (#1816)Dana Robinson2022-06-221-1/+1
* Various warning fixes (#1812)Sean McBride2022-06-221-1/+1
* Re-promote some GNU warnings to errors (#1508)David Young2022-05-061-8/+7
* Warnings fixes (#1680)jhendersonHDF2022-04-251-7/+3
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-16/+16
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+5
* Only check HDF5_DRIVER in MPI I/O VFD if VFD isn't initialized (#1213)jhendersonHDF2021-11-251-1/+0
* Fixes FUNC_ENTER warnings in VFDs due to recent init changes (#1178)Dana Robinson2021-11-101-2/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-34/+11
* VFD plugins (#602)jhendersonHDF2021-09-291-2/+3
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+48
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+27
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-4/+4
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-4/+4
* Clang-format of source filesAllen Byrne2020-09-301-253/+263
* Revert "Merge pull request #2477 in HDFFV/hdf5 from pio_update to develop"Larry Knox2020-08-181-21/+0
* Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-08-161-110/+137
|\
| * Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-14/+46
| |\
| | * Renames BEST-EFFORT to BEST_EFFORT for file locking env varDana Robinson2020-08-061-1/+1
| | * Fixed missing parens in VFDsDana Robinson2020-08-031-1/+1
| | * Squash merge of file locking fixesDana Robinson2020-08-031-14/+46
| * | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-96/+91
| |/
| * Trim trailing whitespaceQuincey Koziol2020-04-201-9/+9
* | Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-04-191-0/+6
|\ \ | |/
| * Add Splitter VFD to library.Jacob Smith2020-03-131-0/+6
* | Don't track file offset position when using pread / pwrite.Quincey Koziol2020-03-291-9/+30
|/
* Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2019-12-091-6/+8
* Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-7/+25
* Cleaned up and normalized VFD init calls.Dana Robinson2018-12-181-3/+3
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-141-8/+8
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-1/+2
|\
| * Fixed HDFFV-10214:Dana Robinson2017-05-191-1/+2
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-1/+1