summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
Commit message (Expand)AuthorAgeFilesLines
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-3/+2
* More whitespace synchingAllen Byrne2019-10-021-314/+314
* New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+21
* Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-111-3/+7
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-7/+15
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+1
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-270/+121
* Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-8/+7
* H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-241-2/+2
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-7/+7
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-1/+52
|\
| * * Fixed the error testsDana Robinson2018-05-021-1/+52
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-74/+8
|\ \ | |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-87/+39
| |\
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-13/+32
| | |\
| | | * Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-271-2/+2
| | | * Changes made based on code reviews.Vailin Choi2018-01-121-6/+9
| | | * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-6/+6
| | | |\
| | | * | Initial checkin for library version boundsVailin Choi2017-10-031-9/+25
| | | |/
| | * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-72/+7
| | |/
| | * Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-241-1/+1
| | * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
| * | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-2/+1
| |/
* | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-13/+32
* | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-7/+7
* | Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-251-1/+1
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
|/
* [svn-r29372] minor error reporting fix.Mohamad Chaarawi2016-03-091-2/+2
* [svn-r27956] Description:Quincey Koziol2015-10-051-2/+3
* [svn-r27916] Re-merge of r27884-27891 from the trunk + bugfix for a fewDana Robinson2015-09-301-18/+22
|\
* | [svn-r27912] Revert of r27887, which caused failures in the vds test. TheseDana Robinson2015-09-291-22/+18
* | [svn-r27887] Description:Quincey Koziol2015-09-271-18/+22
|\ \ | |/
| * [svn-r27884] Description:Quincey Koziol2015-09-261-18/+22
| * [svn-r27851] Description:Quincey Koziol2015-09-221-32/+63
* | [svn-r27835] Description:Quincey Koziol2015-09-211-42/+87
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-42/+87
* | [svn-r27632] Description:Quincey Koziol2015-08-311-3/+3
* | [svn-r27606] Merge revisions 27593 through 27605 from trunk to vds branch.Neil Fortner2015-08-281-1/+1
|\ \ | |/
| * [svn-r27605] Fix potential memory error when using a dataspace that was creat...Neil Fortner2015-08-281-1/+1
* | [svn-r27598] Description:Quincey Koziol2015-08-271-15/+1
* | [svn-r27479] Add checking for invalid inputs to H5Dset_virtual: point selecti...Neil Fortner2015-08-071-6/+6
* | [svn-r27424] Implement support for h5debug for VDS.Neil Fortner2015-07-221-23/+21
* | [svn-r27246] Remove "clipped" status from unlimited selections, decoupling th...Neil Fortner2015-06-181-12/+0
* | [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-211-6/+5
|\ \ | |/
| * [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-1/+1
| * [svn-r26842] Description:Quincey Koziol2015-04-181-5/+4
| * [svn-r26690] Fix error in H5Sextent_copyNeil Fortner2015-04-011-0/+6
* | [svn-r26962] Add support for unlimited selections to VDS code.Neil Fortner2015-04-291-9/+17