summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Making a testing branch of Q&I functionality available for testingRichard Warren2019-09-239-1127/+223
* Reintroduce a commented out memory free which had been in the original codeRichard Warren2018-12-261-2/+2
* Remove some minor debugging variables and start to add basic query optimizati...Richard Warren2018-12-202-5/+264
* Updated the non-zero MPI rank point references to have the base file offsets....Richard Warren2018-12-121-27/+12
* Fixed a bug in the examples/vpic-query.c code and also added a restriction in...Richard Warren2018-12-101-1/+8
* Lots of bug fixes, almost working with examples/vpic-query.cRichard Warren2018-12-088-325/+630
* A few debugging updatesRichard Warren2018-11-081-23/+63
* Code re-org along with several bug fixes. Still need to address parallel ran...Richard Warren2018-11-072-281/+226
* Create a parallel indexing branchRichard Warren2018-10-2613-49/+1484
* Add first support for MDHIM metadata index pluginJerome Soumagne2016-11-295-0/+1797
* Modify H5R_decode to return number of decoded bytesJerome Soumagne2016-11-292-3/+9
* Update DB plugin to use public H5RdecodeJerome Soumagne2016-11-291-2/+2
* Add support for db_join() in H5Xmeta_dbJerome Soumagne2016-11-291-281/+847
* Add H5R_cast()Jerome Soumagne2016-11-292-0/+41
* A few fixes to DB pluginJerome Soumagne2016-11-291-12/+18
* Add Berkeley DB metadata index pluginJerome Soumagne2016-11-295-1/+1520
* Warning fixes to H5TrefJerome Soumagne2016-11-291-2/+2
* Rework H5X_class_t to make idx_class separate and fix initializationJerome Soumagne2016-11-2911-67/+85
* Add H5Rencode/H5RdecodeJerome Soumagne2016-11-293-0/+148
* Keep ID of dataset in shared struct when dereferencingJerome Soumagne2016-11-291-1/+4
* Add H5Rcopy to copy an existing referenceJerome Soumagne2016-11-292-0/+83
* Temporary fix for fastbit pluginJerome Soumagne2016-11-291-3/+3
* Add support for metadata query in H5QJerome Soumagne2016-11-2914-100/+2200
* Modify key type in metadata index interface to use H5Q_elem_tJerome Soumagne2016-11-292-2/+11
* Use memcmp in H5RequalJerome Soumagne2016-11-291-1/+1
* Start modifications to H5X to support metadata indexingJerome Soumagne2016-11-297-47/+73
* Use struct href instead of struct href_t in H5RpkgJerome Soumagne2016-11-294-44/+44
* Update H5vers after new H5R routinesJerome Soumagne2016-11-291-1/+2
* Fix size returned from H5Rget_obj/attr/filename when buf is NULLJerome Soumagne2016-11-291-3/+6
* Fix H5Rget_obj_nameJerome Soumagne2016-11-291-1/+1
* Fix tracing after H5Q changesJerome Soumagne2016-11-291-0/+1
* Fix tracing after H5R changesJerome Soumagne2016-11-292-0/+21
* Some more fixes to H5R to separate int/ext refsJerome Soumagne2016-11-291-6/+8
* Some fixes to H5R to separate int/ext refsJerome Soumagne2016-11-291-11/+22
* Remove loc_id parameter from H5R__get_obj_nameJerome Soumagne2016-11-293-5/+5
* (Tmp) Do not enter infinite loopJerome Soumagne2016-11-291-9/+9
* Update H5Q after reference changesJerome Soumagne2016-11-292-39/+25
* Add H5Rget_attr() and H5Rget_obj() / Remove H5Rdereference3()Jerome Soumagne2016-11-295-342/+528
* Several fixes to H5R API and reference type conversionJerome Soumagne2016-11-2916-803/+1382
* Add H5Qapply_multi for cross container queriesJerome Soumagne2016-11-293-55/+212
* Add external referencesJerome Soumagne2016-11-2921-1120/+1402
* Force conversion when H5T_REFERENCE type is decodedJerome Soumagne2016-11-291-1/+3
* Fix attribute name allocation in H5R_dereferenceJerome Soumagne2016-11-291-1/+1
* Clean up H5Rpublic.hJerome Soumagne2016-11-291-2/+2
* Fix H5Rget_name with H5R_ATTR to return size if buf is NULLJerome Soumagne2016-11-291-2/+4
* Fix FastBit plugin to use hash values instead of strings for definingJerome Soumagne2016-11-291-2/+33
* Fix H5Q after attribute ref changesJerome Soumagne2016-11-291-30/+54
* Modify attribute references to use variable length ref typeJerome Soumagne2016-11-2910-147/+331
* Use core VFD to store H5Q viewJerome Soumagne2016-11-291-30/+92
* Add H5R_REGION reference typeJerome Soumagne2016-11-2911-23/+675