summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
* Snapshot release: increment version.lrknox2016-10-011-2/+2
* - Removed BRANCH.txt and MANIFEST entryDana Robinson2016-09-301-0/+1
* - Removed non-implemented code from H5Gint.cDana Robinson2016-09-302-27/+0
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-303-30/+83
|\
| * Merge pull request #46 in HDFFV/hdf5 from ~KOZIOL/hdf5:features/warning_clean...Quincey Koziol2016-09-291-3/+2
| |\
| | * Description:Quincey Koziol2016-09-271-3/+2
| * | Merge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to dev...Neil Fortner2016-09-231-1/+5
| |\ \
| | * | Change check for number of dimensions for old-style arrays in datatype decodi...Neil Fortner2016-09-081-1/+5
| | |/
| * | Merge pull request #41 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0177 to dev...Neil Fortner2016-09-231-25/+74
| |\ \
| | * | Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-09-091-1/+1
| | * | Fix issues in H5Znbit.c where the decompression algorithm would not check the...Neil Fortner2016-09-081-24/+73
| | |/
| * | Replace assertion in H5O_dtype_decode_helper for number of array dimensions w...Neil Fortner2016-09-011-1/+2
| |/
* | Merge branch 'evict_on_close' of https://bitbucket.hdfgroup.org/scm/~derobins...Dana Robinson2016-09-301-2/+14
|\ \
| * | Added "Purpose:" information to the API call comments for theDana Robinson2016-09-231-2/+14
* | | Added code to create the test file for all chunk index and layout types.Dana Robinson2016-09-302-0/+42
|/ /
* | Cleaned up feature for dissemination to LLNL:Dana Robinson2016-09-193-19/+19
* | Reverted H5T code since datatypes will not be supported atDana Robinson2016-09-192-69/+14
* | Merge branch 'develop' into evict_on_closeDana Robinson2016-09-1445-518/+948
|\ \ | |/
| * [svn-r30312] HDFFV-9706: Commit changes as discussed in HDF5-379.Allen Byrne2016-08-221-25/+32
| * [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute wh...Vailin Choi2016-08-191-2/+15
| * [svn-r30303] Fixed unbalanced parentheses in H5F_SAME_SHARED macro. Dana Robinson2016-08-181-1/+1
| * [svn-r30285] Description:Quincey Koziol2016-08-132-9/+9
| * [svn-r30270] Fix an issue that could occur when allocating a chunked dataset ...Neil Fortner2016-08-081-4/+20
| * [svn-r30264] Fixed an issue that could occur when using H5Pset_alignment wher...Neil Fortner2016-08-081-1/+1
| * [svn-r30231] HDFFV-9944: else statement and braces.Allen Byrne2016-08-011-17/+24
| * [svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout.Dana Robinson2016-07-271-1/+3
| * [svn-r30219] Description:Quincey Koziol2016-07-2212-38/+50
| * [svn-r30189] Description:Quincey Koziol2016-07-1816-350/+475
| * [svn-r30158] Description:Quincey Koziol2016-07-072-3/+17
| * [svn-r30147] Removed #ifdef-guarded debug output from core VFD.Dana Robinson2016-07-061-72/+15
| * [svn-r30143] Fix for HDFFV-9940.Vailin Choi2016-07-044-0/+54
| * [svn-r30139] Description:Quincey Koziol2016-07-026-0/+178
| * [svn-r30131] Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for ...Neil Fortner2016-07-012-0/+5
| * [svn-r30127] Description:Quincey Koziol2016-06-301-0/+52
| * [svn-r30126] Description:Quincey Koziol2016-06-301-1/+3
* | [svn-r30118] Sync with trunk.Dana Robinson2016-06-2930-2359/+1665
|\ \ | |/
| * [svn-r30113] Description:Quincey Koziol2016-06-2818-588/+717
| * [svn-r30112] Description:Quincey Koziol2016-06-2813-1742/+919
| * [svn-r30102] Cleaned up incorrect comments in H5AC_type_t enum.Dana Robinson2016-06-231-29/+29
* | [svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.Dana Robinson2016-06-263-31/+20
* | [svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.Dana Robinson2016-06-252-50/+38
* | [svn-r30106] Moved datatype close code to new internal function. H5Oclose()Dana Robinson2016-06-253-13/+45
* | [svn-r30105] Datatypes and Groups now support evict-on-close.Dana Robinson2016-06-252-4/+59
* | [svn-r30104] Fixes evict-on-close feature by propagating globalDana Robinson2016-06-2410-18/+24
|\ \ | |/
* | [svn-r30084] First pass at the evict-on-close feature.Dana Robinson2016-06-157-5/+164
|/
* [svn-r30075] Description:Quincey Koziol2016-06-1421-10/+995
* [svn-r30068] Description:Quincey Koziol2016-06-1317-19/+648
* [svn-r30053] Description:Quincey Koziol2016-06-083-71/+223
* [svn-r30035] Description:Quincey Koziol2016-06-065-418/+497