summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* LDFLAGS module forces .so lib to be built on osx instead of .dylibAllen Byrne2017-04-181-1/+1
|
* java jni lib also needs to avoid the version-infoAllen Byrne2017-04-181-1/+1
|
* Add plugin options for libsAllen Byrne2017-04-181-1/+1
|
* Due to HDFVIEW-19 add read VL as string functionAllen Byrne2017-04-123-0/+103
|
* Fix URL nameAllen Byrne2017-04-1121-21/+21
|
* HDFFV-10143 add missing javadoc paramAllen Byrne2017-04-061-0/+10
|
* HDFFV-10143 Add plugin APIs to Java interfaceAllen Byrne2017-04-035-1/+328
|
* Remove extra space added by h5vers to version string in H5.java, whichlrknox2017-03-211-1/+1
| | | | then failed to match the pattern after the first run.
* Remove incorrect " marks added to java files by bin/h5vers.lrknox2017-03-212-4/+4
| | | | Pull version from configure for version test in h5repack_plugin.sh.in
* Extend h5vers to update version strings in java files and h5repacklrknox2017-03-202-4/+4
| | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
* Final merge of page buffering branch to developQuincey Koziol2017-03-147-98/+271
|
* Fix vds testsAllen Byrne2017-03-072-3/+5
| | | | java wrong call vds test - missing checks and if content
* Update CMake files and formattingAllen Byrne2017-03-014-12/+12
|
* Added virtual to listAllen Byrne2017-02-272-2/+8
|
* Clean up whitespaceQuincey Koziol2017-02-076-623/+623
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-1/+1
|
* HDFFV-10118 fixed plugin tests for toolsAllen Byrne2017-01-201-3/+3
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-136-0/+22
|\ | | | | | | | | * 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.
| * tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-137-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* | Missing file remove added to testAllen Byrne2017-01-121-0/+1
| |
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-1011-83/+83
|/
* Bring Java SWMR changes from revise_chunks to develop branchQuincey Koziol2016-12-1810-2/+167
|
* Merge pull request #181 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-12-025-7/+34
|\ | | | | | | | | | | | | * commit '53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8': Change examples to match junit test Add missing character Change where test copies libs because of osx1011 SIP
| * Change examples to match junit testAllen Byrne2016-12-014-4/+4
| |
| * Add missing characterAllen Byrne2016-12-011-1/+1
| |
| * Change where test copies libs because of osx1011 SIPAllen Byrne2016-12-011-4/+31
| |
* | Another Java oversight (sorry, don't have Java configured on my Mac)Quincey Koziol2016-12-021-0/+23
| |
* | Correct oversight in Java test and remove direct VFD from SWMR supportedQuincey Koziol2016-12-021-0/+1
| | | | | | | | drivers.
* | Add some Java methods that were missed earlier.Quincey Koziol2016-11-307-1/+314
|/
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-203-0/+89
| | | | supporting metadata cache callback changes, etc.
* Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-051-1/+1
| | | | const void *. Fixes HDFFV-10017.
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-034-19/+0
|
* Eliminate unreferenced local variable warningAllen Byrne2016-09-192-29/+1
|
* [svn-r30315] HDFFV-9972: Fix test reference and change default for ↵Allen Byrne2016-08-225-14/+14
| | | | H5Iget_name in JNI API.
* [svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows.Allen Byrne2016-08-2224-1632/+1626
| | | | | | | | | | 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
* [svn-r30254] Add missing importAllen Byrne2016-08-031-0/+1
|
* [svn-r30251] Ignore dlopen test - created HDFFV-9962Allen Byrne2016-08-022-3/+2
|
* [svn-r30250] Correct position of finally block for testAllen Byrne2016-08-021-16/+16
|
* [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which ↵Allen Byrne2016-08-012-1/+124
| | | | calls a HDF5 function.
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-013-36/+20
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir ↵Allen Byrne2016-08-011-1/+1
| | | | instead of a possibly uninitialized variable.
* [svn-r30213] Add H5Aread_complex for reading arrays and compounds that are ↵Allen Byrne2016-07-204-3/+69
| | | | not VL strings.
* [svn-r30075] Description:Quincey Koziol2016-06-1414-1/+332
| | | | | | | | | | 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)
* [svn-r30048] refactor duplicate release string callsAllen Byrne2016-06-071-11/+4
|
* [svn-r29873] Java add missing APIs.Allen Byrne2016-05-0442-2001/+3714
| | | | | Adjust whitespace in H5.java for exception indentation. Adjust whitespace in JNI for function signature formatting.
* [svn-r29871] HDFFV-9743: Fix java examples Debug build commands.Allen Byrne2016-05-044-21/+33
| | | | rename examples clear-objects test names.
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-2/+2
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29673] Fix typo of var nameAllen Byrne2016-04-081-1/+1
|
* [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-311-6/+14
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.