| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-08 | Misc: fix compiler warning: implicit declaration of function | oltolm | |
| 2025-04-23 | linter: Apply clang-format 19.1 formatting | Joshua Vandaƫle | |
| find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i | |||
| 2025-04-20 | remove ucrt compat patches | Shawn Hoffman | |
| Dolphin has not supported a version of windows where these binaries exist for a while. | |||
| 2025-03-11 | Core/Common: Fix typos | Luz Paz | |
| Found via `codespell -q 3 -S "./Externals,./Data/Sys/wiitdb-??.txt,*.po,*.pot" -L andf,asnd,bootup,brocken,bufferin,clen,collet,datas,delt,diety,extint,fpr,inout,inport,interm,nd,nin,ontop,pixelx,re-use,re-used,sav,stateman,strat,transer,wil` | |||
| 2024-08-20 | Remove redundant semicolons | Dr. Dystopia | |
| 2023-04-18 | Common/CommonFuncs: Move interface into Common namespace | Lioncash | |
| Gets these functions out of the global namespace. | |||
| 2022-01-13 | Add fmt/xchar includes where wstring is used | Pokechu22 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2020-08-23 | handle to GetFileVersionInfoW must be zero | Shawn Hoffman | |
| 2019-11-23 | Prefer MessageBoxW to MessageBoxA | tinyredpanda | |
| 2019-10-07 | Move GetModuleName to Common | Silent | |
| This unifies GetModuleFileName calls between Dolphin and WinUpdater and allows to gracefully remove MAX_PATH limit from GetExePath | |||
| 2019-06-14 | Common: Use fmt where applicable | Lioncash | |
| Begins the transition to using fmt for string formatting where applicable. Given fmt supports formatting std::string instances out of the box, we can remove now-unnecessary calls to .c_str() and .data(). Note that this change does not touch the actual logging subsystem aside from converting the final StringFromFormat call in the process over to fmt::format. Given our logging system is heavily used throughout the entire codebase, and converting that over will be quite a large change by itself, this will be tackled near the end of the conversion process. | |||
| 2018-04-12 | Reformat all the things! | spycrab | |
| 2017-06-15 | [windows]: Apply compatibility patches to problematic gamepad vibration drivers. | Shawn Hoffman | |
| Move ucrtFreadWorkaround to use the new LdrWatcher. | |||
