Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Core] Quantum Painter - LVGL Integration (#18499) | jpe230 | 2022-12-13 | 1 | -0/+1 |
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove old submodules if present (#17930) | Nick Brassel | 2022-08-13 | 1 | -0/+9 |
| | |||||
* | Fix 0 delta results in size_regression.sh (#17457) | Dasky | 2022-06-23 | 1 | -1/+1 |
| | |||||
* | Misc size regression script improvements. (#16268) | Nick Brassel | 2022-02-08 | 1 | -2/+20 |
| | | | | | | | | | | | | | * Misc size regression script improvements. - Sets environment variable SIZE_REGRESSION_EXECUTING during execution so hook scripts like `post-checkout` may skip processing. - Forces checkout of the target branch, including removal of all temporary object files in the process. - Prints out a warning on exit stating that the git repository is in an indeterminate state, and the user needs to swap back to whatever intended branch they were working with originally. * Remove `git clean` | ||||
* | Add script for performing compilation size regression investigations. (#15303) | Nick Brassel | 2021-11-27 | 1 | -0/+79 |
* Add script for performing compilation size regression investigations. * Print deltas * Correct scoping. * Concurrency control * Job count control, skip zeros (unless no build output), fix usage. * Add usage under -h arg. * Updated usage output. * Copyright header. |