summaryrefslogtreecommitdiff
path: root/.ci/scripts/format/script.sh
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2024-01-13android: Move ktlintCheck to yuzu-verifyt895
2024-01-11ci: fix file mode check in format scriptLiam
2024-01-10ci: fix format taskLiam
2024-01-08ci: make verify format workflow output more helpfulLiam
2023-01-29Move to Clang Format 15Levi Behunin
Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
2022-12-30ci: Allow setting clang-format binaryColin Kinloch
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
[REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
2021-09-24ci: Update clang format versionameerj
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-08-08General: Tidy up clang-format warningsLioncash
2020-08-02ci: Make use of clang-format 10.0Lioncash
10.0 seems to play nicer with C++ attributes compared to clang-format 6.0.
2019-07-13Finalize Azure Pipelines DefinitionsZach Hilman
d