summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bring over changes from revise_chunks that cleanup recent SWMR changes fromQuincey Koziol2016-12-112-169/+36
| |/
* | Removed NDEBUG guards from H5AC test functions.Dana Robinson2016-12-112-4/+0
|/
* Merge pull request #191 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_h5fs_fix to...Dana Robinson2016-12-109-69/+139
|\
| * Updated the H5FS cache code to grab the correct tag and modifiedDana Robinson2016-12-085-12/+88
| * Merge branch 'develop' into eoc_h5fs_fixDana Robinson2016-12-0792-2374/+7645
| |\
| * | Changed the name of H5MF_alloc_close() to H5MF__alloc_close()Dana Robinson2016-11-301-6/+6
| * | Added missing TAG macros to H5MF_get_freespace().Dana Robinson2016-11-301-2/+2
| * | Added TAG macros to the H5MF package code so H5AC__FREESPACE_TAGDana Robinson2016-11-303-26/+26
| * | First cut at fixing the tagging issue with the free space managers.Dana Robinson2016-11-304-27/+21
* | | Updated the comment for the valgrind fix.Dana Robinson2016-12-071-3/+3
* | | Fixed a valgrind problem in file shutdown exposed by the swmr.c test.Dana Robinson2016-12-071-3/+9
| |/ |/|
* | Correct oversight in Java test and remove direct VFD from SWMR supportedQuincey Koziol2016-12-021-2/+1
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-12-022-2/+74
|\ \
| * | Fixed a comment.derobins2016-12-021-4/+4
| * | Added Windows-only versions of the round() functions, which do notderobins2016-12-022-2/+74
| |/
* | Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-0290-2368/+7568
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-12-0120-73/+71
|\ \ | |/
| * Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2916-367/+549
| |\
| * \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-281-12/+27
| |\ \
| * \ \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-285-152/+131
| |\ \ \
| * \ \ \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2634-1453/+2883
| |\ \ \ \
| * | | | | Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-2620-73/+71
| * | | | | Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2117-1059/+350
| |\ \ \ \ \
* | | | | | | Minor normalization cleanups.Quincey Koziol2016-11-302-4/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Bring over another batch (hopefully the last) of non-SWMR "normalization"Quincey Koziol2016-11-2916-367/+549
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #175 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:new_H5AC_dump_c...Dana Robinson2016-11-281-12/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Updated the cache dump to use the stored type name insteadDana Robinson2016-11-282-43/+5
| * | | | Updated the format of H5AC/C_dump_cache() to includeDana Robinson2016-11-282-13/+66
* | | | | Remove "collective write list" parameter from H5C__flush_single_entry() as itQuincey Koziol2016-11-284-50/+60
* | | | | Eliminate unnecessary data structure for parallel collective metadata cache I/OQuincey Koziol2016-11-283-70/+11
|/ / / /
* | | | Add a flag for H5C__flush_single_entry() to allow the parallel code to requestQuincey Koziol2016-11-253-37/+65
| |_|/ |/| |
* | | Merge pull request #167 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-221-1/+1
|\ \ \ | |/ /
| * | Added the H5F_CLOSING() check that makes valgrind happy inDana Robinson2016-11-211-1/+1
* | | Merge pull request #166 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-214-4/+34
|\ \ \ | |/ /
| * | Two minor cache changes:Dana Robinson2016-11-204-4/+34
* | | Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-2034-1453/+2883
| |/ |/|
* | Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-1817-268/+139
* | Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-1717-791/+211
|/
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-125-30/+134
* Merge pull request #155 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-126-675/+727
|\
| * Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-126-675/+727
* | Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-124-45/+79
|/
* Merge pull request #151 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-115-405/+213
|\
| * Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-105-405/+213
* | Moved Win32 variables to top of function in H5FDlog.c.derobins2016-11-111-8/+9
|/
* Merge pull request #138 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pget_driver_i...Dana Robinson2016-11-073-9/+9
|\
| * Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-053-9/+9
* | Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-0713-325/+381
* | Remove routines not yet used in developQuincey Koziol2016-11-071-140/+0
* | Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-0629-543/+295
|/