summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeLines
* tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaningMasahiro Yamada2016-08-05-0/+74
* tools: moveconfig: make getting all defconfigs into helper functionMasahiro Yamada2016-08-05-6/+11
* tools: moveconfig: fix cleanup of defines across multiple linesMasahiro Yamada2016-08-05-0/+3
* tools: moveconfig: show diffs of cleaned headers in colorMasahiro Yamada2016-08-05-10/+16
* tools: moveconfig: show result of header cleaning in unified diffMasahiro Yamada2016-08-05-5/+25
* tools: moveconfig: trim garbage lines after header cleanupsMasahiro Yamada2016-08-05-4/+81
* tools: moveconfig: do not check clean tree and compilers for -H optionMasahiro Yamada2016-08-05-4/+2
* tools: moveconfig: do not cleanup headers in include/generatedMasahiro Yamada2016-08-05-0/+2
* tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada2016-06-22-1/+31
* tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada2016-06-22-13/+14
* tools: moveconfig: simplify source tree switchingMasahiro Yamada2016-06-22-13/+9
* tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada2016-06-22-21/+28
* tools: moveconfig: fix needless move for config with default 1Masahiro Yamada2016-06-22-4/+2
* tools: moveconfig: Add a new --git-ref optionJoe Hershberger2016-06-13-6/+68
* tools: moveconfig: New color used for changed defconfigJoe Hershberger2016-06-13-1/+1
* tools: moveconfig: Fix another typoJoe Hershberger2016-06-13-1/+1
* tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada2016-06-13-43/+67
* tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada2016-06-13-6/+10
* tools: moveconfig: add --force-sync optionMasahiro Yamada2016-06-13-3/+14
* tools: moveconfig: report when defconfig is updatedMasahiro Yamada2016-06-13-3/+11
* tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada2016-06-13-0/+26
* tools: moveconfig: display log when savedefconfig occursMasahiro Yamada2016-06-13-1/+2
* tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada2016-06-13-5/+16
* tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada2016-06-13-20/+17
* tools: moveconfig: display log atomically in more readable formatMasahiro Yamada2016-06-13-31/+42
* tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada2016-06-13-12/+12
* tools: moveconfig: compute file paths just onceMasahiro Yamada2016-06-13-10/+10
* tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada2016-06-13-88/+20
* tools: moveconfig: drop code for handling type and default valueMasahiro Yamada2016-06-13-76/+29
* tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada2016-06-13-45/+43
* tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada2016-06-13-16/+49
* tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada2016-06-13-0/+8
* tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada2016-06-13-23/+48
* tools: moveconfig: check directory location before compilersMasahiro Yamada2016-06-13-2/+2
* tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada2016-06-13-7/+5
* tools: moveconfig: rename update_defconfig() to update_dotconfig()Masahiro Yamada2016-06-13-5/+5
* tools: moveconfig: fix --dry-run optionMasahiro Yamada2016-06-13-8/+7
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-05-2/+2
* tools: Update openrisc toolchain informationBin Meng2016-02-24-1/+4
* tools: moveconfig: Update the URL for nds32 toolchainBin Meng2015-09-28-1/+1
* moveconfig: Print status about the processed defconfigsJoe Hershberger2015-05-27-5/+11
* moveconfig: Add a switch to enable printing errorsJoe Hershberger2015-05-27-0/+8
* moveconfig: Print a message for missing compilerJoe Hershberger2015-05-27-8/+20
* moveconfig: Output a list of failed boardsJoe Hershberger2015-05-27-0/+4
* moveconfig: Cleanup headers in arch and boardJoe Hershberger2015-05-27-5/+6
* moveconfig: Add a switch to only cleanup headersJoe Hershberger2015-05-27-5/+12
* moveconfig: Add a parameter to accept a list to buildJoe Hershberger2015-05-27-6/+20
* moveconfig: Ignore duplicate configs when movingJoe Hershberger2015-05-27-0/+1
* moveconfig: Always run savedefconfig on the moved configJoe Hershberger2015-05-27-9/+21
* tools: moveconfig: a tool to move CONFIGs from headers to defconfigsMasahiro Yamada2015-05-27-0/+853