summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-053-9/+9
* Add missing retrieval of cache logging name, from revise_chunks.Quincey Koziol2016-11-041-0/+16
* Add public H5F* routines for cache logging.Quincey Koziol2016-11-041-0/+99
* Add cache logging property and file pieces.Quincey Koziol2016-11-047-10/+475
* Add logging prototypes and cache struct fields.Quincey Koziol2016-11-042-0/+33
* Add logging error message.Quincey Koziol2016-11-041-0/+1
* Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-048-6/+1651
* Remove static definition for debugging routines. *sigh*Quincey Koziol2016-11-041-2/+0
* Add missing prototypes for cache debugging routines.Quincey Koziol2016-11-042-1/+6
* Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-0314-1166/+1416
|\
| * Move cache debugging routines into separate module.Quincey Koziol2016-11-036-1102/+1221
| * Change file memory type for extending to default, and correct error inQuincey Koziol2016-11-032-4/+8
| * Warning and whitespace cleanup.Quincey Koziol2016-11-034-17/+43
| * Improvements to the log VFD, for helping with SWMR debugging.Quincey Koziol2016-11-032-28/+137
| * Minor code cleanups.Quincey Koziol2016-11-032-14/+6
* | Merge pull request #122 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_groups to d...Dana Robinson2016-11-031-0/+8
|\ \ | |/ |/|
| * Evict-on-close now works with groups.Dana Robinson2016-10-281-0/+8
* | Fixed wayward parentheses in H5Sprivate.h.Dana Robinson2016-11-021-2/+2
* | Add error log for dlopenAllen Byrne2016-10-271-1/+1
|/
* 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