summaryrefslogtreecommitdiffstats
path: root/scripts/checkkconfigsymbols.py
AgeCommit message (Expand)AuthorLines
2023-01-26scripts: handle BrokenPipeError for python scriptsMasahiro Yamada-1/+12
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch-8/+0
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch-0/+3
2021-09-03checkkconfigsymbols.py: Fix the '--ignore' optionAriel Marcovitch-1/+1
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner-1/+1
2017-02-03checkkconfigsymbols.py: support Kconfig's 'imply' statementValentin Rothberg-1/+1
2017-01-19checkkconfigsymbols.py: don't sort similar symbolsValentin Rothberg-3/+3
2016-10-28checkkconfigsymbols.py: support git's "^" syntaxValentin Rothberg-1/+1
2016-08-28checkkconfigsymbols: use arglist instead of cmd stringValentin Rothberg-11/+16
2016-08-28checkkconfigsymblos: consistent symbol terminologyValentin Rothberg-67/+67
2016-08-28checkkconfigsymbols.py: fix pylint and pep8 warningsValentin Rothberg-10/+8
2016-08-28checkkconfigsymbols: use ArgumentParserValentin Rothberg-73/+69
2016-08-28checkkconfigsymbols.py: port to Python 3Valentin Rothberg-16/+17
2016-08-27checkkconfigsymbols.py: avoid shell injectionValentin Rothberg-5/+7
2016-08-18checkkconfigsymbols.py: add --no-color option, don't print color to non-TTYAndrew Donnellan-2/+10
2016-05-01checkkconfigsymbols.py: Fix typo in help messageAndreas Ziegler-1/+1
2015-12-14checkkconfigsymbols.py: find similar symbolsValentin Rothberg-26/+88
2015-12-14checkkconfigsymbols.py: multiprocessing of filesValentin Rothberg-26/+102
2015-08-03scripts/checkkconfigsymbols.py: support default statementsValentin Rothberg-2/+7
2015-08-03checkkconfigsymbols.py: colored outputValentin Rothberg-6/+20
2015-08-03checkkconfigsymbols.py: find relevant commitsValentin Rothberg-0/+21
2015-05-24checkkconfigsymbols.py: set python2 as default interpreterValentin Rothberg-1/+1
2015-05-24checkkconfigsymbols.py: add option -i to ignore filesValentin Rothberg-6/+26
2015-03-24checkkconfigsymbols.py: fix sorted outputValentin Rothberg-5/+7
2015-03-16checkkconfigsymbols.py: make it Git awareValentin Rothberg-6/+132
2015-03-09checkkconfigsymbols.py: filter reports for tools/Valentin Rothberg-3/+4
2014-11-08checkkconfigsymbols.py: improve detection of defectsValentin Rothberg-30/+27
2014-11-07checkkconfigsymbols.sh: reimplementation in pythonValentin Rothberg-0/+142