summaryrefslogtreecommitdiffstats
path: root/java/examples/intro/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-141-107/+0
|
* Fix java depends and pdb lib install (#2720)Allen Byrne2023-04-131-0/+5
| | | | | | | * Fix java depends and pdb lib install * Correct end of for loop depends * fix location of set last_test
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
| | | | | * Update CMake code to 3.18 minimum version * Updated release note
* Fix Java tests for Developer build modes (#2079)jhendersonHDF2022-08-291-1/+1
|
* Develop cmake clean (#1971)Allen Byrne2022-08-071-1/+11
|
* Develop clang format java (#1653)Allen Byrne2022-04-191-0/+7
|
* CMake: MINGW implies WIN32Michel Zou2020-10-301-1/+1
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-1/+1
|
* small syntax changesAllen Byrne2019-09-191-13/+3
|
* Use generator expr to get correct nameAllen Byrne2019-07-221-34/+21
|
* Correct java load library name accessAllen Byrne2019-07-181-2/+3
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-1/+1
|
* Change how name is retrievedAllen Byrne2019-07-081-1/+2
|
* HDFFV-10581 remove special name checkingAllen Byrne2019-07-081-1/+1
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-2/+2
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-5/+0
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+1
|
* HDFFV-10385 Use OUTPUT_NAME property instead of CMAKE_BUILD_TYPEAllen Byrne2018-01-161-7/+2
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+1
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-1/+1
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-15/+15
|
* Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-031-2/+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-4/+7
| | | | rename examples clear-objects test names.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-0/+112