summaryrefslogtreecommitdiffstats
path: root/java/examples/datasets
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-101-18/+18
|/
* Change examples to match junit testAllen Byrne2016-12-011-1/+1
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-4/+0
|
* [svn-r30313] HDFFV-9972: unsatisfied link error under debug on Windows.Allen Byrne2016-08-221-1/+5
| | | | | | | | | | 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-r29871] HDFFV-9743: Fix java examples Debug build commands.Allen Byrne2016-05-041-5/+8
| | | | rename examples clear-objects test names.
* [svn-r29513] Only delete the copied and generated test files.Allen Byrne2016-03-221-10/+2
|
* [svn-r29507] Add actual file name to delete functions to prevent accidental ↵Allen Byrne2016-03-221-2/+2
| | | | | | 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-211-4/+4
|
* [svn-r29465] Fix issue with .classes dir not getting created for java by ↵Allen Byrne2016-03-171-3/+3
| | | | adding mkdir .classes to configure.
* [svn-r29463] qualify .classes with $(top_builddir)Allen Byrne2016-03-171-1/+1
|
* [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-2921-0/+6415