1. e0f2406 buildman: Fix building based on 'options' field by Tom Rini · 8 years ago
  2. d5fe013 tools: buildman: Add compiler wrapper by York Sun · 8 years ago
  3. f40fa9b tools: buildman: Remove duplicated code by York Sun · 8 years ago
  4. 2880e6b buildman: Drop the 'alive' flag in BuilderThread by Simon Glass · 8 years ago
  5. 2f25664 buildman: Don't show a stacktrace on Ctrl-C by Simon Glass · 8 years ago
  6. 63781bd buildman: Drop the 'active' flag in the builder by Simon Glass · 8 years ago
  7. d436e38 buildman: Allow builds to terminate cleanly by Simon Glass · 8 years ago
  8. a556eee buildman: Put our local libraries first in the path by Simon Glass · 8 years ago
  9. 745b395 buildman: Print a message indicating the build is starting by Simon Glass · 8 years ago
  10. b222abe buildman: Print a message when removing old directories by Simon Glass · 8 years ago
  11. 21f0eb3 buildman: Tidy up the 'cloning' message by Simon Glass · 8 years ago
  12. 785f154 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  13. c8d7393 buildman: Add a quick-start note by Simon Glass · 8 years ago
  14. c8785c5 buildman: Avoid overwriting existing toolchain entries by Simon Glass · 8 years ago
  15. 7e92e46 buildman: Drop the toolchain error when downloading toolchains by Simon Glass · 8 years ago
  16. 2289b27 buildman: Fix a typo in TestSettingsHasPath() by Simon Glass · 8 years ago
  17. 713bea3 buildman: Improve the toolchain progress/error output by Simon Glass · 8 years ago
  18. 80e6a48 buildman: Allow the toolchain error to be suppressed by Simon Glass · 8 years ago
  19. bd6f5d9 buildman: Fix the 'help' test to use the correct path by Simon Glass · 8 years ago
  20. 8e605a5 buildman: Automatically create a config file if needed by Simon Glass · 8 years ago
  21. 8ea4210 buildman: Tidy up the README a little by Simon Glass · 8 years ago
  22. f79f1e0 buildman: allow more incremental building by Stephen Warren · 8 years ago
  23. c81d0d2 buildman: Clarify the use of -V by Simon Glass · 8 years ago
  24. 17bce66 buildman: Add a way to specific a full toolchain prefix by Simon Glass · 8 years ago
  25. d4c8572 buildman: Allow branch names which conflict with directories by Simon Glass · 8 years ago
  26. 608e399 buildman: Allow the toolchain architecture to be specified by Simon Glass · 8 years ago
  27. ff690df buildman: Allow the toolchain priority to be specified by Simon Glass · 8 years ago
  28. ad24eba buildman: Fix up a few code inconsistencies in toolchain.py by Simon Glass · 8 years ago
  29. 2bdeade buildman: patman: Fix -H when installed as a symlink by Simon Glass · 8 years ago
  30. e8aebc4 tools: Update openrisc toolchain information by Bin Meng · 8 years ago
  31. 8951523 buildman: README: add links for toolchains not available on kernel.org by Thomas Chou · 9 years ago
  32. 8270e3c buildman: Improve the config comparison feature by Simon Glass · 9 years ago
  33. 90c36d8 kconfiglib: update to the latest version by Ulf Magnusson · 9 years ago
  34. 9f244b2 buildman: Correct '--fetch-arch' command documentation by Bin Meng · 9 years ago
  35. dd59211 builderthread.py: Keep 'SPL' by Tom Rini · 9 years ago
  36. 9d01b78 kconfiglib: sync with the latest in Kconfiglib project by Masahiro Yamada · 9 years ago
  37. 1246231 buildman: Add gcc 4.9.0 with Microblaze toolchain by Michal Simek · 9 years ago
  38. f5e5ece buildman: Make -V (verbose_build) really be verbose by Tom Rini · 9 years ago
  39. 0eb4c04 buildman: Keep more outputs with the --keep-outputs flag by Tom Rini · 9 years ago
  40. 843312d buildman: Allow comparison of build configuration by Simon Glass · 9 years ago
  41. 970f932 buildman: Store build config files by Simon Glass · 9 years ago
  42. 88c8dcf buildman: Adjust the 'aborted' heuristic for writing output by Simon Glass · 9 years ago
  43. 40f11fc buildman: Show 'make' command line when -V is used by Simon Glass · 9 years ago
  44. e57c6e5 ARM: tegra: rename colibri_t20 board/configuration/device-tree by Marcel Ziswiler · 9 years ago
  45. 63c619e buildman: Add a space before the list of boards by Simon Glass · 9 years ago
  46. 2a76a64 buildman: Correct toolchain download feature by Simon Glass · 9 years ago
  47. d908898 buildman: allow multiple toolchains in a single path by Albert ARIBAUD · 10 years ago
  48. d2ce658 buildman: Add an option to write the full build output by Simon Glass · 10 years ago
  49. 827e37b buildman: Add the option to download toolchains from kernel.org by Simon Glass · 10 years ago
  50. 9b83bfd buildman: Allow architecture to alias to multiple toolchains by Simon Glass · 10 years ago
  51. cc93529 buildman: Don't use the local settings when running tests by Simon Glass · 10 years ago
  52. 7024ab6 buildman: Don't complain about missing sections in ~/.buildman by Simon Glass · 10 years ago
  53. 6200534 buildman: Add documentation about the .buildman file by Simon Glass · 10 years ago
  54. 3469969 buildman: Add a note about Python pre-requisites by Simon Glass · 10 years ago
  55. bb1501f buildman: Add an option to use the full tool chain path by Simon Glass · 10 years ago
  56. f210b58 buildman: Put the toolchain path first instead of last in PATH by Simon Glass · 10 years ago
  57. b532412 buildman: Try to avoid hard-coded string parsing by Simon Glass · 10 years ago
  58. 5abab20 buildman: Allow specifying a range of commits to build by Simon Glass · 10 years ago
  59. 0740127 buildman: Don't remove entire output directory when testing by Simon Glass · 10 years ago
  60. 5971ab5 buildman: Add an option to flatten output directory trees by Simon Glass · 10 years ago
  61. 2a9e2c6 buildman: Try to guess the upstream commit by Simon Glass · 10 years ago
  62. 1a91567 buildman: Don't prune output space for 'current source' build by Simon Glass · 10 years ago
  63. 05c96b1 buildman: Put build in 'current', not 'current/current' by Simon Glass · 10 years ago
  64. 4466c1f buildman: Add tests that check the correct output directory is used by Simon Glass · 10 years ago
  65. bd5053f Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  66. 3e1ded1 buildman: Fix some typos in README by Dirk Behme · 10 years ago
  67. 1d8104f buildman: Don't default to -e when building current source by Simon Glass · 10 years ago
  68. f66153b buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  69. 0b5b409 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  70. ce26733 buildman: Save *.img files too by Tom Rini · 10 years ago
  71. 1ddda1b patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  72. 58d818f buildman: Don't default to -e when using -s by Simon Glass · 10 years ago
  73. be338a51 buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  74. 7798e22 buildman: Fix the logic for the bloat command by Simon Glass · 10 years ago
  75. 9170818 kconfiglib: change SPDX-License-Identifier to ISC by Masahiro Yamada · 10 years ago
  76. f219e01 tools: Import Kconfiglib by Masahiro Yamada · 10 years ago
  77. d0ea61d buildman: fix typos of --dry-run help message by Masahiro Yamada · 10 years ago
  78. f3d015c buildman: Create parent directories as necessary by Thierry Reding · 10 years ago
  79. 950a231 buildman: Ignore conflicting tags by Simon Glass · 10 years ago
  80. f7582ce buildman: Permit branch names with an embedded '/' by Simon Glass · 10 years ago
  81. 930c8d4 buildman: Expand output test to cover directory prefixes by Simon Glass · 10 years ago
  82. dfb7e93 buildman: Add additional functional tests by Simon Glass · 10 years ago
  83. 883a321 buildman: Provide an internal option to clean the outpur dir by Simon Glass · 10 years ago
  84. fb3954f buildman: Correct counting of build failures on retry by Simon Glass · 10 years ago
  85. 823e60b buildman: Allow tests to have their own boards by Simon Glass · 10 years ago
  86. 8b985ee buildman: Avoid looking at config file or toolchains in tests by Simon Glass · 10 years ago
  87. fd03d63 buildman: Set up bsettings outside the control module by Simon Glass · 10 years ago
  88. d4144e4 buildman: Add a functional test by Simon Glass · 10 years ago
  89. 48ba585 buildman: Move full help code into the control module by Simon Glass · 10 years ago
  90. d3d5c12 buildman: Move the command line code into its own file by Simon Glass · 10 years ago
  91. 6208fce buildman: Enhance basic test to check summary output by Simon Glass · 10 years ago
  92. 4653a88 buildman: Send builder output through a function for testing by Simon Glass · 10 years ago
  93. e30965d buildman: Separate out display of warnings and errors by Simon Glass · 10 years ago
  94. ed96665 buildman: Add an option to show which boards caused which errors by Simon Glass · 10 years ago
  95. 48c1b6a buildman: Remove the directory prefix from each error line by Simon Glass · 10 years ago
  96. 3cf4ae6 buildman: Implement an option to exclude boards from the build by Simon Glass · 10 years ago
  97. f60c9d4 buildman: Allow make-flags variables to include '-' and '_' by Simon Glass · 10 years ago
  98. 2c3deb9 buildman: Set the return code to indicate build result by Simon Glass · 10 years ago
  99. 390f703 buildman: run genboardscfg.py all the time by Masahiro Yamada · 10 years ago
  100. 7f6b831 buildman: refactor help message by Masahiro Yamada · 10 years ago