summaryrefslogtreecommitdiffstats
path: root/test/vds.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-1/+719
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-091-18/+66
|\
| * HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-18/+66
* | This commit basically has the following changes:Songyu Lu2019-04-041-193/+5
|/
* C and POSIX call cleanupDana Robinson2019-01-111-4/+4
* fixed typo.Hyo-Kyung Lee2018-07-101-1/+1
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-4/+1
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-1/+1
|\
| * Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-1/+1
* | Fix for HDFFV-10469: set to latest format for virtual layout encoding.Vailin Choi2018-05-171-1/+1
* | temporary fix for HDFFV-10469M. Scot Breitenfeld2018-05-091-1/+4
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-9/+0
|\ \ | |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-603/+926
| |\
* | \ synced with developM. Scot Breitenfeld2018-01-051-0/+452
|\ \ \ | | |/ | |/|
| * | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-603/+935
| * | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ...lrknox2017-12-221-923/+570
| * | Cleanup comments and if() in TRY blocksAllen Byrne2017-12-201-608/+497
| * | HDFFV-9724 Add ENV VAR to vds testAllen Byrne2017-12-191-0/+190
| * | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-0/+274
| |/
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* | Fix library interface commands, add missing JNIAllen Byrne2017-12-211-603/+483
* | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-1/+1
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
|/
* Fix alignmentAllen Byrne2017-03-081-9/+9
* Fix vds testsAllen Byrne2017-03-071-9/+28
* [svn-r30189] Description:Quincey Koziol2016-07-181-1/+0
* [svn-r29884] VDS correction for get_space_status, with test change.Allen Byrne2016-05-041-0/+13
* [svn-r29421] Fix for HDFFV-9516.Dana Robinson2016-03-151-7/+153
* [svn-r28573] Merge of r28109 from revise_chunks. Minor change to test/vds.c.Dana Robinson2015-12-111-3/+3
* [svn-r27835] Description:Quincey Koziol2015-09-211-5/+7
* [svn-r27646] Add version number to VDS global heap object encoding.Neil Fortner2015-09-011-5/+7
* [svn-r27546] Add tests for H5O__dset_bh_info (H5Oget_info) and unlimited sele...Neil Fortner2015-08-211-8/+27
* [svn-r27543] Add tests to cover remaining code coverage assertions in H5Shype...Neil Fortner2015-08-201-0/+457
* [svn-r27538] Add tests to cover remaining code coverage assertions in src dir...Neil Fortner2015-08-201-17/+414
* [svn-r27527] Add tests to hit code coverage assertions in H5Olayout.c.Neil Fortner2015-08-191-2/+44
* [svn-r27520] Add new test for all 3 selection types in the same VDS.Neil Fortner2015-08-181-35/+1095
* [svn-r27505] Add support for H5Dset_extent for VDS.Neil Fortner2015-08-141-6/+238
* [svn-r27498] Add support for I/O after reopening a VDS with unlimited and/or ...Neil Fortner2015-08-121-0/+153
* [svn-r27481] Add support for offset selections passed to H5Pset_virtual.Neil Fortner2015-08-071-4/+193
* [svn-r27479] Add checking for invalid inputs to H5Dset_virtual: point selecti...Neil Fortner2015-08-071-0/+53
* [svn-r27425] Implement support for H5Pequal with VDS properties.Neil Fortner2015-07-221-0/+12
* [svn-r27424] Implement support for h5debug for VDS.Neil Fortner2015-07-221-1/+26
* [svn-r27420] Fixed VDS test to handle the family driver correctly.Neil Fortner2015-07-211-39/+47
* [svn-r27323] Implement support for H5Dflush for VDS.Neil Fortner2015-07-021-88/+250
* [svn-r27215] Fix issue where % characters could not be used in non-printf map...Neil Fortner2015-06-161-17/+30
* [svn-r27214] Fixed a bug on Windows where dcpls were set to be chunked and no...Dana Robinson2015-06-161-2/+1
* [svn-r27197] Improve performance of "printf" VDS with selections in the file ...Neil Fortner2015-06-121-4/+37
* [svn-r27195] Add h5dump cmake tests and files.Allen Byrne2015-06-121-1/+1
* [svn-r27192] Improve support for printf selections (support partial blocks withNeil Fortner2015-06-121-8/+691
* [svn-r27153] Implement fill value support for VDS.Neil Fortner2015-06-051-885/+993