1. 08d34fc buildman: Ignore blank lines during size checks by Tom Rini · Fri Dec 06 15:31:31 2019 -0500
  2. c78ed66 buildman: Convert to Python 3 by Simon Glass · Thu Oct 31 07:42:53 2019 -0600
  3. 91c54a4 buildman: Deal more nicely with invalid build-status file by Simon Glass · Fri Apr 26 19:02:23 2019 -0600
  4. 071a178 buildman: Show boards with warning with w+ by Simon Glass · Tue Nov 06 16:02:13 2018 -0700
  5. 454507f buildman: Rename the good, better, worse variables by Simon Glass · Tue Nov 06 16:02:12 2018 -0700
  6. 0db9443 buildman: Detect dtc warnings by Simon Glass · Tue Nov 06 16:02:11 2018 -0700
  7. aa09b36 buildman: Avoid hanging when the config changes by Simon Glass · Mon Sep 17 23:55:42 2018 -0600
  8. 4059e30 buildman: Add support for environment delta in summary by Alex Kiernan · Thu May 31 04:48:34 2018 +0000
  9. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  10. 20e2ea9 buildman: add option -E for treating compiler warnings as errors by Daniel Schwierzeck · Fri Jan 26 16:31:05 2018 +0100
  11. 0b48cd6 buildman: Fix bloat option when 'new' only drops functions by Tom Rini · Mon May 22 13:48:52 2017 -0400
  12. d214bef buildman: Handle commit subjects containing unicode by Simon Glass · Wed Apr 12 18:23:26 2017 -0600
  13. b45bd6b buildman: Clean up odd characters on the terminal by Simon Glass · Tue Nov 15 15:32:59 2016 -0700
  14. cde5c30 buildman: Squash useless output from -K by Simon Glass · Sun Nov 13 14:25:53 2016 -0700
  15. 739e851 buildman: Add an option to just create the config by Simon Glass · Sun Nov 13 14:25:51 2016 -0700
  16. 205ac04 buildman: Don't show a stacktrace on Ctrl-C by Simon Glass · Sun Sep 18 16:48:37 2016 -0600
  17. e8954fc buildman: Drop the 'active' flag in the builder by Simon Glass · Sun Sep 18 16:48:36 2016 -0600
  18. d26e144 buildman: Allow builds to terminate cleanly by Simon Glass · Sun Sep 18 16:48:35 2016 -0600
  19. e0f2360 buildman: Print a message indicating the build is starting by Simon Glass · Sun Sep 18 16:48:33 2016 -0600
  20. 83cb6cc buildman: Print a message when removing old directories by Simon Glass · Sun Sep 18 16:48:32 2016 -0600
  21. 2e2a6e6 buildman: Tidy up the 'cloning' message by Simon Glass · Sun Sep 18 16:48:31 2016 -0600
  22. 97c9690 buildman: allow more incremental building by Stephen Warren · Mon Apr 11 10:48:44 2016 -0600
  23. cad8abf buildman: Improve the config comparison feature by Simon Glass · Tue Aug 25 21:52:14 2015 -0600
  24. db17fb8 buildman: Allow comparison of build configuration by Simon Glass · Thu Feb 05 22:06:15 2015 -0700
  25. 413f91a buildman: Show 'make' command line when -V is used by Simon Glass · Thu Feb 05 22:06:12 2015 -0700
  26. 26f7237 buildman: Add a space before the list of boards by Simon Glass · Thu Feb 05 22:06:11 2015 -0700
  27. 655b610 buildman: Add an option to write the full build output by Simon Glass · Mon Dec 01 17:34:07 2014 -0700
  28. d48a46c buildman: Add an option to use the full tool chain path by Simon Glass · Mon Dec 01 17:34:00 2014 -0700
  29. e87bde1 buildman: Add an option to flatten output directory trees by Simon Glass · Mon Dec 01 17:33:55 2014 -0700
  30. b9a9b7c buildman: Don't prune output space for 'current source' build by Simon Glass · Mon Dec 01 17:33:53 2014 -0700
  31. 85620bb buildman: Fix repeating board list with -l by Simon Glass · Thu Oct 16 01:05:55 2014 -0600
  32. 336d5bd buildman: Create parent directories as necessary by Thierry Reding · Tue Aug 19 10:22:39 2014 +0200
  33. 4433aa9 buildman: Send builder output through a function for testing by Simon Glass · Fri Sep 05 19:00:07 2014 -0600
  34. 03749d4 buildman: Separate out display of warnings and errors by Simon Glass · Thu Aug 28 09:43:44 2014 -0600
  35. 3394c9f buildman: Add an option to show which boards caused which errors by Simon Glass · Thu Aug 28 09:43:43 2014 -0600
  36. c2f9107 buildman: Set the return code to indicate build result by Simon Glass · Thu Aug 28 09:43:39 2014 -0600
  37. e0a0e55 Makefile: remove generated boards.cfg within make distclean by Roger Meier · Wed Aug 20 22:10:29 2014 +0200
  38. bb4dffb buildman: Add a message indicating there are no errors by Simon Glass · Sat Aug 09 15:33:06 2014 -0600
  39. 8457bb4 buildman: Remove unused non-incremental build method code by Simon Glass · Sat Aug 09 15:33:04 2014 -0600
  40. 78e418e buildman: Add verbose option to display errors as they happen by Simon Glass · Sat Aug 09 15:33:03 2014 -0600
  41. eb48bbc buildman: Refactor output options by Simon Glass · Sat Aug 09 15:33:02 2014 -0600
  42. 4a1e88b buildman: Move BuilderThread code to its own file by Simon Glass · Sat Aug 09 15:33:00 2014 -0600
  43. d326ad7 buildman: Allow building of current source tree by Simon Glass · Sat Aug 09 15:32:59 2014 -0600
  44. e9bc8d2 buildman: adjust for Kconfig by Masahiro Yamada · Wed Jul 30 14:08:22 2014 +0900
  45. 1fe610d buildman: make sure to invoke GNU Make by Masahiro Yamada · Tue Jul 22 11:19:09 2014 +0900
  46. 38df2e2 buildman: Support in-tree builds by Simon Glass · Mon Jul 14 17:51:03 2014 -0600
  47. f3018b7a buildman: Add -C option to force a reconfigure for each commit by Simon Glass · Mon Jul 14 17:51:02 2014 -0600
  48. 804b63e buildman: Avoid retrying a build if it definitely failed by Simon Glass · Sun Jul 13 14:03:41 2014 -0600
  49. 7041c39 buildman: Add -F flag to retry failed builds by Simon Glass · Sun Jul 13 12:22:31 2014 -0600
  50. cc246fb buildman: Allow make flags to be specified for each board by Simon Glass · Mon Sep 23 17:35:17 2013 -0600
  51. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  52. c05694f buildman - U-Boot multi-threaded builder and summary tool by Simon Glass · Wed Apr 03 11:07:16 2013 +0000