Dr. Dystopia
|
08e183d322
|
Replace string concatination with fmt::format
|
2026-07-28 12:39:54 +02:00 |
|
Dr. Dystopia
|
2ca2a5c875
|
UICommon: Replace find != std::npos with contains
|
2026-07-22 12:15:55 +02:00 |
|
Dr. Dystopia
|
9ae9c12938
|
Replace find(x) != npos with contains(x) - Core
|
2026-04-20 09:36:08 +02:00 |
|
Dr. Dystopia
|
6591fa3751
|
Core/PowerPC: Split 'IsRAMAddress' method into 'IsEffectiveRAMAddress' and 'IsPhysicalRAMAddress' methods
|
2025-06-14 23:29:03 +02:00 |
|
Dr. Dystopia
|
ca8f9b672b
|
Source: Remove redundant lambda parameter lists
|
2025-06-14 10:19:31 +02:00 |
|
Dr. Dystopia
|
7b496b2f5b
|
DiscIO: Remove redundant casts
|
2025-06-04 21:57:45 +02:00 |
|
Dr. Dystopia
|
bae0e5f67a
|
DolphinNoGUI: Make override explicit
|
2025-06-04 21:49:29 +02:00 |
|
Dr. Dystopia
|
2ae928ca79
|
DolphinNoGUI: Make parameters constant
|
2025-06-04 21:49:15 +02:00 |
|
Dr. Dystopia
|
f04f659710
|
DolphinNoGUI: Replace C-style cast with reinterpret_cast
|
2025-06-04 21:49:01 +02:00 |
|
Dr. Dystopia
|
ec1d659363
|
DolphinNoGUI: Make classes final
|
2025-06-04 21:48:53 +02:00 |
|
Dr. Dystopia
|
c37933932d
|
DolphinNoGUI: Make variables constant
|
2025-06-04 21:48:40 +02:00 |
|
Dr. Dystopia
|
23af1e025b
|
DolphinNoGUI: Make function static
|
2025-06-04 21:30:59 +02:00 |
|
Dr. Dystopia
|
135b6840e5
|
DolphinNoGUI: Remove unused include directives
|
2025-06-04 21:30:59 +02:00 |
|
Dr. Dystopia
|
e3df00b7f4
|
DolphinNoGUI: Make variables constexpr
|
2025-06-04 21:30:59 +02:00 |
|
Dr. Dystopia
|
71da0f2d24
|
DolphinNoGUI: Replace deprecated signal.h header
|
2025-06-04 21:30:59 +02:00 |
|
Dr. Dystopia
|
8192d9d2a9
|
Make parameters, arguments etc. constant
|
2025-05-31 20:57:54 +02:00 |
|
Dr. Dystopia
|
a6b04f53e0
|
AudioCommon: Remove unused qualifiers and make variables constant
|
2025-05-30 21:48:38 +02:00 |
|
Dr. Dystopia
|
7c237bbd7c
|
AudioCommon: Remove unused includes
|
2025-05-25 10:30:41 +02:00 |
|
Dr. Dystopia
|
851c555c90
|
DiscIO: Use views::keys
|
2025-05-18 09:24:47 +02:00 |
|
Dr. Dystopia
|
2102108b1a
|
UnitTests: Remove redundant template type specifers
|
2025-05-16 21:09:52 +02:00 |
|
Dr. Dystopia
|
9dfcbcecff
|
DiscIO: Make functions constant
|
2025-05-16 19:11:39 +02:00 |
|
Dr. Dystopia
|
bc1af564e2
|
UnitTests/Core: Remove unused includes
|
2025-05-16 15:31:31 +02:00 |
|
Dr. Dystopia
|
7de18efc93
|
UnitTests/Core: Make parameters constant
|
2025-05-16 15:29:31 +02:00 |
|
Dr. Dystopia
|
762555c984
|
UnitTests/Common: Use std::size for size calculation
|
2025-05-16 14:59:55 +02:00 |
|
Dr. Dystopia
|
58c79bc5ed
|
UnitTests/PowerPC: Use constant functions, variables and parameters
|
2025-05-16 08:28:06 +02:00 |
|
Dr. Dystopia
|
cb30862cfb
|
DolphinQT/Netplay: Make variables constant
|
2025-05-10 13:05:54 +02:00 |
|
Dr. Dystopia
|
c5f01902de
|
DSPSpy: Make RealDSP final and make overide explicit
|
2025-05-10 13:02:55 +02:00 |
|
Dr. Dystopia
|
5ee520133d
|
Clang-format: Fix invalid settings
|
2025-05-01 22:05:07 +02:00 |
|
Dr. Dystopia
|
f240e20e3f
|
Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests
|
2025-05-01 15:00:37 +02:00 |
|
Dr. Dystopia
|
5c0cf0788f
|
VideoCommon/NetPlayChatUI: Replace msg with structured binding
|
2025-05-01 14:11:55 +02:00 |
|
Dr. Dystopia
|
c32ca0696e
|
FifoPlayer: Make functions static
|
2025-04-28 20:09:14 +02:00 |
|
Dr. Dystopia
|
9868138c22
|
UCodes: Remove redundant qualifiers
|
2025-04-25 13:18:56 +02:00 |
|
Dr. Dystopia
|
066408326c
|
Core/HW/EXI: Remove redundant inline specifiers
|
2025-04-25 12:03:52 +02:00 |
|
Dr. Dystopia
|
50ca32352f
|
Core/HW/GCMemcard: Make variables constant
|
2025-04-25 11:35:59 +02:00 |
|
Dr. Dystopia
|
ef8b9a0dcd
|
Core/HW/SI: Make variables constant
|
2025-04-24 17:01:12 +02:00 |
|
Dr. Dystopia
|
564e7c3320
|
UCodes: Make functions static
|
2025-04-23 21:36:13 +02:00 |
|
Dr. Dystopia
|
467a568f60
|
Core/HW: Remove redundant empty lambda parameter lists
|
2025-04-23 21:32:09 +02:00 |
|
Dr. Dystopia
|
03a6fdcd85
|
DolphinTool: Make variables constant
|
2025-04-23 20:24:50 +02:00 |
|
Dr. Dystopia
|
fe657b9759
|
DolphinTool: Make parameter constant
|
2025-04-23 15:55:48 +02:00 |
|
Dr. Dystopia
|
d5314cbf48
|
UnitTests: Remove redundant virtual specifier
|
2025-04-23 14:33:14 +02:00 |
|
Dr. Dystopia
|
9926a9bd7f
|
VertexLoaderTest: Replace std::tie with structured bindings
|
2025-04-23 13:11:17 +02:00 |
|
Dr. Dystopia
|
947bdea590
|
UnitTests: Use constexpr
|
2025-04-23 12:45:08 +02:00 |
|
Dr. Dystopia
|
6e6736c89f
|
UnitTests: Rename lambda parameters which hide previous declarations
|
2025-04-23 08:15:10 +02:00 |
|
Dr. Dystopia
|
ecafd8058f
|
DiscIO: Remove redundant qualifiers
|
2025-04-22 13:54:10 +02:00 |
|
Dr. Dystopia
|
71249dec33
|
Android: Apply style alignment refactorings
|
2025-04-22 13:34:21 +02:00 |
|
Dr. Dystopia
|
35fa32e254
|
Core/PowerPC/JitArm64: Replace zeroes in boolean context with false
|
2025-04-21 17:06:06 +02:00 |
|
Dr. Dystopia
|
07ad189b4f
|
DiscIO: Pass parameters by constant reference
|
2025-04-20 08:26:09 +02:00 |
|
Dr. Dystopia
|
77b4270981
|
DiscIO: Remove redundant zero initializers in aggregate initializations
|
2025-04-19 22:04:50 +02:00 |
|
Dr. Dystopia
|
7123fcd19b
|
DiscIO: Use = default to define a trivial destructor
|
2025-04-19 17:43:18 +02:00 |
|
Dr. Dystopia
|
f6ba69f99a
|
DiscIO: Make variables constexpr
|
2025-04-19 17:17:02 +02:00 |
|
Dr. Dystopia
|
301cc5ee63
|
DiscIO: Make classes final
|
2025-04-19 09:05:22 +02:00 |
|
Dr. Dystopia
|
c4f906bcd9
|
Replace definitions with constant expressions - Core/HW/EXI/BBA/TAP_Win32
|
2025-04-15 12:26:16 +02:00 |
|
Dr. Dystopia
|
3bb925c1c7
|
DiscIO/Volume: Fix Partition struct comparison operators
|
2025-04-15 12:18:23 +02:00 |
|
Dr. Dystopia
|
473cb6c3bc
|
Remove redundant parentheses - Tools
|
2025-04-15 08:08:07 +02:00 |
|
Dr. Dystopia
|
2397a3a915
|
Use range-based loops - Core VideoBackends
|
2025-04-14 21:49:08 +02:00 |
|
Dr. Dystopia
|
ebc9c8492d
|
Use std::views::values and std::views::keys functions - NetPlayServer
|
2025-04-02 20:06:10 +02:00 |
|
tygyh
|
1ecd6fbc9b
|
Move variables to inner scope
|
2025-03-26 18:21:46 +01:00 |
|
Dr. Dystopia
|
d2cc6760a0
|
Use Common::ToUnderlying
|
2025-03-25 21:25:46 +01:00 |
|
Dr. Dystopia
|
6d44afc7dd
|
Replace 'reinterpret_cast' with 'static_cast'
|
2024-11-08 07:26:47 +01:00 |
|
Dr. Dystopia
|
096ab8c026
|
Replace ties with structured bindings - UnitTests
|
2024-08-20 15:09:44 +02:00 |
|
Dr. Dystopia
|
9602f36248
|
Remove redundant semicolons
|
2024-08-20 14:59:54 +02:00 |
|
Dr. Dystopia
|
309df9ed5b
|
Replace boolean constants with boolean literals
|
2024-08-15 07:14:43 +02:00 |
|
Dr. Dystopia
|
618b41a459
|
Use 'contains' method
|
2024-08-14 22:18:28 +02:00 |
|
Dr. Dystopia
|
15500198d8
|
Remove self-comparison
|
2024-08-14 14:50:15 +02:00 |
|
Dr. Dystopia
|
0aa8e0f477
|
Remove redundant elaborated type specifiers
|
2024-08-14 10:41:36 +02:00 |
|
Dr. Dystopia
|
c6eb7c566d
|
Constness of 'result' prevents automatic move [performance-no-automatic-move] (0 issues)
|
2024-08-13 21:51:43 +02:00 |
|
Dr. Dystopia
|
49134afb42
|
Remove unused lambda capture
|
2024-08-13 10:26:25 +02:00 |
|
Dr. Dystopia
|
b86291f868
|
Fix comments
|
2024-08-13 06:58:23 +02:00 |
|
Dr. Dystopia
|
ed62aec658
|
Update gitignore
|
2024-08-10 14:23:47 +02:00 |
|
Dr. Dystopia
|
8995975892
|
Replace redundant dereferencing
|
2024-08-10 14:18:44 +02:00 |
|