summaryrefslogtreecommitdiffstats
path: root/doxygen
Commit message (Collapse)AuthorAgeFilesLines
* Added new H5E with tests. (#4049)Scot Breitenfeld2024-03-071-2/+5
| | | | | | | | | | | 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
* Clarify vlen string datatype message (#3950)mattjala2024-01-311-5/+19
|
* Fix doxygen errors (#3962)Allen Byrne2024-01-293-11/+28
| | | | | | | | | | | * 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
* Update H5Fget_obj_count/ids docs to reflect dtype behavior (#3932)mattjala2024-01-201-1/+1
| | | | | * Update H5Fget_obj_count/ids to reflect dtype behavior * Clarify comments on H5Fget_obj_ids
* Change Trouble Shooting to Troubleshooting (#3905)H. Joe Lee2023-12-221-1/+1
|
* Move Glossary to the end of docs navigation menu (#3902)H. Joe Lee2023-12-211-1/+1
|
* Add VDS examples and fix non-standalone build (#3898)Allen Byrne2023-12-215-325/+326
| | | | | | | | * Choose a size for rdata dimension * Fix platform naming conflicts * Fix doxygen references to point within library repo
* Add period(.) at the end of the sentence for consistency. (#3897)H. Joe Lee2023-12-191-1/+1
|
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-141-1/+1
|
* Develop merge examples (#3851)Allen Byrne2023-11-271-0/+1
| | | | | | | | | * Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen
* Change dest for doxygen (#3856)Allen Byrne2023-11-152-2/+2
| | | * Switch doxygen refs to hdf5/develop
* Update some doxygen links to local refs (#3814)Allen Byrne2023-11-025-14/+14
|
* Fix windows cpack error in WiX package. (#3747)Allen Byrne2023-10-231-1/+1
|
* Add new API function H5Pget_actual_select_io_mode() (#2974)Neil Fortner2023-10-201-0/+4
| | | 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.
* Add an option to disable doxygen warn as error (#3708)Allen Byrne2023-10-192-1/+2
| | | | | | | | | | | | 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
* Sync changes that are only in 1.14 branch (#3704)jhendersonHDF2023-10-181-1/+1
|
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-034-4/+4
|
* Some minor formatting and text changes (#3563)Allen Byrne2023-09-222-39/+1
|
* Fix broken URL. (#3546)H. Joe Lee2023-09-191-2/+2
|
* Add API examples doxygen page (#3500)Allen Byrne2023-09-142-1/+1011
|
* Add missing row for the ROS3 VFD in table #3415 (#3517)Allen Byrne2023-09-112-40/+117
|
* Fix the Fortran extension used in example links (#3430)Allen Byrne2023-08-252-6/+6
|
* Add parallel examples in doxygen (#3413)Allen Byrne2023-08-2420-3/+843
|
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-204-6/+6
| | | | | | * removed the use of encoded single apostrophe, and fix H5Dread_chunk from write to read * updated sanitizer paragraph * fixed brief description for H5Fget_info
* Replace 1_10 reference with develop branch (#3227)Allen Byrne2023-07-131-10/+10
|
* docs: remove redundancy in Data Transfer section of user guide (#3208)H. Joe Lee2023-06-291-1/+1
|
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-1/+1
| | | | | | * HDcalloc * HDfree * HDmalloc * HDrealloc
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-193-3/+3
| | | | | | | | | | | * Fixed various -Wmissing-variable-declarations by adding static keyword * In a few cases, renamed the variable suffix from _g to _s. * Fixed some -Wmissing-variable-declarations by using different declaration macros * Fixed various -Wconditional-uninitialized warnings by just initializing variable to zero * Fixed various -Wcomma warnings * Fixed clang -Wstrict-prototypes warnings * Fixed various -Wunused-variable warnings * Updated some casts to fix the only 3 -Wcast-qual warnings * Fixed the only -Wsometimes-uninitialized warning
* Add Python for HDF-EOS zoo description (#3129)H. Joe Lee2023-06-151-2/+2
|
* Fixed typo: hdf5-examples should be hdf5_examples in a link (#3101)bmribler2023-06-111-1/+1
|
* Added new HDF5 logo and minor text and link changes to README.md (#3085)Lori Cooper2023-06-081-0/+0
|
* Fix doxygen comments in structure and enable FAIL_ON_WARNINGS (#3059)Allen Byrne2023-06-061-1/+1
|
* Remove most unused options which are defaulted #2998 (#3019)Allen Byrne2023-05-263-898/+2
| | | | | * Remove most unused options which are defaulted #2998 * Fix property list references
* Fixed Fortran Doxygen warnings (#3017)Scot Breitenfeld2023-05-261-0/+2
| | | | Fixes Fortran doxygen warnings, #2998
* Fix 'datatype' misspellings ('dataype') (#2984)Dana Robinson2023-05-191-1/+1
|
* Add missing terminator (#2888)Allen Byrne2023-05-031-1/+1
|
* Changes to isolate API Test option files and use fetchcontent (#2880)Allen Byrne2023-05-031-1/+1
|
* Add Fortran Selection IO APIs (#2864)Scot Breitenfeld2023-05-011-0/+1
| | | new selection IO fortran APIs with tests
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-018-13/+13
|
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-1/+12
| | | | | Initial implementation of selection I/O with type conversion. Allows Parallel collective I/O with type conversion, as long as selection I/O is enabled.
* Added Fortran Async APIs (#2715)Scot Breitenfeld2023-04-211-0/+4
| | | H5A, H5D, H5ES, H5G, H5F, H5L and H5O async APIs were added.
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-134-7/+7
| | | | | | | | | | * reviewed H5A * Addressed various grammar issues. * remove double words, spelling fixes * replace the use of rawdata with raw data
* Update ReferenceManual.dox (#2517)mattjala2023-03-081-1/+1
|
* Fix H5Dchunk_iter doxygen example, cherry-pick of ef3bed6 (#2519)Mark Kittisopikul2023-03-081-3/+3
|
* Fix new codespell issues (#2521)Mark Kittisopikul2023-03-083-3/+3
| | | | | * Fix new codespell issues * Have codespell ignore ./config/sanitizer/sanitizers.cmake
* Missing or misplaced entries in API reference tables #2470 (#2472)Allen Byrne2023-03-012-65/+206
| | | | | * Missing or misplaced entries in API reference tables #2470 * Doxy corrections
* Port VOL connector Guide to doxygen (#2333)Allen Byrne2023-01-182-0/+4910
| | | | | | | * Port VOL connector Guide to doxygen * Fix spelling * Updated VOL UG ref and added release note
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-0/+1
| | | | | | | | | | | | | | | * H5F_LIBVER_LATEST changes for move to 1.15 * Add new default api check * Format fixes * Fix default configure * fix lib version tests * Fix another version variable * Add 1.14 doc link
* Fix doxygen warnings and remove javadocs (#2324)Allen Byrne2022-12-207-14/+12
| | | | | * Fix doxygen warnings and remove javadocs * fix typo
* Removed idioms and misc. text clean-up (#2320)Scot Breitenfeld2022-12-171-9/+4
| | | | | * removed idioms and misc. text clean-up, Issue #2135 * removed idioms and misc. text clean-up, Issue #2135