hdf5/src
raylu-hdf b2363a8195
H5Oflush fails for parallel (#1876)
* H5Oflush causes H5Fclose to trigger an assertion failure in metadata cache for parallel.  This commit makes sure H5Oflush fails for parallel until this problem is solved in the future.

* Committing clang-format changes

* Changed the use of H5F_get_driver_id to H5F_HAS_FEATURE.

Co-authored-by: songyulu <songyulu@jelly.ad.hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-12 08:55:34 -07:00
..
.indent.pro
CMakeLists.txt Removes unused H5HP (private heap) package (#1548) 2022-03-29 20:56:37 -05:00
H5.c Fixes a typo in H5.c (#1639) 2022-04-14 10:35:54 -07:00
H5A.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Abtree2.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5AC.c Minor things noticed while bringing VFD SWMR in line with develop (#1691) 2022-04-25 16:29:00 -05:00
H5ACdbg.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5ACmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5ACmpio.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5ACpkg.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5ACprivate.h OESS-168: Remove clang warnings. (#1076) 2021-10-07 21:59:10 -05:00
H5ACproxy_entry.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5ACpublic.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5Adense.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Adeprec.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Aint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Amodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5api_adpt.h Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Apkg.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Aprivate.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5Apublic.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Atest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5B2.c Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5B2cache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5B2dbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5B2hdr.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5B2int.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5B2internal.c Fixes for warnings identified by MSVC (#1874) 2022-07-11 14:01:08 -07:00
H5B2leaf.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5B2module.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5B2pkg.h Fixes const issues in the version 2 B-trees (#1172) 2021-11-09 12:31:00 -06:00
H5B2private.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5B2stat.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5B2test.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5B.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Bcache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Bdbg.c Be a bit safer with signed arithmetic, thus quieting some signed-overflow warnings from GCC (#1706) 2022-04-29 22:29:20 -05:00
H5Bmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Bpkg.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
H5Bprivate.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5C.c Updates messages in cache sanity checks (#1851) 2022-07-06 13:12:48 -07:00
H5Cdbg.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Cepoch.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5checksum.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Cimage.c Be a bit safer with signed arithmetic, thus quieting some signed-overflow warnings from GCC (#1706) 2022-04-29 22:29:20 -05:00
H5Clog_json.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Clog_trace.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Clog.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Clog.h Cleans up a const warning left over from previous constification (#633) 2021-05-07 11:44:07 -05:00
H5Cmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Cmpio.c sprintf to snprintf (#1815) 2022-06-22 11:58:18 -07:00
H5Cpkg.h Minor tweaks from VFD SWMR normalization (#1474) 2022-03-09 14:07:54 -06:00
H5Cprefetched.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Cprivate.h Fix cache sanity checking code by moving functions to wider scope (#1435) 2022-02-21 12:36:29 -06:00
H5Cpublic.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5Cquery.c More various warnings (#958) 2021-08-24 23:05:23 -05:00
H5CS.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5CSprivate.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5Ctag.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ctest.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5CX.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5CXmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5CXprivate.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5D.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5dbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Dbtree2.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dbtree.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dchunk.c Fixes for production mode gcc warnings (#1873) 2022-07-11 10:27:40 -07:00
H5Dcompact.c Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5Dcontig.c Warnings fixes (#1680) 2022-04-25 12:16:18 -05:00
H5Ddbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Ddeprec.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Dearray.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Defl.c Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877) 2022-07-11 15:48:51 -07:00
H5detect.c Replace H5detect's build-time detection of C99 integer properties with a (#1400) 2022-04-22 08:52:01 -05:00
H5Dfarray.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dfill.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dint.c H5Oflush fails for parallel (#1876) 2022-07-12 08:55:34 -07:00
H5Dio.c Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5Dlayout.c Fix a few issues noted by LGTM (#1421) 2022-02-04 10:53:55 -06:00
H5Dmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Dmpio.c Fixes a few minor parallel warnings (#1832) 2022-06-29 13:02:38 -07:00
H5Dnone.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Doh.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dpkg.h Fix some const cast and stack/static object size warnings (#1700) 2022-05-01 15:54:41 -05:00
H5Dprivate.h Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Dpublic.h Fix documentation for H5D_space_status_t enum values (#1372) 2022-01-19 14:29:37 -06:00
H5Dscatgath.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dselect.c Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Dsingle.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Dtest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Dvirtual.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5E.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5EA.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5EAcache.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5EAdbg.c Replaced several uses of sprintf with safer snprintf (#1383) 2022-01-28 10:34:57 -06:00
H5EAdblkpage.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAdblock.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAhdr.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAiblock.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAint.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5EApkg.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5EAprivate.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5EAsblock.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAstat.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5EAtest.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Edeprec.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Eint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Emodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Epkg.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Eprivate.h Removes obsolete equivalents of C99's __func__ (#800) 2021-06-28 23:58:38 -05:00
H5Epublic.h A batch of life-cycle examples for different modules (#654) 2021-09-01 16:09:27 -05:00
H5err.txt Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5ES.c Minor tweaks from VFD SWMR normalization (#1474) 2022-03-09 14:07:54 -06:00
H5ESdevelop.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5ESevent.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5ESint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5ESlist.c Implement H5ESget requests function to retrieve requests from an event set (#1355) 2022-01-20 07:34:43 -06:00
H5ESmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5ESpkg.h Implement H5ESget requests function to retrieve requests from an event set (#1355) 2022-01-20 07:34:43 -06:00
H5ESprivate.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5ESpublic.h Documentation fixes right in time for the holidays (#1321) 2022-01-13 22:11:39 -06:00
H5F.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FA.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FAcache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Faccum.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FAdbg.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5FAdblkpage.c Use appropriate printf format specifiers for haddr_t and hsize_t types directly (#1340) 2022-01-11 12:16:10 -06:00
H5FAdblock.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5FAhdr.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5FAint.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5FAmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5FApkg.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5FAprivate.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5FAstat.c Fixes parallel issues from recent C99 changes (#809) 2021-06-30 10:17:35 -05:00
H5FAtest.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Fcwfs.c Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FD.c Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5Fdbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5FDcore.c Converts __int64 to LONGLONG in LARGE_INTEGER union members on Windows (#1816) 2022-06-22 10:48:51 -07:00
H5FDcore.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDdevelop.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5FDdirect.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FDdirect.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDdrvr_module.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Fdeprec.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5FDfamily.c Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877) 2022-07-11 15:48:51 -07:00
H5FDfamily.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDhdfs.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FDhdfs.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDint.c Fix bugs in parallel selection I/O (#1803) 2022-06-09 16:01:47 -05:00
H5FDlog.c Converts __int64 to LONGLONG in LARGE_INTEGER union members on Windows (#1816) 2022-06-22 10:48:51 -07:00
H5FDlog.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDmirror_priv.h Oess 168 utils mirror vfd (#1444) 2022-02-21 15:32:29 -06:00
H5FDmirror.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FDmirror.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5FDmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5FDmpi.c Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5FDmpi.h Merge doxygen2 into develop (#553) 2021-04-26 14:07:29 -05:00
H5FDmpio.c Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5FDmpio.h Documentation fixes right in time for the holidays (#1321) 2022-01-13 22:11:39 -06:00
H5FDmulti.c Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5FDmulti.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDperform.c Misc fixes highlighted by the checkposix script (#1499) 2022-03-17 09:53:19 -05:00
H5FDpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5FDprivate.h Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5FDpublic.h Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5FDros3.c OESS-168: Remove clang warnings. (#1376) 2022-04-15 13:19:21 -07:00
H5FDros3.h OESS-168: Remove clang warnings. (#1376) 2022-04-15 13:19:21 -07:00
H5FDs3comms.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FDs3comms.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5FDsec2.c Fixes for warnings identified by MSVC (#1874) 2022-07-11 14:01:08 -07:00
H5FDsec2.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDspace.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FDsplitter.c Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5FDsplitter.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5FDstdio.c Converts __int64 to LONGLONG in LARGE_INTEGER union members on Windows (#1816) 2022-06-22 10:48:51 -07:00
H5FDstdio.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FDtest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5FDwindows.c VFD plugins (#602) 2021-09-29 13:28:12 -05:00
H5FDwindows.h Merge doxygen2 into develop (#553) 2021-04-26 14:07:29 -05:00
H5Fefc.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ffake.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Fint.c Fix invalid comment about character encoding in H5Fint.c (#1845) 2022-07-01 15:49:23 -07:00
H5Fio.c Merge initial version of selection I/O feature into develop (#1367) 2022-03-26 14:30:53 -05:00
H5FL.c Fixes for production mode gcc warnings (#1873) 2022-07-11 10:27:40 -07:00
H5FLmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5FLprivate.h Adds the malloc attribute to appropriate functions (gcc only) (#1866) 2022-07-11 08:27:44 -07:00
H5Fmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Fmount.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Fmpi.c Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5FO.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5FOprivate.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5Fpkg.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Fprivate.h Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5Fpublic.h Documentation fixes right in time for the holidays (#1321) 2022-01-13 22:11:39 -06:00
H5Fquery.c Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5FS.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FScache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FSdbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Fsfile.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5FSint.c Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5FSmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Fspace.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5FSpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5FSprivate.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5FSsection.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5FSstat.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5FStest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Fsuper_cache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Fsuper.c Convert assertion on (possibly corrupt) file contents to normal error check (#1861) 2022-07-08 13:04:23 -07:00
H5Ftest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5G.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gbtree2.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gcache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gcompact.c Fix for memory allocation issue identified by fuzzer (#732) (#1860) 2022-07-08 12:10:29 -07:00
H5Gdense.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gdeprec.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gent.c Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Gint.c Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Glink.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gloc.c Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Gmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Gname.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Gnode.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Gobj.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Goh.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gpkg.h Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Gprivate.h Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Gpublic.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Groot.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Gstab.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gtest.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Gtraverse.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5HF.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5HFbtree2.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFcache.c Misc clang warning fixes (#1869) 2022-07-11 10:28:02 -07:00
H5HFdbg.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFdblock.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5HFdtable.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5HFhdr.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFhuge.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFiblock.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFiter.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5HFman.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5HFpkg.h Fixes some H5SL include statements (#758) 2021-06-16 11:54:11 -05:00
H5HFprivate.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5HFsection.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFspace.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HFstat.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5HFtest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5HFtiny.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HG.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HGcache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HGdbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5HGmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5HGpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5HGprivate.h Assume C99 fixed sized ints exist, use them (#470) 2021-11-08 12:44:06 -06:00
H5HGquery.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5HL.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5HLcache.c Fixes for production mode gcc warnings (#1873) 2022-07-11 10:27:40 -07:00
H5HLdbg.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5HLdblk.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5HLint.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5HLmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5HLpkg.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5HLprfx.c Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5HLprivate.h Removes alternative function enter/leave macro scheme (#678) 2021-05-28 21:58:13 -05:00
H5I.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Idbg.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Idevelop.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5Iint.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Imodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Ipkg.h Hash table replacement for skip lists in ID code (#600) 2021-05-04 15:51:26 -05:00
H5Iprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Ipublic.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Itest.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5L.c Fixes for production mode gcc warnings (#1873) 2022-07-11 10:27:40 -07:00
H5Ldeprec.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ldevelop.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5Lexternal.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Lint.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Lmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Lpkg.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Lprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Lpublic.h H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 (#1335) 2022-01-10 18:47:57 -06:00
H5M.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5make_libsettings.c Misc clang warning fixes (#1869) 2022-07-11 10:28:02 -07:00
H5MF.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5MFaggr.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5MFdbg.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5MFmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5MFpkg.h Adds const to a few global variables (#623) 2021-05-04 15:26:38 -05:00
H5MFprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5MFsection.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5MM.c Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877) 2022-07-11 15:48:51 -07:00
H5Mmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5MMprivate.h Adds the malloc attribute to appropriate functions (gcc only) (#1866) 2022-07-11 08:27:44 -07:00
H5MMpublic.h Merge doxygen2 into develop (#553) 2021-04-26 14:07:29 -05:00
H5module.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5mpi.c Support for UnifyFS with MPI_File_sync (#1801) 2022-07-11 13:59:19 -07:00
H5Mpkg.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
H5Mprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Mpublic.h A batch of life-cycle examples for different modules (#654) 2021-09-01 16:09:27 -05:00
H5O.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oainfo.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oalloc.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oattr.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oattribute.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Obogus.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Obtreek.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ocache_image.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ocache.c Quiets const warnings (#1831) 2022-06-29 10:41:45 -05:00
H5Ochunk.c Fixed HDFFV-11150 (#356) 2021-02-19 13:01:44 -06:00
H5Ocont.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ocopy_ref.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ocopy.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Odbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Odeprec.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Odrvinfo.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Odtype.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oefl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ofill.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oflush.c H5Oflush fails for parallel (#1876) 2022-07-12 08:55:34 -07:00
H5Ofsinfo.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oginfo.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oint.c Warnings fixes (#1680) 2022-04-25 12:16:18 -05:00
H5Olayout.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Olinfo.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Olink.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Omessage.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Omodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Omtime.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oname.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Onull.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Opkg.h Fix issue with copying null new references (#1440) 2022-02-18 09:28:21 -06:00
H5Opline.c Fix for gcc-12 warning about string truncation in H5Opline.c (#1835) 2022-06-30 07:47:34 -07:00
H5Oprivate.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Opublic.h Fix these Doxygen warnings #1581 (#1589) 2022-04-13 14:16:44 -05:00
H5Orefcount.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Osdspace.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oshared.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oshared.h Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Oshmesg.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ostab.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Otest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Ounknown.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5overflow.txt Update license url (#332) 2021-02-17 08:52:04 -06:00
H5P.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pacpl.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5PB.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5PBmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5PBpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5PBprivate.h Removes cruft from a few header files (#1534) 2022-03-29 07:11:56 -05:00
H5Pdapl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pdcpl.c Removes workaround for platforms that lack C99 stuct initializers (#1842) 2022-06-30 19:50:42 -07:00
H5Pdeprec.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Pdxpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pencdec.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pfapl.c Warnings fixes (#1680) 2022-04-25 12:16:18 -05:00
H5Pfcpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pfmpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pgcpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5PL.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Plapl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Plcpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5PLextern.h Includes hdf5dev.h in hdf5.h (#728) 2021-06-06 21:04:34 -05:00
H5PLint.c Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5PLmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5PLpath.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5PLpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5PLplugin_cache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5PLprivate.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5PLpublic.h VFD plugins (#602) 2021-09-29 13:28:12 -05:00
H5Pmapl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pmcpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Pocpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Pocpypl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ppkg.h VFD plugins (#602) 2021-09-29 13:28:12 -05:00
H5Pprivate.h VFD plugins (#602) 2021-09-29 13:28:12 -05:00
H5Ppublic.h Documents Windows badness in H5Pget_external() (#1821) 2022-06-24 06:14:29 -07:00
H5private.h Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877) 2022-07-11 15:48:51 -07:00
H5Pstrcpl.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ptest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5public.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5R.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Rdeprec.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Rint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Rmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Rpkg.h Assume C99 fixed sized ints exist, use them (#470) 2021-11-08 12:44:06 -06:00
H5Rprivate.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5Rpublic.h A batch of life-cycle examples for different modules (#654) 2021-09-01 16:09:27 -05:00
H5RS.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5RSmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5RSprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5S.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Sall.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Sdbg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Sdeprec.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Shyper.c Fixes for production mode gcc warnings (#1873) 2022-07-11 10:27:40 -07:00
H5SL.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5SLmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5SLprivate.h Simplify function enter macros for performance benefits (#1024) 2021-11-08 15:08:07 -06:00
H5SM.c Set a constant in H5SM to UINT_MAX instead of -1U (#1822) 2022-06-23 09:11:04 -07:00
H5SMbtree2.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5SMcache.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5SMmessage.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5SMmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Smodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Smpio.c Fix some const cast and stack/static object size warnings (#1700) 2022-05-01 15:54:41 -05:00
H5SMpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5SMprivate.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
H5SMtest.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Snone.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Spkg.h Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Spoint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Sprivate.h Fix some const cast and stack/static object size warnings (#1700) 2022-05-01 15:54:41 -05:00
H5Spublic.h Minor comment corrections (#1544) 2022-03-29 20:57:32 -05:00
H5Sselect.c Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Stest.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5system.c Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480) 2022-03-10 13:54:20 -06:00
H5T.c Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Tarray.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tbit.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Tcommit.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Tcompound.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Tconv.c Fix a few Clang sanitizer warnings (#1727) 2022-05-05 13:32:49 -07:00
H5Tcset.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tdbg.c sprintf to snprintf (#1815) 2022-06-22 11:58:18 -07:00
H5Tdeprec.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tdevelop.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5Tenum.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Tfields.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Tfixed.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tfloat.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5timer.c sprintf to snprintf (#1815) 2022-06-22 11:58:18 -07:00
H5Tmodule.h Fix these Doxygen warnings #1581 (#1589) 2022-04-13 14:16:44 -05:00
H5Tnative.c Add a workaround for buggy PGI C Compiler version 19.10, which quits (#1705) 2022-05-07 19:04:33 -07:00
H5Toffset.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Toh.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Topaque.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5Torder.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Tpad.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tpkg.h Fix some const cast and stack/static object size warnings (#1700) 2022-05-01 15:54:41 -05:00
H5Tprecis.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Tprivate.h Address some warnings from casting away of const (#1684) 2022-04-26 13:18:18 -05:00
H5Tpublic.h Fix these Doxygen warnings #1581 (#1589) 2022-04-13 14:16:44 -05:00
H5trace.c Snprintf2 (#1399) 2022-01-28 16:43:48 -06:00
H5Tref.c Fix some const cast and stack/static object size warnings (#1700) 2022-05-01 15:54:41 -05:00
H5TS.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5TSdevelop.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5TSprivate.h Minor comment corrections (#1544) 2022-03-29 20:57:32 -05:00
H5Tstrpad.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tvisit.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5Tvlen.c Fix some const cast and stack/static object size warnings (#1700) 2022-05-01 15:54:41 -05:00
H5UC.c Update license url (#332) 2021-02-17 08:52:04 -06:00
H5UCprivate.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5vers.txt Update license url (#332) 2021-02-17 08:52:04 -06:00
H5VL.c Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native APIs (#1184) 2021-11-10 12:09:38 -06:00
H5VLcallback.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5VLconnector_passthru.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLconnector.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLdyn_ops.c Fix a few Clang sanitizer warnings (#1727) 2022-05-05 13:32:49 -07:00
H5VLint.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5VLmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5VLnative_attr.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLnative_blob.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLnative_dataset.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5VLnative_datatype.c H5Oflush fails for parallel (#1876) 2022-07-12 08:55:34 -07:00
H5VLnative_file.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLnative_group.c H5Oflush fails for parallel (#1876) 2022-07-12 08:55:34 -07:00
H5VLnative_introspect.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5VLnative_link.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLnative_object.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLnative_private.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLnative_token.c Use appropriate printf format specifiers for haddr_t and hsize_t types directly (#1340) 2022-01-11 12:16:10 -06:00
H5VLnative.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5VLnative.h Minor tweaks from VFD SWMR normalization (#1474) 2022-03-09 14:07:54 -06:00
H5VLpassthru.c Replaced several uses of sprintf with safer snprintf (#1383) 2022-01-28 10:34:57 -06:00
H5VLpassthru.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5VLpkg.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VLpublic.h Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native APIs (#1184) 2021-11-10 12:09:38 -06:00
H5VLtest.c Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5VM.c Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877) 2022-07-11 15:48:51 -07:00
H5VMprivate.h Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480) 2022-03-10 13:54:20 -06:00
H5WB.c Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
H5WBprivate.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5win32defs.h Adds notes about off_t sizes on Windows (#1817) 2022-06-22 11:21:51 -07:00
H5Z.c sprintf to snprintf (#1815) 2022-06-22 11:58:18 -07:00
H5Zdeflate.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Zdevelop.h Various warning fixes (#1812) 2022-06-22 09:16:30 -07:00
H5Zfletcher32.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Zmodule.h Removes unused definitions from module headers (#1624) 2022-04-11 13:06:37 -05:00
H5Znbit.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Zpkg.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5Zprivate.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Zpublic.h Combo set of async and other changes (#161) 2021-06-02 15:29:46 -05:00
H5Zscaleoffset.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Zshuffle.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Zszip.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
H5Ztrans.c Removes the STATIC flavor of FUNC_ENTER macros (#1622) 2022-04-08 14:32:40 -05:00
hdf5-lin.lnt Yanked -Wc++-compat from the flags used to build the C library in both 2019-12-04 00:49:52 -08:00
hdf5-win.lnt
hdf5.h Includes hdf5dev.h in hdf5.h (#728) 2021-06-06 21:04:34 -05:00
hdf5.lnt Switch H5VM inline routines back to single underscope and put a comment in their header about this naming 2020-08-06 17:46:40 -05:00
libhdf5.settings.in New references for Dimension Scale APIs (#1139) 2021-11-05 07:33:02 -05:00
Makefile.am Removes unused H5HP (private heap) package (#1548) 2022-03-29 20:56:37 -05:00
uthash.h OESS-168: Remove clang warnings. (#1124) 2021-11-05 08:31:01 -05:00