dependabot[bot]
|
965c91a428
|
build(deps): bump third-party/lizardbyte-common from 06cd442 to 011ad2b (#5457)
* build(deps): bump third-party/lizardbyte-common
Bumps [third-party/lizardbyte-common](https://github.com/LizardByte/lizardbyte-common) from `06cd442` to `011ad2b`.
- [Release notes](https://github.com/LizardByte/lizardbyte-common/releases)
- [Commits](https://github.com/LizardByte/lizardbyte-common/compare/06cd442b808f02f1674f3192a84d25b9a503c482...011ad2bb139083dcf4ec21f9c09f07470891a668)
---
updated-dependencies:
- dependency-name: third-party/lizardbyte-common
dependency-version: 011ad2bb139083dcf4ec21f9c09f07470891a668
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* style: run clang-format across C++ sources
Reformatted conditionals, loops, and long function calls across core, platform, NVENC, and test helper code to match updated formatting rules, including minor spacing normalization in type declarations. These are style-only edits with no intended behavior changes.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
|
2026-07-28 08:08:12 -04:00 |
|
David Lane
|
2b7af2119d
|
refactor: replace macros with constexpr/consts (#4791)
|
2026-02-28 18:22:33 -05:00 |
|
ReenigneArcher
|
fc7b9e30c8
|
style(sonar): fix cpp:S4962 (#4140)
|
2025-08-08 00:45:53 -04:00 |
|
ReenigneArcher
|
dbe80d0f92
|
style(sonar): fix cpp:S6185 (#4133)
|
2025-08-07 23:17:13 -04:00 |
|
ReenigneArcher
|
9f101fb546
|
style(sonar): fix cpp:S3806 (#4129)
|
2025-08-04 23:30:48 -04:00 |
|
ReenigneArcher
|
c2420427b1
|
style: adjust clang-format rules (#2186)
Co-authored-by: Vithorio Polten <reach@vithor.io>
|
2025-01-19 22:34:47 -05:00 |
|
Cameron Gutman
|
93e622342c
|
Quote the path to sunshinesvc.exe when launching the termination helper (#2379)
|
2024-04-06 19:21:03 -04:00 |
|
Cameron Gutman
|
9a65c91671
|
Rename SunshineSvc to SunshineService
This avoids a MalwareBytes false positive.
Fixes #1126
|
2023-05-26 17:54:38 -05:00 |
|
Cameron Gutman
|
9955890023
|
Fix console session changes via fast user switching
We need to respawn Sunshine.exe in the new console session.
|
2023-05-15 19:11:51 -06:00 |
|
ReenigneArcher
|
4ca6dc6c8e
|
docs: update file level doxygen blocks (#1258)
|
2023-05-07 18:12:39 -04:00 |
|
Cameron Gutman
|
f51876893e
|
Stop the service if the user quits via the tray icon
|
2023-04-16 16:16:03 -05:00 |
|
ReenigneArcher
|
21eb4eb6dd
|
clang: adjust formatting rules (#1015)
|
2023-03-27 21:45:29 -04:00 |
|
Cameron Gutman
|
cc688c7845
|
Implement process and thread priority adjustments (#691)
|
2023-01-03 22:05:00 -05:00 |
|
Cameron Gutman
|
8ad7af86c0
|
Graceful termination on shutdown, logoff, and service stop (#647)
|
2022-12-29 09:32:23 -05:00 |
|
Cameron Gutman
|
1041f87a5d
|
Spawn Sunshine.exe in a job object, so it is terminated if SunshineSvc.exe dies (#602)
|
2022-12-22 13:09:45 -05:00 |
|
Cameron Gutman
|
8a99187562
|
Fix SunshineSvc hanging if an error occurs during startup (#598)
|
2022-12-21 16:41:48 -05:00 |
|
Cameron Gutman
|
b4255e22aa
|
Write Sunshine log output to disk and hide the window
|
2021-08-03 19:27:23 -05:00 |
|
Cameron Gutman
|
0140989f3a
|
Add Win32 service to run Sunshine as LocalSystem on login
|
2021-08-03 18:41:23 -05:00 |
|