summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r28606] Description:Quincey Koziol2015-12-131-1/+1
* [svn-r27916] Re-merge of r27884-27891 from the trunk + bugfix for a fewDana Robinson2015-09-301-42/+53
|\
| * [svn-r27888] Description:Quincey Koziol2015-09-271-1/+1
* | [svn-r27912] Revert of r27887, which caused failures in the vds test. TheseDana Robinson2015-09-291-54/+40
* | [svn-r27887] Description:Quincey Koziol2015-09-271-40/+54
|\ \ | |/
| * [svn-r27884] Description:Quincey Koziol2015-09-261-31/+45
| * [svn-r27849] Description:Quincey Koziol2015-09-221-12/+15
* | [svn-r27848] Description:Quincey Koziol2015-09-221-1/+0
* | [svn-r27835] Description:Quincey Koziol2015-09-211-31/+35
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-16/+17
| * [svn-r27631] Description:Quincey Koziol2015-08-311-48/+48
* | [svn-r27701] RM offset initialization that is no longer necessary with the re...Neil Fortner2015-09-081-4/+0
* | [svn-r27673] rm unnecessary/unreachable code from H5S_get_select_hyper_nblocksNeil Fortner2015-09-031-7/+0
* | [svn-r27632] Description:Quincey Koziol2015-08-311-25/+21
* | [svn-r27543] Add tests to cover remaining code coverage assertions in H5Shype...Neil Fortner2015-08-201-25/+19
* | [svn-r27506] H5Dset_extent no longer holds all printf source datasets open.Neil Fortner2015-08-141-84/+84
* | [svn-r27479] Add checking for invalid inputs to H5Dset_virtual: point selecti...Neil Fortner2015-08-071-0/+45
* | [svn-r27450] Add descriptions for all non-public functions.Neil Fortner2015-07-311-28/+91
* | [svn-r27284] Modify VDS implementation to always use FAPL and DAPL from VDS f...Neil Fortner2015-06-251-1/+1
* | [svn-r27246] Remove "clipped" status from unlimited selections, decoupling th...Neil Fortner2015-06-181-266/+278
* | [svn-r27197] Improve performance of "printf" VDS with selections in the file ...Neil Fortner2015-06-121-7/+9
* | [svn-r27192] Improve support for printf selections (support partial blocks withNeil Fortner2015-06-121-12/+72
* | [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-111-6/+12
|\ \ | |/
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-1/+1
* | [svn-r27174] Fix bug in H5S__hyper_project_intersection that affected empty s...Neil Fortner2015-06-091-5/+8
* | [svn-r27153] Implement fill value support for VDS.Neil Fortner2015-06-051-0/+110
* | [svn-r27145] Add some testing for printf-style source dataset name resolution.Neil Fortner2015-06-031-99/+56
* | [svn-r27104] Add support for printf-style source dataset name resolution.Neil Fortner2015-05-221-2/+86
* | [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-211-10/+10
|\ \ | |/
| * [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-10/+10
* | [svn-r27053] Add more tests for unlimited selections.Neil Fortner2015-05-121-4/+1
* | [svn-r27049] Rename H5Pset/get_virtual_dataspace_bounds to H5Pset/get_virtual...Neil Fortner2015-05-111-89/+232
* | [svn-r27028] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-05-061-1/+1
* | [svn-r27022] Add new functions H5Pset_virtual_dataspace_bounds andNeil Fortner2015-05-051-17/+4
* | [svn-r26984] Add support for unlimited selection being clipped in the middle ...Neil Fortner2015-04-301-19/+42
* | [svn-r26967] Refactor VDS unlimited dimension code to correctly handle case w...Neil Fortner2015-04-291-12/+34
* | [svn-r26962] Add support for unlimited selections to VDS code.Neil Fortner2015-04-291-28/+220
* | [svn-r26891] Fix bug in H5S__hyper_project_intersection that could cause an i...Neil Fortner2015-04-221-13/+13
* | [svn-r26883] Fix bug in H5S__hyper_project_intersection that could cause an i...Neil Fortner2015-04-221-2/+2
* | [svn-r26880] Fix errors where unlim_dim was not initialized in several places...Neil Fortner2015-04-221-1/+19
* | [svn-r26878] Fix errors in unlimited selection serialize/deserializeNeil Fortner2015-04-211-40/+43
* | [svn-r26828] Implement support for unlimited selections (not supported by VDS...Neil Fortner2015-04-161-54/+411
* | [svn-r26680] Implement minor suggestions from 3/26/15 code review.Neil Fortner2015-03-311-6/+4
* | [svn-r26668] Fix error in H5D__virtual_read/write that prevented short circuit.Neil Fortner2015-03-301-142/+143
* | [svn-r26566] Fix error in H5S__hyper_project_intersection algorithm.Neil Fortner2015-03-241-6/+7
* | [svn-r26559] Fix error in H5S_extent_copy (needs testing) - would not patch n...Neil Fortner2015-03-241-3/+3
* | [svn-r26482] Opening source files now reuses the flags from the virtual file.Neil Fortner2015-03-191-3/+8
* | [svn-r26476] Add support for I/O in all cases with fixed size datasets and no...Neil Fortner2015-03-181-98/+211
* | [svn-r26469] INCOMPLETE, UNWORKING CODENeil Fortner2015-03-171-1/+274
|/
* [svn-r26303] remove files with .clog2 extension generated by MPE when doing m...Mohamad Chaarawi2015-02-251-1/+2