summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring over another batch (hopefully the last) of non-SWMR "normalization"Quincey Koziol2016-11-2917-369/+550
* 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
* | Merge pull request #176 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-285-119/+69
|\ \
| * | 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-284-71/+11
| |/
* | Merge pull request #171 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_memfix ...Dana Robinson2016-11-281-2/+8
|\ \
| * | Added vlen reclaim functions to a test in tfile.cDana Robinson2016-11-231-2/+8
* | | Merge pull request #173 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gitignore to de...Dana Robinson2016-11-281-94/+18
|\ \ \ | |_|/ |/| |
| * | Simplified .gitignore by using patterns.Dana Robinson2016-11-271-95/+18
| * | Added src/H5config.h.in~ to .gitignore.Dana Robinson2016-11-261-0/+1
|/ /
* | Merge pull request #172 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-264-38/+66
|\ \
| * | Remove unnecessary assert.Quincey Koziol2016-11-251-1/+1
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-11-255-18/+31
| |\ \ | |/ / |/| |
* | | Merge pull request #170 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_memfix ...Dana Robinson2016-11-233-12/+24
|\ \ \ | | |/ | |/|
| * | Fixed a few memory problems in test/cache_logging.c andDana Robinson2016-11-233-12/+24
* | | Merge pull request #168 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-232-6/+7
|\ \ \ | |/ / |/| |
| * | Add test to memcheck ignore and increase cache test timeoutAllen Byrne2016-11-222-6/+7
|/ /
| * 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
* | Merge pull request #165 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-2042-1521/+3323
|\ \
| * | Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-2042-1521/+3323
|/ /
* | Merge pull request #163 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-1820-341/+151
|\ \
| * | Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-1820-341/+151
|/ /
* | Merge pull request #162 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-1720-1044/+385
|\ \
| * | Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-1720-1044/+385
|/ /
* | Merge pull request #160 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-171-68/+68
|\ \ | |/ |/|
| * Repair comment chars to C styleAllen Byrne2016-11-171-68/+68
|/
* Merge pull request #158 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ...Binh-Minh Ribler2016-11-1516-144/+53
|\
| * Description:Binh-Minh Ribler2016-11-1416-144/+53
|/
* Merge pull request #156 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-138-33/+203
|\
| * Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-128-33/+203
|/
* Merge pull request #155 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-127-817/+727
|\
| * Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-127-817/+727
* | Merge pull request #154 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-126-66/+92
|\ \ | |/ |/|
| * Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-126-66/+92
|/
* Merge pull request #151 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-115-405/+213
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-11-102-11/+22
| |\
| * | Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-105-405/+213
* | | Merge pull request #152 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2016-11-111-8/+9
|\ \ \
| * | | Moved Win32 variables to top of function in H5FDlog.c.derobins2016-11-111-8/+9
|/ / /
* | | Merge pull request #144 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:restore_script_...Dana Robinson2016-11-102-0/+68
|\ \ \ | |_|/ |/| |
| * | Adds a script to undo the action of autogen.sh. UsefulDana Robinson2016-11-082-0/+68
* | | Merge pull request #148 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-102-11/+22
|\ \ \ | |_|/ |/| |
| * | Update installdir format for windowsAllen Byrne2016-11-101-2/+2
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2016-11-101-1/+1
| |\ \ | |/ / |/| |