summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2016-12-1923-63/+911
| |\ \ \
| * | | | Purpose: Improvement for HDFFV-10004Binh-Minh Ribler2016-12-1938-414/+942
* | | | | Merge pull request #210 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-12-212-29/+51
|\ \ \ \ \
| * \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2016-12-2136-153/+2662
| |\ \ \ \ \
| * | | | | | HDFFV-10053: add check for zlib support before running testAllen Byrne2016-12-162-29/+51
| * | | | | | Revert "Load plugins into vitual process space"Allen Byrne2016-12-141-1/+1
| * | | | | | Load plugins into vitual process spaceAllen Byrne2016-12-141-1/+1
* | | | | | | Merge pull request #213 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2016-12-211-5/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Larry Knox2016-12-2132-147/+2647
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #212 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_06...Quincey Koziol2016-12-2013-85/+1737
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Bring new/updated tests from revise+chunks branch: flush1/flush2 update andQuincey Koziol2016-12-2013-85/+1737
|/ / / / /
* | | | | Merge pull request #207 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_06...Quincey Koziol2016-12-1813-61/+743
|\ \ \ \ \
| * | | | | Merge SWMR-related testing to existing tests.Quincey Koziol2016-12-188-56/+386
| * | | | | Bring over tweak for missing environment variable.Quincey Koziol2016-12-181-1/+1
| * | | | | Update CMake configuration files with SWMR accumulator changes.Quincey Koziol2016-12-182-3/+31
| * | | | | Add missing accumulator test.Quincey Koziol2016-12-181-0/+99
| * | | | | Merge SWMR-oriented accumulator tests from revise_chunks to develop.Quincey Koziol2016-12-183-2/+227
| | |_|/ / | |/| | |
* | | | | Merge pull request #206 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_05...Quincey Koziol2016-12-1811-2/+168
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bring Java SWMR changes from revise_chunks to develop branchQuincey Koziol2016-12-1811-2/+168
|/ / / /
| * | | Add --docver option to relesae on develop branch.lrknox2016-12-161-5/+20
|/ / /
* | | Merge pull request #205 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to developLarry Knox2016-12-166-6/+15
|\ \ \ | |/ / |/| |
| * | Snapshot version 1.9 release 235hdftest2016-12-166-6/+15
|/ /
* | Merge pull request #201 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-12-131-1/+1
|\ \
| * | Change dlopen from RTLD_NOW to RTLD_LAZYAllen Byrne2016-12-121-1/+1
|/ /
* | Merge pull request #199 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:windows_nanosle...Dana Robinson2016-12-122-5/+5
|\ \
| * | Fix bad implementation of Windows nanosleep equivalent.Dana Robinson2016-12-122-5/+5
|/ /
* | Merge pull request #195 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_04...Quincey Koziol2016-12-1272-21/+4079
|\ \
| * | Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-1172-21/+4079
| |/
* | Merge pull request #194 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03...Quincey Koziol2016-12-125-348/+279
|\ \
| * | Bring over changes from revise_chunks that cleanup recent SWMR changes fromQuincey Koziol2016-12-115-348/+279
| |/
* | Merge pull request #196 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cache_tagging_d...Dana Robinson2016-12-122-4/+0
|\ \ | |/ |/|
| * 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-1012-500/+514
|\
| * Updated the H5FS cache code to grab the correct tag and modifiedDana Robinson2016-12-086-265/+424
| * Merge branch 'develop' into eoc_h5fs_fixDana Robinson2016-12-07115-2496/+15993
| |\
| * | 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 #48 in HDFFV/hdf5 from HDFFV-9407-h5dump-fails-to-print-fu...Dana Robinson2016-12-071-1/+1
|\ \ \
| * | | fix the issue of h5dump fails to print full precisionkmu2016-09-271-1/+1
* | | | Merge pull request #189 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:more_valgrind t...Dana Robinson2016-12-071-3/+9
|\ \ \ \
| * | | | 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
| | |_|/ | |/| |
* | | | Merge pull request #188 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-12-061-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Reduce timeout as normal run time on windows is less then 10 minAllen Byrne2016-12-051-8/+8
|/ / /
* | | Merge pull request #186 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:icc_config_fixe...Dana Robinson2016-12-031-10/+10
|\ \ \