aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builder.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-08patman: Move library functions into a library directorySimon Glass1-3/+3
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass1-1/+3
2023-03-08buildman: Support disabling LTOSimon Glass1-1/+4
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini1-1/+4
2022-08-05buildman: Allow lines without a symbolSimon Glass1-11/+9
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass1-6/+5
2022-08-05buildman: Avoid using board as a variableSimon Glass1-23/+22
2022-08-05buildman: Support running from an IDESimon Glass1-26/+42
2022-04-25nds32: Remove the architectureWIP/25Apr2022Tom Rini1-1/+0
2022-03-02buildman: Correct pylint errorsSimon Glass1-1/+1
2022-02-09patman: Convert camel case in terminal.pySimon Glass1-34/+34
2022-02-09patman: Rename Color() method to build()Simon Glass1-12/+12
2022-02-09patman: Rename Print() to Tprint()Simon Glass1-28/+28
2022-02-09patman: Convert camel case in gitutil.pySimon Glass1-6/+6
2022-02-09patman: Convert camel case in command.pySimon Glass1-2/+2
2022-02-08buildman: Allow adjusting board config on the flySimon Glass1-1/+13
2021-10-20buildman: Detect Kconfig loopsSimon Glass1-1/+42
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass1-5/+17
2021-03-04buildman: Support single-threaded operationSimon Glass1-22/+38
2021-02-14buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt1-1/+1
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak1-8/+40
2020-07-28buildman: Show the build rate at the endSimon Glass1-1/+2
2020-06-11buildman: Remove _of_#_ from results directory pathsOvidiu Panait1-5/+5
2020-04-26patman: Move to absolute importsSimon Glass1-4/+4
2020-04-26buildman: Move to absolute importsSimon Glass1-2/+2
2020-04-26buildman: Write output files when using -wSimon Glass1-0/+5
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass1-1/+11
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass1-10/+17
2020-04-21buildman: Make -I the defaultSimon Glass1-4/+3
2020-04-21buildman: Show a summary of the build resultSimon Glass1-0/+17
2020-04-21buildman: Limit the length of progress messagesSimon Glass1-1/+1
2020-04-21buildman: Show the number of builds remainingSimon Glass1-4/+9
2020-04-21buildman: Drop unused output codeSimon Glass1-5/+0
2020-04-21buildman: Show a message when fetching a repoSimon Glass1-1/+4
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass1-25/+3
2020-04-21buildman: Use spaces in the board listSimon Glass1-1/+1
2020-04-21buildman: Show the list of boards in magentaSimon Glass1-4/+11
2020-04-21buildman: Use an object to hold error linesSimon Glass1-17/+52
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass1-1/+1
2020-04-21buildman: Refactor error-line output int a functionSimon Glass1-13/+19
2020-04-10buildman: Allow building within a subdir of the current dirSimon Glass1-1/+2
2020-04-10buildman: Be more selective about which directories to removeSimon Glass1-5/+22
2020-04-10buildman: Update help for -dSimon Glass1-3/+3
2020-04-10bulidman: Add support for a simple buildSimon Glass1-2/+13
2020-01-30tools: buildman: fix typoFlavio Suligoi1-1/+1
2019-12-10buildman: Ignore blank lines during size checksTom Rini1-1/+2
2019-11-04buildman: Convert to Python 3Simon Glass1-24/+23
2019-05-21buildman: Deal more nicely with invalid build-status fileSimon Glass1-1/+6
2018-11-20buildman: Show boards with warning with w+Simon Glass1-4/+13
2018-11-20buildman: Rename the good, better, worse variablesSimon Glass1-14/+14