index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
17
-114
/
+112
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
3
-8
/
+8
*
time_zone_manager: Use s8 for month length tables
Morph
2022-05-13
1
-4
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
34
-102
/
+68
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
5
-13
/
+13
*
service: Migrate to the new UUID implementation
Morph
2022-02-05
5
-13
/
+13
*
core: Fix transitive include build errors
ameerj
2021-11-03
1
-0
/
+2
*
core: Remove unused includes
ameerj
2021-11-03
8
-12
/
+0
*
settings: Remove std::chrono usage
ameerj
2021-10-17
1
-6
/
+7
*
service: Reduce header include overhead
Morph
2021-10-07
2
-2
/
+1
*
Merge pull request #7115 from ameerj/log-compile
bunnei
2021-10-05
2
-0
/
+3
|
\
|
*
common/logging: Reduce scope of fmt include
ameerj
2021-10-01
2
-0
/
+3
*
|
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-01
2
-6
/
+15
|
/
*
style: Remove extra space preceding the :: operator
Morph
2021-09-29
2
-3
/
+3
*
service: Append service name prefix to common filenames
Morph
2021-07-14
3
-2
/
+2
*
service: time: Use GetFileRelative to get files within subdirectories
Morph
2021-06-18
1
-1
/
+1
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
13
-78
/
+76
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
15
-38
/
+38
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
1
-1
/
+1
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
1
-1
/
+0
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
2
-6
/
+5
*
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
2
-14
/
+5
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
1
-1
/
+1
*
service: Resolve cases of member field shadowing
Lioncash
2021-05-04
2
-3
/
+3
*
service: Eliminate cases of member shadowing
Lioncash
2021-04-26
7
-24
/
+23
*
Merge pull request #6214 from Morph1984/time-fix-kirby-clash
bunnei
2021-04-21
1
-3
/
+5
|
\
|
*
time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot
Morph
2021-04-19
1
-1
/
+2
|
*
time: Fix GetClockSnapshotFromSystemClockContext
Morph
2021-04-19
1
-2
/
+3
*
|
general: Write buffers before pushing raw arguments
Morph
2021-04-19
1
-2
/
+4
|
/
*
common: Move settings to common from core.
bunnei
2021-04-14
2
-2
/
+2
*
Merge pull request #6170 from Morph1984/more-time-fixes
bunnei
2021-04-11
6
-21
/
+38
|
\
|
*
service: time: Setup the network clock with the local clock context
Morph
2021-04-08
6
-21
/
+38
*
|
Merge pull request #6167 from Morph1984/time-fix
bunnei
2021-04-10
1
-3
/
+8
|
\
\
|
*
|
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
Morph
2021-04-07
1
-3
/
+8
|
|
/
*
/
ITimeZoneService: Update to 12.x
german77
2021-04-08
1
-0
/
+1
|
/
*
Merge pull request #6054 from Morph1984/time-GetClockSnapshot
bunnei
2021-03-13
1
-0
/
+2
|
\
|
*
time: Assign the current time point to the ClockSnapshot
Morph
2021-03-10
1
-0
/
+2
*
|
time: Fix CalculateSpanBetween implementation
Morph
2021-03-10
1
-3
/
+9
|
/
*
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-27
2
-4
/
+4
|
\
|
*
hle: kernel: Rename SharedMemory to KSharedMemory.
bunnei
2021-02-18
2
-4
/
+4
*
|
kernel: Fix resource release exception on exit
ameerj
2021-02-20
2
-0
/
+6
|
/
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
2
-5
/
+10
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
4
-8
/
+8
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
3
-3
/
+3
*
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
2
-24
/
+24
*
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-12-06
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
5
-15
/
+21
*
hle: services: TimeZoneContentManager: This can be made explicit.
bunnei
2020-10-26
1
-1
/
+1
*
Merge pull request #4792 from bunnei/rtc-fix
bunnei
2020-10-22
6
-188
/
+302
|
\
[next]