Commit Graph
67 Commits
Author SHA1 Message Date
Allen Byrne bfe867c4cb sync cmake and examples changes (#3438)
* sync cmake and examples changes

* Add java lib changes

* Update jave log files

* Update java logger version

* More logger version changes
2023-08-28 08:10:30 -07:00
Allen Byrne d31a017e6c Various merges from develop (#3135)
* Merges from develop/1.14
* Fix doxygen warnings
* Fix spelling
* Fix doxygen ref
* Add braces
* Fix format
* Remove unused file
2023-06-18 22:21:40 -07:00
Allen Byrne 7b4387df43 Merge CMake cleanup process from develop (#2622)
* Merge CMake cleanup process from develop

* Update test script files
2023-03-22 17:37:04 -07:00
jhendersonHDF fd5d0944e2 [1.10 Merge] Add Developer build mode to CMake (#2617)
* 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
2023-03-20 15:39:21 -07:00
Allen Byrne 1ffaa38174 Gather latest CMake changes from develop (#2609)
Add HDF5_SRC_INCLUDE_DIRS variable
cleanup cmake comments and documentation
2023-03-20 11:00:00 -07:00
Allen Byrne 40fc2cca16 1.10 clang 13 format #1933 (#1940)
* clang 13 format #1933

* Correct workflow
2022-07-29 08:36:40 -05:00
Allen Byrne 0311d4c00a Hdf5 1 10 sync (#1795)
* Branch sync updates and spelling

* Revert format of getenv
2022-06-09 16:29:04 -05:00
Allen Byrne 4d2b244e73 Add H5P doxygen chapter (#1762) 2022-05-13 23:25:07 -05:00
Allen Byrne 41a36efde1 Add java to format source (#1690) 2022-04-25 20:32:50 -05:00
Allen Byrne 407c52f397 Merge various cleanup java test, test files, comments (#1364)
Plus some spelling corrections
2022-01-19 17:30:19 -06:00
Allen Byrne 240108c2d7 Merge Update the java slf4j logging jars to latest 1.7.33 (#1371) 2022-01-14 17:27:45 -06:00
Allen Byrne dd5b8a8747 1 10 Fix java data export functions (#450)
* 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
2021-03-10 07:41:14 -06:00
Allen Byrne c14fa9cebf 1 10 merge java copyright header changes (#392)
* 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
2021-03-01 12:33:35 -06:00
dea591a353 Hdf5 1 10 update license url part2 (#404)
* 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>
2021-03-01 10:35:51 -06:00
Larry KnoxandH. Joe Lee 0a7296663b Hdf5 1 10 - Modify temporary rpath for testing in java example scripts (#243)
* 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>
2021-01-06 08:13:59 -06:00
Allen Byrne 14bfa9a991 Correct TARGET variable and CMake config file location 2020-11-12 10:50:50 -06:00
Dana Robinson 2477b60145 Removed trailing whitespace from source files. 2020-05-26 13:07:43 -07:00
Allen Byrne 467b5d565c Merge CMake and tools changes from develop 2020-02-27 16:54:52 -06:00
Allen Byrne 4ef9c81048 Added new CMake options for tests 2020-01-19 07:56:14 -06:00
Allen Byrne 5bb153cc3b HDFFV-11001 merge java locale from develop 2020-01-17 14:20:44 -06:00
Allen Byrne 58d3a2b03d Small syntax changes 2019-09-19 15:36:14 -05:00
Allen Byrne a97a4bba9b Remove unused command block 2019-09-19 15:09:06 -05:00
Allen Byrne 3fbf61190d HDFFV-10887 merge from develop 2019-08-20 11:54:36 -05:00
Allen Byrne 34adba4a0c HDFFV-10845, 10529 and CMake changes from develop 2019-07-24 11:08:47 -05:00
Allen Byrne c43323a06d HDFFV-10581 Correct PDB files and debug naming. 2019-07-09 16:31:17 -05:00
Allen Byrne b7d6f11182 HDFFV-10703 - Update CMake variable handling 2019-02-21 13:23:59 -06:00
Allen Byrne e1f4d0c5d2 HDFFV-10568 fix hdf5_java library dependency 2018-08-31 20:59:57 -05:00
Allen Byrne d0a62ef975 Fix Java library location for testing 2018-08-31 14:58:58 -05:00
Allen Byrne 86e489b6ab Java groups example fix 2018-08-31 08:00:06 -05:00
Allen Byrne d8ec4df928 Update system commands with HD prefix and whitespace 2018-08-28 13:32:01 -05:00
Allen Byrne 9e466086f4 Disable failing tests because of execution issue 2018-08-24 10:27:15 -05:00
Allen Byrne 87fc66f41b Add testfiles to data copy 2018-08-23 17:27:34 -05:00
Allen Byrne 6e66005441 Same changes needed for examples as test 2018-08-23 16:33:20 -05:00
Allen Byrne c0dfec8913 HDFFV-10519 Disable WriteVL JNI function, updgrade JNI 2018-06-29 09:57:47 -05:00
Allen Byrne e96ef71034 HDFFV-9739 and cmake improvements merge from develop 2018-05-22 10:23:16 -05:00
Allen Byrne 24c62ba7fe Change CMake min to 3.10 2018-03-09 12:32:06 -06:00
Allen Byrne b36bad53d9 Inc CMake min, Add new tests, rework test CMake files 2018-02-27 12:57:07 -06:00
Allen Byrne 2f18da435e HDFFV-10398 use the simpler add_subdirectory signature 2018-01-30 12:21:01 -06:00
Allen Byrne 6ca95c512a HDFFV-10385 rework java names 2018-01-17 10:27:00 -06:00
Allen Byrne 0291c09075 HDFFV-10385 Use OUTPUT_NAME property instead of CMAKE_BUILD_TYPE 2018-01-16 16:08:52 -06:00
Allen Byrne 19c18e44ed Revert CMAKE_BUILD_TYPE for matches - need to redesign 2018-01-12 14:17:04 -06:00
Allen Byrne be42e04791 HDFFV-10385 refactor CMAKE_BUILD_TYPE usage 2018-01-09 09:56:28 -06:00
Allen Byrne 4f9e47650a Fix STREQUAL if commands. 2017-10-02 12:39:15 -05:00
Allen Byrne 5c5533d7fd Change name for test results table 2017-09-20 14:16:31 -05:00
Allen Byrne ab43e3ce9b Add missing intro folder 2017-09-20 12:43:43 -05:00
Allen Byrne d901d3402a Add chekexe and chklog generation to tests 2017-09-20 09:32:03 -05:00
Allen Byrne 722dedd49e Fix call format 2017-09-20 09:32:03 -05:00
Allen Byrne 4de09ba34d Add chklog and chexe generation to Java autootools tests 2017-09-19 10:43:54 -05:00
Larry Knox 89fbe00dec Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
  Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
  Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
  Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
  Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-04-25 16:05:36 -05:00
Allen Byrne 2562ec3a4b Update CMake files and formatting 2017-03-01 14:47:53 -06:00