summaryrefslogtreecommitdiffstats
path: root/src/H5Dvirtual.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | HDFFV-9724 init var to nullAllen Byrne2017-12-291-1/+1
* | | HDFFV-9724 prefix of 0 length should be null valueAllen Byrne2017-12-291-1/+1
* | | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-7/+264
* | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ...lrknox2017-12-221-246/+7
* | | HDFFV-9724 Copy efc_open search from Lextern_traverseAllen Byrne2017-12-151-19/+211
* | | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-9/+56
| |/ |/|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
|/
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-1/+1
* Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-261-2/+2
* [svn-r30075] Description:Quincey Koziol2016-06-141-0/+220
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-7/+8
* [svn-r28797] Description:Quincey Koziol2016-01-051-5/+5
* [svn-r28606] Description:Quincey Koziol2015-12-131-4/+5
* [svn-r28533] Fix loops in H5Dvirtual.c to only loop over used entries in VDS ...Neil Fortner2015-12-071-3/+3
* [svn-r28452] Description:Quincey Koziol2015-11-231-1/+1
* [svn-r28311] Description:Quincey Koziol2015-11-091-0/+1
* [svn-r27957] Description:Quincey Koziol2015-10-051-23/+12
* [svn-r27944] Description:Quincey Koziol2015-10-041-6/+12
* [svn-r27835] Description:Quincey Koziol2015-09-211-4/+6
* [svn-r27646] Add version number to VDS global heap object encoding.Neil Fortner2015-09-011-1/+1
* [svn-r27538] Add tests to cover remaining code coverage assertions in src dir...Neil Fortner2015-08-201-7/+2
* [svn-r27528] Modify printf implementation to not open source datasets that we...Neil Fortner2015-08-191-4/+12
* [svn-r27527] Add tests to hit code coverage assertions in H5Olayout.c.Neil Fortner2015-08-191-8/+10
* [svn-r27520] Add new test for all 3 selection types in the same VDS.Neil Fortner2015-08-181-7/+2
* [svn-r27506] H5Dset_extent no longer holds all printf source datasets open.Neil Fortner2015-08-141-4/+9
* [svn-r27505] Add support for H5Dset_extent for VDS.Neil Fortner2015-08-141-48/+151
* [svn-r27504] Change comments/code around to reflect decision to have virtual ...Neil Fortner2015-08-131-2/+6
* [svn-r27501] Add mapping validity checking to VDS open.Neil Fortner2015-08-121-0/+138
* [svn-r27498] Add support for I/O after reopening a VDS with unlimited and/or ...Neil Fortner2015-08-121-73/+296
* [svn-r27481] Add support for offset selections passed to H5Pset_virtual.Neil Fortner2015-08-071-2/+14
* [svn-r27479] Add checking for invalid inputs to H5Dset_virtual: point selecti...Neil Fortner2015-08-071-15/+29
* [svn-r27450] Add descriptions for all non-public functions.Neil Fortner2015-07-311-2/+19
* [svn-r27424] Implement support for h5debug for VDS.Neil Fortner2015-07-221-7/+7
* [svn-r27323] Implement support for H5Dflush for VDS.Neil Fortner2015-07-021-40/+88
* [svn-r27284] Modify VDS implementation to always use FAPL and DAPL from VDS f...Neil Fortner2015-06-251-51/+108
* [svn-r27246] Remove "clipped" status from unlimited selections, decoupling th...Neil Fortner2015-06-181-27/+5
* [svn-r27224] Fix bug that prevented reading from datasets with unlimited mapp...Neil Fortner2015-06-171-31/+41
* [svn-r27215] Fix issue where % characters could not be used in non-printf map...Neil Fortner2015-06-161-28/+90
* [svn-r27197] Improve performance of "printf" VDS with selections in the file ...Neil Fortner2015-06-121-9/+49
* [svn-r27192] Improve support for printf selections (support partial blocks withNeil Fortner2015-06-121-236/+328
* [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-111-9/+12
* [svn-r27153] Implement fill value support for VDS.Neil Fortner2015-06-051-131/+356
* [svn-r27145] Add some testing for printf-style source dataset name resolution.Neil Fortner2015-06-031-128/+173
* [svn-r27104] Add support for printf-style source dataset name resolution.Neil Fortner2015-05-221-323/+1025
* [svn-r27053] Add more tests for unlimited selections.Neil Fortner2015-05-121-4/+4
* [svn-r27049] Rename H5Pset/get_virtual_dataspace_bounds to H5Pset/get_virtual...Neil Fortner2015-05-111-91/+42
* [svn-r27022] Add new functions H5Pset_virtual_dataspace_bounds andNeil Fortner2015-05-051-33/+36
* [svn-r26967] Refactor VDS unlimited dimension code to correctly handle case w...Neil Fortner2015-04-291-45/+92
* [svn-r26962] Add support for unlimited selections to VDS code.Neil Fortner2015-04-291-5/+266
* [svn-r26680] Implement minor suggestions from 3/26/15 code review.Neil Fortner2015-03-311-20/+19