summaryrefslogtreecommitdiffstats
path: root/tools/buildman/builderthread.py
Commit message (Expand)AuthorAgeFilesLines
* buildman: Use bytes for the environmentSimon Glass2021-04-291-3/+2
* buildman: Handle exceptions in threads gracefullySimon Glass2021-04-291-1/+13
* buildman: Use common code to send an resultSimon Glass2021-04-291-8/+13
* buildman: Tidy up a few commentsSimon Glass2021-04-291-3/+7
* buildman: Add an encoding to the out-env fileSimon Glass2021-04-061-1/+2
* buildman: Support single-threaded operationSimon Glass2021-03-041-3/+13
* buildman: Remove output binaries before buildingSimon Glass2020-12-221-1/+13
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* buildman: Write output files when using -wSimon Glass2020-04-261-14/+17
* buildman: Use out-env for environment outputSimon Glass2020-04-261-1/+1
* buildman: Make -I the defaultSimon Glass2020-04-211-3/+3
* bulidman: Add support for a simple buildSimon Glass2020-04-101-8/+20
* buildman: Document the members of BuilderJobSimon Glass2020-04-101-1/+5
* buildman: Convert to Python 3Simon Glass2019-11-041-13/+11
* buildman: Write the environment out to an 'env' fileSimon Glass2019-02-091-0/+3
* buildman: Add support for building with clangSimon Glass2019-01-141-0/+1
* buildman: Deal nicely with invalid build-status fileSimon Glass2019-01-141-1/+6
* buildman: Extract environment as part of each buildAlex Kiernan2018-06-071-0/+10
* tools: buildman: Don't use the working dir as build dirLothar Waßmann2018-05-161-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* buildman: add option -E for treating compiler warnings as errorsDaniel Schwierzeck2018-02-041-0/+2
* buildman: properly translate strings for log and err files to ASCIIDaniel Schwierzeck2017-06-091-2/+4
* buildman: Translate more strings to latin-1Tom Rini2017-04-141-2/+2
* buildman: Rename do_build to config_onlySimon Glass2016-12-021-5/+5
* buildman: Add an option to just create the configSimon Glass2016-12-021-5/+9
* tools: buildman: Remove duplicated codeYork Sun2016-10-091-4/+0
* buildman: Drop the 'alive' flag in BuilderThreadSimon Glass2016-10-091-3/+1
* buildman: Drop the 'active' flag in the builderSimon Glass2016-10-091-9/+1
* buildman: allow more incremental buildingStephen Warren2016-05-171-8/+16
* builderthread.py: Keep 'SPL'Tom Rini2015-07-141-1/+1
* buildman: Make -V (verbose_build) really be verboseTom Rini2015-04-181-1/+3
* buildman: Keep more outputs with the --keep-outputs flagTom Rini2015-04-181-4/+3
* buildman: Store build config filesSimon Glass2015-04-181-7/+29
* buildman: Adjust the 'aborted' heuristic for writing outputSimon Glass2015-04-181-5/+16
* buildman: Show 'make' command line when -V is usedSimon Glass2015-04-181-1/+4
* buildman: Add an option to write the full build outputSimon Glass2015-01-141-1/+2
* buildman: Add an option to use the full tool chain pathSimon Glass2015-01-141-2/+2
* buildman: Save *.img files tooTom Rini2014-11-261-1/+1
* buildman: Create parent directories as necessaryThierry Reding2014-09-091-2/+5
* buildman: Correct counting of build failures on retrySimon Glass2014-09-091-7/+8
* buildman: Remove the directory prefix from each error lineSimon Glass2014-09-051-1/+3
* Makefile: remove generated boards.cfg within make distcleanRoger Meier2014-08-221-3/+3
* buildman: Move BuilderThread code to its own fileSimon Glass2014-08-131-0/+434