summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | HDFFV-9875 Fix typoAllen Byrne2017-02-021-1/+1
| * | | HDFFV-9875 Change test for shared libsAllen Byrne2017-02-021-3/+3
| * | | HDFFV-9875 Remove compile pdb referencesAllen Byrne2017-02-022-37/+7
| * | | HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-0223-144/+193
| |/ /
* | | Merge pull request #280 in HDFFV/hdf5 from develop_merge_cache_image_09 to de...Quincey Koziol2017-02-033-400/+224
|\ \ \
| * \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-02-035-17/+0
| |\ \ \ | | | |/ | | |/|
| * | | Optimize loading cache image, removing lots of memory allocations and copies.Quincey Koziol2017-02-031-201/+150
| * | | Simplify H5C__serialize_single_entry(), using H5C__generate_image()Quincey Koziol2017-02-023-199/+74
| | |/ | |/|
* | | Merge pull request #276 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-02-031-1347/+127
|\ \ \ | |_|/ |/| |
| * | Updated platform and compiler versions in "More Tested Platforms" forlrknox2017-02-031-12/+13
| * | Remove obsolete platforms.Larry Knox2017-01-311-69/+13
| * | Update "Supported Platforms" and "Tested Configuration Features Summary" sect...Larry Knox2017-01-311-1274/+109
* | | Merge pull request #278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10124-...Allen Byrne2017-02-025-17/+0
|\ \ \ | |_|/ |/| |
| * | HDFFV-10124 Using cache_common.h contains other include filesAllen Byrne2017-02-025-17/+0
|/ /
* | Merge pull request #277 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-018-20/+106
|\ \ | |/ |/|
| * HDFFV-10123 Use generator expressionAllen Byrne2017-02-011-4/+2
| * HDFFV-10123 fix shared nameAllen Byrne2017-02-011-1/+1
| * HDFFV-10123 Add SHARED toolsAllen Byrne2017-02-016-13/+71
| * HDFFV-10046 add shared versions of tools for plugin filtersAllen Byrne2017-01-312-4/+23
| * HDFFV-10046 build a shared version of h5repack tool for pluginsAllen Byrne2017-01-311-2/+13
|/
* Merge pull request #275 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-01-311-2/+3
|\
| * Fix Windows static only cache test checkingAllen Byrne2017-01-311-2/+3
* | Merge pull request #274 in HDFFV/hdf5 from develop_merge_cache_image_08 to de...Quincey Koziol2017-01-311-41/+15
|\ \ | |/ |/|
| * Review changes to closing files on error in H5Fcreate.Quincey Koziol2017-01-311-41/+15
* | Merge pull request #273 in HDFFV/hdf5 from develop_merge_cache_image_07 to de...Quincey Koziol2017-01-311-3/+2
|\ \ | |/ |/|
| * Update sanity checks for dataset refresh code.Quincey Koziol2017-01-311-3/+2
|/
* Merge pull request #272 in HDFFV/hdf5 from develop_merge_cache_image_06 to de...Quincey Koziol2017-01-3088-990/+18683
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-01-2939-18/+9712
| |\ | |/ |/|
* | Merge pull request #269 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-01-2839-18/+9712
|\ \
| * | Additional minor changes from revise_chunks->develop.Dana Robinson2017-01-274-15/+65
| * | Moved remaining SWMR-related test files to develop.Dana Robinson2017-01-2638-15/+9710
| | * Add missing filesQuincey Koziol2017-01-296-0/+15225
| | * Cache image feature and testingQuincey Koziol2017-01-2964-138/+3015
| | * Bring change to use array of metadata cache entry classes for H5C_createQuincey Koziol2017-01-2823-287/+175
| | * Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-2813-570/+273
| |/ |/|
* | Merge pull request #268 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-01-262-12/+63
|\ \ | |/ |/|
| * HDFFV-10120 Tools test fail when zlib is disabledAllen Byrne2017-01-262-12/+63
|/
* Merge pull request #264 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-01-263-202/+203
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-261-0/+5
| |\ | |/ |/|
* | Merge pull request #265 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-01-261-0/+5
|\ \
| * | Commit Vailin's fix for the h5format_convert test failure.lrknox2017-01-261-0/+5
|/ /
| * HDFFV-10046 Fix windows parse errorAllen Byrne2017-01-242-199/+200
| * Disable SHARED cache test on windowsAllen Byrne2017-01-241-3/+3
|/
* Merge pull request #260 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-01-231-3/+3
|\
| * HDFFV-10112 correct form of commentsAllen Byrne2017-01-231-3/+3
|/
* Merge pull request #257 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-01-2114-129/+127
|\
| * HDFFV-10118 fix dataAllen Byrne2017-01-201-6/+15
| * HDFFV-10118 change h5ls to not display extra infoAllen Byrne2017-01-203-24/+8
| * HDFFV-10118 fixed plugin tests for toolsAllen Byrne2017-01-2012-121/+126
|/
* Merge pull request #253 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-01-1828-90/+1660
|\