summaryrefslogtreecommitdiffstats
path: root/src/H5FDdirect.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up off_t usage (#4095)Dana Robinson2024-03-091-2/+2
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-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-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-23/+23
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-24/+24
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-10/+10
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-6/+6
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-58/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-13/+13
* Remove HD from HDposix_memalign() (#3196)Dana Robinson2023-06-281-7/+7
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-25/+25
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-12/+12
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-18/+18
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+5
* OESS-168: Remove clang warnings. (#1308)H. Joe Lee2022-01-071-1/+4
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-37/+11
* VFD plugins (#602)jhendersonHDF2021-09-291-24/+60
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+1
* 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-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-7/+7
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-7/+7
* Clang-format of source filesAllen Byrne2020-09-301-483/+471
* Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-8/+51
|\
| * 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-8/+51
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-148/+117
|/
* Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarationsDavid Young2020-04-241-4/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-8/+8
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-5/+5
* Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-011-1/+2
|\
| * Correct typoQuincey Koziol2018-12-201-1/+1
| * Clear driver properties before returning them to application.Quincey Koziol2018-12-191-1/+2
* | Cleaned up and normalized VFD init calls.Dana Robinson2018-12-181-12/+9
|/
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-3/+3
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-0/+1
|\
| * Fixed HDFFV-10214:Dana Robinson2017-05-191-0/+1
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-1/+1
* | Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-1/+1
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r29842] Description:Quincey Koziol2016-04-301-0/+7
* [svn-r28626] Brought VFD-level file locking code over from revise_chunks.Dana Robinson2015-12-141-8/+79
* [svn-r27811] Description:Quincey Koziol2015-09-161-21/+17
* [svn-r27768] Description:Quincey Koziol2015-09-141-12/+7
* [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-15/+0