summaryrefslogtreecommitdiffstats
path: root/src/H5Xalacrity.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25361] Update ALACRITY plugin to use min/max values and start changes ↵Jerome Soumagne2014-06-271-14/+167
| | | | to post_update
* [svn-r25297] Include H5Sprivate.h in ALACRITY pluginJerome Soumagne2014-06-161-0/+1
|
* [svn-r25270] Update ALACRITY to support compressed index (not working)Jerome Soumagne2014-06-121-0/+20
| | | | | Update configure.ac and add --with-alacrity option Update FindALACRITY.cmake to use ridcompress library from ALACRITY
* [svn-r25265] Clean up ALACRITY pluginJerome Soumagne2014-06-111-179/+403
| | | | | | | Free ALACRITY resources correctly Get range from query Fix hyperslab selection Fix index example
* [svn-r25243] Clean up ALACRITY plugin / debug outputJerome Soumagne2014-06-091-505/+414
|
* [svn-r25240] First working version of H5X_AlacrityJerome Soumagne2014-06-051-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)
* [svn-r25236] Modify indexing example to first write dataset / create index / ↵Jerome Soumagne2014-06-021-180/+301
| | | | | | | | do query Move index creation code to H5X_alacrity_create / no longer use set_extent Fix ALACRITY metadata read Clean up
* [svn-r25230] Add support for ALACRITY indexing packageJerome Soumagne2014-05-301-0/+657
Update CMakeLists / H5X Add H5_HAVE_ALACRITY macro