summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-1812-268/+511
| | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-125-105/+120
|\ | | | | | | stackable_vol
| * Merge pull request #1331 in HDFFV/hdf5 from ↵Dana Robinson2018-11-123-98/+107
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:java_test_error_stack to develop * commit 'ef29549f0d66612fcdeefc763785c6826c67ad8b': Updated the Java tests so that they don't fail when the error stack changes.
| | * Updated the Java tests so that they don't fail when theDana Robinson2018-11-123-98/+107
| | | | | | | | | | | | error stack changes.
| * | Merge pull request #1327 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-11-122-7/+13
| |\ \ | | |/ | |/| | | | | | | | | | | | | * commit '7e204759f861f4f482db2032127a4dc406fcd1d6': Fix generate file commands Fix target depends Fix target files for commands
| | * Fix generate file commandsAllen Byrne2018-11-121-10/+9
| | |
| | * Fix target dependsAllen Byrne2018-11-121-2/+9
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-121-12/+0
| | |\ | | |/ | |/| | | | | | | * commit '6a2e97bead3c4d366f28b6a1e4e338fc07014954': HDFFV-10537: Remove installation of Fortran test mod files
| | * Fix target files for commandsAllen Byrne2018-11-091-2/+2
| | |
* | | Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-1220-205/+286
| | |
* | | Fix a few error messagesQuincey Koziol2018-11-121-4/+4
| | |
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-102-47/+12
|\ \ \ | |/ / | | | | | | stackable_vol
| * | Merge pull request #1329 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10537 to developScot Breitenfeld2018-11-091-12/+0
| |\ \ | | |/ | |/| | | | | | | * commit 'cd73b837db95493de0641b2c63537b42b8b57a84': HDFFV-10537: Remove installation of Fortran test mod files
| | * HDFFV-10537: Remove installation of Fortran test mod filesM. Scot Breitenfeld2018-11-091-12/+0
| | | | | | | | | | | | Removed from autools install, cmake does not have this issue.
| * | Merge pull request #1324 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-11-091-35/+12
| |\ \ | | |/ | |/| | | | | | | * commit '1d2f7ca4901d126d677a32ecb4e2bc60b3b41182': TRILAB-36 only copy shared generated
| | * TRILAB-36 only copy shared generatedAllen Byrne2018-11-091-35/+12
| |/
* | Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-1025-561/+462
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-0731-666/+669
|\ \ | |/ | | | | stackable_vol
| * Merge pull request #1298 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-11-0716-545/+529
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4616c1e863ab756d22af696672ba9bc2fe0eea25': Add custom target to force wait on generated file TRILAB-81 fix typo TRILAB-82 fixed errors found in review Update windows test machine info TRILAB-81 Output error if filename length is greater then 255 TRILAB-81 check for func success before using value TRILAB-81 Coverity fix Move options to root CMakeLists.txt TRILAB-34 fix required through testing TRILAB-34 add batch option (also patch2 from 10633) TRILAB-81 coverity fixes
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-0612-117/+133
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | * commit '1652a60fcbe9894d7c34a778fb24dce1979fb9a9': HDFFV-10605 Only test plugins if SHARED enabled Correct platforms Correct extlib depends Commit version changes for additional files for 1.11.3 snapshot release.
| * | Merge pull request #1319 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2018-11-063-11/+11
| |\ \ | | | | | | | | | | | | | | | | * commit '81cb24ac1db0f4936b19067cdb7fa4e14e0d00db': Commit version changes for additional files for 1.11.3 snapshot release.
| | * | Commit version changes for additional files for 1.11.3 snapshot release.Larry Knox2018-11-063-11/+11
| | | |
| * | | Merge pull request #1320 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-11-0610-109/+124
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '79903575e64e1e8f46ce27e6212d5d5939a8a900': HDFFV-10605 Only test plugins if SHARED enabled Correct platforms Correct extlib depends
| | * | | HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-068-100/+116
| | | | |
| | * | | Correct platformsAllen Byrne2018-11-061-3/+2
| | | | |
| | * | | Correct extlib dependsAllen Byrne2018-11-061-6/+6
| |/ / /
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-061-1/+1
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | * commit '9f299a6eeb91b8bc59196ccbb7067285b23e6085': TRILAB-36 add custom target on generated files Fix typo in whitespace area
| * | | Merge pull request #1318 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-11-062-1/+5
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | develop * commit '1bd3a2885865f4745209233ea84045a22e6dce9c': TRILAB-36 add custom target on generated files Fix typo in whitespace area
| | * | TRILAB-36 add custom target on generated filesAllen Byrne2018-11-061-0/+4
| | | |
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-057-9/+9
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | * commit 'e6545faa5699aae4d5dca23ed40e3080fa9dc72d': Update HDF5-Examples version to be included in CMake-* tar/zip files. Snapshot version 1.11 release 3.
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-054-160/+209
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '20ad15a1a8e9008103fe7d30401408eaa2aff6e5': Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c Fixed fprintf to HDfprintf in the following routines: 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c Fix for HDFFV-10554 use_append_chunks in swmr use case test failure Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c.
| | * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-011-2/+2
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '3fcc1e7929d99272cf3d29883de78b1ad544ea38': A trivial change to reformat a comment. The purpose is simply to try out Git.
| | * \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-312-87/+65
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '99c1e577da3a2dd45fbfee748220986c42962921': Removed a couple of extraneous commas from VOL example. Cleaned up VOL example. Updated MANIFEST file. Fixed VOL example to use a platform-independent format specifier for size_t.
| | * \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-302-0/+32
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3145690c9590778b857def090489c6d890e42a5b': Add script to run tests with sbatch when not cross compiling. Add new files to MANIFEST.
| | * | | | | | Fix typo in whitespace areaAllen Byrne2018-10-291-1/+1
| | | | | | | |
| | | | | | | * Add custom target to force wait on generated fileAllen Byrne2018-11-061-0/+4
| | | | | | | |
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-057-9/+9
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e6545faa5699aae4d5dca23ed40e3080fa9dc72d': Update HDF5-Examples version to be included in CMake-* tar/zip files. Snapshot version 1.11 release 3.
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-054-160/+209
| | | | | | | |\ | | | | | | | |/ | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '20ad15a1a8e9008103fe7d30401408eaa2aff6e5': Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c Fixed fprintf to HDfprintf in the following routines: 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c Fix for HDFFV-10554 use_append_chunks in swmr use case test failure Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c.
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-011-2/+2
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| | | | | | | | | | | | | | | | | | * commit '3fcc1e7929d99272cf3d29883de78b1ad544ea38': A trivial change to reformat a comment. The purpose is simply to try out Git.
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-312-87/+65
| | | | | | | |\ | | | | | |_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '99c1e577da3a2dd45fbfee748220986c42962921': Removed a couple of extraneous commas from VOL example. Cleaned up VOL example. Updated MANIFEST file. Fixed VOL example to use a platform-independent format specifier for size_t.
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-302-0/+32
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | * commit '3145690c9590778b857def090489c6d890e42a5b': Add script to run tests with sbatch when not cross compiling. Add new files to MANIFEST.
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-295-4/+73
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ff34cd0a0506ca16f4971cf03bd1b6e33bfa132c': Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h files being incorrectly installed). Add files and changes to cross compile with CrayLinuxEnvironment and run ctest tests with a batch job on knl compute nodes.
| | | | | | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-2919-350/+149
| | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7db3ea76da5d3b5c237a707b09d1618d3206ba83': Makes the installed header files the same between the autotools and CMake.
| | | | | | | * | TRILAB-81 fix typoAllen Byrne2018-10-241-1/+1
| | | | | | | | |
| | | | | | | * | TRILAB-82 fixed errors found in reviewAllen Byrne2018-10-243-63/+65
| | | | | | | | |
| | | | | | | * | Update windows test machine infoAllen Byrne2018-10-231-3/+2
| | | | | | | | |
| | | | | | | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-2324-35/+78
| | | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '47f30b474bdc498c20bd6d2a0ba7e8947ab389f0': HDFFV-10608 Move toolchain files into a subfolder TRILAB-36 add option for test script batch command Fixed warnings in the VOL example and run it from the script. Split H5VLnative.h into public and private files and updated
| | | | | | | * | | TRILAB-81 Output error if filename length is greater then 255Allen Byrne2018-10-191-0/+5
| | | | | | | | | |
| | | | | | | * | | TRILAB-81 check for func success before using valueAllen Byrne2018-10-191-27/+31
| | | | | | | | | |
| | | | | | | * | | TRILAB-81 Coverity fixAllen Byrne2018-10-191-18/+21
| | | | | | | | | |