Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | 1 | -0/+3 | |
[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 | |||||
2020-06-21 | Fix: fatal error CVT1100 when compiling manifest file | FearlessTobi | 1 | -1/+1 | |
Occurs when doing a local compile in MSVC build. The compiler I'm using is as below: Microsoft Visual Studio Community 2019 Preview Version 16.6.0 Preview 5.0 Fixes this error: CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409 LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt I have put 0 since previous name was 1. If have other names in mind, please let me know. Co-Authored-By: dragios <dragios@users.noreply.github.com> | |||||
2018-03-23 | CITRA_ICON -> YUZU_ICON | N00byKing | 1 | -1/+1 | |
2018-01-13 | Get yuzu sdl to start compiling | James Rowe | 1 | -2/+2 | |
2018-01-13 | Massive removal of unused modules | James Rowe | 1 | -0/+0 | |
2017-09-03 | Add manifest | DaMan | 1 | -0/+8 | |
2016-12-05 | Unify Windows ICON resource name | Jannik Vogel | 1 | -1/+1 | |
2016-12-05 | Support mingw cross-compile | Jannik Vogel | 1 | -1/+1 | |
2015-05-25 | Assets: Move citra.ico from src/assets to dist. | Emmanuel Gil Peyrot | 1 | -9/+9 | |
2015-01-12 | Fix building on MinGW | darkf | 1 | -0/+0 | |
2014-12-31 | Add citra icon to Windows executable and title bar | Chin | 1 | -0/+0 | |
2014-04-05 | Support vs express edition without having to get platform sdk | Mathieu Vaillancourt | 1 | -0/+0 | |
2013-09-26 | renamed from citrus to citra | ShizZy | 1 | -0/+0 | |
2013-09-14 | renamed project to 'citrus' | ShizZy | 1 | -0/+0 | |
2013-09-05 | various fixes to be able to build project | ShizZy | 1 | -0/+0 | |
2013-08-30 | adding initial project layout | ShizZy | 1 | -0/+0 | |