summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-02100-2472/+15534
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-12-0123-284/+336
|\
| * Merge pull request #179 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-3022-236/+234
| |\
| | * Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2917-369/+550
| | |\
| | * \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-281-12/+27
| | |\ \
| | * \ \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2813-267/+188
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2642-1521/+3323
| | |\ \ \ \
| | * | | | | Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-2622-236/+234
| | * | | | | Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-2121-1441/+592
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge pull request #178 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:expanded_eoc_te...Dana Robinson2016-11-291-48/+102
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Merge branch 'develop' into expanded_eoc_testDana Robinson2016-11-2925-596/+672
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Updated the evict-on-close test to create a large number of subgroupsDana Robinson2016-11-281-48/+102
* | | | | | | | Add some Java methods that were missed earlier.Quincey Koziol2016-11-307-1/+314
* | | | | | | | Minor normalization cleanups.Quincey Koziol2016-11-302-4/+4
|/ / / / / / /
* | | | | | | Merge pull request #177 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-2917-369/+550
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | 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
|\