AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
305997501ddUpdates after merging changes from develop.
Quincey KoziolQuincey Koziol
4a328957243MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Quincey KoziolQuincey Koziol
0df6e44a6e6Squashed commit of private branch changes to support stackable VOL plugins. modified: test/dsets.c
Allen ByrneAllen Byrne
47f30b474bdMMerge pull request #1301 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop* commit '096279caf76a542306b840fb90e1e753e8bbf748': HDFFV-10608 Move toolchain files into a subfolder TRILAB-36 add option for test script batch command2 JIRA Issues
Allen ByrneAllen Byrne
096279caf76HDFFV-10608 Move toolchain files into a subfolderHDFFV-10608
Allen ByrneAllen Byrne
164bae2439dTRILAB-36 add option for test script batch commandTRILAB-36
Dana RobinsonDana Robinson
8a12b574838MMerge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to 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
Dana RobinsonDana Robinson
b33a2e7dfe7Fixed warnings in the VOL example and run it from the script.
Dana RobinsonDana Robinson
46c5b059f1aSplit H5VLnative.h into public and private files and updated
Allen ByrneAllen Byrne
5f99891e6dcMMerge pull request #1299 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop* commit '494d39f1c2f6225c732cb857c860d6b475d03226': Move options to root cmake file EED-258 Add modules uses toolchain filesEED-258
Allen ByrneAllen Byrne
494d39f1c2fMove options to root cmake file
Dana RobinsonDana Robinson
4e575a08655MMerge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop* commit '2d6d5cad0cc426cd53b9d4fda15e53d8021e4c7b': Updates to the VOL ID and object API calls.
Allen ByrneAllen Byrne
7e00924d1b9EED-258 Add modules uses toolchain filesEED-258
Allen ByrneAllen Byrne
a82aee9a5fbMMerge pull request #1292 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to 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 optio...4 JIRA Issues
Dana RobinsonDana Robinson
2d6d5cad0ccUpdates to the VOL ID and object API calls.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() H...
Allen ByrneAllen Byrne
2e28fad2d00TRILAB-34 remove extra argTRILAB-34
Allen ByrneAllen Byrne
c39449fa12fMMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* 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.
Allen ByrneAllen Byrne
6b65a1b78f1TRILAB-34 Add batch script config commandTRILAB-34
Allen ByrneAllen Byrne
77f284a1754TRILAB-36 Revert to target_file and correct propertyTRILAB-36
Allen ByrneAllen Byrne
db3fe90abd9Add generated propoerty to H5lib_settings
Allen ByrneAllen Byrne
2e4e4f38e64HDFFV-10603 patch 6HDFFV-10603
Allen ByrneAllen Byrne
689f184345dTRILAB-34 batch command optionsTRILAB-34
Dana RobinsonDana Robinson
1e8ef703cdcMMerge pull request #1294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop* commit 'b0b9eda809282f362eb0e49bebd2956ba5a11bbc': Fixed a C++ style commenting issue and removed an unused field from H5F_trav_obj_ids_t.
Dana RobinsonDana Robinson
b0b9eda8092Fixed a C++ style commenting issue and removed an unused fieldfrom H5F_trav_obj_ids_t.
Dana RobinsonDana Robinson
bb9e268782bMMerge pull request #1293 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to 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.
Dana RobinsonDana Robinson
c3a813a37fbFixed a memory issue in H5Drefresh() where the dataset's H5VL_object_tgets closed but we try to use it to find the driver.
Allen ByrneAllen Byrne
42c8dd66d7cCorrect quote char
Allen ByrneAllen Byrne
46e7e5f8f2dAdd more descriptive option name
Allen ByrneAllen Byrne
4659e43a6b0HDFFV-10603 fixup cmake usageHDFFV-10603
Allen ByrneAllen Byrne
d69b541c200TRILABS-34 add batch option.Also fix cmakedefine01 usageTRILABS-34
Dana RobinsonDana Robinson
39b3b52a941MMerge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to develop* commit 'e962df1591bc6eaee5b9e318de83b9c6698bc7b6': VOL FEATURE
Dana RobinsonDana Robinson
e962df1591bVOL FEATURE
Dana RobinsonDana Robinson
471150151d2MMerge pull request #1282 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5I_debug to develop* commit '75b84b09bd249b36a063fd51ecd3383801b0118b': Updated the H5I debug dump to not segfault when types are not initialized or contain zero IDs in the skip list. The H5I debug ID dump function is now always available instead of hidden behind an H5_DEBUG_OUTPUT ifdef.
Dana RobinsonDana Robinson
75b84b09bd2Updated the H5I debug dump to not segfault when types are not initializedor contain zero IDs in the skip list.
Dana RobinsonDana Robinson
1b2c820b4bdThe H5I debug ID dump function is now always available insteadof hidden behind an H5_DEBUG_OUTPUT ifdef.
Allen ByrneAllen Byrne
cd69ff01815MMerge pull request #1278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '299852b6b565c906938ffaad5bb8e841b82118ab': Update examples version Fix typo Reconciled docs with 1.10 branch TRILABS-34 improve cross compile with emulator TRILABS-34 Cleanup try_run TRILABS-34 avoid try-run output captureTRILABS-34
Allen ByrneAllen Byrne
299852b6b56Update examples version
Allen ByrneAllen Byrne
7d5ced1d237Fix typo
Allen ByrneAllen Byrne
1fc646e52bbReconciled docs with 1.10 branch
Allen ByrneAllen Byrne
4442b5b743aTRILABS-34 improve cross compile with emulatorTRILABS-34
Allen ByrneAllen Byrne
a5301ee6b83TRILABS-34 Cleanup try_runTRILABS-34
Allen ByrneAllen Byrne
9c39016e1d2TRILABS-34 avoid try-run output captureTRILABS-34
Allen ByrneAllen Byrne
36594716c34MMerge pull request #1277 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '2a95ab5acbe032f58891b653f56b9db8a4938d95': TRILABS-21 add toolchain related info and files TRILABS-21 Add intel compiler support Fix undef for Xl compilers TRILAB-21 Intel flags2 JIRA Issues
Allen ByrneAllen Byrne
2a95ab5acbeTRILABS-21 add toolchain related info and filesTRILABS-21
Allen ByrneAllen Byrne
284cb8ffc06TRILABS-21 Add intel compiler supportTRILABS-21
Allen ByrneAllen Byrne
d581cbeb9e0MMerge pull request #1276 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop* commit '1cac34fc5bdae7f6cc265a4f94f82048642e5de7': Fix defines for XL compiler
Allen ByrneAllen Byrne
1cac34fc5bdFix defines for XL compiler
Allen ByrneAllen Byrne
c5256dcd9d8Fix undef for Xl compilers
Allen ByrneAllen Byrne
3209d1278fdTRILAB-21 Intel flagsTRILAB-21
Allen ByrneAllen Byrne
40179a9496cMMerge pull request #1261 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'a2da9930af38a86387466a2021b71a2cc7484f1b': replace page chars Remove obsolete comment