index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
result.h
Age
Commit message (
Expand
)
Author
2022-05-03
hle/result: Update std::expected replacement message
Morph
2022-05-03
hle/result: Add ResultRange overload in ResultVal
Morph
2022-05-02
hle/result: Implement ResultRange
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-11-02
hle/result: Amend ResultVal documentation
Morph
2021-11-02
hle/result: Reimplement ResultVal using Common::Expected
Morph
2021-10-29
Merge pull request #7240 from Morph1984/resultval-remove-cv
bunnei
2021-10-28
hle/result: Declare copy/move constructor/assignment as noexcept
Morph
2021-10-28
hle/result: Add move assignment operator in ResultVal
Morph
2021-10-28
hle/result: Remove cv-qualifiers from Arg in MakeResult
Morph
2021-06-05
result: Add [[nodiscard]] specifiers where applicable
Lioncash
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-31
common_funcs: Move R_ macros to result.h
Lioncash
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2020-12-03
audio_core: Make shadowing and unused parameters errors
Lioncash
2020-08-14
core: Resolve several -Wextra-semi warnings
Lioncash
2019-11-12
result: Add default error code for the ResultCode(-1) case
Lioncash
2019-11-12
result: Resolve sign-coversion warnings
Lioncash
2019-04-05
hle/result: Remove unnecessary bitfield entry for ResultCode
Lioncash
2019-03-10
core/hle/result: Remove now-unnecessary manually defined copy assignment oper...
Lioncash
2019-03-10
core/hle/result: Amend error in comment description for ResultCode
Lioncash
2019-03-10
core/hle/result: Remove now-unused constructor for ResultCode
Lioncash
2019-03-10
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2018-11-16
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-08-28
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
2018-05-23
Add & correct some error modules
greggameplayer
2018-05-19
Add and correct some Error Modules (#444)
greggameplayer
2018-03-28
result: Check against self-assignment in ResultVal's copy assignment operator
Lioncash
2018-02-27
ResultCode: Mark any error code that isn't 0 as an error.
Subv
2018-01-21
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
ResultVal: Add an rvalue overload of Unwrap()
Yuri Kunde Schlesner
2017-06-06
ResultVal: Add more convenience utils for creating and cascading results
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
GSP_GPU: Move error codes from result.h to local file
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-24
Make BitField and ResultCode constexpr-initializable
Yuri Kunde Schlesner
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2017-02-13
file_sys: add Self NCCH archive
wwylele
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-05
Return an error code when connecting to a saturated port.
Subv
2016-11-29
FileSys: Implement OtherSaveData
wwylele
2016-11-19
FileSys: add SDMCWriteOnlyArchive
wwylele
2016-11-19
FileSys: add ExtSaveDataArchive
wwylele
2016-11-19
FileSys: add SaveDataArchive
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
[next]