summaryrefslogtreecommitdiffstats
path: root/src/H5Xalacrity.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes after changes from UNUSED to H5_ATTR_UNUSEDJerome Soumagne2016-11-291-6/+6
|
* Add H5D_set_index/H5D_get_index/H5D_remove_indexJerome Soumagne2016-11-291-65/+60
| | | | | | | | | | Add H5O_idxinfo_free/H5O_idxinfo_delete callbacks Replace dataset_id by file_id in H5X remove callback Support H5Xremove Cleanup plugins
* Remove file_id from indexing routinesJerome Soumagne2016-11-291-24/+26
|
* Remove debug in H5XalacrityJerome Soumagne2016-11-291-1/+1
|
* Formatting in ALACRITY pluginJerome Soumagne2016-11-291-1/+1
|
* Update ALACRITY plugin and use H5Oopen_by_addrJerome Soumagne2016-11-291-146/+77
|
* Bringing H5X on top of trunkJerome Soumagne2016-11-291-3/+0
|
* Fix warning in H5X__alacrity_scatter_cb and H5X__fastbit_scatter_cbJerome Soumagne2016-11-291-13/+13
|
* H5X_alacrity: Just create new index datasets instead of modifying dimensionsJerome Soumagne2016-11-291-4/+42
|
* Add refresh callback to H5X pluginsJerome Soumagne2016-11-291-5/+145
| | | | | Merge data in post_update of ALACRITY plugin for index update Call refresh after post_update
* Fix wrong property list in H5XalacrityJerome Soumagne2016-11-291-4/+4
|
* Add H5X__alacrity_update_indexJerome Soumagne2016-11-291-8/+94
|
* 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
|
* Update ALACRITY to support compressed index (not working)Jerome Soumagne2016-11-291-0/+20
| | | | | Update configure.ac and add --with-alacrity option Update FindALACRITY.cmake to use ridcompress library from ALACRITY
* Clean up ALACRITY pluginJerome Soumagne2016-11-291-179/+403
| | | | | | | Free ALACRITY resources correctly Get range from query Fix hyperslab selection Fix index example
* Clean up ALACRITY plugin / debug outputJerome Soumagne2016-11-291-505/+414
|
* First working version of H5X_AlacrityJerome Soumagne2016-11-291-32/+322
| | | | | | | | | Add H5X__alacrity_findBinRange1C Add H5X__alacrity_readIndex Generate dataspace selection from selected bins (only part of the index that corresponds to the selected bins is read) Update example to use float type (ALACRITY only supports float and double types)
* Modify indexing example to first write dataset / create index / do queryJerome Soumagne2016-11-291-180/+301
| | | | | | Move index creation code to H5X_alacrity_create / no longer use set_extent Fix ALACRITY metadata read Clean up
* Add support for ALACRITY indexing packageJerome Soumagne2016-11-291-0/+657
Update CMakeLists / H5X Add H5_HAVE_ALACRITY macro