Dana Robinson
62b92ddf40
Makes the installed header files the same between the autotools
...
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.
2018-10-26 20:44:29 -07:00
Dana Robinson
8a12b57483
Merge 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
2018-10-22 10:59:07 -05:00
Dana Robinson
b33a2e7dfe
Fixed warnings in the VOL example and run it from the script.
2018-10-21 10:08:26 -07:00
Dana Robinson
46c5b059f1
Split H5VLnative.h into public and private files and updated
2018-10-20 13:06:37 -07:00
Allen Byrne
5f99891e6d
Merge 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 files
2018-10-19 13:49:33 -05:00
Allen Byrne
494d39f1c2
Move options to root cmake file
2018-10-19 13:34:31 -05:00
Dana Robinson
4e575a0865
Merge pull request #1297 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
...
* commit '2d6d5cad0cc426cd53b9d4fda15e53d8021e4c7b':
Updates to the VOL ID and object API calls.
2018-10-18 16:05:40 -05:00
Allen Byrne
7e00924d1b
EED-258 Add modules uses toolchain files
2018-10-18 14:44:27 -05:00
Allen Byrne
a82aee9a5f
Merge 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 option. Also fix cmakedefine01 usage
2018-10-17 10:54:10 -05:00
Dana Robinson
2d6d5cad0c
Updates 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()
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()
2018-10-17 02:06:28 -07:00
Allen Byrne
2e28fad2d0
TRILAB-34 remove extra arg
2018-10-16 16:46:45 -05:00
Allen Byrne
c39449fa12
Merging 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.
2018-10-16 13:10:48 -05:00
Allen Byrne
6b65a1b78f
TRILAB-34 Add batch script config command
2018-10-16 12:06:07 -05:00
Allen Byrne
77f284a175
TRILAB-36 Revert to target_file and correct property
2018-10-16 11:33:44 -05:00
Allen Byrne
db3fe90abd
Add generated propoerty to H5lib_settings
2018-10-15 16:57:50 -05:00
Allen Byrne
2e4e4f38e6
HDFFV-10603 patch 6
2018-10-15 13:49:53 -05:00
Allen Byrne
689f184345
TRILAB-34 batch command options
2018-10-12 13:55:29 -05:00
Dana Robinson
1e8ef703cd
Merge 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.
2018-10-12 13:24:08 -05:00
Dana Robinson
b0b9eda809
Fixed a C++ style commenting issue and removed an unused field
...
from H5F_trav_obj_ids_t.
2018-10-12 10:47:47 -07:00
Dana Robinson
bb9e268782
Merge 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.
2018-10-12 11:41:31 -05:00
Dana Robinson
c3a813a37f
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.
2018-10-11 15:08:02 -07:00
Allen Byrne
42c8dd66d7
Correct quote char
2018-10-11 14:34:34 -05:00
Allen Byrne
46e7e5f8f2
Add more descriptive option name
2018-10-11 12:35:53 -05:00
Allen Byrne
4659e43a6b
HDFFV-10603 fixup cmake usage
2018-10-11 12:24:15 -05:00
Allen Byrne
d69b541c20
TRILABS-34 add batch option. Also fix cmakedefine01 usage
2018-10-11 11:31:09 -05:00
Dana Robinson
39b3b52a94
Merge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to develop
...
* commit 'e962df1591bc6eaee5b9e318de83b9c6698bc7b6':
VOL FEATURE
2018-10-10 16:26:21 -05:00
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Dana Robinson
471150151d
Merge 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.
2018-10-06 22:35:29 -05:00
Dana Robinson
75b84b09bd
Updated the H5I debug dump to not segfault when types are not initialized
...
or contain zero IDs in the skip list.
2018-10-05 22:16:51 -07:00
Dana Robinson
1b2c820b4b
The H5I debug ID dump function is now always available instead
...
of hidden behind an H5_DEBUG_OUTPUT ifdef.
2018-10-05 21:47:51 -07:00
Allen Byrne
cd69ff0181
Merge 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 capture
2018-10-04 17:00:35 -05:00
Allen Byrne
299852b6b5
Update examples version
2018-10-04 16:59:22 -05:00
Allen Byrne
7d5ced1d23
Fix typo
2018-10-04 16:56:44 -05:00
Allen Byrne
1fc646e52b
Reconciled docs with 1.10 branch
2018-10-04 16:48:34 -05:00
Allen Byrne
4442b5b743
TRILABS-34 improve cross compile with emulator
2018-10-04 16:06:31 -05:00
Allen Byrne
a5301ee6b8
TRILABS-34 Cleanup try_run
2018-10-04 15:34:29 -05:00
Allen Byrne
9c39016e1d
TRILABS-34 avoid try-run output capture
2018-10-04 14:00:49 -05:00
Allen Byrne
36594716c3
Merge 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 flags
2018-10-04 13:04:53 -05:00
Allen Byrne
2a95ab5acb
TRILABS-21 add toolchain related info and files
2018-10-04 11:40:33 -05:00
Allen Byrne
284cb8ffc0
TRILABS-21 Add intel compiler support
2018-10-04 10:42:44 -05:00
Allen Byrne
d581cbeb9e
Merge pull request #1276 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to develop
...
* commit '1cac34fc5bdae7f6cc265a4f94f82048642e5de7':
Fix defines for XL compiler
2018-10-03 16:42:56 -05:00
Allen Byrne
1cac34fc5b
Fix defines for XL compiler
2018-10-03 16:39:50 -05:00
Allen Byrne
c5256dcd9d
Fix undef for Xl compilers
2018-10-03 16:24:46 -05:00
Allen Byrne
3209d1278f
TRILAB-21 Intel flags
2018-10-02 18:13:21 -05:00
Allen Byrne
40179a9496
Merge pull request #1261 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'a2da9930af38a86387466a2021b71a2cc7484f1b':
replace page chars
Remove obsolete comment
2018-09-27 13:41:31 -05:00
Allen Byrne
a2da9930af
replace page chars
2018-09-27 11:50:22 -05:00
Allen Byrne
8e48f6ec3a
Remove obsolete comment
2018-09-27 09:58:27 -05:00
Allen Byrne
cc8538e1ed
Merge pull request #1258 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'd26bb4d26ce5a23804a80c16dcb53e5f3eb957e4':
HDFFV-10594 - mac must be space separated
HDFFV-10594 - Add rpath configuration note
Add extra path option for build location
Use relative RPATH paths
2018-09-26 15:47:19 -05:00
Allen Byrne
d26bb4d26c
HDFFV-10594 - mac must be space separated
2018-09-26 15:12:44 -05:00
Allen Byrne
ebec5c6117
HDFFV-10594 - Add rpath configuration note
2018-09-26 12:25:02 -05:00