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
Allen Byrne
539b6d4456
Update unimplemented lists
2018-03-26 11:08:41 -05:00
Allen Byrne
7399997968
Java constants for new lib verbounds values
2018-03-15 14:11:24 -05:00
Allen Byrne
b5867a05a7
HDFFV-10412 add error on function for Java
2018-03-13 17:21:10 -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
2f18da435e
HDFFV-10398 use the simpler add_subdirectory signature
2018-01-30 12:21:01 -06:00
hdftest
bee148a995
Snapshot version 1.11 release 2
2018-01-05 10:09:10 -06:00
hdftest
d01ad2a94a
Snapshot version 1.11 release 1
2018-01-05 08:50:10 -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
4ecf02f6f6
HDFFV-9724 Remove VDS file cache functionality
2017-12-20 14:23:19 -06:00
Allen Byrne
690cb84f10
Added java wrappers and tests
2017-12-12 13:10:46 -06: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
c148ad90f0
Fix javadoc
2017-04-24 16:09:39 -05:00
Allen Byrne
606529f5e0
Due to HDFVIEW-19 add read VL as string function
2017-04-12 17:21:43 -05:00
Allen Byrne
4b11c4fd51
HDFFV-10143 add missing javadoc param
2017-04-06 15:00:48 -05:00
Allen Byrne
4bd667bfde
HDFFV-10143 Add plugin APIs to Java interface
2017-04-03 14:06:47 -05:00
lrknox
fa5ca5272d
Remove extra space added by h5vers to version string in H5.java, which
...
then failed to match the pattern after the first run.
2017-03-21 11:40:11 -05:00
lrknox
7e7121fec6
Remove incorrect " marks added to java files by bin/h5vers.
...
Pull version from configure for version test in h5repack_plugin.sh.in
2017-03-21 10:57:40 -05:00
lrknox
cd8ec2cc44
Extend h5vers to update version strings in java files and h5repack
...
version test expected output file.
Update version on develop branch to 1.11.0.
Please enter the commit message for your changes. Lines starting
2017-03-20 17:14:16 -05:00
Quincey Koziol
0313cbb91d
Final merge of page buffering branch to develop
2017-03-13 21:30:37 -07:00
Allen Byrne
c3463d800d
HDFFV-10118 fixed plugin tests for tools
2017-01-20 14:23:41 -06:00
Allen Byrne
e1bcae8a6a
Update cmake min version and cmake command convention
2017-01-10 17:10:03 -06:00
Quincey Koziol
fc69eeb991
Bring Java SWMR changes from revise_chunks to develop branch
2016-12-17 22:21:48 -08:00
Quincey Koziol
527f28333c
Another Java oversight (sorry, don't have Java configured on my Mac)
2016-12-02 12:46:42 -08:00
Quincey Koziol
65be68a17d
Add some Java methods that were missed earlier.
2016-11-30 15:12:35 -08:00
Quincey Koziol
3b0c2b24da
Bring over support for retrying metadata cache entry loads, along with all the
...
supporting metadata cache callback changes, etc.
2016-11-20 04:24:57 -08:00
Dana Robinson
8eaa0af305
Changed the return type of H5Pget_driver_info() from void * to
...
const void *. Fixes HDFFV-10017.
2016-11-05 00:31:26 -04:00
Allen Byrne
241dc68b48
[svn-r30315] HDFFV-9972: Fix test reference and change default for H5Iget_name in JNI API.
2016-08-22 13:07:01 -05:00
Allen Byrne
737bb56735
[svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows.
...
Added windows name suffix for debug to CMake cmd_arg for examples and test.
Fix issues discovered under debug testing;
Create a version of H5Iget_name that correctly returns the name.
Rework PIN_JAVA_STRING macro and usage to eliminate possible memory leaks by using if-else instead of mid-routine return.
Update example to use new H5Iget_name API.
Tested: windows under debug
2016-08-22 12:05:00 -05:00
Allen Byrne
9b597a4855
[svn-r30213] Add H5Aread_complex for reading arrays and compounds that are not VL strings.
2016-07-20 14:40:42 -05:00
Quincey Koziol
d3396a7953
[svn-r30075] Description:
...
Bring object/dataset/group/named datatype features from revise_chunks
branch to trunk. Also CMake support for h5format_convert and a bunch of
misc. cleanups.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-14 18:07:03 -05:00
Allen Byrne
f1633a5fe2
[svn-r29873] Java add missing APIs.
...
Adjust whitespace in H5.java for exception indentation.
Adjust whitespace in JNI for function signature formatting.
2016-05-04 10:52:40 -05:00
Allen Byrne
1335631f3d
[svn-r29673] Fix typo of var name
2016-04-08 12:44:36 -05:00
Allen Byrne
1f5286ddf2
[svn-r29447] Correct signature of H5Pexist to return boolean
2016-03-16 11:58:03 -05:00
Allen Byrne
85711b31d8
[svn-r29399] HDFFV-9717: add overview section to javadocs
2016-03-14 12:51:41 -05:00
Allen Byrne
198ceb5fcc
[svn-r29227] HDFFV-9552: merge in java code.
...
new files added.
2016-02-28 21:45:23 -05:00
Allen Byrne
63249be0e1
[svn-r29226] HDFFV-9552: merge in java code.
2016-02-28 21:43:00 -05:00