summaryrefslogtreecommitdiffstats
path: root/java/examples
Commit message (Collapse)AuthorAgeFilesLines
* Hdf5 1 10 11 (#3555)Larry Knox2023-09-205-0/+7357
| | | | | | | | | | | * Initial preparation of hdf5-1_10_11 release branch for HDF5 1.10.11 release: Updated configure.ac for release: switched configure default to production mode and disabled maintainer mode. Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt. Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2 Incremented version to 1.10.11-2. * Update branch name in main.yml.
* Sync CMake and doxygen changes with develop (#3543)Allen Byrne2023-09-191-1/+1
| | | | | * Sync CMake and doxygen changes from develop * Add missing images
* sync cmake and examples changes (#3438)Allen Byrne2023-08-289-17/+17
| | | | | | | | | | | * sync cmake and examples changes * Add java lib changes * Update jave log files * Update java logger version * More logger version changes
* Various merges from develop (#3135)Allen Byrne2023-06-194-1/+23
| | | | | | | | | * Merges from develop/1.14 * Fix doxygen warnings * Fix spelling * Fix doxygen ref * Add braces * Fix format * Remove unused file
* Merge CMake cleanup process from develop (#2622)Allen Byrne2023-03-234-0/+56
| | | | | * Merge CMake cleanup process from develop * Update test script files
* [1.10 Merge] Add Developer build mode to CMake (#2617)jhendersonHDF2023-03-204-4/+4
| | | | | | | | | | | | | | | | | | | | | | * Add Developer build mode to CMake (#1659) * Add Developer build mode to CMake * Set a few CMake variables for Developer build modes * Refactor enabling of debug and developer-level compile definitions * Convert cache debugging macros to normal ifdef style Normal ifdef-style instead of if-style allows build system to define macros without warning about redefining macros with different values (0 vs. 1) * Add HDF5 Developer compile definitions to testing files * Temporarily disable -fanalyzer flag for GCC 12+ Developer builds * Fix Java tests for Developer build modes (#2079) * Minor adjustment of Developer build mode changes for 1.10 branch
* Gather latest CMake changes from develop (#2609)Allen Byrne2023-03-204-4/+8
| | | | Add HDF5_SRC_INCLUDE_DIRS variable cleanup cmake comments and documentation
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-292-2/+2
| | | | | * clang 13 format #1933 * Correct workflow
* Hdf5 1 10 sync (#1795)Allen Byrne2022-06-094-28/+36
| | | | | * Branch sync updates and spelling * Revert format of getenv
* Add H5P doxygen chapter (#1762)Allen Byrne2022-05-142-2/+2
|
* Add java to format source (#1690)Allen Byrne2022-04-2655-1730/+1825
|
* Merge various cleanup java test, test files, comments (#1364)Allen Byrne2022-01-194-10/+15
| | | Plus some spelling corrections
* Merge Update the java slf4j logging jars to latest 1.7.33 (#1371)Allen Byrne2022-01-148-16/+16
|
* 1 10 Fix java data export functions (#450)Allen Byrne2021-03-1051-350/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source
* 1 10 merge java copyright header changes (#392)Allen Byrne2021-03-0160-60/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder
* Hdf5 1 10 update license url part2 (#404)Larry Knox2021-03-0160-60/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * Update license url part2 (#333) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Hdf5 1 10 - Modify temporary rpath for testing in java example scripts (#243)Larry Knox2021-01-064-5/+37
| | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-124-4/+4
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-265-5/+5
|
* Merge CMake and tools changes from developAllen Byrne2020-02-276-25/+29
|
* Added new CMake options for testsAllen Byrne2020-01-194-4/+4
|
* HDFFV-11001 merge java locale from developAllen Byrne2020-01-172-2/+6
|
* Small syntax changesAllen Byrne2019-09-194-7/+20
|
* Remove unused command blockAllen Byrne2019-09-191-12/+0
|
* HDFFV-10887 merge from developAllen Byrne2019-08-201-11/+3
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-244-144/+91
|
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-094-4/+8
|
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-214-17/+16
|
* HDFFV-10568 fix hdf5_java library dependencyAllen Byrne2018-09-014-4/+4
|
* Fix Java library location for testingAllen Byrne2018-08-314-4/+4
|
* Java groups example fixAllen Byrne2018-08-311-23/+20
|
* Update system commands with HD prefix and whitespaceAllen Byrne2018-08-281-13/+16
|
* Disable failing tests because of execution issueAllen Byrne2018-08-241-18/+20
|
* Add testfiles to data copyAllen Byrne2018-08-231-0/+3
|
* Same changes needed for examples as testAllen Byrne2018-08-234-40/+136
|
* HDFFV-10519 Disable WriteVL JNI function, updgrade JNIAllen Byrne2018-06-298-20/+20
|
* HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-225-45/+25
|
* Change CMake min to 3.10Allen Byrne2018-03-095-5/+5
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-275-5/+5
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-4/+4
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-174-8/+4
|
* HDFFV-10385 Use OUTPUT_NAME property instead of CMAKE_BUILD_TYPEAllen Byrne2018-01-164-28/+8
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-124-4/+4
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-094-4/+4
|
* Fix STREQUAL if commands.Allen Byrne2017-10-022-4/+4
|
* Change name for test results tableAllen Byrne2017-09-208-8/+8
|
* Add missing intro folderAllen Byrne2017-09-201-7/+14
|
* Add chekexe and chklog generation to testsAllen Byrne2017-09-202-26/+51
|
* Fix call formatAllen Byrne2017-09-201-18/+36
|
* Add chklog and chexe generation to Java autootools testsAllen Byrne2017-09-191-18/+54
|