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