hdf5/src
2019-08-29 14:43:35 -05:00
..
.indent.pro Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
CMakeLists.txt Fix EXISTS test syntax 2019-08-29 14:43:35 -05:00
COPYING
H5.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5A.c Refactor attribute creation parameters to move parameters out of creation 2019-04-24 23:33:56 -05:00
H5Abtree2.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5AC.c Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5ACdbg.c Squash merge of MDC logging changes. 2018-12-20 20:41:42 -08:00
H5ACmodule.h
H5ACmpio.c Some refactoring prior to implementing new H5P MPI functions. 2019-08-14 16:22:06 -07:00
H5ACpkg.h Squash merge of MDC logging changes. 2018-12-20 20:41:42 -08:00
H5ACprivate.h Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5ACproxy_entry.c
H5ACpublic.h
H5Adense.c Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
H5Adeprec.c Refactor attribute creation parameters to move parameters out of creation 2019-04-24 23:33:56 -05:00
H5Aint.c Fixed a problem in the ohdr test where hard-coded strings passed 2019-06-18 17:28:37 -07:00
H5Amodule.h
H5api_adpt.h
H5Apkg.h H5A__free() was renamed to H5A__shared_free() and now requires 2019-06-11 14:14:13 -07:00
H5Aprivate.h
H5Apublic.h Moved the optional enums to H5VLnative.h and converted to an int 2018-12-18 13:34:34 -08:00
H5Atest.c
H5B2.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5B2cache.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5B2dbg.c
H5B2hdr.c
H5B2int.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5B2internal.c
H5B2leaf.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5B2module.h
H5B2pkg.h
H5B2private.h
H5B2stat.c
H5B2test.c
H5B.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Bcache.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Bdbg.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Bmodule.h
H5Bpkg.h
H5Bprivate.h
H5C.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Cdbg.c Squash merge of MDC logging changes. 2018-12-20 20:41:42 -08:00
H5Cepoch.c
H5checksum.c Add support for GCC 7.x warnings, update warnhist script to account for them, 2019-06-21 10:05:34 -05:00
H5Cimage.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Clog_json.c Fixed a valgrind issue with the unprotect log message. The logging 2019-01-31 00:14:11 -08:00
H5Clog_trace.c Add support for GCC 7.x warnings, update warnhist script to account for them, 2019-06-21 10:05:34 -05:00
H5Clog.c Fixed a valgrind issue with the unprotect log message. The logging 2019-01-31 00:14:11 -08:00
H5Clog.h Fixed a valgrind issue with the unprotect log message. The logging 2019-01-31 00:14:11 -08:00
H5Cmodule.h
H5Cmpio.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Cpkg.h There is performance issue when closing an object. The slow down is due to the search of 2019-02-04 22:30:48 -06:00
H5Cprefetched.c
H5Cprivate.h Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5Cpublic.h
H5Cquery.c Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5CS.c
H5CSprivate.h
H5Ctag.c Modification based on feedback from pull request. 2019-02-05 18:13:11 -06:00
H5Ctest.c
H5CX.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5CXmodule.h
H5CXprivate.h Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5D.c Updated H5Tcopy() to get the dataset's datatype through the VOL when 2019-06-23 22:34:08 -07:00
H5dbg.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Dbtree2.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Dbtree.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Dchunk.c Progress toward moving the dataset routines to using the 'shared' file pointer 2019-08-20 20:38:10 -05:00
H5Dcompact.c Code improvement 2019-05-05 00:41:19 -05:00
H5Dcontig.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5Ddbg.c
H5Ddeprec.c Refactor dataset creation parameters out of the dataset creation property 2019-04-24 22:31:36 -05:00
H5Dearray.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Defl.c Moving the handling of null prefix into H5_combine_path. 2019-04-17 17:42:01 -05:00
H5detect.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Dfarray.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Dfill.c Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01 2019-03-16 23:01:18 -05:00
H5Dint.c Progress toward moving the dataset routines to using the 'shared' file pointer 2019-08-20 20:38:10 -05:00
H5Dio.c Begin converting dataset code to use shared file pointer instead of top file 2019-08-20 18:21:53 -05:00
H5Dlayout.c Set V112 as the latest format and extend the arrays of version bounds. 2019-04-04 16:29:37 -05:00
H5Dmodule.h
H5Dmpio.c Progress toward moving the dataset routines to using the 'shared' file pointer 2019-08-20 20:38:10 -05:00
H5Dnone.c
H5Doh.c
H5Dpkg.h Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5Dprivate.h Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Dpublic.h Moved the optional enums to H5VLnative.h and converted to an int 2018-12-18 13:34:34 -08:00
H5Dscatgath.c Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01 2019-03-16 23:01:18 -05:00
H5Dselect.c Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01 2019-04-04 16:45:34 -05:00
H5Dsingle.c
H5Dtest.c
H5Dvirtual.c Refactor H5S__hyper_project_intersection to operate directly on span 2019-05-31 19:26:56 -05:00
H5E.c Avoid clearing error stack when calling H5Eget_msg() 2019-05-17 10:48:04 -05:00
H5EA.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5EAcache.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5EAdbg.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5EAdblkpage.c
H5EAdblock.c
H5EAhdr.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5EAiblock.c
H5EAint.c
H5EAmodule.h
H5EApkg.h
H5EAprivate.h
H5EAsblock.c
H5EAstat.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5EAtest.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Edeprec.c
H5Eint.c Assign NULL to func_name/file_name/desc error entry pointers when clearing error stack 2019-05-17 10:49:27 -05:00
H5Emodule.h
H5Epkg.h
H5Eprivate.h
H5Epublic.h
H5err.txt Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5ESpublic.h Added 'notify' callback for async requests; switched VOL class and info 2018-11-27 22:15:34 -06:00
H5F.c Fixed an error string typo 2019-06-11 14:39:39 -07:00
H5FA.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5FAcache.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Faccum.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5FAdbg.c
H5FAdblkpage.c
H5FAdblock.c
H5FAhdr.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5FAint.c
H5FAmodule.h
H5FApkg.h
H5FAprivate.h
H5FAstat.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5FAtest.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Fcwfs.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5FD.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Fdbg.c
H5FDcore.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5FDcore.h
H5FDdirect.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5FDdirect.h
H5FDdrvr_module.h
H5Fdeprec.c Moved private native VOL connector functions to H5VLnative_private.h. 2018-12-20 10:47:00 -08:00
H5FDfamily.c Updates to warnhist script, along with a few cleanups, and add some comments 2019-07-09 22:15:36 -05:00
H5FDfamily.h
H5FDhdfs.c Fix compiler warnings with diabled ROS3 and HDFS VFDs. 2019-08-14 15:36:45 -05:00
H5FDhdfs.h Squashed commit of the following: 2019-07-25 11:47:12 -05:00
H5FDint.c
H5FDlog.c Cleaned up misc warnings. 2019-06-29 02:38:14 -07:00
H5FDlog.h
H5FDmodule.h
H5FDmpi.c Some refactoring prior to implementing new H5P MPI functions. 2019-08-14 16:22:06 -07:00
H5FDmpi.h
H5FDmpio.c Minor tweaks to new H5P MPI code based on code review feedback. 2019-08-27 14:00:49 -07:00
H5FDmpio.h
H5FDmulti.c Reverted snprintf to sprintf in the multi VFD since 2019-07-11 16:08:35 -07:00
H5FDmulti.h
H5FDpkg.h
H5FDprivate.h Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
H5FDpublic.h
H5FDros3.c Untangle #ifdef mess in ROS3 code. 2019-08-19 18:02:47 -07:00
H5FDros3.h Untangle #ifdef mess in ROS3 code. 2019-08-19 18:02:47 -07:00
H5FDs3comms.c Untangle #ifdef mess in ROS3 code. 2019-08-19 18:02:47 -07:00
H5FDs3comms.h Untangle #ifdef mess in ROS3 code. 2019-08-19 18:02:47 -07:00
H5FDsec2.c Updated sec2, log, and core VFDs to use pread/pwrite when 2019-01-30 17:32:40 -08:00
H5FDsec2.h
H5FDspace.c
H5FDstdio.c
H5FDstdio.h
H5FDtest.c
H5FDwindows.c
H5FDwindows.h
H5Fefc.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5Ffake.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5Fint.c Add a 'closing' flag on the shared file struct, and switch several of the 2019-08-26 14:38:58 -05:00
H5Fio.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5FL.c Move the -Wformat-nonliteral warning to the developer flags. Fix bugs 2019-06-28 19:26:47 -05:00
H5FLmodule.h
H5FLprivate.h Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Fmodule.h
H5Fmount.c Updated enums in VOL va_lists to be passed as ints. 2018-12-18 09:16:46 -08:00
H5Fmpi.c Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
H5FO.c
H5FOprivate.h
H5Fpkg.h Add a 'closing' flag on the shared file struct, and switch several of the 2019-08-26 14:38:58 -05:00
H5Fprivate.h Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
H5Fpublic.h Added H5Fdelete call and VOL support (but no VFD/native implementation). 2019-06-11 09:04:23 -07:00
H5Fquery.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5FS.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5FScache.c Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5FSdbg.c
H5Fsfile.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5FSint.c
H5FSmodule.h
H5Fspace.c
H5FSpkg.h
H5FSprivate.h
H5FSsection.c Add a 'closing' flag on the shared file struct, and switch several of the 2019-08-26 14:38:58 -05:00
H5FSstat.c
H5FStest.c
H5Fsuper_cache.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Fsuper.c Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
H5Ftest.c
H5G.c Refactor group creation parameters to take them out of the group creation 2019-04-25 01:12:46 -05:00
H5Gbtree2.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Gcache.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Gcompact.c
H5Gdense.c
H5Gdeprec.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Gent.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Gint.c
H5Glink.c Switched to HGOTO_DONE() in the links code. 2019-06-18 12:27:51 -07:00
H5Gloc.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Gmodule.h
H5Gname.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Gnode.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Gobj.c
H5Goh.c
H5Gpkg.h Moved the native VOL connector's optional enums to the 2018-12-15 02:05:00 -08:00
H5Gprivate.h
H5Gpublic.h Moved the optional enums to H5VLnative.h and converted to an int 2018-12-18 13:34:34 -08:00
H5Groot.c
H5Gstab.c
H5Gtest.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Gtraverse.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HF.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5HFbtree2.c
H5HFcache.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HFdbg.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5HFdblock.c
H5HFdtable.c
H5HFhdr.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5HFhuge.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HFiblock.c
H5HFiter.c
H5HFman.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HFmodule.h
H5HFpkg.h
H5HFprivate.h
H5HFsection.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HFspace.c
H5HFstat.c
H5HFtest.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5HFtiny.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5HG.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HGcache.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HGdbg.c
H5HGmodule.h
H5HGpkg.h Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5HGprivate.h
H5HGquery.c
H5HL.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HLcache.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5HLdbg.c
H5HLdblk.c
H5HLint.c
H5HLmodule.h
H5HLpkg.h
H5HLprfx.c
H5HLprivate.h
H5HP.c
H5HPprivate.h
H5I.c Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter 2019-08-14 14:46:39 -05:00
H5Imodule.h
H5Ipkg.h
H5Iprivate.h
H5Ipublic.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Itest.c
H5L.c Cast enum to int, for strict varargs handling. 2019-04-25 12:57:23 -05:00
H5Lexternal.c Warning cleanup 2019-04-25 01:12:28 -05:00
H5Lmodule.h
H5Lpkg.h
H5Lprivate.h
H5Lpublic.h
H5M.c Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. 2019-08-13 08:46:56 -07:00
H5make_libsettings.c
H5MF.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5MFaggr.c Add a 'closing' flag on the shared file struct, and switch several of the 2019-08-26 14:38:58 -05:00
H5MFdbg.c Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5MFmodule.h
H5MFpkg.h Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5MFprivate.h Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5MFsection.c Finish converting H5PB_* routines to use shared file pointer, instead of top 2019-08-20 17:26:10 -05:00
H5MM.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Mmodule.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5MMprivate.h Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5MMpublic.h
H5MP.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5mpi.c Minor tweaks to new H5P MPI code based on code review feedback. 2019-08-27 14:00:49 -07:00
H5Mpkg.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5MPmodule.h
H5MPpkg.h
H5MPprivate.h
H5Mprivate.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5MPtest.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Mpublic.h Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. 2019-08-13 08:46:56 -07:00
H5O.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Oainfo.c
H5Oalloc.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Oattr.c H5A__free() was renamed to H5A__shared_free() and now requires 2019-06-11 14:14:13 -07:00
H5Oattribute.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Obogus.c Delay checking if decoded message's "shareable" flag is appropriate for 2019-01-07 15:40:44 -06:00
H5Obtreek.c
H5Ocache_image.c Add a 'closing' flag on the shared file struct, and switch several of the 2019-08-26 14:38:58 -05:00
H5Ocache.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Ochunk.c Fixed the assertion failure for HDFFV-10873. 2019-08-23 15:06:19 -05:00
H5Ocont.c
H5Ocopy.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Odbg.c
H5Odeprec.c Moved private native VOL connector functions to H5VLnative_private.h. 2018-12-20 10:47:00 -08:00
H5Odrvinfo.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Odtype.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Oefl.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Ofill.c Fix for HDFFV-10800 H5Ocopy failure: 2019-06-12 12:55:12 -05:00
H5Oflush.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Ofsinfo.c Merge branch 'develop' into feature/update_gcc_flags 2019-06-28 16:13:36 -05:00
H5Oginfo.c
H5Oint.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Olayout.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Olinfo.c
H5Olink.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Omessage.c Delay checking if decoded message's "shareable" flag is appropriate for 2019-01-07 15:40:44 -06:00
H5Omodule.h
H5Omtime.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Oname.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Onull.c
H5Opkg.h Add support for GCC 7.x warnings, update warnhist script to account for them, 2019-06-21 10:05:34 -05:00
H5Opline.c Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
H5Oprivate.h Refactored some fsinfo code from H5Fsuper.c to H5Ofsinfo.c. 2019-06-27 16:30:19 -07:00
H5Opublic.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Orefcount.c
H5Osdspace.c Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
H5Oshared.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Oshared.h
H5Oshmesg.c
H5Ostab.c
H5Otest.c
H5Ounknown.c
H5overflow.txt
H5P.c HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. 2019-04-06 16:55:14 -05:00
H5Pacpl.c Minor cleanups 2019-04-25 00:53:16 -05:00
H5PB.c Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5PBmodule.h
H5PBpkg.h
H5PBprivate.h Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match 2019-08-22 13:28:20 -05:00
H5Pdapl.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Pdcpl.c Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5Pdeprec.c Warning cleanup 2019-04-25 01:12:28 -05:00
H5Pdxpl.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Pencdec.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Pfapl.c Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
H5Pfcpl.c
H5Pfmpl.c
H5Pgcpl.c Refactor group creation parameters to take them out of the group creation 2019-04-25 01:12:46 -05:00
H5Pint.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5PL.c
H5Plapl.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Plcpl.c Refactor link creation parameters from being passing as properties in the 2019-04-25 00:53:58 -05:00
H5PLextern.h
H5PLint.c Fixed plugin loading so it actually checks the plugin type. 2018-12-27 14:00:32 -08:00
H5PLmodule.h
H5PLpath.c Revert path processing to fix daily test errors. 2019-07-10 09:22:32 -07:00
H5PLpkg.h Fixed plugin loading so it actually checks the plugin type. 2018-12-27 14:00:32 -08:00
H5PLplugin_cache.c Fix plugin code from referencing invalid key ID value, and also switch from 2018-12-13 17:31:00 -06:00
H5PLprivate.h Add info_to_str and str_to_info "management" callbacks for serializing and 2018-11-21 00:56:13 -06:00
H5PLpublic.h
H5Pmapl.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Pmcpl.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Pmodule.h
H5Pocpl.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Pocpypl.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Ppkg.h Specify the default VOL connector to use with an environment variable. 2019-03-09 21:41:38 -06:00
H5Pprivate.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Ppublic.h Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
H5private.h Added H5Pset/get_mpi_params calls and unified them with the MPI-I/O 2019-08-26 10:26:31 -07:00
H5Pstrcpl.c
H5Ptest.c
H5public.h Snapshot version 1.11 release 5. 2019-05-02 10:42:53 -05:00
H5R.c Updated enums in VOL va_lists to be passed as ints. 2018-12-18 09:16:46 -08:00
H5Rdeprec.c Fixed a missing H5R call. 2018-12-18 10:03:29 -08:00
H5Rint.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Rmodule.h
H5Rpkg.h
H5Rprivate.h
H5Rpublic.h
H5RS.c HDFFV-10607 Fixing two compiler warnings in the library. 2018-11-27 09:04:42 -06:00
H5RSprivate.h HDFFV-10607 Fixing two compiler warnings in the library. 2018-11-27 09:04:42 -06:00
H5S.c New hyperslab selection routines and new public selection iterator routines. 2019-06-15 21:25:28 -05:00
H5Sall.c Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5Sdbg.c Merge branch 'develop' into c_stdlib_posix_call_cleanup 2019-02-19 14:49:20 -08:00
H5Sdeprec.c HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. 2019-04-06 16:55:14 -05:00
H5Shyper.c Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. 2019-08-14 17:09:11 -07:00
H5SL.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5SLmodule.h
H5SLprivate.h
H5SM.c Add support for GCC 7.x warnings, update warnhist script to account for them, 2019-06-21 10:05:34 -05:00
H5SMbtree2.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5SMcache.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5SMmessage.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5SMmodule.h
H5Smodule.h
H5Smpio.c Core changes to selection code from the hyperslab_updates branch. 2019-03-15 20:14:41 -05:00
H5SMpkg.h
H5SMprivate.h
H5SMtest.c
H5Snone.c Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5Spkg.h Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5Spoint.c Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5Sprivate.h Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5Spublic.h Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. 2019-08-14 17:09:11 -07:00
H5Sselect.c Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls. 2019-08-14 17:09:11 -07:00
H5ST.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Stest.c Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along 2019-07-30 15:34:53 -05:00
H5STprivate.h
H5system.c Fixed a bug where we incorrectly pass a lock struct to fcntl 2019-08-27 07:03:51 -07:00
H5T.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Tarray.c
H5Tbit.c
H5Tcommit.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Tcompound.c
H5Tconv.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Tcset.c
H5Tdbg.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Tdeprec.c Fix typo 2018-11-30 15:00:38 -06:00
H5Tenum.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Tfields.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Tfixed.c
H5Tfloat.c
H5timer.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Tmodule.h
H5Tnative.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Toffset.c
H5Toh.c Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
H5Topaque.c
H5Torder.c Re-write of Java JNI error handling 2019-02-11 10:58:58 -06:00
H5Tpad.c
H5Tpkg.h Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Tprecis.c
H5Tprivate.h HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator. 2019-01-07 16:55:59 -06:00
H5Tpublic.h
H5trace.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5TS.c Remove thread-local copy of hyperslab operation generation value. 2019-03-19 16:40:07 -05:00
H5TSprivate.h Remove thread-local copy of hyperslab operation generation value. 2019-03-19 16:40:07 -05:00
H5Tstrpad.c
H5Tvisit.c
H5Tvlen.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5UC.c
H5UCprivate.h
H5vers.txt HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. 2019-04-06 16:55:14 -05:00
H5VL.c Minor tweaks to the VOL function comments to bring them in line with the 2019-06-06 11:06:04 -07:00
H5VLcallback.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5VLconnector_passthru.h Merge branch 'develop' into vol_dev_headers 2019-06-14 12:23:06 -07:00
H5VLconnector.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5VLint.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5VLmodule.h
H5VLnative_attr.c Refactor attribute creation parameters to move parameters out of creation 2019-04-24 23:33:56 -05:00
H5VLnative_dataset.c A few minor cleanups 2019-04-24 23:22:28 -05:00
H5VLnative_datatype.c Moved private native VOL connector functions to H5VLnative_private.h. 2018-12-20 10:47:00 -08:00
H5VLnative_file.c Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter 2019-08-14 14:46:39 -05:00
H5VLnative_group.c Refactor group creation parameters to take them out of the group creation 2019-04-25 01:12:46 -05:00
H5VLnative_link.c Warning cleanup 2019-04-25 01:12:28 -05:00
H5VLnative_object.c Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME 2019-05-23 13:48:04 -05:00
H5VLnative_private.h Refactor group creation parameters to take them out of the group creation 2019-04-25 01:12:46 -05:00
H5VLnative.c Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying 2019-04-21 14:45:54 -05:00
H5VLnative.h Merge branch 'develop' into dset_ohdr_minimize 2018-12-27 12:33:32 -06:00
H5VLpassthru.c Merge branch 'develop' into vol_dev_headers 2019-06-14 12:23:06 -07:00
H5VLpassthru.h Add pass-through VOL connector 2018-11-28 10:26:03 -06:00
H5VLpkg.h Specify the default VOL connector to use with an environment variable. 2019-03-09 21:41:38 -06:00
H5VLprivate.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5VLpublic.h Merge branch 'develop' into vol_dev_headers 2019-06-14 12:23:06 -07:00
H5VM.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5VMprivate.h - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5WB.c
H5WBprivate.h
H5win32defs.h HDFFV-10845 update mingw cmake changes 2019-07-17 16:08:43 -05:00
H5Z.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Zdeflate.c
H5Zfletcher32.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Zmodule.h
H5Znbit.c
H5Zpkg.h
H5Zprivate.h
H5Zpublic.h Switch H5VL_class_value_t from enum to unsigned integer 2018-11-28 22:21:45 -06:00
H5Zscaleoffset.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Zshuffle.c Add support for GCC 7.x warnings, update warnhist script to account for them, 2019-06-21 10:05:34 -05:00
H5Zszip.c
H5Ztrans.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
hdf5-lin.lnt
hdf5-win.lnt
hdf5.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
hdf5.lnt
libhdf5.settings.in Added map API build status to libhdf5.settings. 2019-08-13 23:07:48 -07:00
Makefile.am Untangle #ifdef mess in ROS3 code. 2019-08-19 18:02:47 -07:00