summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1585 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_rados to ...inactive/hdf5_radosDana Robinson2019-02-272-22/+20
|\
| * Added -g to RADOS examples compile flags.Dana Robinson2019-02-272-22/+20
|/
* Merge pull request #1574 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_rados to ...Dana Robinson2019-02-2217-35/+415
|\
| * Updated the tests to use mobject.Dana Robinson2019-02-2214-12/+103
| * Added a RADOS/mobject #ifdef switch.Dana Robinson2019-02-201-0/+4
| * Moved the rados_stat() modifications into a helper function.Dana Robinson2019-02-191-61/+65
| * Finished implementation of RADOS wrappers for calls not implementedDana Robinson2019-02-191-0/+31
| * * Added a rados_read() wrapper function (still uses rados_read()).Dana Robinson2019-02-191-10/+47
| * rados_write_full calls now use write_ops.Dana Robinson2019-02-191-1/+24
| * Added a helper function to wrap rados_write_full().Dana Robinson2019-02-191-3/+33
| * Both rados_stats calls are wrapped. You can #define OLD_RADOS_CALLSDana Robinson2019-02-191-8/+33
| * Converted one of the stats calls to use a read op instead.Dana Robinson2019-02-191-2/+30
| * * Added a script to run the RADOS examples in order.Dana Robinson2019-02-133-11/+118
|/
* Updated the autotools to support RADOS.Dana Robinson2018-11-012-1/+79
* Updated the .gitignore file.Dana Robinson2018-10-101-0/+43
* Add new examples, h5rados_dset_wss.c and h5rados_dset_rss.c, to testNeil Fortner2018-06-082-0/+269
* Implement chunking. File and memory selections must currently be theNeil Fortner2018-06-022-328/+800
* Add support for creating objects across multiple file opens (persistentNeil Fortner2018-04-192-25/+169
* Add 2 character prefix to oids to disambiguate chunks from objects orNeil Fortner2018-04-182-9/+9
* Refactor group traversal code to eliminate sketchy casts and reduce theNeil Fortner2018-04-181-43/+136
* Fix error messages to display correct system error string.Neil Fortner2018-04-161-16/+16
* Add missing file h5rados_example.hNeil Fortner2018-04-141-0/+14
* Add missing file H5VLrados_public.hNeil Fortner2018-04-131-0/+46
* Add support for datasets, including I/O and partial I/O. Also supportNeil Fortner2018-04-1212-71/+2835
* Initial version of RADOS VOL plugin. Supports file and groupNeil Fortner2018-03-017-0/+2133
* Merge pull request #331 in HDFFV/hdf5 from ~JHENDERSON/hdf5:plugin_terminatio...Jordan Henderson2017-03-141-2/+11
|\
| * Call terminate callback upon freeing H5VL classJordan Henderson2017-03-101-2/+11
|/
* Merge pull request #5 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:vol to volLarry Knox2016-08-311-3/+3
|\
| * Tested "make installcheck" on jelly.lrknox2016-08-311-1/+1
| * Correct incorrect merge from main that added extra commands to a list inlrknox2016-08-311-2/+2
|/
* [svn-r29903] merge from trunk.Mohamad Chaarawi2016-05-09766-9591/+109732
|\
| * [svn-r29698] Switched true and false to TRUE and FALSE in a function inDana Robinson2016-04-141-2/+2
| * [svn-r29696] Applied fix for HDFFV-9439 to mpicc config as well as mpif90 in ...Larry Knox2016-04-141-1/+1
| * [svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ...Allen Byrne2016-04-112-20/+0
| * [svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ...Allen Byrne2016-04-111-4/+6
| * [svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ...Allen Byrne2016-04-115-44/+203
| * [svn-r29678] Revert r29672 changes to h5diff.Larry Knox2016-04-093-35/+10
| * [svn-r29673] Fix typo of var nameAllen Byrne2016-04-081-1/+1
| * [svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of ...Allen Byrne2016-04-083-10/+35
| * [svn-r29668] Added H5Dfarray.c to CMake.Dana Robinson2016-04-081-0/+1
| * [svn-r29665] Added new chunk index types to h5debug.Dana Robinson2016-04-071-2/+50
| * [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-0714-22/+2189
| * [svn-r29655] Added H5D_CHUNK_BTREE to the deprecated section of H5Dpublic.h.Dana Robinson2016-04-071-0/+1
| * [svn-r29653] fixed A variable that is specified as an argument to the intrins...Scot Breitenfeld2016-04-071-1/+1
| * [svn-r29649] changed indentation format, updated commentsScot Breitenfeld2016-04-061-17/+12
| * [svn-r29648] FIX: HDFFV-8486 Scot Breitenfeld2016-04-066-122/+621
| * [svn-r29646] FIX: HDFFV-9522 Scot Breitenfeld2016-04-061-5/+71
| * [svn-r29644] Description:Quincey Koziol2016-04-061-1/+1
| * [svn-r29640] Description:Quincey Koziol2016-04-051-1/+1
| * [svn-r29638] Added new chunk index types to trace code.Dana Robinson2016-04-051-0/+34