1. bf984a6 buildman: Retry the build for current source by Simon Glass · 7 months ago
  2. e13fcae Revert "buildman: Always use the full path in CROSS_COMPILE" by Tom Rini · 7 months ago
  3. 6c0a3cf buildman: Always use the full path in CROSS_COMPILE by Simon Glass · 7 months ago
  4. 8941477 buildman: Add a flag to force mrproper on failure by Simon Glass · 7 months ago
  5. 7e93bd3 buildman: Avoid rebuilding when --mrproper is used by Simon Glass · 7 months ago
  6. 3187da4 buildman: Make mrproper an argument to run_commit() by Simon Glass · 7 months ago
  7. 3f972a4 buildman: Make mrproper an argument to _config_and_build() by Simon Glass · 7 months ago
  8. 49b158a buildman: Make mrproper an argument to _reconfigure() by Simon Glass · 7 months ago
  9. dc31418 buildman: Use oldconfig when adjusting the config by Simon Glass · 1 year, 3 months ago
  10. 124a0da buildman: Keep all common output files by Simon Glass · 1 year, 5 months ago
  11. 2ecc580 buildman: Move copy_files() out ot BuilderThread class by Simon Glass · 1 year, 6 months ago
  12. 236f959 buildman: Tidy up some comments in builderthread by Simon Glass · 1 year, 6 months ago
  13. 57686d3 buildman: Tidy up reporting of a toolchain error by Simon Glass · 1 year, 6 months ago
  14. 5e5044b buildman: Avoid passing result into _read_done_file() by Simon Glass · 1 year, 6 months ago
  15. 335c1b9 buildman: Create a function to handle config and build by Simon Glass · 1 year, 6 months ago
  16. ad7181c buildman: Move checkout code to a separate function by Simon Glass · 1 year, 6 months ago
  17. 9bdf023 buildman: Move code to decide output dirs by Simon Glass · 1 year, 6 months ago
  18. e5490b7 buildman: Move code to remove old outputs by Simon Glass · 1 year, 6 months ago
  19. 4981bd3 buildman: Move reading of the done file into a function by Simon Glass · 1 year, 6 months ago
  20. 14c1523 buildman: Move bulid code into its own function by Simon Glass · 1 year, 6 months ago
  21. ec2f492 buildman: Move reconfigure code into its own function by Simon Glass · 1 year, 6 months ago
  22. dab3a4a buildman: Convert config_out to string IO by Simon Glass · 1 year, 6 months ago
  23. ed007bf buildman: Move more things into _build_args() by Simon Glass · 1 year, 6 months ago
  24. a06ed7f buildman: Move setting of toolchain arguments to _build_args() by Simon Glass · 1 year, 6 months ago
  25. 7524700 buildman: Start a function to set up the make arguments by Simon Glass · 1 year, 6 months ago
  26. 8926025 buildman: Drop unnecessary assignment of config_out by Simon Glass · 1 year, 6 months ago
  27. cc923fa buildman: Correct invalid use of out_dir variable by Simon Glass · 1 year, 6 months ago
  28. 4a7419b buildman: Export _get_output_dir() to avoid warnings by Simon Glass · 1 year, 6 months ago
  29. 606e543 buildman: Correct most pylint warnings in builderthread by Simon Glass · 1 year, 6 months ago
  30. f06d333 buildman: Convert camel case in builderthread.py by Simon Glass · 1 year, 6 months ago
  31. 37edf5f buildman: Convert camel case in builder.py by Simon Glass · 1 year, 6 months ago
  32. 43bdb3b buildman: Pass -Werror to the host compiler too by Simon Glass · 1 year, 9 months ago
  33. 4583c00 patman: Move library functions into a library directory by Simon Glass · 2 years ago
  34. bfb708a buildman: Add a flag for reproducible builds by Simon Glass · 2 years ago
  35. 93202d7 buildman: Support disabling LTO by Simon Glass · 2 years ago
  36. cd37d5b buildman: Write out the build command used by Simon Glass · 2 years ago
  37. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years, 3 months ago
  38. 35b6e53 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years, 3 months ago
  39. f4ed470 buildman: Avoid using board as a variable by Simon Glass · 2 years, 7 months ago
  40. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 3 years ago
  41. d980069 patman: Convert camel case in command.py by Simon Glass · 3 years ago
  42. 2b4806e buildman: Allow adjusting board config on the fly by Simon Glass · 3 years ago
  43. 8ca0931 buildman: Provide a hint on how to debug thread crashes by Simon Glass · 3 years ago
  44. bafdeb4 buildman: Write output even on fatal error by Simon Glass · 3 years, 3 months ago
  45. f1a83ab buildman: Use bytes for the environment by Simon Glass · 3 years, 10 months ago
  46. 8116c78 buildman: Handle exceptions in threads gracefully by Simon Glass · 3 years, 10 months ago
  47. ab9b4f3 buildman: Use common code to send an result by Simon Glass · 3 years, 10 months ago
  48. 2499331 buildman: Tidy up a few comments by Simon Glass · 3 years, 10 months ago
  49. 5f86454 buildman: Add an encoding to the out-env file by Simon Glass · 3 years, 10 months ago
  50. b82492b buildman: Support single-threaded operation by Simon Glass · 4 years ago
  51. 73da3d2 buildman: Remove output binaries before building by Simon Glass · 4 years, 1 month ago
  52. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 10 months ago
  53. 60b285f buildman: Write output files when using -w by Simon Glass · 4 years, 10 months ago
  54. 166a98a buildman: Use out-env for environment output by Simon Glass · 4 years, 10 months ago
  55. eb70a2c buildman: Make -I the default by Simon Glass · 4 years, 10 months ago
  56. d829f12 bulidman: Add support for a simple build by Simon Glass · 4 years, 11 months ago
  57. e9fbbf6 buildman: Document the members of BuilderJob by Simon Glass · 4 years, 11 months ago
  58. c05aa03 buildman: Convert to Python 3 by Simon Glass · 5 years ago
  59. e5fc79e buildman: Write the environment out to an 'env' file by Simon Glass · 6 years ago
  60. 00beb24 buildman: Add support for building with clang by Simon Glass · 6 years ago
  61. e74429b buildman: Deal nicely with invalid build-status file by Simon Glass · 6 years ago
  62. 0ddc510 buildman: Extract environment as part of each build by Alex Kiernan · 7 years ago
  63. 409fc02 tools: buildman: Don't use the working dir as build dir by Lothar Waßmann · 7 years ago
  64. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  65. 2371d1b buildman: add option -E for treating compiler warnings as errors by Daniel Schwierzeck · 7 years ago
  66. aafbe82 buildman: properly translate strings for log and err files to ASCII by Daniel Schwierzeck · 8 years ago
  67. fbeb337 buildman: Translate more strings to latin-1 by Tom Rini · 8 years ago
  68. a9401b2 buildman: Rename do_build to config_only by Simon Glass · 8 years ago
  69. b50113f buildman: Add an option to just create the config by Simon Glass · 8 years ago
  70. f40fa9b tools: buildman: Remove duplicated code by York Sun · 8 years ago
  71. 2880e6b buildman: Drop the 'alive' flag in BuilderThread by Simon Glass · 8 years ago
  72. 63781bd buildman: Drop the 'active' flag in the builder by Simon Glass · 8 years ago
  73. f79f1e0 buildman: allow more incremental building by Stephen Warren · 9 years ago
  74. dd59211 builderthread.py: Keep 'SPL' by Tom Rini · 10 years ago
  75. f5e5ece buildman: Make -V (verbose_build) really be verbose by Tom Rini · 10 years ago
  76. 0eb4c04 buildman: Keep more outputs with the --keep-outputs flag by Tom Rini · 10 years ago
  77. 970f932 buildman: Store build config files by Simon Glass · 10 years ago
  78. 88c8dcf buildman: Adjust the 'aborted' heuristic for writing output by Simon Glass · 10 years ago
  79. 40f11fc buildman: Show 'make' command line when -V is used by Simon Glass · 10 years ago
  80. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  81. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  82. ce26733 buildman: Save *.img files too by Tom Rini · 10 years ago
  83. f3d015c buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  84. fb3954f buildman: Correct counting of build failures on retry by Simon Glass · 10 years ago
  85. 48c1b6a buildman: Remove the directory prefix from each error line by Simon Glass · 10 years ago
  86. fd18a89 Makefile: remove generated boards.cfg within make distclean by Roger Meier · 10 years ago
  87. 190064b buildman: Move BuilderThread code to its own file by Simon Glass · 10 years ago