| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| | |
When people suggest a solution to a generic issue they encounter, they have to open a feature request, which is not optimal. Submitting an issue through this new form will require writing about the issue that led to the idea, which will make it easier to discuss different solutions.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
* Update workflow dependencies
ubuntu-latest vm has been updated from 20.04 to 22.04.
To avoid sudden issues, use 22.04 explicitly.
CMake doesn't need to be updated on 22.04, but ninja must be installed separately in the simulator workflow.
actions/checkout@v2 uses deprecated Node.js 12.
Update to v3 which uses 16
|
| | | |
|
| | |
| |
| |
| | |
In my PR updating clang-format, I forgot to also format the headers.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Due to a security concern, comments can only be created in the context
of branches in the repo. PRs from forks can't get the comment.
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add .github/workflows/getSize.sh to extract sizes of sections from the
objfile
build-firmware uses getSize.sh to output the section sizes.
get-base-ref-size job added, which builds the base branch of the PR and
outputs the section sizes. Caches are used to avoid unnecessary builds
when the base branch hasn't been updated.
leave-build-size-comment job added, which creates or updates a comment
on the PR with the build size information from other jobs.
|
| | |
| |
| |
| | |
The workaround is no longer necessary
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Each opened app (screen) is pushed on a stack, which is then popped from
when returning instead of hard coded "previous apps". Return swipe and
refresh directions are automatically determined from the app transition.
|
| | | |
|
| | |
| |
| |
| |
| | |
Also add configuration options only available in 13 and 14.
Fixes warning about -fstack-usage in clang-tidy check.
|
| | |
| |
| |
| | |
This reverts commit 21f3bd708261ece47096961039e65d5b6f113c73.
|
| | |
| |
| |
| | |
This reverts commit 35654fbd982e27383ffc15446d9ab0a8606ae29d.
|
| | |
| |
| |
| | |
This reverts commit 7103f9d8063431b778df83244de5862d963e1ce8.
|
| | |
| |
| | |
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
|
| | | |
|
| | |
| |
| |
| | |
Exclude files from unity build which currently cause compile erros because of redefinitions.
|
| | | |
|
| | |
| |
| | |
Co-authored-by: JF <JF002@users.noreply.github.com>
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Removed/simplified some generator expressions that had more repeated
elements than they needed to. Extracted some repeated sets of options
into separate variables as well.
|
| | |
| |
| |
| |
| | |
Only enable the warning flags when building InfiniTime firmware, not
when building third-party libraries.
|
| | |
| |
| |
| |
| | |
Don't enable coding conventions from unrelated projects. Only enable
generic checks.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Small fix to be consistent: use "" for our includes and <> for system
includes or packages by others.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Return the build status as return code from the `main` helper function.
In the process convert the handling if the file was sourced or directly
executed into an explicit if/else statement to make the intent clearer.
In case of an build error the error is now reported at the build step,
where the error happened.
Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/1292
|
| | | |
|
| | |
| |
| | |
AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
|
| | | |
|