summaryrefslogtreecommitdiffstats
path: root/src/H5EQpublic.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23876] - Add functionality to generate IOD hyperslabs for HDF5 ↵Mohamad Chaarawi2013-07-091-7/+8
| | | | | | dataspace selections - Fix some bugs & valgrind warnings
* [svn-r23697] Adopt the fully asynchronous model:Mohamad Chaarawi2013-05-131-1/+2
| | | | | | | | | | | | - generate IOD IDs for objects at the client - update encoding/decoding routines - change the traversal algorithms at the client and server - update all IOD callback implementations Update native backend implementation Add test for blocking operations to test native backend Many bug fixes, etc...
* [svn-r23523] - Add event queue objectsMohamad Chaarawi2013-04-021-0/+76
- Use those event queues for the FF API routines - update underlying VL layer and IOD plugin to manage event queues - updates tests