Allen Byrne
c60ceb8c08
Merge reconciliation and VFD test fixes
2019-08-04 15:19:51 -05:00
Allen Byrne
6a932198aa
HDFFV-10529 Update CMake tests to use test fixtures
2019-07-23 16:24:56 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
b106b883cc
HDFFV-10805 cleanup examples and test code
2019-06-20 06:31:01 -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
Allen Byrne
122b63a5a2
HDFFV-10703 Update CMake commands to latest standard
2019-02-15 15:48:24 -06:00
Allen Byrne
6f71b2cdcf
Refactor mpi test names
2019-02-11 12:42:46 -06:00
Allen Byrne
d98faf5703
Rename parallel tests to start with PAR_
2019-02-11 11:09:43 -06:00
Allen Byrne
e6be556088
MPI vars need passed in, change to grepTest
2019-01-20 16:47:50 -06:00
Allen Byrne
769837f3ae
Add parrallel runTest.cmake for ph5example
2019-01-18 16:30:36 -06:00
Allen Byrne
7e8923957f
HDFFV-10656 Add CHECK_VOL support to CMake
2018-12-20 15:11:27 -06:00
Quincey Koziol
0a7c64f6e8
Remove reference to h5_vol_external_log_native.
2018-12-06 11:11:28 -06:00
Quincey Koziol
3abf58dce0
Remove example VOL connector, since it's been superceded by the pass-through
...
VOL connector in the src subdirectory.
2018-11-28 10:38:52 -06:00
Quincey Koziol
bf79e1bd76
Added 'notify' callback for async requests; switched VOL class and info
...
comparison to return comparison value as parameter, so they can return error
values; "cancelled" -> "canceled"; switched order of 'wrap_object' and
'free_wrap_ctx' management callbacks.
2018-11-27 22:15:34 -06:00
Quincey Koziol
3055e499d5
Switch loc_params to VOL callbacks to pass struct by pointer instead of by
...
value.
2018-11-21 23:12:24 -06:00
Quincey Koziol
8939a2190f
Add info_to_str and str_to_info "management" callbacks for serializing and
...
deserializing a connector's info object.
2018-11-21 00:56:13 -06:00
Quincey Koziol
1daa7b830a
Switch driver | plugin => connector.
2018-11-04 01:27:23 -05:00
Quincey Koziol
deb75622ca
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
2018-11-04 00:25:36 -05:00
Quincey Koziol
df7cf2a9d3
Refactor, standardize, and revise the async request callbacks.
2018-11-04 00:05:08 -05:00
Dana Robinson
ee12aff2ca
Removed a couple of extraneous commas from VOL example.
2018-10-30 14:44:54 -07:00
Dana Robinson
7a5e632c0d
Cleaned up VOL example.
2018-10-30 10:32:17 -07:00
Dana Robinson
12e929e1ec
Fixed VOL example to use a platform-independent format
...
specifier for size_t.
2018-10-29 16:06:22 -07:00
Quincey Koziol
fb6ecf33b0
Fix names of VOL API routines.
2018-10-27 02:43:40 -05:00
Quincey Koziol
4a32895724
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
2018-10-25 18:32:13 -05:00
Quincey Koziol
0df6e44a6e
Squashed commit of private branch changes to support stackable VOL plugins.
...
modified: test/dsets.c
2018-10-24 23:52:47 -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
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
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Larry Knox
d20fd310e4
Change prefix in example scripts to relative path to bin. This was done
...
for 1.8, and works wherever installed without the need to replace the
original prefix.
2018-08-23 07:37:00 -05:00
Allen Byrne
b28815c205
H5O_info fixes for java and examples
2018-05-31 16:09:48 -05:00
Allen Byrne
37c27afde0
Fix MPI on Windows by adding MPI include folder
2018-05-09 14:29:44 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -05:00
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -05:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00
Allen Byrne
6ca95c512a
HDFFV-10385 rework java names
2018-01-17 10:27:00 -06:00
Allen Byrne
bd34c9e455
HDFFV-9724 Corrected files and verified tests
2017-12-28 16:49:50 -06:00
lrknox
86d8a4c267
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop"
...
This reverts commit b1223dd653
, reversing
changes made to b25f123f5f
.
2017-12-22 12:28:24 -06:00
Allen Byrne
50238cb285
Par example needs to link with mpi libs
2017-12-20 13:33:57 -06:00
Dana Robinson
8cb4529211
Fixed misc Warnings flagged by VS2017.
2017-11-26 18:13:18 -08:00
Larry Knox
89fbe00dec
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
...
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-04-25 16:05:36 -05:00
Allen Byrne
244faaa0d0
HDFFV-10094: upgrade cmake command conventions
...
Also converted tests to use macros
2017-01-11 14:02:34 -06:00
Allen Byrne
e1bcae8a6a
Update cmake min version and cmake command convention
2017-01-10 17:10:03 -06:00
Allen Byrne
90d1a82839
[svn-r30243] Correct spelling
2016-08-01 13:23:09 -05:00
Allen Byrne
949853b047
[svn-r29864] Add ignore test names for Valgrind process.
...
Add files to clear test generated files tests.
2016-05-04 10:19:34 -05:00
Larry Knox
b3426914a8
[svn-r28669] Changes to correct errors found with -ansi flag.
...
h5tools_dump.c
Removed 3 lines commented out with //.
h5_vds-percival-unlim.c
Changed C++-style comment to C-style comment.
Tested with h5committest.new.
2015-12-15 15:52:12 -05:00
Scot Breitenfeld
5464277d0c
[svn-r28086] fixed spelling
2015-10-15 13:01:27 -05:00