| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-04 | Rework ADSP into a wrapper for apps | Kelebek1 | |
| 2023-03-12 | general: fix spelling mistakes | Liam | |
| 2022-12-10 | audio_core: remove explicitly defaulted and implicitly deleted constructors | Liam | |
| 2022-11-13 | Add break for default cases | Kyle Kienapfel | |
| Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | |||
| 2022-09-15 | audio_core: Amend documentation tags | Lioncash | |
| Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot. | |||
| 2022-07-22 | Project Andio | Kelebek1 | |
