summaryrefslogtreecommitdiffstats
path: root/bin/warnhist
Commit message (Collapse)AuthorAgeFilesLines
* sync bin dir with develop (#3270)Allen Byrne2023-07-251-3/+0
|
* Minor normalization w/ develop (#3073)Dana Robinson2023-06-071-0/+15
| | | | | | | Mostly bin directory * bin/release uses sha256 * bin/h5vers whitespace changes * bin/genparser warning fixes + HL changes * Add bin directory for make distclean
* Update Copyright headers. (#2534)Larry Knox2023-03-131-6/+4
|
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-1/+1
| | | | | | | * Spelling fixes for codespell * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Normalization of 1.12 branch with develop (#1598)Dana Robinson2022-04-071-1/+1
|
* Warnings merge 112 (#299)Allen Byrne2021-02-041-48/+61
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 * Merge dev warnings changes from develop
* Merge from developAllen Byrne2020-10-071-1/+1
| | | | | | github workflow files parser files bin scripts doc corrections
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-081-4/+15
| | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
* Make this script work on hosts where PERL is not installed atDavid Young2019-12-191-1/+2
| | | | /usr/bin/perl.
* Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-101-7/+18
| | | | to warning cleanups that are a bit obscure.
* Cleaned up code that genericizes warning output, and add "-u" option toQuincey Koziol2019-07-051-269/+65
| | | | | leave unique types in warnings (i.e. don't genericize output). Also fixed the '-S' option to work correctly.
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-62/+217
|
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-22/+57
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-4/+34
| | | | clean up warnings.
* Added a warning summary script for gcc to binDana Robinson2019-06-171-0/+484