aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builder.py
AgeCommit message (Expand)Author
2023-07-24buildman: Export _get_output_dir() to avoid warningsSimon Glass
2023-07-24buildman: Convert camel case in builderthread.pySimon Glass
2023-07-24buildman: Convert camel case in builder.pySimon Glass
2023-07-24buildman: Add a test for --boardsSimon Glass
2023-07-24buildman: Move remaining builder properties to constructorSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass
2023-03-08buildman: Support disabling LTOSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-08-05buildman: Allow lines without a symbolSimon Glass
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass
2022-08-05buildman: Avoid using board as a variableSimon Glass
2022-08-05buildman: Support running from an IDESimon Glass
2022-04-25nds32: Remove the architectureTom Rini
2022-03-02buildman: Correct pylint errorsSimon Glass
2022-02-09patman: Convert camel case in terminal.pySimon Glass
2022-02-09patman: Rename Color() method to build()Simon Glass
2022-02-09patman: Rename Print() to Tprint()Simon Glass
2022-02-09patman: Convert camel case in gitutil.pySimon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-02-08buildman: Allow adjusting board config on the flySimon Glass
2021-10-20buildman: Detect Kconfig loopsSimon Glass
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass
2021-03-04buildman: Support single-threaded operationSimon Glass
2021-02-14buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak
2020-07-28buildman: Show the build rate at the endSimon Glass
2020-06-11buildman: Remove _of_#_ from results directory pathsOvidiu Panait
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26buildman: Move to absolute importsSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-21buildman: Add an option to ignore migration warningsSimon Glass
2020-04-21buildman: Add an option to ignore device-tree warningsSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-21buildman: Show a summary of the build resultSimon Glass
2020-04-21buildman: Limit the length of progress messagesSimon Glass
2020-04-21buildman: Show the number of builds remainingSimon Glass
2020-04-21buildman: Drop unused output codeSimon Glass
2020-04-21buildman: Show a message when fetching a repoSimon Glass
2020-04-21buildman: Drop the line-clearing code in BuilderSimon Glass
2020-04-21buildman: Use spaces in the board listSimon Glass
2020-04-21buildman: Show the list of boards in magentaSimon Glass
2020-04-21buildman: Use an object to hold error linesSimon Glass
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass
2020-04-21buildman: Refactor error-line output int a functionSimon Glass
2020-04-10buildman: Allow building within a subdir of the current dirSimon Glass
2020-04-10buildman: Be more selective about which directories to removeSimon Glass
2020-04-10buildman: Update help for -dSimon Glass
2020-04-10bulidman: Add support for a simple buildSimon Glass
2020-01-30tools: buildman: fix typoFlavio Suligoi