Commit Graph

137 Commits

Author SHA1 Message Date
H. Joe Lee
8e3678170e
Remove trailing extra whitespace in hyperlink (#4509) 2024-05-21 11:10:30 -07:00
vchoi-hdfgroup
6c16791b5a
Fix for github issue #2220. (#4497)
Document the limitation in the Passthrough Conncector section of the VOL Connector Author Guide.
The limitation is posted by Neil in the github issue on Dec 22, 2022.
2024-05-17 08:19:04 -05:00
bmribler
773d6f970f
Add a missing image from the original document (#4490) 2024-05-15 13:54:48 -05:00
bmribler
815453a78f
Fix typo in H5Rget_obj_type (#4463)
Issue GH-1723
2024-05-06 08:32:02 -05:00
H. Joe Lee
eeaee6df62
Fix grammar in VOL guide (#4452) 2024-05-02 05:06:45 -07:00
Scot Breitenfeld
abf8b01f55
H5R Fortran wrappers and misc. H5R API/DOC updates (#4446)
- Add Fortran H5R APIs:
      h5rcreate_attr_f, h5rcreate_object_f, h5rcreate_region_f,
      h5ropen_attr_f, h5ropen_object_f, h5ropen_region_f,
      h5rget_file_name_f, h5rget_attr_name_f, h5rget_obj_name_f,
      h5rcopy_f, h5requal_f, h5rdestroy_f, h5rget_type_f

    - Fixed function H5Requal actually to compare the reference pointers

      Fixed an issue with H5Requal always returning true because the
      function was only comparing the ref2_ptr to itself.
2024-05-01 05:39:01 -07:00
Allen Byrne
667b607ca0
Add navigate chapters and use release_docs in Learn Basics (#4441) 2024-04-29 07:37:15 -05:00
H. Joe Lee
2a41324b59
Fix broken links in VOL API table (#4438) 2024-04-24 08:30:16 -07:00
H. Joe Lee
ed10a4714b
Lowercase in File Format Specification (#4424) 2024-04-20 12:04:04 -05:00
bmribler
84e75e28dd
Add training videos page (#4422) 2024-04-19 07:45:56 -05:00
bmribler
dab8651a37
Update documentation (#4415)
Added the replacement for https://docs.hdfgroup.org/archive/support/HDF5/doc/TechNotes/Version.html
Corrected some minor typos and another deadlink
2024-04-17 08:22:27 -05:00
Allen Byrne
c548657043
Update and use more URL alias (#4413) 2024-04-17 07:56:19 -05:00
Allen Byrne
3fad116502
Use aliases for URLs (#4409) 2024-04-16 13:51:20 -05:00
bmribler
3f0649cc06
Update documentation (#4403)
- Added File Image Operations to Technical Notes

* Use a correct example location
2024-04-16 13:02:36 -05:00
bmribler
2f8433491a
Add additional terms to the glossary (#4401)
Fixes GH #4390
2024-04-16 07:24:36 -05:00
bmribler
84fac90ce8
Correct the high-level library link (#4398)
* Correct the high-level library link

The link currently used points to 1.13 release.  Changed to use the md file instead.

* Update Doxyfile for md files

* Update to include md files
2024-04-12 12:37:15 -07:00
bmribler
6ff227cb45
Fix a typo (#4352) 2024-04-08 14:49:13 -07:00
bmribler
95327c0170
Fix dead links cont. (#4349)
Added img/images_to_copy.dox as a temporary solution because doxygen didn't copy
the images used in the examples/*.html files - will investigate more.  This was
necessary for the links to intro_SWMR.html and intro_VDS.html.
2024-04-08 10:12:48 -05:00
bmribler
8def3f61bd
Add VDS and SWMR to documentation (#4336) 2024-04-07 17:01:45 -05:00
bmribler
ded34c53f4
Revert "Fixed dead links in docs (#4334)" (#4335)
This reverts commit 408fc66002.
2024-04-06 07:00:53 -05:00
bmribler
408fc66002
Fixed dead links in docs (#4334) 2024-04-05 11:13:46 -05:00
Allen Byrne
530effbbc1
Fix example ref files path (#4285) 2024-03-30 06:45:57 -05:00
Allen Byrne
42f9d2426f
Correct reference copy for 16 API (#4244) 2024-03-26 09:04:36 -07:00
Allen Byrne
987fd8bb42
Fix example links (#4237) 2024-03-25 08:23:49 -07:00
bmribler
817175e6e3
Fix broken URLs in documentation (#4214)
Fixes GH-3881 partially.  There are pages that need to be recreated.
2024-03-24 15:12:36 -05:00
bmribler
0d595d68ca
Update link to Chunking in HDF5 page (#4203) 2024-03-21 09:10:40 -07:00
Allen Byrne
8ecc984fff
Correct download link for develop doxygen (#4196) 2024-03-20 16:45:46 -05:00
Allen Byrne
8f3e544193
Filter plugins updates for registration URL (#4180)
* Update filter plugin URL to new location

* Adjust test array size
2024-03-19 15:11:15 -05:00
jhendersonHDF
330b80a266
Add support for _Float16 16-bit floating point type (#4065)
Fixed some conversion issues with Clang due to problematic undefined
behavior when casting a negative floating-point value to an integer

Fixed a bug in the library's software integer to floating-point
conversion function where a user's conversion exception function
returning H5T_CONV_UNHANDLED in the case of overflows would result in
incorrect data after conversion

Added configure checks for functions and macros related to _Float16
usage since some compilers expose the datatype but not the functions or
macros

Fixed a dt_arith test failure when H5_WANT_DCONV_EXCEPTION isn't defined

Fixed a few warnings from not explicitly casting some _Float16 variables
upwards
2024-03-18 21:36:46 -07:00
Allen Byrne
4e222bf5bb
Add filter plugin user guide text. Fix registered URL in docs (#4169) 2024-03-18 08:36:55 -07:00
Scot Breitenfeld
9d8e882496
Added new H5E with tests. (#4049)
Added Fortran H5E APIs:
h5eregister_class_f, h5eunregister_class_f, h5ecreate_msg_f, h5eclose_msg_f
h5eget_msg_f, h5epush_f, h5eget_num_f, h5ewalk_f, h5eget_class_name_f,
h5eappend_stack_f, h5eget_current_stack_f, h5eset_current_stack_f, h5ecreate_stack_f,
h5eclose_stack_f, h5epop_f, h5eprint_f (C h5eprint v2 signature)

Addresses Issue #3987
2024-03-07 03:34:55 -08:00
mattjala
d1ed02d49f
Clarify vlen string datatype message (#3950) 2024-01-31 16:16:49 -06:00
Allen Byrne
365e23340c
Fix doxygen errors (#3962)
* Switch warnings as errors to default OFF

* Enable mac docs

* Add doxygen action uses step

* Use html div around snippet

* Allow preset name to be an argument to cmake-ctest.yml
2024-01-29 07:38:54 -06:00
mattjala
51f150a945
Update H5Fget_obj_count/ids docs to reflect dtype behavior (#3932)
* Update H5Fget_obj_count/ids to reflect dtype behavior

* Clarify comments on H5Fget_obj_ids
2024-01-19 21:11:06 -06:00
H. Joe Lee
11e15aeed1
Change Trouble Shooting to Troubleshooting (#3905) 2023-12-22 09:02:09 -08:00
H. Joe Lee
2149744b35
Move Glossary to the end of docs navigation menu (#3902) 2023-12-21 10:01:33 -06:00
Allen Byrne
aa734a5d7e
Add VDS examples and fix non-standalone build (#3898)
* Choose a size for rdata dimension

* Fix platform naming conflicts

* Fix doxygen references to point within library repo
2023-12-21 09:53:24 -06:00
H. Joe Lee
d5edbee016
Add period(.) at the end of the sentence for consistency. (#3897) 2023-12-19 08:37:48 -06:00
Allen Byrne
6f2d22d86e
Add variable option syncing for examples (#3885) 2023-12-14 12:50:30 -06:00
Allen Byrne
fc88fcde10
Develop merge examples (#3851)
* Merge examples repo into library

* Change grepTest to be more fault-tolerant

* Update examples macro file

* Exclude all Fortran examples from doxygen
2023-11-27 15:30:15 -06:00
Allen Byrne
ef39882fa1
Change dest for doxygen (#3856)
* Switch doxygen refs to hdf5/develop
2023-11-15 17:32:07 -06:00
Allen Byrne
61982b60fd
Update some doxygen links to local refs (#3814) 2023-11-02 07:55:50 -05:00
Allen Byrne
66396cadb1
Fix windows cpack error in WiX package. (#3747) 2023-10-23 12:39:43 -07:00
Neil Fortner
630d6e27c9
Add new API function H5Pget_actual_select_io_mode() (#2974)
This function allows the user to determine if the library performed selection I/O, vector I/O, or scalar (legacy) I/O during the last HDF5 operation performed with the provided DXPL. Expanded existing tests to check this functionality.
2023-10-20 10:32:17 -07:00
Allen Byrne
5844f498b0
Add an option to disable doxygen warn as error (#3708)
Add for both CMake and the Autotools

* HDF5_ENABLE_DOXY_WARNINGS: ON/OFF (Default: ON)
* --enable-doxygen-errors: enable/disable (Default: enable)

The default will fail compile if the doxygen parsing generates warnings.
The option can be disabled if certain versions of doxygen have parsing
issues. i.e. 1.9.5, 1.9.8.

Fixes #3398
2023-10-19 14:58:33 -07:00
jhendersonHDF
9557256819
Sync changes that are only in 1.14 branch (#3704) 2023-10-17 21:54:40 -07:00
jhendersonHDF
34fcb9c5a4
Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
Allen Byrne
197596b085
Some minor formatting and text changes (#3563) 2023-09-22 08:44:31 -05:00
H. Joe Lee
fd630b3dff
Fix broken URL. (#3546) 2023-09-19 11:09:58 -05:00
Allen Byrne
f2a284dc80
Add API examples doxygen page (#3500) 2023-09-14 07:40:28 -07:00