summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | CMakeLists: Ensure proper numerusform tags are generated for pluralized trans...Gravatar Lioncash2021-08-221-1/+8
* | | | | | | | | Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplaceGravatar bunnei2021-08-228-292/+243
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | logging: Simplify and make thread-safeGravatar yzct123452021-08-138-292/+243
* | | | | | | | | settings: Amend language_index maximum setting rangeGravatar Morph2021-08-211-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #6888 from v1993/patch-3Gravatar Ameer J2021-08-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | video_core: eliminate constant ternaryGravatar Valeri2021-08-191-1/+1
* | | | | | | | | Merge pull request #6877 from MerryMage/dyn-ignore-assertsGravatar bunnei2021-08-193-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xbyak: Update include pathGravatar Merry2021-08-153-3/+3
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6887 from v1993/patch-2Gravatar Mai M2021-08-191-6/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SPIR-V: Merge two ifs in EmitGetAttributeGravatar Valeri2021-08-191-6/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6886 from Morph1984/error-code-64Gravatar Mai M2021-08-191-6/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | applet_error: Fix 64-bit error code conversionGravatar Morph2021-08-191-6/+25
| |/ / / / / / / /
* | | | | / / / / Replace QPoint with QPointF where applicableGravatar Valeri2021-08-191-16/+18
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | qt_software_keyboard: fix copy-paste errorGravatar Valeri2021-08-191-1/+1
|/ / / / / / /
* | | | | | | Fix crash in logging in CreateStrayLayerGravatar Valeri2021-08-191-1/+1
* | | | | | | Fix check is thread current in GetThreadContextGravatar Valeri2021-08-191-1/+1
* | | | | | | Merge pull request #6832 from bunnei/scheduler-improvementsGravatar bunnei2021-08-1823-140/+224
|\ \ \ \ \ \ \
| * | | | | | | core: hle: kernel: Disable dispatch count tracking on single core.Gravatar bunnei2021-08-143-5/+12
| * | | | | | | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.Gravatar bunnei2021-08-071-1/+1
| * | | | | | | core: cpu_manager: Use invalid core_id on init and simplify shutdown.Gravatar bunnei2021-08-071-7/+3
| * | | | | | | core: hle: service: buffer_queue: Improve management of KEvent.Gravatar bunnei2021-08-073-14/+24
| * | | | | | | core: hle: kernel: k_auto_object: Add GetName method.Gravatar bunnei2021-08-071-0/+4
| * | | | | | | core: hle: service: nvflinger/vi: Improve management of KEvent.Gravatar bunnei2021-08-074-16/+30
| * | | | | | | core: hle: kernel: DisableDispatch on suspend threads.Gravatar bunnei2021-08-071-0/+3
| * | | | | | | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.Gravatar bunnei2021-08-071-14/+9
| * | | | | | | core: cpu_manager: Use KScopedDisableDispatch.Gravatar bunnei2021-08-071-7/+8
| * | | | | | | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.Gravatar bunnei2021-08-071-6/+2
| * | | | | | | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.Gravatar bunnei2021-08-071-5/+0
| * | | | | | | core: hle: kernel: k_scheduler: Improve ScheduleImpl.Gravatar bunnei2021-08-071-6/+7
| * | | | | | | core: hle: kernel: k_scheduler: Improve Unload.Gravatar bunnei2021-08-071-17/+29
| * | | | | | | core: hle: kernel: k_process: DisableDispatch on main thread.Gravatar bunnei2021-08-071-0/+1
| * | | | | | | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.Gravatar bunnei2021-08-072-0/+8
| * | | | | | | core: hle: kernel: k_thread: Add KScopedDisableDispatch.Gravatar bunnei2021-08-072-1/+47
| * | | | | | | core: hle: kernel: Ensure idle threads are closed before destroying scheduler.Gravatar bunnei2021-08-073-24/+22
| * | | | | | | core: hle: kernel: Reflect non-emulated threads as core 3.Gravatar bunnei2021-08-077-13/+15
| * | | | | | | core: cpu_manager: Use jthread.Gravatar bunnei2021-08-072-18/+13
* | | | | | | | Merge pull request #6863 from spholz/fix-lan-playGravatar Fernando S2021-08-1615-102/+408
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | network_interface: correct formattingGravatar Sönke Holz2021-08-161-1/+1
| * | | | | | | network_interface: fix mingw-w64 buildGravatar spholz2021-08-161-1/+1
| * | | | | | | network: retrieve subnet mask and gateway infoGravatar Sönke Holz2021-08-165-24/+137
| * | | | | | | configuration: fix mingw-w64 buildGravatar Sönke Holz2021-08-131-2/+2
| * | | | | | | network: don't use reinterpret_cast in GetAvailableNetworkInterfacesGravatar spholz2021-08-131-7/+4
| * | | | | | | network: fix mingw-w64 buildGravatar Sönke Holz2021-08-131-4/+4
| * | | | | | | network: don't use assert to check if no network interfaces are returnedGravatar Sönke Holz2021-08-131-2/+4
| * | | | | | | configuration: move network_interface include to source fileGravatar Sönke Holz2021-08-132-2/+1
| * | | | | | | network: use Common::BitCast instead of std::bit_castGravatar Sönke Holz2021-08-131-2/+3
| * | | | | | | network: narrow down scope of "result" in win32 code forGravatar Sönke Holz2021-08-131-4/+5
| * | | | | | | configuration: use tr instead of QStringLiteral for "None" item inGravatar Sönke Holz2021-08-131-1/+1
| * | | | | | | network: use explicit bool conversions in GetAvailableNetworkInterfacesGravatar Sönke Holz2021-08-131-1/+1
| * | | | | | | network: initialize ip_addr in GetHostIPv4Address()Gravatar Sönke Holz2021-08-131-1/+1