.. |
Assembler
|
809766a439
Simplify `std::fill` with `std::array::fill`
|
před 4 měsíci |
Config
|
e8d5fb89e4
C++20: Synthesize `operator!=` From `operator==`
|
před 4 měsíci |
Crypto
|
860e6cf5cb
Modernize `std::all_of` with ranges
|
před 2 měsíci |
Debug
|
140252ffc0
Modernize `std::any_of` with ranges
|
před 2 měsíci |
GL
|
d627b78c46
Adjust order and spacing of various #includes
|
před 7 měsíci |
Logging
|
b79bdb13c0
Common: Fix compile failure with fmt>=11
|
před 1 měsícem |
Align.h
|
d844317a6d
Common: Better AlignUp implementation
|
před 1 rokem |
Analytics.cpp
|
2025763420
Treewide: Adjust order of includes
|
před 3 roky |
Analytics.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
AndroidAnalytics.cpp
|
804f78e0e4
Android: Mark s_android_send_report as static
|
před 3 roky |
AndroidAnalytics.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Arm64Emitter.cpp
|
ffc7bcfbf8
Emitters: Define Trivial Getters Inline
|
před 7 měsíci |
Arm64Emitter.h
|
ffc7bcfbf8
Emitters: Define Trivial Getters Inline
|
před 7 měsíci |
ArmCPUDetect.cpp
|
a20f96b78c
ArmCPUDetect: Add OpenBSD support for elf_aux_info
|
před 1 měsícem |
ArmCommon.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
ArmFPURoundMode.cpp
|
0888c93d48
Common: Move FPU-related helpers into Common namespace
|
před 1 rokem |
Assert.h
|
bf079d6d3a
[[unlikely]] ASSERT
|
před 2 roky |
BitField.h
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
BitField.natvis
|
b96297f2ee
Improve BitField natvis
|
před 3 roky |
BitSet.h
|
043d868841
Merge pull request #12473 from Dentomologist/bitset64_fix_iterator_incrementation
|
před 1 rokem |
BitUtils.h
|
6ffd71ffae
BitUtils: Constexpr BitCastToArray, Remove BitCastFromArray
|
před 6 měsíci |
BlockingLoop.h
|
3c80f821c0
Common: Convert BlockingLoop::StopMode to enum class
|
před 1 rokem |
CMakeLists.txt
|
d5dbb0b285
MemArena: Add Darwin implementation
|
před 1 měsícem |
CPUDetect.h
|
76b4318b88
CPUDetect: improve win/arm64 support
|
před 2 roky |
ChunkFile.h
|
ed54e1905a
HostFileSystem: Set all NAND folders to be saved in save states when a movie is active
|
před 2 roky |
CodeBlock.h
|
f79520a906
Cached Interpreter 2.0
|
před 7 měsíci |
ColorUtil.cpp
|
d627b78c46
Adjust order and spacing of various #includes
|
před 7 měsíci |
ColorUtil.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Common.h
|
bab3ff0157
Common/MsgHandler: Remove non-format variants of PanicAlert
|
před 3 roky |
CommonFuncs.cpp
|
0c7359e150
Common: Fix encoding handling in GetWin32ErrorString
|
před 1 rokem |
CommonFuncs.h
|
b86291f868
Fix comments
|
před 6 měsíci |
CommonPaths.h
|
f10f08d1c2
UICommon: Remove Steam user directory logic
|
před 6 měsíci |
CommonTypes.h
|
673f81c18a
New FrameTime/VBlank Analyzer + Graph
|
před 2 roky |
CompatPatches.cpp
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
Contains.h
|
6f10acea3f
Common: Create "Contains.h" Algorithm Header
|
před 1 měsícem |
DynamicLibrary.cpp
|
23bebc5270
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
před 1 rokem |
DynamicLibrary.h
|
23bebc5270
VideoBackends:Vulkan: Allow loading custom drivers on Android
|
před 1 rokem |
ENet.cpp
|
b181842092
Netplay: Fix building on clang 17.
|
před 1 rokem |
ENet.h
|
b181842092
Netplay: Fix building on clang 17.
|
před 1 rokem |
EnumFormatter.h
|
e92f8fcbb4
Remove old GCC version workarounds
|
před 1 rokem |
EnumMap.h
|
e92f8fcbb4
Remove old GCC version workarounds
|
před 1 rokem |
EnumMap.natvis
|
8e2b06906b
Create EnumMap natvis
|
před 3 roky |
EnumUtils.h
|
07ad75f34f
EnumUtils: Add Common::ToUnderlying
|
před 1 rokem |
Event.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
FPURoundMode.h
|
0888c93d48
Common: Move FPU-related helpers into Common namespace
|
před 1 rokem |
FatFsUtil.cpp
|
860e6cf5cb
Modernize `std::all_of` with ranges
|
před 2 měsíci |
FatFsUtil.h
|
adc5b81c31
DolphinQt: Rename the pack/unpack SD Card buttons.
|
před 1 týdnem |
FileSearch.cpp
|
532a8621da
Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of
|
před 1 měsícem |
FileSearch.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
FileUtil.cpp
|
0a80243a92
Modernize `std::replace` with ranges
|
před 4 měsíci |
FileUtil.h
|
bf97305a60
AchievementManager: Cache Badges on Disk
|
před 7 měsíci |
FixedSizeQueue.h
|
0f326c6067
Common: Move FixedSizeQueue into Common namespace
|
před 1 rokem |
Flag.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
FloatUtils.cpp
|
fbbfea8e8e
Replace Common::BitCast with std::bit_cast
|
před 9 měsíci |
FloatUtils.h
|
fbbfea8e8e
Replace Common::BitCast with std::bit_cast
|
před 9 měsíci |
FormatUtil.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
GekkoDisassembler.cpp
|
3c6ea825c2
GekkoDisassembler: Remove unused parameter dmode from fdabc function
|
před 1 rokem |
GekkoDisassembler.h
|
3c6ea825c2
GekkoDisassembler: Remove unused parameter dmode from fdabc function
|
před 1 rokem |
GenericCPUDetect.cpp
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
GenericFPURoundMode.cpp
|
0888c93d48
Common: Move FPU-related helpers into Common namespace
|
před 1 rokem |
HRWrap.cpp
|
63467559b2
fmt 10.0.0-10.1.1 compile fixes
|
před 1 rokem |
HRWrap.h
|
63467559b2
fmt 10.0.0-10.1.1 compile fixes
|
před 1 rokem |
Hash.cpp
|
481bc76d8e
Remove redundant 32-bit code
|
před 1 rokem |
Hash.h
|
17c554c165
Common/Hash: use zlib-ng for adler32. small cleanups.
|
před 2 roky |
HookableEvent.h
|
16d8b6e6b3
Common/HookableEvent: std::move callback instance in Register()
|
před 1 rokem |
HostDisassembler.cpp
|
9afd09598c
DolphinQt: JIT Widget Refresh
|
před 4 měsíci |
HostDisassembler.h
|
9afd09598c
DolphinQt: JIT Widget Refresh
|
před 4 měsíci |
HttpRequest.cpp
|
0d908a83e7
Common/HTTP: Implement Multiform
|
před 1 rokem |
HttpRequest.h
|
0d908a83e7
Common/HTTP: Implement Multiform
|
před 1 rokem |
IOFile.cpp
|
335cf4f2db
Added CopyReader to BlobReader and all subclasses
|
před 1 rokem |
IOFile.h
|
3da2e15e6b
IOFile: avoid clearing errors on null file struct
|
před 1 rokem |
Image.cpp
|
67ed4fa92d
Common/Image: Add unit to log message
|
před 2 roky |
Image.h
|
acb10f0006
replace libpng with libspng
|
před 2 roky |
IniFile.cpp
|
c567248b73
Common/IniFile: Fix case sensitivity mismatch in IniFile::Section::Delete()
|
před 1 měsícem |
IniFile.h
|
508ccc2054
IniFile: Migrate `Common::CaseInsensitiveLess` to StringUtil
|
před 5 měsíci |
Inline.h
|
9c22205ab1
Change _WIN32 check to a _MSC_VER check in Inline.h
|
před 2 roky |
Intrinsics.h
|
f0d2ce4683
Remove _M_X86 in favour of _M_X86_64
|
před 1 rokem |
JitRegister.cpp
|
4db186f9ff
Common/JitRegister: Move interface into Common namespace
|
před 1 rokem |
JitRegister.h
|
4db186f9ff
Common/JitRegister: Move interface into Common namespace
|
před 1 rokem |
JsonUtil.cpp
|
1d4f758b14
Common: add file serialization/deserialization functions for JSON
|
před 8 měsíci |
JsonUtil.h
|
d494059164
Common: update json util function for converting to numeric value to use a static_cast. As discussed, a Saturating cast doesn't make sense when converting a double to a float
|
před 8 měsíci |
Lazy.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
LdrWatcher.cpp
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
LdrWatcher.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
LinearDiskCache.h
|
07ed932a09
Common/LinearDiskCache: Move interface into Common namespace
|
před 1 rokem |
MathUtil.h
|
784a216927
Common/MathUtil: Move IntLog2 into MathUtil namespace
|
před 1 rokem |
Matrix.cpp
|
b37f096f4b
Common: add determinant functions to Matrix33 and Matrix44
|
před 1 rokem |
Matrix.h
|
b37f096f4b
Common: add determinant functions to Matrix33 and Matrix44
|
před 1 rokem |
MemArena.h
|
d5dbb0b285
MemArena: Add Darwin implementation
|
před 1 měsícem |
MemArenaAndroid.cpp
|
422bc7a627
Common/MemArena: A zero-byte allocation is invalid.
|
před 1 rokem |
MemArenaDarwin.cpp
|
d5dbb0b285
MemArena: Add Darwin implementation
|
před 1 měsícem |
MemArenaUnix.cpp
|
7869abf0e6
Common/MemArena: Set MAP_NORESERVE in LazyMemoryRegion on Linux.
|
před 1 rokem |
MemArenaWin.cpp
|
3364d571cc
Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks into the large memory region as needed.
|
před 1 rokem |
MemoryUtil.cpp
|
af2c32635a
Jit: Add more error checking to ProtectStack
|
před 1 rokem |
MemoryUtil.h
|
af2c32635a
Jit: Add more error checking to ProtectStack
|
před 1 rokem |
MinizipUtil.h
|
fa442dc90b
Fix build with minizip-ng 4.0.8
|
před 1 měsícem |
MsgHandler.cpp
|
c296c34e00
Common/MsgHandler: Use caller's file and line number in log messages
|
před 3 roky |
MsgHandler.h
|
b79bdb13c0
Common: Fix compile failure with fmt>=11
|
před 1 měsícem |
NandPaths.cpp
|
110d32729e
Simplify `std::find` with `Common::Contains`
|
před 1 měsícem |
NandPaths.h
|
7ff7c9e84f
Common: Convert FromWhichRoot to enum class
|
před 1 rokem |
Network.cpp
|
7ce170f138
Modernize `std::copy` with ranges
|
před 4 měsíci |
Network.h
|
7202cf2650
BBA/BuiltIn: Add SSDP multicast support
|
před 2 roky |
PcapFile.cpp
|
91020ac4fa
BBA/HLE: Fix random PCAP file corruption
|
před 1 rokem |
PcapFile.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Profiler.cpp
|
09089eeee0
Common::Timer: use chrono::steady_clock internally
|
před 2 roky |
Profiler.h
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
QoSSession.cpp
|
2025763420
Treewide: Adjust order of includes
|
před 3 roky |
QoSSession.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Random.cpp
|
2c2fb869a2
use std-provided randomness for JitArm64 unittests
|
před 2 roky |
Random.h
|
2c2fb869a2
use std-provided randomness for JitArm64 unittests
|
před 2 roky |
Result.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
SCMRevGen.vcxproj
|
2808909a97
msbuild: simplify lang/scm projects a bit
|
před 2 roky |
SDCardUtil.cpp
|
c89ae53677
msvc: remove warning disables which no longer fire
|
před 3 roky |
SDCardUtil.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
SFMLHelper.cpp
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
SFMLHelper.h
|
07af775afa
SFMLHelper: Add stream insertion overload helpers for enum types
|
před 3 roky |
SPSCQueue.h
|
78bfd25964
Fix all uninitialized variable warnings (C26495)
|
před 3 roky |
ScopeGuard.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Semaphore.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
SettingsHandler.cpp
|
1d79991ec4
Split `SettingsHandler` into separate reader and writer classes
|
před 4 měsíci |
SettingsHandler.h
|
1d79991ec4
Split `SettingsHandler` into separate reader and writer classes
|
před 4 měsíci |
SmallVector.h
|
9777e8e76b
Common: Make SmallVector work with non-standard-layout types.
|
před 3 týdny |
SocketContext.cpp
|
44028cbbb1
Socket: Fix connect issues when using ReShade
|
před 8 měsíci |
SocketContext.h
|
083116a89c
rewrite tapserver interface for better error handling
|
před 11 měsíci |
SpanUtils.h
|
3cfa233b63
VideoCommon: Use GetSpanForAddress safely in texture decoding
|
před 10 měsíci |
StringLiteral.h
|
60f2b5af7b
Apply suggestions from code review
|
před 2 roky |
StringUtil.cpp
|
0a80243a92
Modernize `std::replace` with ranges
|
před 4 měsíci |
StringUtil.h
|
826e2bbf98
StringUtil: More Wrappers For <cctype>
|
před 2 měsíci |
Swap.h
|
63467559b2
fmt 10.0.0-10.1.1 compile fixes
|
před 1 rokem |
SymbolDB.cpp
|
2025763420
Treewide: Adjust order of includes
|
před 3 roky |
SymbolDB.h
|
1c4bfc35d9
Core: Store object name separately for symbols
|
před 3 měsíci |
Thread.cpp
|
29a8226ac5
Fix building on OpenBSD
|
před 1 rokem |
Thread.h
|
86c1f6e1e7
Jit: Don't use a second stack
|
před 2 roky |
TimeUtil.cpp
|
52410813f2
Common: Add utility function that wraps localtime_s() or localtime_t().
|
před 1 rokem |
TimeUtil.h
|
52410813f2
Common: Add utility function that wraps localtime_s() or localtime_t().
|
před 1 rokem |
Timer.cpp
|
6e94c20abd
add TODO for chrono in GetLocalTimeSinceJan1970
|
před 2 roky |
Timer.h
|
fec61f89a3
Timer: protect usages of ms timers from rollover
|
před 2 roky |
TraversalClient.cpp
|
f97316a1e6
TraversalClient: Resolve -Wsign-compare warning
|
před 1 rokem |
TraversalClient.h
|
5c1c22bab9
Traversal: Notify user of TTL to be used
|
před 1 rokem |
TraversalProto.h
|
4f11b0d4c9
Traversal: Autoconfigure TTL to use for probe packet
|
před 1 rokem |
TraversalServer.cpp
|
affe928987
Common/TraversalServer: Make use of fmt more
|
před 1 rokem |
TypeUtils.h
|
76a998ecf9
TypeUtils: Remove Common::Fill
|
před 6 měsíci |
UPnP.cpp
|
f5bdfdde1a
Common/UPnP: Move interface into Common namespace
|
před 1 rokem |
UPnP.h
|
f5bdfdde1a
Common/UPnP: Move interface into Common namespace
|
před 1 rokem |
Unreachable.h
|
8050760fe9
BranchWatchTableModel: Assume Unreachable Code Truly Is
|
před 8 měsíci |
VariantUtil.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Version.cpp
|
9499e14209
Add user agent to headers for all RetroAchievements server calls
|
před 8 měsíci |
Version.h
|
9499e14209
Add user agent to headers for all RetroAchievements server calls
|
před 8 měsíci |
WindowSystemInfo.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
WindowsRegistry.cpp
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
WindowsRegistry.h
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
WorkQueueThread.h
|
9d422d14d5
WorkQueueThread: Fix WaitForCompletion
|
před 1 rokem |
build_info.txt.in
|
ac7003a1ac
Revert "windows: temporarily hardcode VCToolsVersion to 14.34.31931.0"
|
před 1 rokem |
make_scmrev.h.js
|
35f383d9b0
ScmRevGen: Set commits ahead to zero when on a tag
|
před 7 měsíci |
scmrev.h.in
|
02f57a4778
Replace SCM_IS_MASTER with SCM_COMMITS_AHEAD_MASTER
|
před 11 měsíci |
x64ABI.cpp
|
235b67707f
Common:X64ABI: Work around clang-format being dumb
|
před 2 roky |
x64ABI.h
|
b86291f868
Fix comments
|
před 6 měsíci |
x64CPUDetect.cpp
|
5f90673686
StringUtil: Remove `JoinStrings`
|
před 5 měsíci |
x64Emitter.cpp
|
ffc7bcfbf8
Emitters: Define Trivial Getters Inline
|
před 7 měsíci |
x64Emitter.h
|
e8d5fb89e4
C++20: Synthesize `operator!=` From `operator==`
|
před 4 měsíci |
x64FPURoundMode.cpp
|
0888c93d48
Common: Move FPU-related helpers into Common namespace
|
před 1 rokem |
x64Reg.h
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |