Commit Graph

20 Commits

Author SHA1 Message Date
Allen Byrne
830bf561e1
Merge CMake,doxygen changes from develop,1.10 branches (#3578)
* Merge CMake,doxygen changes from develop,1.10 branches

* revert incorrect option in AT TS build

* Use variable for ignore-eol usage.

* Add last_test depends logic

* Just print status on CMake below 3.14
2023-09-26 06:46:15 -07:00
Allen Byrne
ceef4a9ebd
Merge/update CMake, presets,java and tools (#3393) 2023-08-21 17:13:03 -05:00
Allen Byrne
4a6872cbf6
Merges from develop/1.14 (#3118)
* 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
macros improved for configure output capture.
Remove obsolete files

* Revert parallel config with TS

* Fix doxygen warnings
2023-06-15 07:50:02 -07:00
Allen Byrne
cd18732c2e
Remove most unused options which are defaulted #2998 (#3046)
* Remove most unused options which are defaulted #2998

* Correct doxygen predefined list

* Correct doxygen list of predefineds
2023-06-05 16:22:10 -07:00
Larry Knox
c420176d47
Fix new codespell issues (#2521) (#2530)
* Fix new codespell issues (#2521)

* Fix new codespell issues

* Have codespell ignore ./config/sanitizer/sanitizers.cmake

* Fix typo in genparser.

---------

Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
2023-03-10 09:52:06 -06:00
Allen Byrne
91cf10156a
1.12 Merge doxygen plist tables changes #2470 from develop (#2505)
* Merge doxygen plist tables changes #2470 from develop

* Add new/moved files

* More add new/moved files

* Doxy corrections
2023-02-28 17:08:47 -08:00
Allen Byrne
9348ba920e
1 12 doxygen merge from 1.10 (#2094) 2022-09-12 22:37:01 -05:00
Dana Robinson
82ebc9c370
Spelling fixes for codespell (#2038)
* Spelling fixes for codespell

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-18 10:48:17 -07:00
Allen Byrne
4c66bf627e
Merge UG from 1.10 and add prelim vol section (#1980)
* Merge UG from 1.10 and add prelim vol section

* Spelling fixes

* Merge format and autotools javadoc from 1.10
2022-08-09 16:11:14 -07:00
Larry Knox
d0739f13c1
Revert "1.12 eliminate unnecessary errors in the error stack (#1880)" (#1935)
This reverts commit f699768133.
2022-07-26 14:30:04 -05:00
Allen Byrne
f699768133
1.12 eliminate unnecessary errors in the error stack (#1880)
* Eliminate unnecessary error output

* Fix merge typo

* fix format

* Fix object address to tokens

* Fix conflict
2022-07-18 10:23:37 -07:00
vchoi-hdfgroup
0b337cb093
Add doxygen for high level modules to hdf5 1.12 (#1901)
* Add doxygen for high level modules to hdf5 1.12

* Committing clang-format changes

Co-authored-by: vchoi <vchoi@jelly.ad.hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-16 22:20:45 -07:00
Allen Byrne
2a147be72f
Hdf5 1 12 sync (#1794) 2022-06-11 23:06:49 -05:00
Allen Byrne
a9cd3c6cfb
1.12 Merge doxygen changes from develop (#1542) 2022-03-29 20:52:31 -05:00
Allen Byrne
b30a44973e
Merge Fix various warnings and issues in doxygen doc generation #994 (#996) 2021-09-10 07:41:53 -05:00
Allen Byrne
d0507c23f3
1.12 Merge A batch of life-cycle examples for different modules #654 (#987)
* Merge A batch of life-cycle examples for different modules #654

* Remove generated file

* Change doxygen generated file location
2021-09-07 16:08:41 -05:00
Allen Byrne
021d7c7278
Hdf5 1 12 doxygen merge (#615)
* OESS-98 fix tools test for plugins

* sync fork

* Merge of changes from dev

* Move problem option to bottom of the list until fixed

* HDFFV-11106 - fix parsing optional args

* HDFFV-11106 add note

* grammer fix

* Whitespace after clang formatting

* Undo format version 11 changes

* Update check to working version

* Merge workflow and minor changes from develop

* Update supported platforms

* PR#3 merge from develop

* Merge gcc 10 diagnostics option from develop

* Merge #318 OSX changes from develop

* Merge serval small changes from dev

* fix typo

* Minor non-space formatting changes

* GH #386 copyright corrections for java folder

* revert because logic requires false return

* Merges from develop

#358 patches from vtk
#361 fix header guard spelling

* Remove case statement for H5I_EVENTSET

* Correct call with versioning

* Remove tabs

* Double underscore change

* Merges from develop

#340 clang -Wformat-security warnings
#360 Fixed uninitialized warnings
Remove more underscores from header guards

* Merge #380 from develop

* Correct date entry

* Split format source and commit changes on repo push

* remove pre-split setting

* Change windows TS to use older VS.

* HDFFV-11212 JNI export util and Javadoc

* Suggested review changes

* Another change found

* Committing clang-format changes

* Some Javadoc warning fixes

* Committing clang-format changes

* Updated javadoc fixes

* HDFFV-11228/9 merges from develop

* remove obsolete debug comment

* Fix conflict

* HDFFV-11229 merge changes from develop

* HDFFV-11229 merge second compare from develop

* HDFFV-11229 fix reference file

* HDFFV-11229 update autotools test script for two ref files

* HDFFV-11229 merge dev changes for long double display in tools

* Committing clang-format changes

* Update with changes from develop

* Add "option" command for clang options

* Rework CMake add_custom to use the BYPRODUCTS argument

Update pkgconfig scripts for parallel builds.
Fix install COPYING file reference.
Remove unused round defines.
Change CMake default setting of BUILD_CPP to off.

* Whitespace changes

* Rework CMake add_custom to use the BYPRODUCTS argument

* Revert CMake configure checks for round defines

* With VS 2015 minimum strdup is supported

* Doxygen comments merged from develop

* doxygen build updates

* Correct version string for map functions

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-04 17:46:10 -05:00
Larry Knox
71a42ab05e
Merge available RM doxygen from develop to hdf5 1 12 (#131)
* Snapshot version 1.12 release 1-3.  Update  version to 1.12.1-4.

* First cut of the H5 public API documentation. (#80)

* First cut of the H5 public API documentation.

* Added H5Z "bonus track."

* Applied Quincey's patch.

* Added the missing patches from Quincey's original patch.

* H5PL (complete) and basic H5VL API documentation.

* Added H5I API docs.

* Added H5L API docs.

* First installment from Elena's H5T batch.

* Second installment of Elena's H5T batch.

* Final installment of Elena's H5T batch.

* Full set of current H5F documentation. (#105)

* First cut of the H5 public API documentation.

* Added H5Z "bonus track."

* Applied Quincey's patch.

* Added the missing patches from Quincey's original patch.

* H5PL (complete) and basic H5VL API documentation.

* Added H5I API docs.

* Added H5L API docs.

* First installment from Elena's H5T batch.

* Second installment of Elena's H5T batch.

* Final installment of Elena's H5T batch.

* Migrated documentation for SWMR functions.

* Catching up on MDC functions.

* Integrated the H5F MDC function documentation.

* Added MDC and parallel H5F functions.

* Slightly updated main page.

* Added doxygen/dox/H5AC_cache_config_t.dox to MANIFEST.

* Doxygen - added (mostly) beginner functions (#112)

* Doxygen - added (mostly) beginner functions

* Removed duplicate H5Pset_szip function

* Add src/H5module.h to MANIFEST.

Co-authored-by: Gerd Heber <gheber@hdfgroup.org>
Co-authored-by: bljhdf <58825073+bljhdf@users.noreply.github.com>
2020-11-26 06:32:33 -06:00
Dana Robinson
5d0be1b196
Manual sync with develop (#95)
Brings all features from develop. Note that RELEASE.txt has not been
updated (will be done in a future PR).
2020-11-17 07:47:52 -06:00
Allen Byrne
3e45af68d8 Add doxygen framework for CMake and autotools 2020-11-13 09:30:56 -06:00