summaryrefslogtreecommitdiffstats
path: root/src/H5Ocopy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-3/+0
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-56/+56
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-69/+70
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-7/+7
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-3/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-36/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-75/+75
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-4/+4
* Fix v1 object header gap bug in H5Ocopy (#2785)jhendersonHDF2023-04-261-2/+7
* 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-22/+22
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-11/+11
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-1/+0
* Fix issue with copying null new references (#1440)Neil Fortner2022-02-181-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-3/+5
* Move API routines for VOL objects to main source file. (#133)Quincey Koziol2020-11-301-133/+0
* Clang-format of source filesAllen Byrne2020-09-301-444/+415
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-17/+17
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-4/+4
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-291-0/+3
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-198/+0
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-1/+1
* Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-10/+0
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-1/+1
* Refactor and standardize object VOL callbacks.Quincey Koziol2018-11-011-3/+1
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-2/+12
* VOL FEATUREDana Robinson2018-10-101-9/+22
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-29/+25
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-32/+24
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-4/+3
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-5/+2
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-1/+1
* Cleanup API context function usage.Quincey Koziol2018-03-191-10/+3
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-6/+24
|\
| * Changes made based on code reviews.Vailin Choi2018-01-121-0/+6
| * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-6/+18
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-143/+179
|/
* Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiersVailin Choi2017-06-111-30/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-1/+11
* Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-261-1/+1
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-5/+5
* [svn-r29626] Description:Quincey Koziol2016-04-041-3/+16