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