hdf5/src
Neil Fortner 1dbec40d46 Implement H5VLget_file_type() to return a copy of a datatype with the
location set to be in a file.  Only meant to be used by VOL connectors.
Implement H5VLpeek_connector_id() to support connectors querying their
own IDs.  Fix app_ref with connector IDs in a couple places (external
VOLs registered as default through ENV should be visible to the
application).  Modify vlen and reference interfaces to work with
arbitrary VOL connectors.  Implement file "post open" specific
callback, to enable connectors to update their file structs after a
wrap context has been set.
2019-11-08 15:14:33 -06: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 Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
COPYING Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5ACpublic.h Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Amodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5api_adpt.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Apkg.h H5A__free() was renamed to H5A__shared_free() and now requires 2019-06-11 14:14:13 -07:00
H5Aprivate.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Apublic.h Moved the optional enums to H5VLnative.h and converted to an int 2018-12-18 13:34:34 -08:00
H5Atest.c VOL FEATURE 2018-10-10 08:10:15 -07:00
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 Normalize with vol_integration. 2018-05-29 14:06:01 -07:00
H5B2hdr.c Normalization with vol_integration (misc internal and datatype) 2018-09-20 13:38:40 -07:00
H5B2int.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5B2internal.c Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
H5B2leaf.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5B2module.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5B2pkg.h Normalize with vol_integration. 2018-05-29 14:06:01 -07:00
H5B2private.h Makes the installed header files the same between the autotools 2018-10-26 20:44:29 -07:00
H5B2stat.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5B2test.c Normalize with vol_integration. 2018-05-29 14:06:01 -07:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Bpkg.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Bprivate.h Makes the installed header files the same between the autotools 2018-10-26 20:44:29 -07:00
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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Cmpio.c Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t. 2019-08-30 23:06:04 -05: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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Cprivate.h Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5Cpublic.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Cquery.c Checkin for new shutting down free-space manager. 2019-06-20 16:14:33 -05:00
H5CS.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5CSprivate.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Ctag.c Modification based on feedback from pull request. 2019-02-05 18:13:11 -06:00
H5Ctest.c VOL FEATURE 2018-10-10 08:10:15 -07:00
H5CX.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5CXmodule.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5CXprivate.h Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5D.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05: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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Dcompact.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Dcontig.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Ddbg.c VOL FEATURE 2018-10-10 08:10:15 -07:00
H5Ddeprec.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -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 Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Dio.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Dlayout.c Update versioning to next major version 2019-09-25 17:28:17 -05:00
H5Dmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Dmpio.c Progress toward moving the dataset routines to using the 'shared' file pointer 2019-08-20 20:38:10 -05:00
H5Dnone.c HDFFV-10677 and HDFFV-10661 2019-08-28 10:08:12 -05:00
H5Doh.c VOL FEATURE 2018-10-10 08:10:15 -07:00
H5Dpkg.h HDFFV-10677 and HDFFV-10661 2019-08-28 10:08:12 -05:00
H5Dprivate.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Dpublic.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05: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 Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Dtest.c VOL FEATURE 2018-10-10 08:10:15 -07:00
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 Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." 2019-09-24 05:20:30 -05:00
H5EAcache.c Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." 2019-09-24 05:20:30 -05:00
H5EAdbg.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5EAdblkpage.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5EAdblock.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5EAhdr.c Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." 2019-09-24 05:20:30 -05:00
H5EAiblock.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5EAint.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5EAmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5EApkg.h Normalization with vol_integration (test code and H5Xtest.c) 2018-09-20 10:40:51 -07:00
H5EAprivate.h Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." 2019-09-24 05:20:30 -05:00
H5EAsblock.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5EAstat.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5EAtest.c Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package." 2019-09-24 05:20:30 -05:00
H5Edeprec.c Normalization with vol_integration (test code and H5Xtest.c) 2018-09-20 10:40:51 -07:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Epkg.h Develop normalization with vol_integration. 2018-09-18 22:57:37 -07:00
H5Eprivate.h Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol 2018-03-18 18:36:49 -05:00
H5Epublic.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5FA.c HDFFV-10677 and HDFFV-10661 2019-08-28 10:08:12 -05: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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5FAdblkpage.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5FAdblock.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5FAhdr.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5FAint.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FAmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FApkg.h Normalization with vol_integration (misc internal and datatype) 2018-09-20 13:38:40 -07:00
H5FAprivate.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDcore.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5FDcore.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDdirect.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5FDdirect.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDdrvr_module.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDhdfs.c fix for statement declare of type 2019-09-30 14:50:18 -05:00
H5FDhdfs.h Squashed commit of the following: 2019-07-25 11:47:12 -05:00
H5FDint.c Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5FDlog.c Cleaned up misc warnings. 2019-06-29 02:38:14 -07:00
H5FDlog.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDmpi.c Some refactoring prior to implementing new H5P MPI functions. 2019-08-14 16:22:06 -07:00
H5FDmpi.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDmpio.c Another cleanup pass as suggested by the reviewers. 2019-10-07 19:53:19 -04:00
H5FDmpio.h Add a test for parallel reads of independent files using MPI subgroups 2017-10-09 16:47:21 -04:00
H5FDmulti.c Reverted snprintf to sprintf in the multi VFD since 2019-07-11 16:08:35 -07:00
H5FDmulti.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDpkg.h Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
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 Merge of recent develop work to 1.10 branch: 2017-05-31 17:45:41 -04:00
H5FDros3.c fix for statement declare of type 2019-09-30 14:50:18 -05:00
H5FDros3.h Add back missing java implementation 2019-09-05 14:35:33 -05:00
H5FDs3comms.c Fix get home dir for windows 2019-09-12 14:22:43 -05:00
H5FDs3comms.h revert windows change 2019-09-06 11:01:25 -05:00
H5FDsec2.c Updated sec2, log, and core VFDs to use pread/pwrite when 2019-01-30 17:32:40 -08:00
H5FDsec2.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDspace.c Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5FDstdio.c Merge of recent develop work to 1.10 branch: 2017-05-31 17:45:41 -04:00
H5FDstdio.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDtest.c Squashed commit of private branch changes to support stackable VOL plugins. 2018-10-24 23:52:47 -05:00
H5FDwindows.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FDwindows.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Fefc.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06: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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06: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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FLprivate.h Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5Fmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Fmount.c Updated enums in VOL va_lists to be passed as ints. 2018-12-18 09:16:46 -08:00
H5Fmpi.c Marked up H5Fget/set_mpi_atomicity() to use the VOL. 2019-09-26 19:13:13 -07:00
H5FO.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5FOprivate.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Fpkg.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Fprivate.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Fpublic.h add missing version to list 2019-09-26 10:48:37 -05:00
H5Fquery.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06: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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
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 Cleaned up misc warnings in src and test. 2017-11-09 20:04:12 -08:00
H5FSmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Fspace.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5FSpkg.h Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5FSprivate.h Makes the installed header files the same between the autotools 2018-10-26 20:44:29 -07:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5FStest.c Normalization with vol_integration (test code and H5Xtest.c) 2018-09-20 10:40:51 -07:00
H5Fsuper_cache.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Fsuper.c Update versioning to next major version 2019-09-25 17:28:17 -05:00
H5Ftest.c Squashed commit of private branch changes to support stackable VOL plugins. 2018-10-24 23:52:47 -05:00
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 Switch switch remainder of API routines to use VOL callbacks. 2018-11-10 11:54:20 -06:00
H5Gdense.c Switch switch remainder of API routines to use VOL callbacks. 2018-11-10 11:54:20 -06:00
H5Gdeprec.c Fixed a bug (HDFFV-10899) where the behavior of the deprecated 2019-10-04 02:03:11 -07:00
H5Gent.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Gint.c Remove most debugging shims & scaffolding. 2018-11-04 02:09:27 -06:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5Goh.c VOL FEATURE 2018-10-10 08:10:15 -07:00
H5Gpkg.h Moved the native VOL connector's optional enums to the 2018-12-15 02:05:00 -08:00
H5Gprivate.h Updates after merging changes from develop. 2018-10-26 00:54:29 -05:00
H5Gpublic.h Moved the optional enums to H5VLnative.h and converted to an int 2018-12-18 13:34:34 -08:00
H5Groot.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Gstab.c Switch switch remainder of API routines to use VOL callbacks. 2018-11-10 11:54:20 -06:00
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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5HFdtable.c Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
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 Normalization with vol_integration (misc internal and datatype) 2018-09-20 13:38:40 -07:00
H5HFiter.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5HFman.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HFmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5HFpkg.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5HFprivate.h Makes the installed header files the same between the autotools 2018-10-26 20:44:29 -07:00
H5HFsection.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5HFspace.c Normalization with vol_integration (misc internal and datatype) 2018-09-20 13:38:40 -07:00
H5HFstat.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
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 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5HGmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Fix H5VL_blob_get to return size of blob 2019-10-08 14:30:24 -05:00
H5HGquery.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Normalization with vol_integration (test code and H5Xtest.c) 2018-09-20 10:40:51 -07:00
H5HLdblk.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5HLint.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5HLmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5HLpkg.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5HLprfx.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5HLprivate.h Makes the installed header files the same between the autotools 2018-10-26 20:44:29 -07:00
H5HP.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5HPprivate.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5I.c Fixed the java assert issue with H5O cache corking calls. 2019-10-03 12:12:23 -07:00
H5Imodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Ipkg.h Normalize with vol_integration. 2018-05-29 14:06:01 -07:00
H5Iprivate.h Converted H5O MD cache cork calls to use the VOL. 2019-09-26 19:13:35 -07:00
H5Ipublic.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Itest.c Switch switch remainder of API routines to use VOL callbacks. 2018-11-10 11:54:20 -06:00
H5L.c Unify code between H5Lcopy and H5Lmove 2019-10-09 20:22:45 -05:00
H5Lexternal.c Warning cleanup 2019-04-25 01:12:28 -05:00
H5Lmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Lpkg.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Lprivate.h Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Lpublic.h Normalization with vol_integration (misc internal and datatype) 2018-09-20 13:38:40 -07:00
H5M.c Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. 2019-08-13 08:46:56 -07:00
H5make_libsettings.c HDFFV-10901 add missing config options 2019-09-13 11:34:00 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5MP.c Updated configure & CMake compiler flags for GCC 8.x, along with corresponding 2019-06-28 09:10:43 -05:00
H5mpi.c Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h. 2019-10-23 14:41:45 -04:00
H5Mpkg.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5MPmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5MPpkg.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5MPprivate.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Fix encode and decode of tokens in H5VLnative 2019-10-11 17:40:40 -05:00
H5Oainfo.c Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol 2018-03-18 18:36:49 -05:00
H5Oalloc.c - Added H5MMprivate.h #includes where needed 2019-03-16 16:02:06 -07:00
H5Oattr.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Oattribute.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Obogus.c Delay checking if decoded message's "shareable" flag is appropriate for 2019-01-07 15:40:44 -06:00
H5Obtreek.c Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol 2018-03-18 18:36:49 -05:00
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 Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Ocopy_ref.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Ocopy.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Odbg.c Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Oefl.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Ofill.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Oflush.c Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Ofsinfo.c Update N_FSINFO_VERSION_BOUNDS to H5F_LIBVER_NBOUND. 2019-09-25 17:56:39 -05:00
H5Oginfo.c Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Oint.c Update versioning to next major version 2019-09-25 17:28:17 -05:00
H5Olayout.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Olinfo.c Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Update versioning to next major version 2019-09-25 17:28:17 -05:00
H5Oprivate.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Opublic.h Added the map (H5M) API 2019-08-13 01:36:42 -07:00
H5Orefcount.c Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol 2018-03-18 18:36:49 -05:00
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 Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Oshmesg.c Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol 2018-03-18 18:36:49 -05:00
H5Ostab.c Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Otest.c Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5Ounknown.c Remainder of vol_normalization changes (dataset, attribute, files, objects). 2018-09-24 12:23:41 -07:00
H5overflow.txt Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5PBpkg.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() 2019-10-08 14:30:24 -05: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 Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5Pfmpl.c Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5Pgcpl.c Refactor group creation parameters to take them out of the group creation 2019-04-25 01:12:46 -05:00
H5Pint.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5PL.c manual fix from merge with develop 2017-10-26 15:23:48 -05:00
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 HDFFV-10297 merge from develop 2017-10-10 14:46:59 -05:00
H5PLint.c Fixed plugin loading so it actually checks the plugin type. 2018-12-27 14:00:32 -08:00
H5PLmodule.h HDFFV-10297 merge from develop 2017-10-10 14:46:59 -05:00
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 VOL FEATURE 2018-10-10 08:10:15 -07:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Ppublic.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5private.h Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h. 2019-10-23 14:41:45 -04:00
H5Pstrcpl.c Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5Ptest.c Normalization with vol_integration (property lists, file drivers, 2018-09-21 12:12:05 -07:00
H5public.h Update develop branch version to 1.13.0 after creation of hdf5_1_12 2019-09-25 16:21:23 -05:00
H5R.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Rdeprec.c Fix encode and decode of tokens in H5VLnative 2019-10-11 17:40:40 -05:00
H5Rint.c Fix encode and decode of tokens in H5VLnative 2019-10-11 17:40:40 -05:00
H5Rmodule.h Split internal H5R functionality into H5Rint.c. 2017-11-07 17:56:27 -08:00
H5Rpkg.h Fix encode and decode of tokens in H5VLnative 2019-10-11 17:40:40 -05:00
H5Rprivate.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Rpublic.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
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 Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -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 Fix the errors when updating the versions in the new 1.13 develop branch. 2019-09-26 12:35:11 -05:00
H5SL.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5SLmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5SLprivate.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Smodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Smpio.c Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h. 2019-10-23 14:41:45 -04:00
H5SMpkg.h Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
H5SMprivate.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5SMtest.c Normalization with vol_integration (test code and H5Xtest.c) 2018-09-20 10:40:51 -07:00
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 Fix the errors when updating the versions in the new 1.13 develop branch. 2019-09-26 12:35:11 -05:00
H5Sprivate.h Fix some typos and remove an unused prototype from H5Sprivate.h 2019-10-07 17:30:15 -04: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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5system.c Fixed a bug where we incorrectly pass a lock struct to fcntl 2019-08-27 07:03:51 -07:00
H5T.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Tarray.c Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Tbit.c Normalization with VOL integration branch. 2017-11-30 17:12:37 -08:00
H5Tcommit.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Tcompound.c Normalization with vol_integration (misc internal and datatype) 2018-09-20 13:38:40 -07:00
H5Tconv.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Tcset.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Tfloat.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5timer.c C and POSIX call cleanup 2019-01-10 17:51:42 -08:00
H5Tmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Tnative.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Toffset.c Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
H5Toh.c Add support for GCC9, update warnhist script, and clean up warnings. 2019-07-02 23:43:45 -05:00
H5Topaque.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Torder.c Re-write of Java JNI error handling 2019-02-11 10:58:58 -06:00
H5Tpad.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Tpkg.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Tprecis.c VOL FEATURE 2018-10-10 08:10:15 -07:00
H5Tprivate.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5Tpublic.h Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5trace.c Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00
H5Tref.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06: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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Tvisit.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Tvlen.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5UC.c Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5UCprivate.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5vers.txt HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. 2019-04-06 16:55:14 -05:00
H5VL.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLcallback.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLconnector_passthru.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLconnector.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLint.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLmodule.h VOL FEATURE 2018-10-10 08:10:15 -07:00
H5VLnative_attr.c Refactor attribute creation parameters to move parameters out of creation 2019-04-24 23:33:56 -05:00
H5VLnative_blob.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLnative_dataset.c Changed H5VL_NATIVE_DATASET_GET_CHUNK_INFO_BY_COOR to 2019-09-03 08:03: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 Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06: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 Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t structure was passed via varargs 2019-08-21 11:56:50 -05:00
H5VLnative_object.c Fix encode and decode of tokens in H5VLnative 2019-10-11 17:40:40 -05:00
H5VLnative_private.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLnative.c Fix H5VL_blob_get to return size of blob 2019-10-08 14:30:24 -05:00
H5VLnative.h Fix H5VL_blob_get to return size of blob 2019-10-08 14:30:24 -05:00
H5VLpassthru.c Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLpassthru.h Fix H5VL_blob_get to return size of blob 2019-10-08 14:30:24 -05:00
H5VLpkg.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06:00
H5VLprivate.h Implement H5VLget_file_type() to return a copy of a datatype with the 2019-11-08 15:14:33 -06: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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5WBprivate.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
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 Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Zfletcher32.c Added an H5MM_memcpy call that checks for buffer overlap. 2019-03-16 08:06:52 -07:00
H5Zmodule.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5Znbit.c Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
H5Zpkg.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
H5Zprivate.h Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05:00
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 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_hyperslab_updates 2018-04-29 03:04:21 -05:00
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 [svn-r25983] HDFFV-1125: Eliminate IS_H5FD_MPI() macro use in the library and replace with driver feature flag(s). 2015-01-20 10:26:45 -05:00
libhdf5.settings.in Added map API build status to libhdf5.settings. 2019-08-13 23:07:48 -07:00
Makefile.am Add new H5R API that abstracts object, region and attribute reference types 2019-10-08 14:30:24 -05:00