summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-091-27/+29
|
* [svn-r28288] merge from trunk.Mohamad Chaarawi2015-11-051-1/+1
|
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-8/+33
| | | | - fix VOL initialization and Native plugin registration with new FAPL changes
* [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-55/+32
|
* [svn-r27141] merge from trunk.Mohamad Chaarawi2015-06-031-39/+39
|
* [svn-r27090] merge from trunk.Mohamad Chaarawi2015-05-151-12/+11
|
* [svn-r27050] merge from trunk.Mohamad Chaarawi2015-05-111-2/+2
|
* [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-1/+1
| | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
* [svn-r25968] merge from trunk.Mohamad Chaarawi2015-01-091-3/+10
|
* [svn-r25778] merge from trunk.Mohamad Chaarawi2014-11-041-1/+1
|
* [svn-r25593] - rename values for VOL class.Mohamad Chaarawi2014-09-151-1/+1
| | | | - add more sanity checks in H5VL APIs.
* [svn-r25579] Add version number for VOL plugins in VOL Plugin structure.Mohamad Chaarawi2014-09-081-2/+3
|
* [svn-r25575] cleanup H5I usage in VOL by removing the use of the aux pointer andMohamad Chaarawi2014-09-051-30/+39
| | | | | make a higher level wrapper object around all VOL objects that includes the VOL information.
* [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a ↵Mohamad Chaarawi2014-08-261-33/+5
| | | | | | | plugin hid_t instead - rework the private VL layer to use the class structure directly - some bug fixes
* [svn-r25549] Implement 4 new routines:Mohamad Chaarawi2014-08-251-4/+4
| | | | | | | | H5VLinitialize, H5VLterminate, H5VLget_plugin_id, H5VLclose Add simple tests in external log plugin. Fix some bugs with terminating Native plugin.
* [svn-r25537] VOL framework changes.Mohamad Chaarawi2014-08-191-949/+545
|
* [svn-r25521] major rework of the internal setup of VOL plugins to make it moreMohamad Chaarawi2014-08-081-32/+64
| | | | | | | symmetrical to VFDs and allow new functionality to be implemented later. + some Bug fixes
* [svn-r25511] fix bug in native implementation of H5Oopen_by_idx.Mohamad Chaarawi2014-08-051-4/+4
|
* [svn-r25505] merge from trunk and fix some bugs due to 64_bit switch.Mohamad Chaarawi2014-08-011-3/+3
|
* [svn-r25488] - fix bug with H5Fget_access_plist. need to set VOL and VOL ↵Mohamad Chaarawi2014-07-291-0/+3
| | | | | | | info in property - add tests for H5Fis_accessible in vfd tests to make sure it works with different fapls. - fix bug in Log VFD driver.
* [svn-r25482] - update is_accessible implementation to use fapl and pass it ↵Mohamad Chaarawi2014-07-241-53/+48
| | | | | | | | | | down to H5Fint.c - move is_HDF5 inside deprecated macros in H5Fpublic.h - move H5ES_status_t outside of H5VLpublic.h to H5ESpublic.h - rename public properties in H5VLpublic.h to H5VL_PROP_* to add more scoping - no need to include private if pkg is included in H5VLnative.c - rename plist_id to lapl_id in loc_params structs
* [svn-r25481] - remove unsigned char * from traceMohamad Chaarawi2014-07-241-3/+3
| | | | | - add H5Iiterate callback type to trace - other minor tweeks
* [svn-r25476] - fix error output in several places.Mohamad Chaarawi2014-07-231-3/+14
| | | | | - uncomment tests to check error output in Makefiles. - fix bug in native implementation of H5Aiterate.
* [svn-r25463] more aligning with trunk.Mohamad Chaarawi2014-07-221-38/+26
|
* [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-111-30/+14
|
* [svn-r24381] Update VOL implementation for H5Tget_create_plist to have the VOLMohamad Chaarawi2013-10-311-4/+14
| | | | | | | | | plugin create the ID if the datatype is committed. This makes it consistent with other get operations in the VOL that return an ID. Tested: Jam
* [svn-r23834] merge from trunk up to r23833.Mohamad Chaarawi2013-06-271-4/+9
| | | | Fixed several conflicts, mostly because calling API routines internally was removed from several places in the trunk.
* [svn-r23803] Add VOL callback for H5AiterateMohamad Chaarawi2013-06-211-2/+166
| | | | | Add VOL callback for H5T get routines Update Native implementation
* [svn-r23790] intialize the vol_obj for named datatypes to NULL in Native plugin.Mohamad Chaarawi2013-06-171-0/+1
|
* [svn-r23473] Update the VOL plugin callbacks with better async I/O support:Mohamad Chaarawi2013-03-281-88/+89
| | | | | | | | | | | | | | - change hid_t req in callbacks to void **req - change all callbacks to accept dxpl_ids (except dataset write and read which already do) - update all the private and public VL routines to accept a dxpl_id and event queue id - Add an async class for the VOL plugin with cancel, test, and wait request operations - add the external VOL log plugin test to the examples directory NOTE that async operations are still not provided by the HDF5 API, so all event queue IDs and requests passed to all plugins are NULL for now. Tested on jam.
* [svn-r23179] trunk mergeMohamad Chaarawi2013-01-181-3/+4
|
* [svn-r22612] add enum value for the VL classMohamad Chaarawi2012-07-271-0/+1
|
* [svn-r22587] update the H5I_register_aux to not take the free routine, as it ↵Mohamad Chaarawi2012-07-171-8/+7
| | | | is registered already in the class for each type
* [svn-r22573] update the public VL callbacks that take var_args to workMohamad Chaarawi2012-07-131-1/+1
|
* [svn-r22565] change OH id registration to original way, and re-register the ↵Mohamad Chaarawi2012-07-121-2/+17
| | | | | | | | ID with the VOL info on the upper level (API and iteration/visit routines) - this fixes the bug exposed in H5Oopen with external log plugin update the private VL registration routine to take an app_ref update the datatype ID creation for the VOL to take an app_ref
* [svn-r22558] add fapl copy & free callbacks to the VOL class as they are ↵Mohamad Chaarawi2012-07-111-0/+3
| | | | needed for VOL info property.
* [svn-r22555] remove the vol_cls from the H5F_t structMohamad Chaarawi2012-07-111-1/+9
|
* [svn-r22554] remove the file_id from the H5F_t struct and add an id_exists ↵Mohamad Chaarawi2012-07-111-45/+7
| | | | instead
* [svn-r22543] cleanupMohamad Chaarawi2012-07-101-30/+2
|
* [svn-r22540] fix bug in H5R_get_nameMohamad Chaarawi2012-07-101-4/+0
| | | | | | | more named datatype bugs: - fix bug in Name replace traversal callback - fix bug in H5G_test A stable version finally..
* [svn-r22532] fix more named datatype issues.Mohamad Chaarawi2012-07-091-1/+1
| | | | move the dataset ID registration to H5Dint where the term_interface func is located
* [svn-r22523] - rework how IDs for VOL objects are createdMohamad Chaarawi2012-07-061-44/+13
| | | | | - change how the vlose routine is registered with VOL IDs - some bug fixes
* [svn-r22519] - many bug fixesMohamad Chaarawi2012-07-051-5/+19
| | | | - still some unresolved issues with named datatypes
* [svn-r22513] fix some committed datatype issuesMohamad Chaarawi2012-07-031-14/+9
| | | | update get_type routines to construct a VOL datatype if the type is named
* [svn-r22511] - remove the internal file type and use the file ID created at ↵Mohamad Chaarawi2012-07-031-157/+100
| | | | | | | the API level for the native implementation - work on fixing the named datatype issue.. still not resolved - branch still not stable and tests do not pass at this point
* [svn-r22502] implement named datatypes solution in object headersMohamad Chaarawi2012-06-291-54/+12
| | | | modify datatype open and get_binary callbacks to be disjoint
* [svn-r22501] change the interface callbacks for the VOL to use objects ↵Mohamad Chaarawi2012-06-281-711/+1078
| | | | | | pointers and public VL structure instead of IDs. tests will fail now because of named datatypes.
* [svn-r22467] update is_accessible implementationMohamad Chaarawi2012-06-151-3/+14
| | | | deprecate is_HDF5
* [svn-r22465] add a vol_info parameter to the fapl and update some of the ↵Mohamad Chaarawi2012-06-151-1/+1
| | | | | | routines accordingly insert (commented out though for now) public version of the VOL callback
* [svn-r22461] add a prototype for a new API routine, H5Fis_accessableMohamad Chaarawi2012-06-141-10/+0
|