aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/builder.py
AgeCommit message (Expand)Author
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
2019-12-10buildman: Ignore blank lines during size checksTom Rini
2019-11-04buildman: Convert to Python 3Simon Glass
2019-05-21buildman: Deal more nicely with invalid build-status fileSimon Glass
2018-11-20buildman: Show boards with warning with w+Simon Glass
2018-11-20buildman: Rename the good, better, worse variablesSimon Glass
2018-11-20buildman: Detect dtc warningsSimon Glass
2018-09-29buildman: Avoid hanging when the config changesSimon Glass
2018-06-07buildman: Add support for environment delta in summaryAlex Kiernan
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-08buildman: Fix bloat option when 'new' only drops functionsTom Rini
2017-04-13buildman: Handle commit subjects containing unicodeSimon Glass
2016-12-02buildman: Clean up odd characters on the terminalSimon Glass
2016-12-02buildman: Squash useless output from -KSimon Glass
2016-12-02buildman: Add an option to just create the configSimon Glass
2016-10-09buildman: Don't show a stacktrace on Ctrl-CSimon Glass
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass
2016-10-09buildman: Allow builds to terminate cleanlySimon Glass
2016-10-09buildman: Print a message indicating the build is startingSimon Glass
2016-10-09buildman: Print a message when removing old directoriesSimon Glass
2016-10-09buildman: Tidy up the 'cloning' messageSimon Glass
2016-05-17buildman: allow more incremental buildingStephen Warren
2015-09-09buildman: Improve the config comparison featureSimon Glass
2015-04-18buildman: Allow comparison of build configurationSimon Glass
2015-04-18buildman: Show 'make' command line when -V is usedSimon Glass
2015-03-05buildman: Add a space before the list of boardsSimon 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
2015-01-14buildman: Add an option to flatten output directory treesSimon Glass
2015-01-14buildman: Don't prune output space for 'current source' buildSimon Glass
2014-11-26buildman: Fix repeating board list with -lSimon Glass
2014-09-09buildman: Create parent directories as necessaryThierry Reding
2014-09-09buildman: Send builder output through a function for testingSimon Glass
2014-09-05buildman: Separate out display of warnings and errorsSimon Glass
2014-09-05buildman: Add an option to show which boards caused which errorsSimon Glass
2014-09-05buildman: Set the return code to indicate build resultSimon Glass
2014-08-22Makefile: remove generated boards.cfg within make distcleanRoger Meier
2014-08-13buildman: Add a message indicating there are no errorsSimon Glass
2014-08-13buildman: Remove unused non-incremental build method codeSimon Glass
2014-08-13buildman: Add verbose option to display errors as they happenSimon Glass
2014-08-13buildman: Refactor output optionsSimon Glass
2014-08-13buildman: Move BuilderThread code to its own fileSimon Glass
2014-08-13buildman: Allow building of current source treeSimon Glass
2014-07-30buildman: adjust for KconfigMasahiro Yamada
2014-07-29buildman: make sure to invoke GNU MakeMasahiro Yamada