| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-15 | CMakeLists: Specify -Wextra on linux builds | Lioncash | |
| Allows reporting more cases where logic errors may exist, such as implicit fallthrough cases, etc. We currently ignore unused parameters, since we currently have many cases where this is intentional (virtual interfaces). While we're at it, we can also tidy up any existing code that causes warnings. This also uncovered a few bugs as well. | |||
| 2019-05-19 | yuzu/debugger/profiler: Specify string conversions explicitly | Lioncash | |
| This allows the microprofile widget to compile with implicit string conversions disabled. | |||
| 2019-04-03 | yuzu/debugger/profiler: Remove unnecessary includes | Lioncash | |
| Moves includes into the cpp file where necessary. This way, microprofile-related stuff isn't dumped into other UI-related code when the dialog header gets included. | |||
| 2018-01-18 | qt: Migrate to Qt 5 signal/slot connection syntax where applicable | Lioncash | |
| 2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
| 2018-01-12 | Massive removal of unused modules | James Rowe | |
