index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
result.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
2024-01-25
1
-6
/
+32
*
kernel: add KPageTableBase
Liam
2023-11-10
1
-0
/
+31
*
Reimplement HardwareOpus
Kelebek1
2023-09-16
1
-1
/
+1
*
core: remove ResultVal type
Liam
2023-08-08
1
-153
/
+0
*
core: Update result module
Narr the Reg
2022-11-14
1
-1
/
+75
*
core: hle: result: Fix code for compilers.
bunnei
2022-11-03
1
-6
/
+7
*
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-18
1
-3
/
+0
*
core: hle: result: Add GetInnerValue and Includes methods.
bunnei
2022-10-18
1
-0
/
+8
*
result: enforce reference check specialization
Liam
2022-10-13
1
-4
/
+3
*
kernel: add expanded result macros
Liam
2022-10-08
1
-6
/
+114
*
Rework audio output, connecting AudioOut into coretiming to fix desync during...
Kelebek1
2022-09-02
1
-0
/
+2
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
1
-22
/
+22
*
hle/result: Update std::expected replacement message
Morph
2022-05-03
1
-1
/
+1
*
hle/result: Add ResultRange overload in ResultVal
Morph
2022-05-03
1
-1
/
+3
*
hle/result: Implement ResultRange
Morph
2022-05-02
1
-0
/
+42
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-19
/
+1
*
hle/result: Amend ResultVal documentation
Morph
2021-11-02
1
-12
/
+10
*
hle/result: Reimplement ResultVal using Common::Expected
Morph
2021-11-02
1
-117
/
+63
*
Merge pull request #7240 from Morph1984/resultval-remove-cv
bunnei
2021-10-29
1
-2
/
+2
|
\
|
*
hle/result: Remove cv-qualifiers from Arg in MakeResult
Morph
2021-10-28
1
-2
/
+2
*
|
hle/result: Declare copy/move constructor/assignment as noexcept
Morph
2021-10-28
1
-3
/
+3
*
|
hle/result: Add move assignment operator in ResultVal
Morph
2021-10-28
1
-0
/
+20
|
/
*
result: Add [[nodiscard]] specifiers where applicable
Lioncash
2021-06-05
1
-20
/
+20
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-5
/
+4
*
common_funcs: Move R_ macros to result.h
Lioncash
2021-05-31
1
-0
/
+25
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-1
/
+1
*
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-12-03
1
-1
/
+1
*
core: Resolve several -Wextra-semi warnings
Lioncash
2020-08-14
1
-4
/
+8
*
result: Add default error code for the ResultCode(-1) case
Lioncash
2019-11-12
1
-1
/
+9
*
result: Resolve sign-coversion warnings
Lioncash
2019-11-12
1
-1
/
+1
*
hle/result: Remove unnecessary bitfield entry for ResultCode
Lioncash
2019-04-05
1
-4
/
+0
*
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
1
-5
/
+0
*
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
1
-1
/
+1
*
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
1
-10
/
+0
*
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-10
1
-1
/
+0
*
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
1
-1
/
+0
*
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-16
1
-2
/
+0
*
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
2018-08-28
1
-1
/
+1
*
Add & correct some error modules
greggameplayer
2018-05-23
1
-2
/
+8
*
Add and correct some Error Modules (#444)
greggameplayer
2018-05-19
1
-6
/
+40
*
result: Check against self-assignment in ResultVal's copy assignment operator
Lioncash
2018-03-28
1
-0
/
+3
*
ResultCode: Mark any error code that isn't 0 as an error.
Subv
2018-02-27
1
-2
/
+2
*
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
1
-0
/
+2
*
hle: Use Switch formatted result codes.
bunnei
2017-10-31
1
-181
/
+59
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
1
-4
/
+0
*
ResultVal: Add an rvalue overload of Unwrap()
Yuri Kunde Schlesner
2017-06-18
1
-1
/
+6
*
ResultVal: Add more convenience utils for creating and cascading results
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+19
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-6
/
+0
[next]