Quincey Koziol
1ccbdfee58
Add support for GCC 7.x warnings, update warnhist script to account for them,
...
clean up warnings.
2019-06-21 10:05:34 -05:00
Allen Byrne
11f83e55ec
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'b9ec6a6400a556b1250c249e158c4fffafccd550':
fixed pass_through vol
2019-06-19 13:55:34 -05:00
Scot Breitenfeld
b9ec6a6400
Merge pull request #1746 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
...
* commit 'a67c578e4b9275fa12b427b6e13021536838a448':
fixed pass_through vol
2019-06-19 13:52:21 -05:00
Allen Byrne
562cd7f3ab
Cleanup possible CMake target conflicts
2019-06-19 10:35:55 -05:00
M. Scot Breitenfeld
a67c578e4b
fixed pass_through vol
2019-06-18 11:39:21 -05:00
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
M. Scot Breitenfeld
a0f9e97769
fixed linked library for testing
2019-06-14 14:30:48 -05:00
M. Scot Breitenfeld
79916da303
added missing MOD dependency
2019-06-14 12:08:59 -05:00
M. Scot Breitenfeld
0f947f953d
added missing MOD dependency
2019-06-14 09:39:18 -05:00
M. Scot Breitenfeld
d754a86c24
updated static vol_connector build
2019-06-13 16:23:55 -05:00
M. Scot Breitenfeld
022a3f97b1
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
2019-06-13 15:48:01 -05:00
M. Scot Breitenfeld
b08685f503
updated static vol_connector build
2019-06-13 15:47:55 -05:00
M. Scot Breitenfeld
d1b43964b3
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
2019-06-13 10:41:39 -05:00
M. Scot Breitenfeld
92bebb782e
fixed dependencies
2019-06-13 10:41:31 -05:00
M. Scot Breitenfeld
e5d1da0224
fixed invalid pointer
2019-06-13 10:31:14 -05:00
M. Scot Breitenfeld
c348d7d606
removed unregistering native vol
2019-06-13 09:56:50 -05:00
M. Scot Breitenfeld
46a62130fa
fix for cycle dependency
2019-06-13 09:23:12 -05:00
M. Scot Breitenfeld
0742c15fca
makefile clean-up
2019-06-12 09:21:59 -05:00
M. Scot Breitenfeld
893641990a
move the vol_info to an optional parameter
2019-06-11 14:28:10 -05:00
M. Scot Breitenfeld
2c79243111
added H5Pset_vol
2019-05-22 14:09:17 -05:00
M. Scot Breitenfeld
4673a34825
added vol connector
2019-05-16 16:22:05 -05:00
M. Scot Breitenfeld
5e3dfa8bbe
added test for vol_connector
2019-05-16 15:33:16 -05:00
M. Scot Breitenfeld
1f505e5ab2
removed H5VL constants
2019-05-16 15:20:32 -05:00
M. Scot Breitenfeld
32c4900e89
removed VOLL NULL connector and replaced it with native VOL
2019-05-16 15:05:12 -05:00
M. Scot Breitenfeld
1d6641ee3a
added connector_name test
2019-04-24 15:17:10 -05:00
M. Scot Breitenfeld
fc769f425f
added missing files
2019-04-24 13:59:26 -05:00
M. Scot Breitenfeld
7dd53873f7
Merge branch 'develop' into H10621
2019-04-24 12:57:30 -05:00
Quincey Koziol
d7e1464058
Add C++, Java, and FORTRAN wrappers and tests for H5Fget_fileno
2019-04-13 22:58:16 -05:00
Vailin Choi
2886cd9e45
HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.
...
This also addresses HDFFV-10255: H5Sencode/decode performance issue.
2019-04-06 16:55:14 -05:00
M. Scot Breitenfeld
7c927a3590
added more tests
2019-03-11 11:32:49 -05:00
Allen Byrne
122b63a5a2
HDFFV-10703 Update CMake commands to latest standard
2019-02-15 15:48:24 -06:00
Allen Byrne
e73197077b
Remove F2003 Option and references
2019-02-06 10:10:46 -06:00
Dana Robinson
8522539a9e
Fix for Fortran failures.
2019-01-10 19:43:17 -06:00
Scot Breitenfeld
9b6fe52bcf
Merge pull request #1409 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10443 to develop
...
* commit 'b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6':
HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.
Added chunked dataset, H5S_ALL test
typo
typo
updated defined constants
Documented HDFFV-10652
HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator.
Removed reason for breaking read-proc0-and-bcast
switched to using CX instead of a global var.
HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator.
2019-01-08 11:29:48 -06:00
Scot Breitenfeld
b4d4d371a0
HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.
2019-01-08 11:24:00 -06:00
Dana Robinson
905766fa3e
Fortran wrappers for dataset obj header minimization API calls.
2019-01-08 07:34:58 -08:00
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Dana Robinson
eb78fd8832
Develop normalization with vol_integration.
...
Mostly peripheral things like the tools and wrappers,
with just enough core library code to support that.
2018-09-18 22:57:37 -07:00
M. Scot Breitenfeld
c52d04320b
HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does not work properly
...
h5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total).
2018-06-08 14:19:11 -05:00
Allen Byrne
df64de9eed
Add fortran MPI to test and example
2018-06-06 13:44:56 -05:00
Allen Byrne
7c4598cf74
Remove link flag from compile command
2018-05-22 15:48:34 -05:00
Allen Byrne
4c4042121c
Use set_property for MT flag
2018-05-07 17:23:25 -05:00
Allen Byrne
424e2275bc
Correct command usage
2018-05-07 16:08:42 -05:00
Allen Byrne
6fcf4c9aeb
Remove APPEND
2018-05-03 15:41:50 -05:00
Allen Byrne
1d1333ed6b
Revert to old style for LINK_FLAGS gen expr not working
2018-05-03 11:57:30 -05:00
Allen Byrne
01a77cbfb1
LINK_FLAGS must be separate property sets
2018-05-03 10:44:57 -05:00
Allen Byrne
1ab0814a43
Fix link flags syntax
2018-05-03 09:28:54 -05:00
Allen Byrne
b73c0d2ab8
Revert refactor link flags
2018-05-02 16:33:35 -05:00
Allen Byrne
d906f2dcc5
refactor link flags to interface
2018-05-02 15:42:38 -05:00
Allen Byrne
0c77fbaeb9
Fix defs and additional MSVC items
2018-05-02 13:52:02 -05:00