aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkkconfigsymbols.py
AgeCommit message (Expand)AuthorFilesLines
2023-01-26scripts: handle BrokenPipeError for python scriptsGravatar Masahiro Yamada 1-1/+12
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileGravatar Ariel Marcovitch 1-8/+0
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitGravatar Ariel Marcovitch 1-0/+3
2021-09-03checkkconfigsymbols.py: Fix the '--ignore' optionGravatar Ariel Marcovitch 1-1/+1
2020-08-14kconfig: remove '---help---' supportGravatar Masahiro Yamada 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Gravatar Thomas Gleixner 1-1/+1
2017-02-03checkkconfigsymbols.py: support Kconfig's 'imply' statementGravatar Valentin Rothberg 1-1/+1
2017-01-19checkkconfigsymbols.py: don't sort similar symbolsGravatar Valentin Rothberg 1-3/+3
2016-10-28checkkconfigsymbols.py: support git's "^" syntaxGravatar Valentin Rothberg 1-1/+1
2016-08-28checkkconfigsymbols: use arglist instead of cmd stringGravatar Valentin Rothberg 1-11/+16
2016-08-28checkkconfigsymblos: consistent symbol terminologyGravatar Valentin Rothberg 1-67/+67
2016-08-28checkkconfigsymbols.py: fix pylint and pep8 warningsGravatar Valentin Rothberg 1-10/+8
2016-08-28checkkconfigsymbols: use ArgumentParserGravatar Valentin Rothberg 1-73/+69
2016-08-28checkkconfigsymbols.py: port to Python 3Gravatar Valentin Rothberg 1-16/+17
2016-08-27checkkconfigsymbols.py: avoid shell injectionGravatar Valentin Rothberg 1-5/+7
2016-08-18checkkconfigsymbols.py: add --no-color option, don't print color to non-TTYGravatar Andrew Donnellan 1-2/+10
2016-05-01checkkconfigsymbols.py: Fix typo in help messageGravatar Andreas Ziegler 1-1/+1
2015-12-14checkkconfigsymbols.py: find similar symbolsGravatar Valentin Rothberg 1-26/+88
2015-12-14checkkconfigsymbols.py: multiprocessing of filesGravatar Valentin Rothberg 1-26/+102
2015-08-03scripts/checkkconfigsymbols.py: support default statementsGravatar Valentin Rothberg 1-2/+7
2015-08-03checkkconfigsymbols.py: colored outputGravatar Valentin Rothberg 1-6/+20
2015-08-03checkkconfigsymbols.py: find relevant commitsGravatar Valentin Rothberg 1-0/+21
2015-05-24checkkconfigsymbols.py: set python2 as default interpreterGravatar Valentin Rothberg 1-1/+1
2015-05-24checkkconfigsymbols.py: add option -i to ignore filesGravatar Valentin Rothberg 1-6/+26
2015-03-24checkkconfigsymbols.py: fix sorted outputGravatar Valentin Rothberg 1-5/+7
2015-03-16checkkconfigsymbols.py: make it Git awareGravatar Valentin Rothberg 1-6/+132
2015-03-09checkkconfigsymbols.py: filter reports for tools/Gravatar Valentin Rothberg 1-3/+4
2014-11-08checkkconfigsymbols.py: improve detection of defectsGravatar Valentin Rothberg 1-30/+27
2014-11-07checkkconfigsymbols.sh: reimplementation in pythonGravatar Valentin Rothberg 1-0/+142