Allen Byrne
5c5533d7fd
Change name for test results table
2017-09-20 14:16:31 -05:00
Allen Byrne
ab43e3ce9b
Add missing intro folder
2017-09-20 12:43:43 -05:00
Allen Byrne
d901d3402a
Add chekexe and chklog generation to tests
2017-09-20 09:32:03 -05:00
Allen Byrne
722dedd49e
Fix call format
2017-09-20 09:32:03 -05:00
Allen Byrne
4de09ba34d
Add chklog and chexe generation to Java autootools tests
2017-09-19 10:43:54 -05:00
Dana Robinson
274f71be17
Fixed a failing Java plugin test.
2017-07-14 12:58:29 -07:00
Dana Robinson
5d6ed0b298
Turned off unused parameter warnings in gcc for Java constants.
...
None of the constant functions use their parameters, so emitting
warnings for them generates a large amount of noise. Since these
are trivial wrappers, marking them up with H5_ATTR_UNUSED would
be a huge waste of time.
2017-07-03 14:26:53 -07:00
Allen Byrne
27b3b4b208
Synch with CMake original code
2017-06-19 09:15:19 -05:00
Allen Byrne
db2da9f4b4
Reduce warnings
2017-05-25 15:57:18 -05:00
Allen Byrne
445c805a4c
HDFFV-10186 Add endianess to bitfield and fix tests
2017-05-10 10:59:13 -05: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
0fb5ce7ad5
Correct name of native function
2017-04-24 16:21:42 -05:00
Allen Byrne
c148ad90f0
Fix javadoc
2017-04-24 16:09:39 -05:00
Allen Byrne
aafee79e9f
Changed signature of H5PLgetsize
2017-04-24 15:20:21 -05:00
Allen Byrne
9f1fd68ce2
LDFLAGS module forces .so lib to be built on osx instead of .dylib
2017-04-18 13:27:54 -05:00
Allen Byrne
5bbaae4495
java jni lib also needs to avoid the version-info
2017-04-18 11:44:47 -05:00
Allen Byrne
9b234d74bb
Add plugin options for libs
2017-04-18 10:38:14 -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
8a9e4b94c3
Fix URL name
2017-04-11 15:10:02 -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
12b87f0f84
Fix vds tests
...
java wrong call
vds test - missing checks and if content
2017-03-07 10:06:38 -06:00
Allen Byrne
2562ec3a4b
Update CMake files and formatting
2017-03-01 14:47:53 -06:00
Allen Byrne
8d909320bf
Added virtual to list
2017-02-27 14:51:20 -06:00
Quincey Koziol
a28b65bb9e
Clean up whitespace
2017-02-07 09:18:57 -08:00
Allen Byrne
177c050891
HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-02 12:09:10 -06:00
Allen Byrne
c3463d800d
HDFFV-10118 fixed plugin tests for tools
2017-01-20 14:23:41 -06:00
Allen Byrne
556ff06975
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb':
tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
2017-01-13 10:57:26 -06:00
lrknox
8452976de5
tools/test/h5diff/testh5diff.sh.in:
...
Add code to delete copies of test .h5 files copied from
tools/testfiles/vds to tools/test/h5diff/testfiles when running
"make check" for an in-source build.
tools/test/misc/testh5repart.sh.in:
Change the name of the temporary test directory from "testfiles"
which is also used for 2 h5mkgrp test files under source control to
"testrepart" to avoid deleting source controlled files when running
"make check" in the source directory.
Fix test scripts that remove source-controlled files during "make check" when run in-source.
Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory.
Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
2017-01-12 22:20:11 -06:00
Allen Byrne
1d5eb0956e
Missing file remove added to test
2017-01-12 15:59:00 -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
Allen Byrne
61f8952ebb
Merge pull request #181 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8':
Change examples to match junit test
Add missing character
Change where test copies libs because of osx1011 SIP
2016-12-02 15:14:24 -06: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
e1026bd354
Correct oversight in Java test and remove direct VFD from SWMR supported
...
drivers.
2016-12-02 11:36:27 -08:00
Allen Byrne
53d3a619f8
Change examples to match junit test
2016-12-01 15:59:03 -06:00
Allen Byrne
7a5eea36a5
Add missing character
2016-12-01 15:34:25 -06:00
Allen Byrne
b990f5b2f7
Change where test copies libs because of osx1011 SIP
2016-12-01 15:12:33 -06: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
3ee36553b9
Add support for namespace and add tools to binaries config
2016-10-14 11:22:22 -05:00
Allen Byrne
dd9caf37d2
Merge test output file clearing into runTest.cmake
2016-10-03 15:34:11 -05:00
Allen Byrne
ef2e93d239
Eliminate unreferenced local variable warning
2016-09-19 14:04:40 -05: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
f0365885b4
[svn-r30254] Add missing import
2016-08-03 09:02:45 -05:00
Allen Byrne
b4ceb6c771
[svn-r30251] Ignore dlopen test - created HDFFV-9962
2016-08-02 10:45:38 -05:00
Allen Byrne
f72d425d9c
[svn-r30250] Correct position of finally block for test
2016-08-02 10:29:43 -05:00
Allen Byrne
0e99aa203a
[svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which calls a HDF5 function.
2016-08-01 13:17:36 -05:00
Allen Byrne
e55844b752
[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
2016-08-01 12:35:00 -05:00
Allen Byrne
4ce65b8585
[svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir instead of a possibly uninitialized variable.
2016-08-01 12:20:21 -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
aee288c19d
[svn-r30048] refactor duplicate release string calls
2016-06-07 14:04:20 -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
54316ab542
[svn-r29871] HDFFV-9743: Fix java examples Debug build commands.
...
rename examples clear-objects test names.
2016-05-04 10:38:52 -05:00
Allen Byrne
74f3326a67
[svn-r29862] Convert source list names from *_SRCS to *_SOURCES.
...
Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
2016-05-04 10:06:05 -05:00
Allen Byrne
1335631f3d
[svn-r29673] Fix typo of var name
2016-04-08 12:44:36 -05:00
Allen Byrne
8e41b14811
[svn-r29601] Cleanup case of CMake commands in tools.
...
Update CTestCustom file for new tests.
Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
2016-03-31 09:02:24 -05:00
Allen Byrne
261f8c8361
[svn-r29560] Remove list and check of flags, defer to library function for checking, which will return an error. That error then produces a HDF5FunctionArgument exception instead of IllegalArgument exception.
2016-03-24 12:21:04 -05:00
Allen Byrne
d9ab44fe46
[svn-r29557] Add comments to CMake macros and do append error file
...
revise_chunks rev 29556
2016-03-24 10:59:00 -05:00
Allen Byrne
0e8941b088
[svn-r29524] Fix typo in test name
2016-03-22 15:12:39 -05:00
Allen Byrne
e3183aab0d
[svn-r29523] Add test dependency
2016-03-22 15:12:07 -05:00
Allen Byrne
a4ec4e3eb1
[svn-r29520] rename java test file because test modifies original file.
...
Delete copy when test is finished.
2016-03-22 15:02:33 -05:00
Allen Byrne
07b2f73506
[svn-r29513] Only delete the copied and generated test files.
2016-03-22 12:55:45 -05:00
Allen Byrne
98e315ffff
[svn-r29507] Add actual file name to delete functions to prevent accidental deletion of source files.
...
(HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
2016-03-22 10:15:44 -05:00
Allen Byrne
9c570c7b42
[svn-r29480] Correct copy functions to test the directory
2016-03-21 11:06:52 -05:00
Allen Byrne
b8e163a845
[svn-r29465] Fix issue with .classes dir not getting created for java by adding mkdir .classes to configure.
2016-03-17 11:47:21 -05:00
Allen Byrne
83acb60e39
[svn-r29463] qualify .classes with $(top_builddir)
2016-03-17 09:29:18 -05:00
Allen Byrne
7f8f2feaf9
[svn-r29450] Separate error compare from output compare
2016-03-16 12:35:51 -05:00
Allen Byrne
1f5286ddf2
[svn-r29447] Correct signature of H5Pexist to return boolean
2016-03-16 11:58:03 -05:00
Allen Byrne
0647698684
[svn-r29446] Check if H5Pexist return value is >0 rather then ==1
2016-03-16 11:36:48 -05:00
Allen Byrne
4573feb2a9
[svn-r29443] Fix get_access_plist test
2016-03-16 09:19:06 -05:00
Allen Byrne
71aebc8eb4
[svn-r29435] Remove char from var name.
2016-03-15 15:39:21 -05:00
Allen Byrne
5a344710ba
[svn-r29418] Add compare to expected to script to verify correct operation of test
2016-03-15 12:13:41 -05:00
Allen Byrne
f56bf61b8c
[svn-r29407] Correct source location
2016-03-14 14:59:06 -05:00
Allen Byrne
f9dd7f1a80
[svn-r29403] Correct file location and add overview to makefile
2016-03-14 13:32:31 -05:00
Allen Byrne
8d9b56a7e8
[svn-r29400] HDFFV-9717: add overview section to javadocs
2016-03-14 12:56:15 -05:00
Allen Byrne
85711b31d8
[svn-r29399] HDFFV-9717: add overview section to javadocs
2016-03-14 12:51:41 -05:00
Larry Knox
f5234cd194
[svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently.
...
Disabled auto-increment of shared object version numbers by h5vers.
Files modified:
config/lt_vers.am
java/src/jni/Makefile.am
hl/src/Makefile.am
hl/c++/src/Makefile.am
hl/fortran/src/Makefile.am
c++/src/Makefile.am
bin/h5vers
fortran/src/Makefile.am
2016-03-09 13:55:31 -05:00
Allen Byrne
e836bfd010
[svn-r29247] Fix return type
2016-03-01 12:48:41 -05:00
Allen Byrne
a0485058d6
[svn-r29232] add debug symbols library to install
2016-02-29 15:56:08 -05:00
Allen Byrne
83b5bed5d4
[svn-r29231] Check if szip is enabled before attempting to run example with szip.
2016-02-29 15:47:35 -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