summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #296 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-164-19/+51
|\ \ | |/ |/|
| * Fix parallel h5diff test comapareAllen Byrne2017-02-142-9/+28
| * Set depends test dependency for parallel h5diffAllen Byrne2017-02-141-0/+4
| * Convert string APPEND to set commandsAllen Byrne2017-02-141-10/+12
| * Revert whitespaceAllen Byrne2017-02-131-1206/+1206
| * Close file before trying to remove itAllen Byrne2017-02-131-1206/+1213
|/
* Merge pull request #294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-096-18/+15
|\
| * Minor warning fixes.Dana Robinson2017-02-096-18/+15
|/
* Merge pull request #292 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-081-3/+1
|\
| * Deleted an extraneous remove() call from a test functionDana Robinson2017-02-081-3/+1
|/
* Merge pull request #291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-083-1/+6
|\
| * Added #ifdef QAK macros around log VFD calls in SWMR acceptanceDana Robinson2017-02-083-1/+6
|/
* Merge pull request #290 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-071-53/+52
|\
| * Whitespace changes in bin/trace.Dana Robinson2017-02-071-53/+52
|/
* Merge pull request #289 in HDFFV/hdf5 from merge_page_buffering_01 to developQuincey Koziol2017-02-0715-869/+842
|\
| * Clean up whitespaceQuincey Koziol2017-02-0715-869/+842
|/
* Merge pull request #287 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10125-...Allen Byrne2017-02-071-2/+0
|\
| * HDFFV-10125 cache_common file already in test libAllen Byrne2017-02-021-2/+0
| * Merge pull request #1 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10125-ca...Allen Byrne2017-02-025-17/+0
| |\
* | \ Merge pull request #285 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-i...Allen Byrne2017-02-061-0/+9
|\ \ \
| * | | HDFFV-9875 Add new PDB folderAllen Byrne2017-02-061-0/+9
* | | | Merge pull request #281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-i...Allen Byrne2017-02-0323-170/+200
|\ \ \ \ | |/ / /
| * | | HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-037-7/+18
| * | | Add static lib to pdb exportsAllen Byrne2017-02-021-1/+1
| * | | 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
|/