summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed sp.M. Scot Breitenfeld2018-11-091-1/+1
|
* HDFFV-10511 -- Make fortran specific subroutines names PRIVATEM. Scot Breitenfeld2018-11-096-44/+178
| | | | Made non-public APIs private.
* 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.
* | | | | | | Merge pull request #1317 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to developLarry Knox2018-11-057-9/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'be0d6b206aaa04f7d9cb406a71aeeb458ba67975': Update HDF5-Examples version to be included in CMake-* tar/zip files. Snapshot version 1.11 release 3.
| * | | | | | Update HDF5-Examples version to be included in CMake-* tar/zip files.hdftest2018-11-051-2/+2
| | | | | | |
| * | | | | | Snapshot version 1.11 release 3.hdftest2018-11-056-7/+7
|/ / / / / /
| | | | | * 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.
* | | | | | Merge pull request #1314 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-11-014-160/+209
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '51076d40617aa6f0236809c2c919cc6921b3bbc1': 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.
| * | | | | Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.cVailin Choi2018-11-012-4/+4
| | | | | |
| * | | | | Fixed fprintf to HDfprintf in the following routines:Vailin Choi2018-11-013-113/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 failureVailin Choi2018-10-304-60/+109
| | |/ / / | |/| | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #1315 in HDFFV/hdf5 from ↵Ray Lu2018-10-311-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/ray_test to develop * commit 'b72e926ed0c981d14d5219b32042c3d0b938d1e1': A trivial change to reformat a comment. The purpose is simply to try out Git.
| * | | | A trivial change to reformat a comment. The purpose is simply to try out Git.Songyu Lu2018-10-311-2/+2
| | | | |
| | | | * 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.
* | | | | Merge pull request #1313 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵Dana Robinson2018-10-302-87/+65
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ee12aff2ca89e92b99590f29096794a84c6bacdc': 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.
| * | | | Removed a couple of extraneous commas from VOL example.Dana Robinson2018-10-301-2/+2
| | | | |
| * | | | Cleaned up VOL example.Dana Robinson2018-10-301-83/+62
| | | | |
| * | | | Updated MANIFEST file.Dana Robinson2018-10-301-1/+0
| | | | |
| * | | | Fixed VOL example to use a platform-independent formatDana Robinson2018-10-291-8/+8
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #1312 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-10-292-0/+32
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * commit '41faaf271ca1de929c1e12ae13c40fc67a53edff': Add script to run tests with sbatch when not cross compiling. Add new files to MANIFEST.
| * | | | Merge branch 'develop' of ↵Larry Knox2018-10-291-1/+2
| |\ \ \ \ | |/ / / / |/| | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * | | | Add script to run tests with sbatch when not cross compiling.Larry Knox2018-10-292-0/+32
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #1311 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks ↵Dana Robinson2018-10-291-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'c9273522e9a7e946802d8545b2532f9129b459a9': Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h files being incorrectly installed).
| * | | | Updated RELEASE.txt to reflect HDFFV-10609 work (H5Xpkg.h filesDana Robinson2018-10-291-1/+2
| | | | | | | | | | | | | | | | | | | | being incorrectly installed).
| * | | | Merge branch 'develop' into cmake_tweaksDana Robinson2018-10-276-5/+10
| |\ \ \ \
* | \ \ \ \ Merge pull request #1309 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-10-294-3/+71
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | * commit 'b24259ed8cdb273273f82c2b3f3a2dcac60b32ba': Add files and changes to cross compile with CrayLinuxEnvironment and run ctest tests with a batch job on knl compute nodes.
| * | | | Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-294-3/+71
|/ / / / | | | | | | | | | | | | 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.
* | | | Merge pull request #1305 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks ↵Dana Robinson2018-10-2919-350/+149
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | to develop * commit '62b92ddf4096d9b8f6235587ec16f34f6c6fa119': Makes the installed header files the same between the autotools and CMake.