aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/func_test.py
AgeCommit message (Expand)Author
2023-03-08buildman: Support disabling LTOSimon Glass
2023-03-08buildman: Write out the build command usedSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-11-22buildman: Reinstate removal of temp output dir in testsSimon Glass
2022-11-22buildman: Convert documentation to rSTSimon Glass
2022-08-05buildman: Split out Boards into its own fileSimon Glass
2022-08-05buildman: Convert camel case in board.pySimon Glass
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass
2022-08-05buildman: Fix use of 'boards' in func_testSimon Glass
2022-08-05buildman: Avoid using board as a variableSimon Glass
2022-03-02buildman: Correct pylint errorsSimon Glass
2022-02-09patman: Convert camel case in terminal.pySimon Glass
2022-02-09patman: Convert camel case in gitutil.pySimon Glass
2022-02-09patman: Convert camel case in command.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass
2022-02-08buildman: Add helper functions for updating .config filesSimon Glass
2021-04-29buildman: Use bytes for the environmentSimon Glass
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass
2021-04-29buildman: Tidy up a few commentsSimon Glass
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26buildman: Move to absolute importsSimon Glass
2020-04-26buildman: Write output files when using -wSimon Glass
2020-04-26buildman: Use out-env for environment outputSimon Glass
2020-04-26buildman: Make sure that -o is given with -wSimon Glass
2020-04-21buildman: Change the exit codesSimon Glass
2020-04-21buildman: Make -I the defaultSimon Glass
2020-04-10buildman: Allow building within a subdir of the current dirSimon Glass
2020-04-10bulidman: Add support for a simple buildSimon Glass
2019-11-04buildman: Convert to Python 3Simon Glass
2019-10-08buildman: Perform tests in a temporary directoryTom Rini
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada
2018-06-07buildman: Extract environment as part of each buildAlex Kiernan
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-16tools: Update python "help" tests to cope with "more" odditiesTom Rini
2017-06-16powerpc, 5xx: remove some "5xx" remainsHeiko Schocher
2016-07-31buildman: Fix the 'help' test to use the correct pathSimon Glass
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass
2014-09-09buildman: Ignore conflicting tagsSimon Glass
2014-09-09buildman: Permit branch names with an embedded '/'Simon Glass
2014-09-09buildman: Add additional functional testsSimon Glass
2014-09-09buildman: Allow tests to have their own boardsSimon Glass
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass
2014-09-09buildman: Add a functional testSimon Glass