| Commit message (Expand) | Author | Age | Files | Lines |
* | buildman: Remove output binaries before building | Simon Glass | 2020-12-22 | 1 | -1/+13 |
* | patman: Rename functions in patchstream | Simon Glass | 2020-11-05 | 1 | -3/+3 |
* | buildman: Use git worktrees instead of git clones when possible | Alper Nebi Yasak | 2020-09-22 | 2 | -8/+42 |
* | tools: Drop unnecessary use of __file__ | Simon Glass | 2020-09-22 | 1 | -3/+0 |
* | buildman: Show the build rate at the end | Simon Glass | 2020-07-28 | 2 | -1/+15 |
* | buildman: Correct the testOutputDir() unit test | Simon Glass | 2020-07-28 | 1 | -2/+1 |
* | buildman: Allow using older versions of genboardscfg.py | Simon Glass | 2020-07-28 | 1 | -2/+8 |
* | kconfiglib: Update to the 14.1.0 release | Tom Rini | 2020-07-01 | 1 | -242/+372 |
* | buildman: Remove _of_#_ from results directory paths | Ovidiu Panait | 2020-06-11 | 2 | -9/+9 |
* | patman: Tidy up sys.path changes | Simon Glass | 2020-04-26 | 2 | -3/+1 |
* | patman: Move to absolute imports | Simon Glass | 2020-04-26 | 7 | -27/+26 |
* | buildman: Move to absolute imports | Simon Glass | 2020-04-26 | 6 | -29/+30 |
* | buildman: Rename the main module | Simon Glass | 2020-04-26 | 2 | -1/+1 |
* | patman: Drop references to __future__ | Simon Glass | 2020-04-26 | 1 | -2/+0 |
* | buildman: Write output files when using -w | Simon Glass | 2020-04-26 | 3 | -14/+26 |
* | buildman: Use out-env for environment output | Simon Glass | 2020-04-26 | 2 | -1/+8 |
* | buildman: Make sure that -o is given with -w | Simon Glass | 2020-04-26 | 4 | -3/+13 |
* | buildman: Correct operation of -A flag | Simon Glass | 2020-04-26 | 1 | -1/+1 |
* | buildman: Fix test for new 9.2 kernel | Simon Glass | 2020-04-26 | 1 | -1/+1 |
* | buildman: Change the exit codes | Simon Glass | 2020-04-21 | 3 | -9/+9 |
* | buildman: Update the TODO items | Simon Glass | 2020-04-21 | 1 | -6/+11 |
* | buildman: Add an option to ignore migration warnings | Simon Glass | 2020-04-21 | 5 | -35/+107 |
* | buildman: Add an option to ignore device-tree warnings | Simon Glass | 2020-04-21 | 5 | -23/+52 |
* | buildman: Make -I the default | Simon Glass | 2020-04-21 | 6 | -24/+41 |
* | buildman: Update workflow documentation with more detail | Simon Glass | 2020-04-21 | 1 | -17/+36 |
* | buildman: Add the abbreviation for --boards | Simon Glass | 2020-04-21 | 1 | -3/+3 |
* | buildman: Update the 'theory of operation' a little | Simon Glass | 2020-04-21 | 1 | -30/+39 |
* | buildman: Show a summary of the build result | Simon Glass | 2020-04-21 | 2 | -3/+20 |
* | buildman: Limit the length of progress messages | Simon Glass | 2020-04-21 | 1 | -1/+1 |
* | buildman: Show the number of builds remaining | Simon Glass | 2020-04-21 | 1 | -4/+9 |
* | buildman: Drop unused output code | Simon Glass | 2020-04-21 | 1 | -5/+0 |
* | buildman: Show a message when fetching a repo | Simon Glass | 2020-04-21 | 1 | -1/+4 |
* | buildman: Drop the line-clearing code in Builder | Simon Glass | 2020-04-21 | 1 | -25/+3 |
* | buildman: Use spaces in the board list | Simon Glass | 2020-04-21 | 2 | -4/+4 |
* | buildman: Show the list of boards in magenta | Simon Glass | 2020-04-21 | 2 | -41/+44 |
* | buildman: Use an object to hold error lines | Simon Glass | 2020-04-21 | 1 | -17/+52 |
* | buildman: Use yellow consistently for warning lines | Simon Glass | 2020-04-21 | 2 | -4/+4 |
* | buildman: Test the output with --list-error-boards | Simon Glass | 2020-04-21 | 1 | -14/+32 |
* | buildman: Add a test helper for creating a line prefix | Simon Glass | 2020-04-21 | 1 | -20/+31 |
* | buildman: Split out testOutput() into separate functions | Simon Glass | 2020-04-21 | 1 | -6/+28 |
* | buildman: Create temp directory in test setup | Simon Glass | 2020-04-21 | 1 | -16/+10 |
* | buildman: Use an iterator to check test output | Simon Glass | 2020-04-21 | 1 | -42/+52 |
* | buildman: Add test coverage for error/warning colour | Simon Glass | 2020-04-21 | 1 | -0/+7 |
* | buildman: Refactor error-line output int a function | Simon Glass | 2020-04-21 | 1 | -13/+19 |
* | buildman: Drop the -a option | Simon Glass | 2020-04-10 | 3 | -15/+8 |
* | buildman: Allow building within a subdir of the current dir | Simon Glass | 2020-04-10 | 3 | -33/+2 |
* | buildman: Be more selective about which directories to remove | Simon Glass | 2020-04-10 | 2 | -5/+42 |
* | buildman: Allow ignoring warnings in the return code | Simon Glass | 2020-04-10 | 3 | -3/+21 |
* | buildman: Update help for -d | Simon Glass | 2020-04-10 | 2 | -4/+4 |
* | bulidman: Add support for a simple build | Simon Glass | 2020-04-10 | 6 | -15/+90 |