Age | Commit message (Expand) | Author |
2016-06-22 | tools: moveconfig: fix needless move for config with default 1 | Masahiro Yamada |
2016-06-13 | tools: moveconfig: Add a new --git-ref option | Joe Hershberger |
2016-06-13 | tools: moveconfig: New color used for changed defconfig | Joe Hershberger |
2016-06-13 | tools: moveconfig: Fix another typo | Joe Hershberger |
2016-06-13 | tools: moveconfig: make Slot.poll() more readable with helper methods | Masahiro Yamada |
2016-06-13 | tools: moveconfig: allow to run without any CONFIG specified | Masahiro Yamada |
2016-06-13 | tools: moveconfig: add --force-sync option | Masahiro Yamada |
2016-06-13 | tools: moveconfig: report when defconfig is updated | Masahiro Yamada |
2016-06-13 | tools: moveconfig: report when CONFIGs are removed by savedefconfig | Masahiro Yamada |
2016-06-13 | tools: moveconfig: display log when savedefconfig occurs | Masahiro Yamada |
2016-06-13 | tools: moveconfig: skip savedefconfig if .config was not updated | Masahiro Yamada |
2016-06-13 | tools: moveconfig: refactor code to go back to idle state | Masahiro Yamada |
2016-06-13 | tools: moveconfig: display log atomically in more readable format | Masahiro Yamada |
2016-06-13 | tools: moveconfig: move log output code out of Kconfig Parser class | Masahiro Yamada |
2016-06-13 | tools: moveconfig: compute file paths just once | Masahiro Yamada |
2016-06-13 | tools: moveconfig: allow to give CONFIG names as argument directly | Masahiro Yamada |
2016-06-13 | tools: moveconfig: drop code for handling type and default value | Masahiro Yamada |
2016-06-13 | tools: moveconfig: do not rely on type and default value given by users | Masahiro Yamada |
2016-06-13 | tools: moveconfig: increment number of processed files monotonically | Masahiro Yamada |
2016-06-13 | tools: moveconfig: exit with error message for not clean directory | Masahiro Yamada |
2016-06-13 | tools: moveconfig: check compilers before starting defconfig walk | Masahiro Yamada |
2016-06-13 | tools: moveconfig: check directory location before compilers | Masahiro Yamada |
2016-06-13 | tools: moveconfig: remove redundant else: after sys.exit() | Masahiro Yamada |
2016-06-13 | tools: moveconfig: rename update_defconfig() to update_dotconfig() | Masahiro Yamada |
2016-06-13 | tools: moveconfig: fix --dry-run option | Masahiro Yamada |
2016-05-05 | Fix various typos, scattered over the code. | Robert P. J. Day |
2016-02-24 | tools: Update openrisc toolchain information | Bin Meng |
2015-09-28 | tools: moveconfig: Update the URL for nds32 toolchain | Bin Meng |
2015-05-27 | moveconfig: Print status about the processed defconfigs | Joe Hershberger |
2015-05-27 | moveconfig: Add a switch to enable printing errors | Joe Hershberger |
2015-05-27 | moveconfig: Print a message for missing compiler | Joe Hershberger |
2015-05-27 | moveconfig: Output a list of failed boards | Joe Hershberger |
2015-05-27 | moveconfig: Cleanup headers in arch and board | Joe Hershberger |
2015-05-27 | moveconfig: Add a switch to only cleanup headers | Joe Hershberger |
2015-05-27 | moveconfig: Add a parameter to accept a list to build | Joe Hershberger |
2015-05-27 | moveconfig: Ignore duplicate configs when moving | Joe Hershberger |
2015-05-27 | moveconfig: Always run savedefconfig on the moved config | Joe Hershberger |
2015-05-27 | tools: moveconfig: a tool to move CONFIGs from headers to defconfigs | Masahiro Yamada |