summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Windows cannot share files easilyAllen Byrne2017-10-201-4/+34
|
* Avoid double freeAllen Byrne2017-10-191-3/+0
|
* Windows had issues - revert code changes for get_optionAllen Byrne2017-10-191-4/+8
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-196-44/+1024
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a391887be263e0ba7f1ba659dcf6559b5a5e01a': in 'production' mode builds Make fixes to avoid test failures in 'production' mode builds Updated the code and RELEASE.txt note per comments from John Mainzer Try to address most of the issues raised by Dana in the code review Made edits suggested by John as part of the code review Update the MANIFEST and release_docs/RELEASE files Add a test for parallel reads of independent files using MPI subgroups Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. The initial coding for the superblock read optization
| * Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-181-6/+8
| |\ | | | | | | | | | | | | | | | * commit '9aada2bdb51f1c235e483f2bce109262bfbe22fa': in 'production' mode builds Make fixes to avoid test failures in 'production' mode builds
| | * in 'production' mode buildsRichard.Warren2017-10-171-2/+2
| | |
| | * Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
| | |
| * | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-136-44/+1022
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf': Updated the code and RELEASE.txt note per comments from John Mainzer Try to address most of the issues raised by Dana in the code review Made edits suggested by John as part of the code review Update the MANIFEST and release_docs/RELEASE files Add a test for parallel reads of independent files using MPI subgroups Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. The initial coding for the superblock read optization
| | * Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-112-46/+48
| | |
| | * Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-112-105/+101
| | |
| | * Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
| | |
| | * Update the MANIFEST and release_docs/RELEASE filesRichard Warren2017-10-102-0/+26
| | |
| | * Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-093-65/+159
| | |
| | * Edits to the file open optimization and associated testmainzer2017-10-053-180/+704
| | | | | | | | | | | | | | | | | | | | | code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Richard Warren2017-09-2815-47/+77
| | |\ | | | | | | | | | | | | optimize_superblock_read
| | * | The initial coding for the superblock read optizationRichard Warren2017-09-285-3/+247
| | | |
* | | | Remove extra command lineAllen Byrne2017-10-181-1/+0
| | | |
* | | | Correct name of fileAllen Byrne2017-10-181-0/+0
| | | |
* | | | Add Mask test to scriptAllen Byrne2017-10-181-37/+100
| | | |
* | | | Add new output files to clear testAllen Byrne2017-10-181-0/+4
| | | |
* | | | Correct name of err fileAllen Byrne2017-10-182-1/+2
| | | |
* | | | Fix name of output filesAllen Byrne2017-10-183-5/+5
| | | |
* | | | Fix format convert error mask testAllen Byrne2017-10-184-9/+66
| | | |
* | | | Fix tools error handling and valgrind issuesAllen Byrne2017-10-1816-63/+120
| | | |
* | | | Fix error handling issuesAllen Byrne2017-10-1714-241/+261
| | | |
* | | | Correct test resultsAllen Byrne2017-10-173-10/+10
| | | |
* | | | Cleanup valgrind issuesAllen Byrne2017-10-171-9/+11
| | | |
* | | | HDFFV-1097 Changed file columnsAllen Byrne2017-10-1616-2083/+2083
| | | |
* | | | HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-1630-766/+1002
| | | |
* | | | Fix VS2012 declaration errorAllen Byrne2017-10-161-3/+3
| | | |
* | | | HDFFV-10297 Fix compiler compaliantsAllen Byrne2017-10-162-6/+9
| | | |
* | | | HDFFV-10296 Update tools lib to use the error handling macros.Allen Byrne2017-10-1311-2170/+1593
| | | |
* | | | Close ids in loopAllen Byrne2017-10-121-2/+15
|/ / /
* | | Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-1130-3442/+3393
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '11df540c92ac284a664be912b0cb045e8d92e7d3': Added older change that was added to last change HDFFV-10297 add release note - fix test step HDFFV-10297 Fix resource errors and cleanup whitespace HDFFV-10297 fix vl buffer error HDFFV-10297 update calls to H5Zfilter_avail HDFFV-10297 - code changes nullify error HDFFV-10297 - Fix test errors - five remaining HDFFV-10297 - fix repack individual objects includes H5Zfilter_avail() fix
| * | | Added older change that was added to last changeAllen Byrne2017-10-111-3/+8
| | | |
| * | | HDFFV-10297 add release note - fix test stepAllen Byrne2017-10-112-1/+24
| | | |
| * | | HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-103-1058/+991
| | | |
| * | | HDFFV-10297 fix vl buffer errorAllen Byrne2017-10-101-58/+50
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-101-2/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '59a4ffac402cc4d96ec43b0027f9ac30ad7b0527': removed always true ifdef
| * | | | HDFFV-10297 update calls to H5Zfilter_availAllen Byrne2017-10-095-1521/+1409
| | | | |
| * | | | HDFFV-10297 - code changes nullify errorAllen Byrne2017-10-091-5/+1
| | | | |
| * | | | HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-0914-168/+338
| | | | |
| * | | | HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-0611-677/+621
| | | | | | | | | | | | | | | includes H5Zfilter_avail() fix
* | | | | Merge pull request #701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-10-111-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '0764a9aa27b6a06062f93c0e5928db211c3fecb3': fixed missing prototype warning
| * \ \ \ \ Merge branch 'develop' of ↵M. Scot Breitenfeld2017-10-090-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * | | | | fixed missing prototype warningM. Scot Breitenfeld2017-10-091-1/+1
| | | | | |
* | | | | | Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-10-106-42/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | * commit '4a3998ac308c2bf24201e470c0b23f7f83f063e1': Correct indentation in h5diff/Makefile.am. Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
| * | | | | Correct indentation in h5diff/Makefile.am.lrknox2017-10-091-1/+1
| | | | | |
| * | | | | Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. Thislrknox2017-10-096-41/+28
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
* | | | | Merge pull request #700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-10-091-2/+0
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | * commit 'c643b135940f60d9dd53c982d278c2ef6d2958e8': removed always true ifdef