Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes after changes from UNUSED to H5_ATTR_UNUSED | Jerome Soumagne | 2016-11-29 | 1 | -6/+6 |
| | |||||
* | Add H5D_set_index/H5D_get_index/H5D_remove_index | Jerome Soumagne | 2016-11-29 | 1 | -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 routines | Jerome Soumagne | 2016-11-29 | 1 | -24/+26 |
| | |||||
* | Remove debug in H5Xalacrity | Jerome Soumagne | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Formatting in ALACRITY plugin | Jerome Soumagne | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Update ALACRITY plugin and use H5Oopen_by_addr | Jerome Soumagne | 2016-11-29 | 1 | -146/+77 |
| | |||||
* | Bringing H5X on top of trunk | Jerome Soumagne | 2016-11-29 | 1 | -3/+0 |
| | |||||
* | Fix warning in H5X__alacrity_scatter_cb and H5X__fastbit_scatter_cb | Jerome Soumagne | 2016-11-29 | 1 | -13/+13 |
| | |||||
* | H5X_alacrity: Just create new index datasets instead of modifying dimensions | Jerome Soumagne | 2016-11-29 | 1 | -4/+42 |
| | |||||
* | Add refresh callback to H5X plugins | Jerome Soumagne | 2016-11-29 | 1 | -5/+145 |
| | | | | | Merge data in post_update of ALACRITY plugin for index update Call refresh after post_update | ||||
* | Fix wrong property list in H5Xalacrity | Jerome Soumagne | 2016-11-29 | 1 | -4/+4 |
| | |||||
* | Add H5X__alacrity_update_index | Jerome Soumagne | 2016-11-29 | 1 | -8/+94 |
| | |||||
* | Update ALACRITY plugin to use min/max values and start changes to post_update | Jerome Soumagne | 2016-11-29 | 1 | -14/+167 |
| | |||||
* | Include H5Sprivate.h in ALACRITY plugin | Jerome Soumagne | 2016-11-29 | 1 | -0/+1 |
| | |||||
* | Update ALACRITY to support compressed index (not working) | Jerome Soumagne | 2016-11-29 | 1 | -0/+20 |
| | | | | | Update configure.ac and add --with-alacrity option Update FindALACRITY.cmake to use ridcompress library from ALACRITY | ||||
* | Clean up ALACRITY plugin | Jerome Soumagne | 2016-11-29 | 1 | -179/+403 |
| | | | | | | | Free ALACRITY resources correctly Get range from query Fix hyperslab selection Fix index example | ||||
* | Clean up ALACRITY plugin / debug output | Jerome Soumagne | 2016-11-29 | 1 | -505/+414 |
| | |||||
* | First working version of H5X_Alacrity | Jerome Soumagne | 2016-11-29 | 1 | -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 query | Jerome Soumagne | 2016-11-29 | 1 | -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 package | Jerome Soumagne | 2016-11-29 | 1 | -0/+657 |
Update CMakeLists / H5X Add H5_HAVE_ALACRITY macro |