summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into eoc_h5fs_fixDana Robinson2016-12-07115-2496/+15993
|\
| * Merge pull request #186 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:icc_config_fixe...Dana Robinson2016-12-031-10/+10
| |\
| | * Updated the icc flags (C flags only).derobins2016-12-021-10/+10
| * | Merge pull request #181 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-12-025-7/+34
| |\ \
| | * | Change examples to match junit testAllen Byrne2016-12-014-4/+4
| | * | Add missing characterAllen Byrne2016-12-011-1/+1
| | * | Change where test copies libs because of osx1011 SIPAllen Byrne2016-12-011-4/+31
| * | | Merge pull request #185 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03...Quincey Koziol2016-12-021-0/+23
| |\ \ \ | | |_|/ | |/| |
| | * | Another Java oversight (sorry, don't have Java configured on my Mac)Quincey Koziol2016-12-021-0/+23
| |/ /
| * | Merge pull request #184 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_02...Dana Robinson2016-12-022-2/+2
| |\ \
| | * | Correct oversight in Java test and remove direct VFD from SWMR supportedQuincey Koziol2016-12-022-2/+2
| |/ /
| * | Merge pull request #183 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge to...Dana Robinson2016-12-02107-2477/+15852
| |\ \
| | * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-12-022-2/+74
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #182 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vs2012_round to...Dana Robinson2016-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-02100-2472/+15534
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-12-0123-284/+336
| | |\ | | |/ | |/|
| | * Add some Java methods that were missed earlier.Quincey Koziol2016-11-307-1/+314
| | * Minor normalization cleanups.Quincey Koziol2016-11-302-4/+4
* | | Changed the name of H5MF_alloc_close() to H5MF__alloc_close()Dana Robinson2016-11-301-6/+6
* | | Reverted the freespace test. The TAG macros in H5MF_get_freespace()Dana Robinson2016-11-301-180/+173
* | | Added missing TAG macros to H5MF_get_freespace().Dana Robinson2016-11-301-2/+2
* | | Updated the freespace test so functions take a common, taggedDana Robinson2016-11-301-173/+180
* | | Updated the cache_tagging test so it correctly analyzesDana Robinson2016-11-301-174/+39
* | | 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-305-31/+21
|/ /
* | 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
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | 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
|/ / / / / /
| | * | | | Updated the evict-on-close test to create a large number of subgroupsDana Robinson2016-11-281-48/+102
| |/ / / / |/| | | |