summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29954] */run*-ex.sh.in:hdf5-1_10_0-patch1Larry Knox2016-05-231-3/+3
| | | | | | Scripts to compile and run installed needed relative paths to the installed bin directory instead of the ablsolute path from $prefix (on the build machines). Committing changes to version strings generated by running bin/release for HDF5 1.10.0-patch1.
* [svn-r29836] Revert whitespace and non-critical changes for patch.Allen Byrne2016-04-292-8/+8
|
* [svn-r29753] HDFFV-9770: Fix Windows compile errors.Allen Byrne2016-04-205-18/+18
|
* [svn-r29748] HDFFV-9770: Fix h5watch and CMake for HL.Allen Byrne2016-04-193-14/+19
| | | | Convert CMake sources tags from _SRCS to _SOURCES(closer match to Makefile).
* [svn-r29705] Add missing Debug library command line argAllen Byrne2016-04-154-4/+16
|
* [svn-r29566] Merge from revise_chunks java changes in rev 29562, 29556, ↵Allen Byrne2016-03-2421-36/+464
| | | | 29561, and add flush/refresh functions
* [svn-r29516] Only delete the copied and generated test files.Allen Byrne2016-03-225-47/+15
| | | | | Merge from trunk rev 29513. Also update junit.sh.in change that was overlooked.
* [svn-r29506] Merge of r29465 from trunk.Dana Robinson2016-03-2212-24/+24
| | | | | | Java build tweaks Tested on: jam
* [svn-r29494] Merge of r29481 from revise_chunksDana Robinson2016-03-225-22/+22
| | | | | | | Fixes a problem in the Java tests and examples. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java
* [svn-r29493] Add LT_*_VERS_* variables for HDF5 wrapper libraries.Larry Knox2016-03-222-2/+23
| | | | | | Add configure fix to create .classes directories in java subdirs. Tested with h5committest.new.
* [svn-r29452] Correct signature of H5Pexist to return boolean and fix test ↵Allen Byrne2016-03-168-24/+26
| | | | compare
* [svn-r29445] Fix get_access_plist testAllen Byrne2016-03-161-5/+57
|
* [svn-r29434] Correct return valueAllen Byrne2016-03-151-2/+2
|
* [svn-r29433] Correct return valueAllen Byrne2016-03-151-3/+3
|
* [svn-r29432] Remove char from var name.Allen Byrne2016-03-151-1/+1
|
* [svn-r29430] turn on verbose reporting of failuresAllen Byrne2016-03-151-0/+1
|
* [svn-r29428] Fix the version numbering for 1.10Allen Byrne2016-03-152-3/+3
|
* [svn-r29420] Add compare to expected to script to verify correct operation ↵Allen Byrne2016-03-151-1/+29
| | | | of test
* [svn-r29417] Correct get_libversion test valueAllen Byrne2016-03-151-1/+1
|
* [svn-r29412] HDFFV-9717: add overview section to javadocsAllen Byrne2016-03-144-2/+99
| | | | Add Java and update options to CMake/Windows docs
* [svn-r29397] Update test for version to match.Allen Byrne2016-03-141-1/+1
|
* [svn-r29381] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-03-099-0/+11947
| | | | | | | | files. Added java Makefile.in files. Tested on: jam
* [svn-r29371] HDFFV-9624: SWMR apis addedAllen Byrne2016-03-0919-9/+605
|
* [svn-r29291] Merge of r29226-29259 from trunk.Dana Robinson2016-03-06274-0/+72217
Mostly java JNI + a few smaller merges. Tested on: h5committest.new jam w/ java