aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builder.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-20buildman: Detect dtc warningsSimon Glass1-1/+3
2018-09-29buildman: Avoid hanging when the config changesSimon Glass1-1/+1
2018-06-07buildman: Add support for environment delta in summaryAlex Kiernan1-15/+113
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck1-1/+4
2017-06-08buildman: Fix bloat option when 'new' only drops functionsTom Rini1-1/+1
2017-04-13buildman: Handle commit subjects containing unicodeSimon Glass1-2/+3
2016-12-02buildman: Clean up odd characters on the terminalSimon Glass1-1/+1