| Commit message (Expand) | Author | Age | Files | Lines |
* | buildman: Fix the logic for the bloat command | Simon Glass | 2014-09-21 | 1 | -3/+3 |
* | kconfiglib: change SPDX-License-Identifier to ISC | Masahiro Yamada | 2014-09-17 | 1 | -1/+1 |
* | tools: Import Kconfiglib | Masahiro Yamada | 2014-09-16 | 1 | -0/+3799 |
* | buildman: fix typos of --dry-run help message | Masahiro Yamada | 2014-09-09 | 1 | -1/+1 |
* | buildman: Create parent directories as necessary | Thierry Reding | 2014-09-09 | 2 | -3/+6 |
* | buildman: Ignore conflicting tags | Simon Glass | 2014-09-09 | 2 | -8/+10 |
* | buildman: Permit branch names with an embedded '/' | Simon Glass | 2014-09-09 | 2 | -5/+14 |
* | buildman: Expand output test to cover directory prefixes | Simon Glass | 2014-09-09 | 1 | -8/+46 |
* | buildman: Add additional functional tests | Simon Glass | 2014-09-09 | 1 | -18/+306 |
* | buildman: Provide an internal option to clean the outpur dir | Simon Glass | 2014-09-09 | 1 | -1/+10 |
* | buildman: Correct counting of build failures on retry | Simon Glass | 2014-09-09 | 1 | -7/+8 |
* | buildman: Allow tests to have their own boards | Simon Glass | 2014-09-09 | 2 | -10/+31 |
* | buildman: Avoid looking at config file or toolchains in tests | Simon Glass | 2014-09-09 | 2 | -5/+29 |
* | buildman: Set up bsettings outside the control module | Simon Glass | 2014-09-09 | 2 | -1/+2 |
* | buildman: Add a functional test | Simon Glass | 2014-09-09 | 4 | -18/+206 |
* | buildman: Move full help code into the control module | Simon Glass | 2014-09-09 | 2 | -6/+8 |
* | buildman: Move the command line code into its own file | Simon Glass | 2014-09-09 | 2 | -71/+87 |
* | buildman: Enhance basic test to check summary output | Simon Glass | 2014-09-09 | 1 | -5/+96 |
* | buildman: Send builder output through a function for testing | Simon Glass | 2014-09-09 | 1 | -28/+30 |
* | buildman: Separate out display of warnings and errors | Simon Glass | 2014-09-05 | 2 | -23/+91 |
* | buildman: Add an option to show which boards caused which errors | Simon Glass | 2014-09-05 | 4 | -13/+50 |
* | buildman: Remove the directory prefix from each error line | Simon Glass | 2014-09-05 | 1 | -1/+3 |
* | buildman: Implement an option to exclude boards from the build | Simon Glass | 2014-09-05 | 4 | -8/+41 |
* | buildman: Allow make-flags variables to include '-' and '_' | Simon Glass | 2014-09-05 | 2 | -2/+4 |
* | buildman: Set the return code to indicate build result | Simon Glass | 2014-09-05 | 4 | -3/+20 |
* | buildman: run genboardscfg.py all the time | Masahiro Yamada | 2014-08-28 | 1 | -6/+4 |
* | buildman: refactor help message | Masahiro Yamada | 2014-08-22 | 1 | -1/+1 |
* | Makefile: remove generated boards.cfg within make distclean | Roger Meier | 2014-08-22 | 2 | -4/+4 |
* | tools, scripts: refactor error-out statements of Python scripts | Masahiro Yamada | 2014-08-21 | 1 | -10/+5 |
* | buildman: Allow selection of the number of commits to build | Simon Glass | 2014-08-13 | 1 | -12/+19 |
* | buildman: Introduce an 'and' operator for board selection | Simon Glass | 2014-08-13 | 3 | -17/+184 |
* | buildman: Add a few more toolchain examples to the README | Simon Glass | 2014-08-13 | 1 | -0/+2 |
* | buildman: Add a message indicating there are no errors | Simon Glass | 2014-08-13 | 1 | -0/+7 |
* | buildman: Add an option to specify the buildman config file | Simon Glass | 2014-08-13 | 2 | -1/+3 |
* | buildman: Remove unused non-incremental build method code | Simon Glass | 2014-08-13 | 2 | -35/+0 |
* | buildman: Add verbose option to display errors as they happen | Simon Glass | 2014-08-13 | 5 | -15/+56 |
* | buildman: Refactor output options | Simon Glass | 2014-08-13 | 3 | -26/+34 |
* | buildman: Sort command line options | Simon Glass | 2014-08-13 | 1 | -6/+6 |
* | buildman: Move BuilderThread code to its own file | Simon Glass | 2014-08-13 | 2 | -431/+442 |
* | buildman: Allow building of current source tree | Simon Glass | 2014-08-13 | 2 | -54/+108 |
* | buildman: Add some notes about moving from MAKEALL | Simon Glass | 2014-08-13 | 1 | -0/+92 |
* | buildman: Fix a few typos | Simon Glass | 2014-08-13 | 1 | -6/+6 |
* | buildman: adjust for Kconfig | Masahiro Yamada | 2014-07-30 | 3 | -4/+14 |
* | buildman: make sure to invoke GNU Make | Masahiro Yamada | 2014-07-29 | 2 | -3/+12 |
* | buildman: Support in-tree builds | Simon Glass | 2014-07-28 | 3 | -2/+16 |
* | buildman: Add -C option to force a reconfigure for each commit | Simon Glass | 2014-07-28 | 3 | -1/+13 |
* | buildman: Avoid retrying a build if it definitely failed | Simon Glass | 2014-07-23 | 1 | -1/+3 |
* | buildman: Add -F flag to retry failed builds | Simon Glass | 2014-07-23 | 3 | -5/+22 |
* | buildman: fix toolchain priority_list | Masahiro Yamada | 2014-07-07 | 1 | -1/+1 |
* | buildman: fix to display warning message for missing [toolchain] section | Masahiro Yamada | 2014-07-07 | 1 | -1/+1 |