summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
Commit message (Expand)AuthorAgeFilesLines
* Incoporate minimized dataset headers code and tests.Jacob Smith2018-12-311-0/+104
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-261-2/+2
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-9/+9
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-14/+12
| |\
| | * Cleanup API context function usage.Quincey Koziol2018-03-191-14/+0
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-1/+1
| | |\
| | | * Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-271-1/+1
| | * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-7/+21
| | |/
| | * Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...Dana Robinson2017-06-091-245/+164
| | * * Made STATIC free lists EXTERN for H5O_layout_t.Dana Robinson2017-06-071-164/+245
| | * 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/+2
| |/
* | Re-factor coding for H5P/Sencode with libver bounds.Vailin Choi2018-03-121-4/+24
* | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-1/+1
* | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-10/+11
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
|/
* [svn-r29659] Added fixed array chunk indexing from revise_chunks.Dana Robinson2016-04-071-1/+1
* [svn-r29644] Description:Quincey Koziol2016-04-061-1/+1
* [svn-r29640] Description:Quincey Koziol2016-04-051-1/+1
* [svn-r29614] Description:Quincey Koziol2016-04-031-13/+0
* [svn-r29612] Description:Quincey Koziol2016-04-031-14/+0
* [svn-r29607] Description:Quincey Koziol2016-04-021-1/+122
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-3/+3
* [svn-r29009] Corrected the API descriptions for H5Pget_virtual_dsetname and H...Scot Breitenfeld2016-01-281-7/+7
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-3/+3
* [svn-r28797] Description:Quincey Koziol2016-01-051-2/+2
* [svn-r28723] Description:Quincey Koziol2015-12-221-12/+26
* [svn-r28646] Minor normalization with revise_chunks.Dana Robinson2015-12-141-1/+0
* [svn-r28606] Description:Quincey Koziol2015-12-131-10/+16
* [svn-r27956] Description:Quincey Koziol2015-10-051-3/+2
* [svn-r27885] Description:Quincey Koziol2015-09-271-4/+8
* [svn-r27876] Description:Quincey Koziol2015-09-251-1/+2
* [svn-r27835] Description:Quincey Koziol2015-09-211-339/+642
|\
| * [svn-r27811] Description:Quincey Koziol2015-09-161-179/+584
| * [svn-r27806] Fix property list serialization for values encoded by H5Pset_chu...Neil Fortner2015-09-161-1/+1
| * [svn-r27768] Description:Quincey Koziol2015-09-141-3/+3
| * [svn-r27612] Description:Quincey Koziol2015-08-291-5/+7
* | [svn-r27598] Description:Quincey Koziol2015-08-271-2/+1
* | [svn-r27547] Fill in public function descriptions from RM entries.Neil Fortner2015-08-211-11/+59
* | [svn-r27538] Add tests to cover remaining code coverage assertions in src dir...Neil Fortner2015-08-201-1/+0
* | [svn-r27506] H5Dset_extent no longer holds all printf source datasets open.Neil Fortner2015-08-141-4/+6
* | [svn-r27501] Add mapping validity checking to VDS open.Neil Fortner2015-08-121-76/+6
* | [svn-r27479] Add checking for invalid inputs to H5Dset_virtual: point selecti...Neil Fortner2015-08-071-15/+113
* | [svn-r27450] Add descriptions for all non-public functions.Neil Fortner2015-07-311-3/+9
* | [svn-r27425] Implement support for H5Pequal with VDS properties.Neil Fortner2015-07-221-1/+42
* | [svn-r27424] Implement support for h5debug for VDS.Neil Fortner2015-07-221-13/+173
* | [svn-r27398] Fixed potential issue layouts with compilers that do not support...Neil Fortner2015-07-151-0/+3
* | [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-10/+0
* | [svn-r27215] Fix issue where % characters could not be used in non-printf map...Neil Fortner2015-06-161-15/+25