1. 37edf5f buildman: Convert camel case in builder.py by Simon Glass · 1 year, 3 months ago
  2. 42d42cf buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 3 months ago
  3. 529957c buildman: Convert to argparse by Simon Glass · 1 year, 3 months ago
  4. 1d0c55d buildman: Create a function to get number of built commits by Simon Glass · 1 year, 3 months ago
  5. f6df5ed buildman: Use get_alow_missing() directly to avoid var by Simon Glass · 1 year, 3 months ago
  6. 75584e1 buildman: Move getting the adjust_cfg into run_builder() by Simon Glass · 1 year, 3 months ago
  7. a659b8d buildman: Move checking for make into run_builder() by Simon Glass · 1 year, 3 months ago
  8. ea78233 buildman: Adjust show_toolchain_prefix() to not return by Simon Glass · 1 year, 3 months ago
  9. 985d7ae buildman: Drop some unnecessary variables by Simon Glass · 1 year, 3 months ago
  10. 68f917c buildman: Moving running of the builder into a function by Simon Glass · 1 year, 3 months ago
  11. 4ec7682 buildman: Tweak commits and show_bloat by Simon Glass · 1 year, 3 months ago
  12. ffd06d3 buildman: Move remaining builder properties to constructor by Simon Glass · 1 year, 3 months ago
  13. 573b303 buildman: Avoid too many returns in do_buildman() by Simon Glass · 1 year, 3 months ago
  14. 6378bad buildman: Move commit numbering into determine_series() by Simon Glass · 1 year, 3 months ago
  15. e48b946 buildman: Move setting up the output dir into a function by Simon Glass · 1 year, 3 months ago
  16. aeb2381 buildman: Move counting of commits into a function by Simon Glass · 1 year, 3 months ago
  17. 168d792 buildman: Build option-adjusting into a function by Simon Glass · 1 year, 3 months ago
  18. 1b820ee buildman: Pass option values to show_actions() by Simon Glass · 1 year, 3 months ago
  19. 1d3a5a5 buildman: Pass option values to get_action_summary() by Simon Glass · 1 year, 3 months ago
  20. 081c34c buildman: Move output-file setup into one place by Simon Glass · 1 year, 3 months ago
  21. 372b445 bulldman: Set up output_dir earlier by Simon Glass · 1 year, 3 months ago
  22. b868064 bulidman: Move toolchain handling to a function by Simon Glass · 1 year, 3 months ago
  23. 180c718 buildman: Move Boards-object code into a function by Simon Glass · 1 year, 3 months ago
  24. 9df59e4 bulidman: Move more code to determine_series() by Simon Glass · 1 year, 3 months ago
  25. 0d4874f buildman: Move board-selection code into a function by Simon Glass · 1 year, 3 months ago
  26. f0207d7 buildman: Move dry-run handling higher in do_buildman() by Simon Glass · 1 year, 3 months ago
  27. d233dfb buildman: Drop use of builder in show_actions() by Simon Glass · 1 year, 3 months ago
  28. f7a36d5 buildman: Move fetch-arch code into a separate function by Simon Glass · 1 year, 3 months ago
  29. d230c01 buildman: Move series calculations into a separate function by Simon Glass · 1 year, 3 months ago
  30. 309f0f1 buildman: Move full-help processing to main by Simon Glass · 1 year, 3 months ago
  31. b8be2bd buildman: Fix most pylint warnings in control by Simon Glass · 1 year, 3 months ago
  32. 9ef05b9 buildman: Convert camel case in control.py by Simon Glass · 1 year, 3 months ago
  33. a1431e6 buildman: Provide an argument to the -R option by Simon Glass · 1 year, 3 months ago
  34. 1b21842 buildman: Add an option to check maintainers by Simon Glass · 1 year, 3 months ago
  35. de65b12 tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 6 months ago
  36. d85f790 buildman: Use importlib to find the help by Simon Glass · 1 year, 8 months ago
  37. 8dd7be7 buildman: Fix use of a type as a variable by Simon Glass · 1 year, 8 months ago
  38. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  39. bfb708a buildman: Add a flag for reproducible builds by Simon Glass · 1 year, 8 months ago
  40. 93202d7 buildman: Support disabling LTO by Simon Glass · 1 year, 8 months ago
  41. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years ago
  42. 74df491 buildman: Convert documentation to rST by Simon Glass · 2 years ago
  43. add76e7 buildman: Return an error if there are maintainer warnings by Simon Glass · 2 years, 3 months ago
  44. a8a0141 buildman: Incorporate the genboardscfg.py tool by Simon Glass · 2 years, 3 months ago
  45. c52bd22 buildman: Split out Boards into its own file by Simon Glass · 2 years, 3 months ago
  46. 6014db6 buildman: Convert camel case in board.py by Simon Glass · 2 years, 3 months ago
  47. cc2c0d1 buildman: Drop use of 'boards' in control by Simon Glass · 2 years, 3 months ago
  48. ae1a09f buildman: Support running from an IDE by Simon Glass · 2 years, 3 months ago
  49. 5635c50 buildman: Drop -I option by Simon Glass · 2 years, 3 months ago
  50. 098b10f patman: Convert camel case in terminal.py by Simon Glass · 2 years, 9 months ago
  51. 252ac58 patman: Rename Color() method to build() by Simon Glass · 2 years, 9 months ago
  52. 82e0e73 patman: Rename Print() to Tprint() by Simon Glass · 2 years, 9 months ago
  53. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 9 months ago
  54. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  55. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  56. 2b4806e buildman: Allow adjusting board config on the fly by Simon Glass · 2 years, 9 months ago
  57. 5fe50f9 tools: Refactor full help printing by Paul Barker · 3 years, 1 month ago
  58. 8116c78 buildman: Handle exceptions in threads gracefully by Simon Glass · 3 years, 6 months ago
  59. 2499331 buildman: Tidy up a few comments by Simon Glass · 3 years, 6 months ago
  60. b82492b buildman: Support single-threaded operation by Simon Glass · 3 years, 9 months ago
  61. d93720e patman: Rename functions in patchstream by Simon Glass · 4 years ago
  62. 5a910b9 buildman: Allow using older versions of genboardscfg.py by Simon Glass · 4 years, 3 months ago
  63. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  64. 0ede00f buildman: Move to absolute imports by Simon Glass · 4 years, 6 months ago
  65. 88daaef buildman: Make sure that -o is given with -w by Simon Glass · 4 years, 6 months ago
  66. 97944d3 buildman: Correct operation of -A flag by Simon Glass · 4 years, 6 months ago
  67. b1e5e6d buildman: Change the exit codes by Simon Glass · 4 years, 6 months ago
  68. 113a8a5 buildman: Add an option to ignore migration warnings by Simon Glass · 4 years, 6 months ago
  69. 174592b buildman: Add an option to ignore device-tree warnings by Simon Glass · 4 years, 6 months ago
  70. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 6 months ago
  71. 4e9162d buildman: Drop the -a option by Simon Glass · 4 years, 7 months ago
  72. b2d89bc buildman: Allow building within a subdir of the current dir by Simon Glass · 4 years, 7 months ago
  73. 7beb43c buildman: Allow ignoring warnings in the return code by Simon Glass · 4 years, 7 months ago
  74. d829f12 bulidman: Add support for a simple build by Simon Glass · 4 years, 7 months ago
  75. 57cb9d5 buildman: Add options to get the arch and toolchain info by Simon Glass · 4 years, 11 months ago
  76. 7c66ead buildman: Figure out boards before commits by Simon Glass · 4 years, 11 months ago
  77. 6a3fc91 buildman: Ask genboardscfg to be quiet by Simon Glass · 4 years, 11 months ago
  78. 70f6813 buildman: Fix problem with non-existent output directories by Tom Rini · 5 years ago
  79. c05aa03 buildman: Convert to Python 3 by Simon Glass · 5 years ago
  80. bc750bc tools: buildman: Honor output directory when generating boards.cfg by Bin Meng · 5 years ago
  81. 58804b8 buildman: fix typo by Chris Packham · 6 years ago
  82. 00beb24 buildman: Add support for building with clang by Simon Glass · 6 years ago
  83. 40232c9 buildman: Only print toolchain probing with -v by Simon Glass · 6 years ago
  84. 0689036 buildman: Add a --boards option to specify particular boards to build by Simon Glass · 6 years ago
  85. 48ae412 buildman: Add support for environment delta in summary by Alex Kiernan · 6 years ago
  86. 409fc02 tools: buildman: Don't use the working dir as build dir by Lothar Waßmann · 7 years ago
  87. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  88. 2371d1b buildman: add option -E for treating compiler warnings as errors by Daniel Schwierzeck · 7 years ago
  89. 8d7523c buildman: Allow showing the list of boards with -n by Simon Glass · 8 years ago
  90. b464f8e buildman: Squash useless output from -K by Simon Glass · 8 years ago
  91. b50113f buildman: Add an option to just create the config by Simon Glass · 8 years ago
  92. 785f154 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  93. 7e92e46 buildman: Drop the toolchain error when downloading toolchains by Simon Glass · 8 years ago
  94. 713bea3 buildman: Improve the toolchain progress/error output by Simon Glass · 8 years ago
  95. f79f1e0 buildman: allow more incremental building by Stephen Warren · 9 years ago
  96. 2bdeade buildman: patman: Fix -H when installed as a symlink by Simon Glass · 9 years ago
  97. 843312d buildman: Allow comparison of build configuration by Simon Glass · 10 years ago
  98. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  99. 827e37b buildman: Add the option to download toolchains from kernel.org by Simon Glass · 10 years ago
  100. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago