summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add H5Oidxinfo and H5O_IDXINFO_ID header messageJerome Soumagne2016-11-295-4/+313
* Update H5X traceJerome Soumagne2016-11-291-0/+4
* Bringing H5X on top of trunkJerome Soumagne2016-11-296-359/+225
* Fix warning in H5X__alacrity_scatter_cb and H5X__fastbit_scatter_cbJerome Soumagne2016-11-292-14/+14
* Add post_update and refresh to FastBit pluginJerome Soumagne2016-11-291-9/+244
* H5X_alacrity: Just create new index datasets instead of modifying dimensionsJerome Soumagne2016-11-291-4/+42
* Add refresh callback to H5X pluginsJerome Soumagne2016-11-293-6/+148
* Update FastBit plugin to temporarily use different column nameJerome Soumagne2016-11-291-30/+26
* First working version of FastBit pluginJerome Soumagne2016-11-291-88/+238
* Fix wrong property list in H5XalacrityJerome Soumagne2016-11-291-4/+4
* Add H5X__alacrity_update_indexJerome Soumagne2016-11-291-8/+94
* Implement FastBit index plugin up to r724 of fastbit subversion repoJerome Soumagne2016-11-291-9/+761
* Update H5Xdummy to build index on create and fix hyperslab selectionJerome Soumagne2016-11-291-3/+89
* Update ALACRITY plugin to use min/max values and start changes to post_updateJerome Soumagne2016-11-291-14/+167
* Include H5Sprivate.h in ALACRITY pluginJerome Soumagne2016-11-291-0/+1
* Add support for FastBit index pluginJerome Soumagne2016-11-295-6/+332
* Missing header in H5XdummyJerome Soumagne2016-11-291-0/+1
* Fix index property listsJerome Soumagne2016-11-293-9/+12
* Update ALACRITY to support compressed index (not working)Jerome Soumagne2016-11-292-1/+23
* Clean up ALACRITY pluginJerome Soumagne2016-11-291-179/+403
* Clean up ALACRITY plugin / debug outputJerome Soumagne2016-11-291-505/+414
* First working version of H5X_AlacrityJerome Soumagne2016-11-291-32/+322
* Modify indexing example to first write dataset / create index / do queryJerome Soumagne2016-11-291-180/+301
* Fixes for tr_id/rcxt_id in xapl/xcpl/xxpl propertiesJerome Soumagne2016-11-293-1/+36
* Add H5Xpublic to hdf5.hJerome Soumagne2016-11-291-0/+1
* Add support for ALACRITY indexing packageJerome Soumagne2016-11-295-7/+679
* Use H5X_PLUGIN_DUMMY instead of numberJerome Soumagne2016-11-291-1/+1
* Last fixes and demo updates for H5XJerome Soumagne2016-11-291-2/+3
* Minor fixes and cleanup for H5XdummyJerome Soumagne2016-11-291-19/+37
* Remove printf and fix index writeJerome Soumagne2016-11-291-2/+2
* More update to H5Xdummy and add printfsJerome Soumagne2016-11-291-7/+24
* More progress on post_update/query for H5XdummyJerome Soumagne2016-11-293-1/+136
* More dummy index implementationJerome Soumagne2016-11-293-10/+93
* Modify client_index to create one dataset per processJerome Soumagne2016-11-293-36/+124
* More fixes to H5XJerome Soumagne2016-11-291-1/+1
* More fixes to H5X clientJerome Soumagne2016-11-291-7/+3
* Add H5X indexing APIJerome Soumagne2016-11-2915-5/+1559
* Cleanup for H5QJerome Soumagne2016-11-291-5/+5
* Cleanup H5Q codeJerome Soumagne2016-11-291-7/+14
* Add query test to ctest/make checkJerome Soumagne2016-11-291-0/+2
* Add missing header and fix global variable name in H5QJerome Soumagne2016-11-291-4/+5
* Fix H5Q encode and decode after changesJerome Soumagne2016-11-291-4/+11
* Minor fixes for H5QMohamad Chaarawi2016-11-291-5/+12
* Split H5Qget_match_op into H5Qget_type and H5Qget_match_opJerome Soumagne2016-11-293-21/+88
* Update tracing in H5QJerome Soumagne2016-11-291-1/+1
* Add H5Qapply_combine backJerome Soumagne2016-11-293-0/+97
* Fix attribute and link name comparison.Mohamad Chaarawi2016-11-291-2/+24
* Update trace for H5QMohamad Chaarawi2016-11-291-1/+4
* Update H5Qapply to use all query types on singleton queryJerome Soumagne2016-11-293-99/+95
* Add H5Qget_match_info/H5Qget_components/H5Qget_combine_op to H5Q interfaceJerome Soumagne2016-11-293-331/+551