summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot version 1.11 release 3.hdftest2018-11-056-7/+7
|
* 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.
* | 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
| | |
* | | 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.
* | | 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
* | | | 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 script to run tests with sbatch when not cross compiling.Larry Knox2018-10-292-0/+32
| | |_|/ | |/| | | | | | | | | | Add new files to MANIFEST.
| * | | 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.
* | | 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.
| * Makes the installed header files the same between the autotoolsDana Robinson2018-10-2719-350/+149
| | | | | | | | | | | | | | | | | | | | | | | | and CMake. * CMake will no longer install private generated headers and tools library headers. * Several empty public header files (which represent internal packages) were removed. These were only installed by CMake. * Autotools installs will install H5FDwindows.h. Fixes HDFFV-10614.
* | Merge pull request #1301 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-10-226-5/+10
|\ \ | |/ |/| | | | | | | | | | | develop * commit '096279caf76a542306b840fb90e1e753e8bbf748': HDFFV-10608 Move toolchain files into a subfolder TRILAB-36 add option for test script batch command
| * HDFFV-10608 Move toolchain files into a subfolderAllen Byrne2018-10-225-4/+5
| |
| * TRILAB-36 add option for test script batch commandAllen Byrne2018-10-221-1/+5
|/
* Merge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵Dana Robinson2018-10-2219-30/+68
|\ | | | | | | | | | | | | | | develop * commit 'b33a2e7dfe76a2947c12462adb40c88af9c92e75': Fixed warnings in the VOL example and run it from the script. Split H5VLnative.h into public and private files and updated
| * Fixed warnings in the VOL example and run it from the script.Dana Robinson2018-10-212-9/+11
| |
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-2017-21/+57
|/
* Merge pull request #1299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-10-194-1/+17
|\ | | | | | | | | | | | | | | develop * commit '494d39f1c2f6225c732cb857c860d6b475d03226': Move options to root cmake file EED-258 Add modules uses toolchain files
| * Move options to root cmake fileAllen Byrne2018-10-192-1/+6
| |
| * EED-258 Add modules uses toolchain filesAllen Byrne2018-10-182-0/+11
| |
* | Merge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-10-1829-353/+429
|\ \ | |/ |/| | | | | | | | | develop * commit '2d6d5cad0cc426cd53b9d4fda15e53d8021e4c7b': Updates to the VOL ID and object API calls.
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-1729-353/+429
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the H5VL code in line with the H5I code regarding naming, parameter order, etc. Several public API calls were affected by this change. These changed names to reflect their use with VOL drivers: H5VLregister() --> H5VLregister_driver() H5VLregister_by_name() --> H5VLregister_driver_by_name() H5VLunregister() --> H5VLunregister_driver() H5VLis_registered() --> H5VLis_driver_registered() This call was renamed to match H5Iregister(). The order of the first two parameters also reversed and the object pointer is now const. H5VLobject_register() --> H5VLregister()
* | Merge pull request #1292 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2018-10-175-29/+54
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '2e28fad2d007841c08cdb3f06a3bd177d12ce30e': TRILAB-34 remove extra arg TRILAB-34 Add batch script config command TRILAB-36 Revert to target_file and correct property Add generated propoerty to H5lib_settings HDFFV-10603 patch 6 TRILAB-34 batch command options Correct quote char Add more descriptive option name HDFFV-10603 fixup cmake usage TRILABS-34 add batch option. Also fix cmakedefine01 usage
| * TRILAB-34 remove extra argAllen Byrne2018-10-161-1/+1
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-163-7/+9
| |\ | |/ |/| | | | | | | * commit '1e8ef703cdc057211b3587be776a6e9f62e8f76f': Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t. Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t gets closed but we try to use it to find the driver.
* | Merge pull request #1294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-10-122-3/+0
|\ \ | | | | | | | | | | | | | | | | | | develop * commit 'b0b9eda809282f362eb0e49bebd2956ba5a11bbc': Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t.
| * | Fixed a C++ style commenting issue and removed an unused fieldDana Robinson2018-10-122-3/+0
|/ / | | | | | | from H5F_trav_obj_ids_t.
* | Merge pull request #1293 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-10-121-4/+9
|\ \ | | | | | | | | | | | | | | | | | | develop * commit 'c3a813a37fb700d2d1039d6fdc54d8e377412b76': Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_t gets closed but we try to use it to find the driver.
| * | Fixed a memory issue in H5Drefresh() where the dataset's H5VL_object_tDana Robinson2018-10-111-4/+9
|/ / | | | | | | gets closed but we try to use it to find the driver.
| * TRILAB-34 Add batch script config commandAllen Byrne2018-10-161-0/+4
| |
| * TRILAB-36 Revert to target_file and correct propertyAllen Byrne2018-10-161-6/+7
| |
| * Add generated propoerty to H5lib_settingsAllen Byrne2018-10-151-0/+2
| |
| * HDFFV-10603 patch 6Allen Byrne2018-10-151-1/+1
| |
| * TRILAB-34 batch command optionsAllen Byrne2018-10-121-3/+2
| |
| * Correct quote charAllen Byrne2018-10-111-7/+7
| |
| * Add more descriptive option nameAllen Byrne2018-10-111-3/+3
| |
| * HDFFV-10603 fixup cmake usageAllen Byrne2018-10-112-4/+4
| |
| * TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-112-19/+38
|/
* Merge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to ↵Dana Robinson2018-10-10177-2686/+16628
|\ | | | | | | | | | | | | develop * commit 'e962df1591bc6eaee5b9e318de83b9c6698bc7b6': VOL FEATURE