aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builderthread.py
AgeCommit message (Expand)Author
2022-08-05buildman: Avoid using board as a variableSimon 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
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass
2021-10-20buildman: Write output even on fatal errorSimon Glass
2021-04-29buildman: Use bytes for the environmentSimon Glass
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass
2021-04-29buildman: Use common code to send an resultSimon Glass
2021-04-29buildman: Tidy up a few commentsSimon Glass
2021-04-06buildman: Add an encoding to the out-env fileSimon Glass
2021-03-04buildman: Support single-threaded operationSimon Glass
2020-12-22buildman: Remove output binaries before buildingSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-26buildman: Use out-env for environment outputSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-10bulidman: Add support for a simple buildSimon Glass
2020-04-10buildman: Document the members of BuilderJobSimon Glass
2019-11-04buildman: Convert to Python 3Simon Glass
2019-02-09buildman: Write the environment out to an 'env' fileSimon Glass
2019-01-14buildman: Add support for building with clangSimon Glass
2019-01-14buildman: Deal nicely with invalid build-status fileSimon Glass
2018-06-07buildman: Extract environment as part of each buildAlex Kiernan
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-04buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck
2017-06-09buildman: properly translate strings for log and err files to ASCIIDaniel Schwierzeck
2017-04-14buildman: Translate more strings to latin-1Tom Rini
2016-12-02buildman: Rename do_build to config_onlySimon Glass
2016-12-02buildman: Add an option to just create the configSimon Glass
2016-10-09tools: buildman: Remove duplicated codeYork Sun
2016-10-09buildman: Drop the 'alive' flag in BuilderThreadSimon Glass
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass
2016-05-17buildman: allow more incremental buildingStephen Warren
2015-07-14builderthread.py: Keep 'SPL'Tom Rini
2015-04-18buildman: Make -V (verbose_build) really be verboseTom Rini
2015-04-18buildman: Keep more outputs with the --keep-outputs flagTom Rini
2015-04-18buildman: Store build config filesSimon Glass
2015-04-18buildman: Adjust the 'aborted' heuristic for writing outputSimon Glass
2015-04-18buildman: Show 'make' command line when -V is usedSimon Glass
2015-01-14buildman: Add an option to write the full build outputSimon Glass
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass
2014-11-26buildman: Save *.img files tooTom Rini
2014-09-09buildman: Create parent directories as necessaryThierry Reding
2014-09-09buildman: Correct counting of build failures on retrySimon Glass
2014-09-05buildman: Remove the directory prefix from each error lineSimon Glass
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier
2014-08-13buildman: Move BuilderThread code to its own fileSimon Glass