summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* 1 10 Merges from develop (#424)Allen Byrne2021-03-041-8/+8
* Hdf5 1 10 Update license url (#403)Larry Knox2021-03-011-1/+1
* Source formattedAllen Byrne2020-10-011-2698/+2767
* Merge of dataspace improvements from develop.Dana Robinson2020-07-161-3979/+5600
* Moved over the H5S_hyper_diminfo_t from develop.Dana Robinson2020-07-101-95/+99
* Moved hyperslab code to use the new H5S_diminfo_valid_t enum.Dana Robinson2020-07-101-31/+36
* H5S_hyper_adjust_s() optimization from develop.Dana Robinson2020-07-091-23/+33
* Fixed Duff's device fall through warnings in hyperslab code.Dana Robinson2020-07-091-9/+16
* Minor renaming in H5S hyperslab code.Dana Robinson2020-07-091-14/+10
* More normalization with H5S from develop.Dana Robinson2020-07-091-116/+104
* Continued normalization of H5S with develop.Dana Robinson2020-07-091-21/+18
* Further normalization of H5S with developDana Robinson2020-07-081-136/+28
* Normalization of H5S package with developDana Robinson2020-07-081-152/+162
* Many normalizations with develop.Dana Robinson2020-05-301-29/+27
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-14/+14
* Moved H5MM_memcpy and H5MM_xfree_const from developDana Robinson2020-05-151-10/+10
* Fix the segmentation fault when h5dump "vds_virt_0.h5", which is a test file ...Vailin Choi2019-12-051-0/+3
* Make corresponding changes for H5Sencode based on PR #1645 to develop branch.Vailin Choi2019-04-231-218/+170
* Make corresponding changes for moving dataspace selection-specific coding to ...Vailin Choi2019-04-101-21/+64
* Removed white spaceBinh-Minh Ribler2018-07-261-1/+2
* Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480Binh-Minh Ribler2018-07-261-2/+3
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-261-10/+10
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-1486/+1462
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-7/+5
| |\
| | * Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-241-6/+6
| | * 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-1500/+1478
| |/
* | Re-factor coding for H5P/Sencode with libver bounds.Vailin Choi2018-03-121-17/+35
* | Resolve compilation errors.Vailin Choi2018-03-091-1/+1
* | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-82/+245
* | Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-251-6/+6
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
|/
* [svn-r30189] Description:Quincey Koziol2016-07-181-21/+39
* [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