Commit Graph

22684 Commits

Author SHA1 Message Date
Allen Byrne
f4a3d2c80b
Hdf5 1 14 release action (#3198)
* Update actions for release option, fix branch for daily build
* Scheduled workflows run on latest commit on the develop
2023-06-29 16:46:28 -07:00
Allen Byrne
d2e91ad50c
Add missing space in zip command (#3168) 2023-06-22 08:09:26 -07:00
Allen Byrne
7c587d950c
Update github files/workflow from develop (#3154)
* Update github files/workflow from develop
2023-06-19 09:21:39 -07:00
Allen Byrne
16b1f35e7f
Some minor version text changes (#3134) 2023-06-15 15:48:27 -07:00
mattjala
c2e3e9f63a
Add java options to build scripts (#3136)
Previously, cmakehdf5 turned on compiling of the java interface
by default due to a value set in cacheinit.cmake.

Now, consistent with how Fortran and CPP interfaces are handled,
the script overwrites this default value to disable the libraries,
fixing #2958.

I also implemented the --enable-java/--disable java options for
cmakehdf5, and -java for buildhdf5.

Allen said these scripts should mention that
compilers are to be specified in environment variables, but missing
compilers causes errors at the CMake level, and
CMake's error messages are already pretty informative (See the one
in #2958 about JAVA_COMPILER).
2023-06-15 13:53:19 -07:00
Allen Byrne
d987620dae
Sync fortran src files with develop (#3126)
* Sync fortran src files with develop
2023-06-14 19:46:48 -05:00
Allen Byrne
3d231bd0c0
merges from develop (#3115)
* Fix release action that allows files to be uploaded.
* Add autotools h5copy help test.
* Update cmake tools.cmake file for clang-tidy.
* CMake build is missing H5FDsubfiling.h
* Correct snapshot location
* Add note for issue 3056
2023-06-13 16:14:12 -07:00
Allen Byrne
bfeb1b0dd5
Fix doxygen and actions - merge from develop (#3109)
* Update the workflows to changes in develop
* Disable java for error only action
* Fix Fortran doxygen
* add fortran alias
* Merge changes from develop to fix actions
2023-06-12 20:04:49 -07:00
Allen Byrne
2af7ea3c22
Fix the default for API_VERSION to only allow one default (#3108) 2023-06-12 20:01:49 -07:00
Allen Byrne
53dd2f21bf
Fix multiConfig variable usage and remove unused CMake vars (#3048) 2023-06-05 16:24:01 -07:00
Allen Byrne
e03ffa18bc
Update actions and change defaults of compression (fix vars) (#3042)
* Update actions and change defaults of compression (fix vars)

* Unique location for branches
2023-06-05 16:23:19 -07:00
Allen Byrne
c0c4c4c3d0
Remove most unused options which are defaulted #2998 (#3045) 2023-06-05 16:20:02 -07:00
Larry Knox
722574e05c
Update version (#2971)
* Update version
Copy RELEASE.txt from 1.14.1-2 release into HISTORY-1_14.txt
Clear out RELEASE.txt
2023-05-19 11:30:12 -05:00
Allen Byrne
dd82e186ff
Update name of DT action and install text (#2966) 2023-05-16 18:38:40 -05:00
mattjala
8af30f7820
Warn about changing collections during iteration (#2962) 2023-05-16 14:38:04 -05:00
mattjala
196078958c
Prevent buffer overrun in H5S_select_deserialize (#2953) 2023-05-16 12:54:55 -05:00
Allen Byrne
f49a728a08
Update action uses version (#2938) 2023-05-11 08:19:24 -07:00
Quincey Koziol
e52122ecee Fix mirror VFD test timeouts (#2915)
* Close & re-open socket when looping for timeouts

* Committing clang-format changes

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-05 15:24:11 -07:00
jhendersonHDF
5d7682c6b5 Fix some compile failures in API tests (#2913) 2023-05-05 15:24:11 -07:00
Scot Breitenfeld
c754dc9591 Added summary report to test big IO (#2908) 2023-05-05 15:24:11 -07:00
Dana Robinson
986b6c01ce Remove H5TB discussion (#2899) 2023-05-05 15:24:11 -07:00
Allen Byrne
0325220cc0
Fix CMake generator expression syntax (#2910)
* Fix CMake generator expression syntax

* Add missing quotes
2023-05-05 15:42:46 -05:00
Allen Byrne
29f29c297c
Add h5copy help test and verify consistency (#2904) 2023-05-05 15:41:00 -05:00
Allen Byrne
7e141f71de
remove obsolete SZIP find module (#2907) 2023-05-05 09:50:02 -07:00
Allen Byrne
d0e8878ad4
Force lowercase Fortran module file names (#2892) 2023-05-04 08:43:23 -05:00
jhendersonHDF
43e7790f0e
Merge pull request #2887 from jhendersonHDF/1_14_develop_sync
Sync with develop
2023-05-03 16:58:37 -05:00
jhendersonHDF
3fbdd700cb Add RELEASE.txt entry for API tests (#2889) 2023-05-03 16:23:47 -05:00
jhendersonHDF
6b7c0449b2 Remove references to old MANIFEST file (#2890) 2023-05-03 16:23:32 -05:00
jhendersonHDF
0a4181c0be Fix Autotools internal-debug=all builds (#2886) 2023-05-03 13:26:57 -05:00
Scot Breitenfeld
7bcbf16abc fixed args in execvp for h5fuse (#2885) 2023-05-03 13:26:57 -05:00
jhendersonHDF
cc1157b7a3 Minor tidying of API tests files (#2878)
* Minor tidying of API tests files

* Remove old API test configuration setting
2023-05-03 13:26:57 -05:00
Allen Byrne
7df92eee39 Changes to isolate API Test option files and use fetchcontent (#2880) 2023-05-03 13:26:57 -05:00
jhendersonHDF
c75b4af1a2 Add initial version of HDF5 API tests (#2877) 2023-05-03 13:26:57 -05:00
Larry Knox
75d64819b0
Redo remove selection I/O test from testphdf5 in CMake #2860. (#2874) (#2884) 2023-05-03 12:37:05 -05:00
Larry Knox
85b5e8e7da
Update so numbers for hdf5 1.14.1 release. (#2881) 2023-05-03 12:36:47 -05:00
Larry Knox
271b0fbb8c
Sync 2 new develop prs to hdf5_1_14 (#2879)
* Add bin directory to make distclean (#2872)

This allows h5cc to be cleaned up

* Fixed test failure for when REAL is promoted via a compiler flag (#2873)

---------

Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org>
2023-05-02 16:06:16 -05:00
Dana Robinson
6eb021b68a
Sync with develop (#2871) 2023-05-01 22:25:48 -07:00
Allen Byrne
da46fdbf50
Add daily test create binary workflow for prior day (#2862) 2023-05-01 08:54:04 -07:00
Allen Byrne
e22750f7b8
add new presets (#2861) 2023-05-01 08:53:12 -07:00
jhendersonHDF
88d78fb508
Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807) (#2815) 2023-04-30 13:15:51 -07:00
Allen Byrne
a5a0d2beca
Correct compression install files (#2846) 2023-04-30 13:14:30 -07:00
Dana Robinson
a150e5fc25
Sync with develop (#2849)
Cherry pick of

ea7dfcd (Change Powershell to PowerShell in docs)

to

4497feb (Update H5Dget_space_status bug note to reference 1.14.0)
2023-04-28 13:37:04 -07:00
jhendersonHDF
f82f056d7b
Fix hdfeos5 workflow concurrency conflicts (#2804) (#2826) 2023-04-26 15:39:21 -07:00
jhendersonHDF
0312137b00
Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798) (#2800) 2023-04-24 09:12:00 -07:00
Allen Byrne
5c8c9ce925
Correct CMake option defaults - deprecate szip for libaec (#2786) 2023-04-24 09:11:26 -07:00
Dana Robinson
7707859279
Merge with develop (#2790) 2023-04-21 23:25:12 -07:00
Dave Allured
a4371b6fce
H5Spoint.c: Comment fix (#2783)
Comment here should be "point", not "hyperslab".
2023-04-20 16:51:25 -05:00
Larry Knox
f909e6e83f
Add new version of COPYING_LBNL_HDF5. (#2775) 2023-04-18 13:07:06 -07:00
Allen Byrne
becd452562
Add no subsets option to h5diff like h5dump (#2759) 2023-04-18 11:21:34 -07:00
glennsong09
298d7218d5
Clean up memory allocated when reading messages in H5Dlayout on error (#2769) 2023-04-17 19:10:15 -07:00