1. 60b285f buildman: Write output files when using -w by Simon Glass · 4 years, 6 months ago
  2. 113a8a5 buildman: Add an option to ignore migration warnings by Simon Glass · 4 years, 6 months ago
  3. 174592b buildman: Add an option to ignore device-tree warnings by Simon Glass · 4 years, 6 months ago
  4. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 6 months ago
  5. 7b33f21 buildman: Show a summary of the build result by Simon Glass · 4 years, 6 months ago
  6. 95ed0a2 buildman: Limit the length of progress messages by Simon Glass · 4 years, 6 months ago
  7. 6eb76ca buildman: Show the number of builds remaining by Simon Glass · 4 years, 6 months ago
  8. edae4ad buildman: Drop unused output code by Simon Glass · 4 years, 6 months ago
  9. 212c0b8 buildman: Show a message when fetching a repo by Simon Glass · 4 years, 6 months ago
  10. 102969b buildman: Drop the line-clearing code in Builder by Simon Glass · 4 years, 6 months ago
  11. 9ef0ceb buildman: Use spaces in the board list by Simon Glass · 4 years, 6 months ago
  12. 8c9a267 buildman: Show the list of boards in magenta by Simon Glass · 4 years, 6 months ago
  13. 35d696d buildman: Use an object to hold error lines by Simon Glass · 4 years, 6 months ago
  14. 5627bd9 buildman: Use yellow consistently for warning lines by Simon Glass · 4 years, 6 months ago
  15. b206d87 buildman: Refactor error-line output int a function by Simon Glass · 4 years, 6 months ago
  16. b2d89bc buildman: Allow building within a subdir of the current dir by Simon Glass · 4 years, 7 months ago
  17. 925f6ad buildman: Be more selective about which directories to remove by Simon Glass · 4 years, 7 months ago
  18. f9c094b buildman: Update help for -d by Simon Glass · 4 years, 7 months ago
  19. d829f12 bulidman: Add support for a simple build by Simon Glass · 4 years, 7 months ago
  20. 9de5c39 tools: buildman: fix typo by Flavio Suligoi · 4 years, 8 months ago
  21. d08c38c buildman: Ignore blank lines during size checks by Tom Rini · 4 years, 10 months ago
  22. c05aa03 buildman: Convert to Python 3 by Simon Glass · 5 years ago
  23. 347ea0b buildman: Deal more nicely with invalid build-status file by Simon Glass · 5 years ago
  24. 6af7101 buildman: Show boards with warning with w+ by Simon Glass · 6 years ago
  25. 4cf2b22 buildman: Rename the good, better, worse variables by Simon Glass · 6 years ago
  26. 2d48333 buildman: Detect dtc warnings by Simon Glass · 6 years ago
  27. e62a24c buildman: Avoid hanging when the config changes by Simon Glass · 6 years ago
  28. 48ae412 buildman: Add support for environment delta in summary by Alex Kiernan · 6 years ago
  29. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  30. 2371d1b buildman: add option -E for treating compiler warnings as errors by Daniel Schwierzeck · 7 years ago
  31. d5686a6 buildman: Fix bloat option when 'new' only drops functions by Tom Rini · 7 years ago
  32. 9a6d2e2 buildman: Handle commit subjects containing unicode by Simon Glass · 7 years ago
  33. 960421e buildman: Clean up odd characters on the terminal by Simon Glass · 8 years ago
  34. b464f8e buildman: Squash useless output from -K by Simon Glass · 8 years ago
  35. b50113f buildman: Add an option to just create the config by Simon Glass · 8 years ago
  36. 2f25664 buildman: Don't show a stacktrace on Ctrl-C by Simon Glass · 8 years ago
  37. 63781bd buildman: Drop the 'active' flag in the builder by Simon Glass · 8 years ago
  38. d436e38 buildman: Allow builds to terminate cleanly by Simon Glass · 8 years ago
  39. 745b395 buildman: Print a message indicating the build is starting by Simon Glass · 8 years ago
  40. b222abe buildman: Print a message when removing old directories by Simon Glass · 8 years ago
  41. 21f0eb3 buildman: Tidy up the 'cloning' message by Simon Glass · 8 years ago
  42. f79f1e0 buildman: allow more incremental building by Stephen Warren · 8 years ago
  43. 8270e3c buildman: Improve the config comparison feature by Simon Glass · 9 years ago
  44. 843312d buildman: Allow comparison of build configuration by Simon Glass · 10 years ago
  45. 40f11fc buildman: Show 'make' command line when -V is used by Simon Glass · 10 years ago
  46. 63c619e buildman: Add a space before the list of boards by Simon Glass · 10 years ago
  47. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  48. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  49. 5971ab5 buildman: Add an option to flatten output directory trees by Simon Glass · 10 years ago
  50. 1a91567 buildman: Don't prune output space for 'current source' build by Simon Glass · 10 years ago
  51. f66153b buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  52. f3d015c buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  53. 4653a88 buildman: Send builder output through a function for testing by Simon Glass · 10 years ago
  54. e30965d buildman: Separate out display of warnings and errors by Simon Glass · 10 years ago
  55. ed96665 buildman: Add an option to show which boards caused which errors by Simon Glass · 10 years ago
  56. 2c3deb9 buildman: Set the return code to indicate build result by Simon Glass · 10 years ago
  57. fd18a89 Makefile: remove generated boards.cfg within make distclean by Roger Meier · 10 years ago
  58. 28370c1 buildman: Add a message indicating there are no errors by Simon Glass · 10 years ago
  59. d3269ed buildman: Remove unused non-incremental build method code by Simon Glass · 10 years ago
  60. e5a0e5d buildman: Add verbose option to display errors as they happen by Simon Glass · 10 years ago
  61. b2ea7ab buildman: Refactor output options by Simon Glass · 10 years ago
  62. 190064b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago
  63. fea5858 buildman: Allow building of current source tree by Simon Glass · 10 years ago
  64. 73f30b9 buildman: adjust for Kconfig by Masahiro Yamada · 10 years ago
  65. 9979692 buildman: make sure to invoke GNU Make by Masahiro Yamada · 10 years ago
  66. 189a496 buildman: Support in-tree builds by Simon Glass · 10 years ago
  67. 97e9152 buildman: Add -C option to force a reconfigure for each commit by Simon Glass · 10 years ago
  68. 21fe8ec buildman: Avoid retrying a build if it definitely failed by Simon Glass · 10 years ago
  69. 4266dc2 buildman: Add -F flag to retry failed builds by Simon Glass · 10 years ago
  70. 4281ad8 buildman: Allow make flags to be specified for each board by Simon Glass · 11 years ago
  71. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  72. fc3fe1c buildman - U-Boot multi-threaded builder and summary tool by Simon Glass · 12 years ago