summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | nvdrv: fix container destruction orderGravatar Liam2022-10-232-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #9105 from Morph1984/warningsGravatar bunnei2022-10-2331-170/+116
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | CMakeLists: Disable -Wbraced-scalar-init on ClangGravatar Morph2022-10-221-0/+1
| * | | | | | | yuzu: Resolve -Wpessimizing-moveGravatar Morph2022-10-221-1/+1
| * | | | | | | startup_checks: Resolve -Wstringop-truncationGravatar Morph2022-10-221-1/+2
| * | | | | | | startup_checks: Resolve -WformatGravatar Morph2022-10-221-7/+7
| * | | | | | | general: Resolve -Wunused-but-set-variableGravatar Morph2022-10-221-2/+2
| * | | | | | | general: Resolve -Wunused-lambda-capture and C5233Gravatar Morph2022-10-224-29/+24
| * | | | | | | general: Resolve -Wclass-memaccessGravatar Morph2022-10-223-3/+3
| * | | | | | | ipc_helpers: Ignore GCC compiler warnings only on GCCGravatar Morph2022-10-221-2/+2
| * | | | | | | CMakeLists: Enforce C5233 on MSVCGravatar Morph2022-10-221-0/+1
| * | | | | | | CMakeLists: Disable C4100 and C4324Gravatar Morph2022-10-225-19/+5
| * | | | | | | CMakeLists: Remove redundant warningsGravatar Morph2022-10-224-12/+0
| * | | | | | | decoders: Use 2's complement instead of unary -Gravatar Morph2022-10-221-1/+1
| * | | | | | | CMakeLists: Treat MSVC warnings as errorsGravatar Morph2022-10-224-3/+2
| * | | | | | | general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-2214-41/+57
| * | | | | | | CMakeLists: Remove all redundant warningsGravatar Morph2022-10-227-45/+4
| * | | | | | | CMakeLists: Consolidate all unused warnings into -WunusedGravatar Morph2022-10-221-3/+3
| * | | | | | | CMakeLists: Treat -Wall and -Wextra as errorsGravatar Morph2022-10-221-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #9095 from FernandoS27/meat-good-vegetable-badGravatar Fernando S2022-10-222-13/+9
|\ \ \ \ \ \ \
| * | | | | | | Maxwell3D/Puller: Fix regressions and syncing issues.Gravatar Fernando Sahmkow2022-10-192-13/+9
* | | | | | | | Merge pull request #9106 from lioncash/copy-errGravatar liamwhite2022-10-211-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | hid/npad: Fix copy size in GetSupportedNpadIdTypesGravatar Lioncash2022-10-211-2/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #9108 from Morph1984/r32-b24g8Gravatar liamwhite2022-10-211-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINTGravatar Morph2022-10-211-0/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #9109 from lioncash/sessionGravatar liamwhite2022-10-211-16/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | k_session_request: Add missing override specifierGravatar Lioncash2022-10-211-1/+1
| * | | | | | | k_session_request: Turn C-style array into std::arrayGravatar Lioncash2022-10-211-1/+3
| * | | | | | | k_session_request: Simplify constructor initializationGravatar Lioncash2022-10-211-14/+11
|/ / / / / / /
* | | | | | | Merge pull request #9088 from Fdawgs/chore/imagesGravatar bunnei2022-10-2025-0/+0
|\ \ \ \ \ \ \
| * | | | | | | general: compress png imagesGravatar Frazer Smith2022-10-1725-0/+0
* | | | | | | | Merge pull request #9078 from liamwhite/session-requestGravatar liamwhite2022-10-2017-200/+608
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel: remove most SessionRequestManager handling from KServerSessionGravatar Liam2022-10-196-138/+119
| * | | | | | | | kernel: add KSessionRequestGravatar Liam2022-10-1913-62/+489
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #9099 from Docteh/undockedGravatar liamwhite2022-10-201-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Controller Applet had instance of Undocked, make HandheldGravatar Kyle Kienapfel2022-10-201-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #9096 from Kelebek1/audio_15Gravatar bunnei2022-10-205-33/+114
|\ \ \ \ \ \ \ \
| * | | | | | | | Update audio_core for firmware 15.0.0Gravatar Kelebek12022-10-195-33/+114
* | | | | | | | | Merge pull request #9094 from lioncash/fixedGravatar liamwhite2022-10-192-115/+80
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | fixed_point: Mark default constructor as constexprGravatar Lioncash2022-10-181-2/+2
| * | | | | | | | fixed_point: Mark copy/move assignment operators and constructors as constexprGravatar Lioncash2022-10-181-3/+6
| * | | | | | | | fixed_point: Mark std::swap and move constructor as noexceptGravatar Lioncash2022-10-181-2/+2
| * | | | | | | | fixed_point: Mark relevant member function [[nodiscard]]Gravatar Lioncash2022-10-181-14/+14
| * | | | | | | | fixed_point: Make to_uint() non-constGravatar Lioncash2022-10-181-2/+2
| * | | | | | | | fixed_point: Use defaulted comparisonsGravatar Lioncash2022-10-181-23/+1
| * | | | | | | | fixed_point: Use variable templates and concepts where applicableGravatar Lioncash2022-10-182-72/+56
| |/ / / / / / /
* | | | | | | | Merge pull request #9082 from Morph1984/futureGravatar liamwhite2022-10-193-13/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | savedata_factory: Detect future save data pathsGravatar Morph2022-10-163-13/+59
* | | | | | | | | Merge pull request #9083 from liamwhite/take-a-chance-on-meGravatar liamwhite2022-10-191-10/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kernel: fix slab heap ABAGravatar Liam2022-10-171-10/+17
| |/ / / / / / / /