summaryrefslogtreecommitdiffstats
path: root/tools/buildman
Commit message (Expand)AuthorAgeFilesLines
* buildman: Fix the logic for the bloat commandSimon Glass2014-09-211-3/+3
* kconfiglib: change SPDX-License-Identifier to ISCMasahiro Yamada2014-09-171-1/+1
* tools: Import KconfiglibMasahiro Yamada2014-09-161-0/+3799
* buildman: fix typos of --dry-run help messageMasahiro Yamada2014-09-091-1/+1
* buildman: Create parent directories as necessaryThierry Reding2014-09-092-3/+6
* buildman: Ignore conflicting tagsSimon Glass2014-09-092-8/+10
* buildman: Permit branch names with an embedded '/'Simon Glass2014-09-092-5/+14
* buildman: Expand output test to cover directory prefixesSimon Glass2014-09-091-8/+46
* buildman: Add additional functional testsSimon Glass2014-09-091-18/+306
* buildman: Provide an internal option to clean the outpur dirSimon Glass2014-09-091-1/+10
* buildman: Correct counting of build failures on retrySimon Glass2014-09-091-7/+8
* buildman: Allow tests to have their own boardsSimon Glass2014-09-092-10/+31
* buildman: Avoid looking at config file or toolchains in testsSimon Glass2014-09-092-5/+29
* buildman: Set up bsettings outside the control moduleSimon Glass2014-09-092-1/+2
* buildman: Add a functional testSimon Glass2014-09-094-18/+206
* buildman: Move full help code into the control moduleSimon Glass2014-09-092-6/+8
* buildman: Move the command line code into its own fileSimon Glass2014-09-092-71/+87
* buildman: Enhance basic test to check summary outputSimon Glass2014-09-091-5/+96
* buildman: Send builder output through a function for testingSimon Glass2014-09-091-28/+30
* buildman: Separate out display of warnings and errorsSimon Glass2014-09-052-23/+91
* buildman: Add an option to show which boards caused which errorsSimon Glass2014-09-054-13/+50
* buildman: Remove the directory prefix from each error lineSimon Glass2014-09-051-1/+3
* buildman: Implement an option to exclude boards from the buildSimon Glass2014-09-054-8/+41
* buildman: Allow make-flags variables to include '-' and '_'Simon Glass2014-09-052-2/+4
* buildman: Set the return code to indicate build resultSimon Glass2014-09-054-3/+20
* buildman: run genboardscfg.py all the timeMasahiro Yamada2014-08-281-6/+4
* buildman: refactor help messageMasahiro Yamada2014-08-221-1/+1
* Makefile: remove generated boards.cfg within make distcleanRoger Meier2014-08-222-4/+4
* tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-211-10/+5
* buildman: Allow selection of the number of commits to buildSimon Glass2014-08-131-12/+19
* buildman: Introduce an 'and' operator for board selectionSimon Glass2014-08-133-17/+184
* buildman: Add a few more toolchain examples to the READMESimon Glass2014-08-131-0/+2
* buildman: Add a message indicating there are no errorsSimon Glass2014-08-131-0/+7
* buildman: Add an option to specify the buildman config fileSimon Glass2014-08-132-1/+3
* buildman: Remove unused non-incremental build method codeSimon Glass2014-08-132-35/+0
* buildman: Add verbose option to display errors as they happenSimon Glass2014-08-135-15/+56
* buildman: Refactor output optionsSimon Glass2014-08-133-26/+34
* buildman: Sort command line optionsSimon Glass2014-08-131-6/+6
* buildman: Move BuilderThread code to its own fileSimon Glass2014-08-132-431/+442
* buildman: Allow building of current source treeSimon Glass2014-08-132-54/+108
* buildman: Add some notes about moving from MAKEALLSimon Glass2014-08-131-0/+92
* buildman: Fix a few typosSimon Glass2014-08-131-6/+6
* buildman: adjust for KconfigMasahiro Yamada2014-07-303-4/+14
* buildman: make sure to invoke GNU MakeMasahiro Yamada2014-07-292-3/+12
* buildman: Support in-tree buildsSimon Glass2014-07-283-2/+16
* buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-283-1/+13
* buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-231-1/+3
* buildman: Add -F flag to retry failed buildsSimon Glass2014-07-233-5/+22
* buildman: fix toolchain priority_listMasahiro Yamada2014-07-071-1/+1
* buildman: fix to display warning message for missing [toolchain] sectionMasahiro Yamada2014-07-071-1/+1
OpenPOWER on IntegriCloud