summaryrefslogtreecommitdiffstats
path: root/java/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Added virtual to listAllen Byrne2017-02-272-2/+8
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-134-0/+12
|\ | | | | | | | | * 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-134-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-105-63/+63
|/
* Change examples to match junit testAllen Byrne2016-12-014-4/+4
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-034-19/+0
|
* [svn-r30315] HDFFV-9972: Fix test reference and change default for ↵Allen Byrne2016-08-222-4/+4
| | | | H5Iget_name in JNI API.
* [svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows.Allen Byrne2016-08-226-14/+26
| | | | | | | | | | 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-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-8/+2
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r29871] HDFFV-9743: Fix java examples Debug build commands.Allen Byrne2016-05-044-21/+33
| | | | rename examples clear-objects test names.
* [svn-r29513] Only delete the copied and generated test files.Allen Byrne2016-03-224-40/+8
|
* [svn-r29507] Add actual file name to delete functions to prevent accidental ↵Allen Byrne2016-03-224-9/+9
| | | | | | deletion of source files. (HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
* [svn-r29480] Correct copy functions to test the directoryAllen Byrne2016-03-214-18/+18
|
* [svn-r29465] Fix issue with .classes dir not getting created for java by ↵Allen Byrne2016-03-174-12/+12
| | | | adding mkdir .classes to configure.
* [svn-r29463] qualify .classes with $(top_builddir)Allen Byrne2016-03-174-4/+4
|
* [svn-r29231] Check if szip is enabled before attempting to run example with ↵Allen Byrne2016-02-291-1/+18
| | | | szip.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-29117-0/+15978