summaryrefslogtreecommitdiffstats
path: root/tools/buildman
Commit message (Expand)AuthorAgeFilesLines
* buildman: Use bytes for the environmentSimon Glass2021-04-293-11/+30
* buildman: Handle exceptions in threads gracefullySimon Glass2021-04-294-11/+56
* buildman: Use common code to send an resultSimon Glass2021-04-291-8/+13
* buildman: Tidy up a few commentsSimon Glass2021-04-293-5/+20
* buildman: Add an encoding to the out-env fileSimon Glass2021-04-061-1/+2
* buildman: Support single-threaded operationSimon Glass2021-03-046-30/+68
* buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt2021-02-141-1/+1
* buildman: Remove output binaries before buildingSimon Glass2020-12-221-1/+13
* patman: Rename functions in patchstreamSimon Glass2020-11-051-3/+3
* buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak2020-09-222-8/+42
* tools: Drop unnecessary use of __file__Simon Glass2020-09-221-3/+0
* buildman: Show the build rate at the endSimon Glass2020-07-282-1/+15
* buildman: Correct the testOutputDir() unit testSimon Glass2020-07-281-2/+1
* buildman: Allow using older versions of genboardscfg.pySimon Glass2020-07-281-2/+8
* kconfiglib: Update to the 14.1.0 releaseTom Rini2020-07-011-242/+372
* buildman: Remove _of_#_ from results directory pathsOvidiu Panait2020-06-112-9/+9
* patman: Tidy up sys.path changesSimon Glass2020-04-262-3/+1
* patman: Move to absolute importsSimon Glass2020-04-267-27/+26
* buildman: Move to absolute importsSimon Glass2020-04-266-29/+30
* buildman: Rename the main moduleSimon Glass2020-04-262-1/+1
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* buildman: Write output files when using -wSimon Glass2020-04-263-14/+26
* buildman: Use out-env for environment outputSimon Glass2020-04-262-1/+8
* buildman: Make sure that -o is given with -wSimon Glass2020-04-264-3/+13
* buildman: Correct operation of -A flagSimon Glass2020-04-261-1/+1
* buildman: Fix test for new 9.2 kernelSimon Glass2020-04-261-1/+1
* buildman: Change the exit codesSimon Glass2020-04-213-9/+9
* buildman: Update the TODO itemsSimon Glass2020-04-211-6/+11
* buildman: Add an option to ignore migration warningsSimon Glass2020-04-215-35/+107
* buildman: Add an option to ignore device-tree warningsSimon Glass2020-04-215-23/+52
* buildman: Make -I the defaultSimon Glass2020-04-216-24/+41
* buildman: Update workflow documentation with more detailSimon Glass2020-04-211-17/+36
* buildman: Add the abbreviation for --boardsSimon Glass2020-04-211-3/+3
* buildman: Update the 'theory of operation' a littleSimon Glass2020-04-211-30/+39
* buildman: Show a summary of the build resultSimon Glass2020-04-212-3/+20
* buildman: Limit the length of progress messagesSimon Glass2020-04-211-1/+1
* buildman: Show the number of builds remainingSimon Glass2020-04-211-4/+9
* buildman: Drop unused output codeSimon Glass2020-04-211-5/+0
* buildman: Show a message when fetching a repoSimon Glass2020-04-211-1/+4
* buildman: Drop the line-clearing code in BuilderSimon Glass2020-04-211-25/+3
* buildman: Use spaces in the board listSimon Glass2020-04-212-4/+4
* buildman: Show the list of boards in magentaSimon Glass2020-04-212-41/+44
* buildman: Use an object to hold error linesSimon Glass2020-04-211-17/+52
* buildman: Use yellow consistently for warning linesSimon Glass2020-04-212-4/+4
* buildman: Test the output with --list-error-boardsSimon Glass2020-04-211-14/+32
* buildman: Add a test helper for creating a line prefixSimon Glass2020-04-211-20/+31
* buildman: Split out testOutput() into separate functionsSimon Glass2020-04-211-6/+28
* buildman: Create temp directory in test setupSimon Glass2020-04-211-16/+10
* buildman: Use an iterator to check test outputSimon Glass2020-04-211-42/+52
* buildman: Add test coverage for error/warning colourSimon Glass2020-04-211-0/+7