Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
660d8e1
Merge pull request #332 from LizardByte/nightly
ReenigneArcher Oct 30, 2022
1e6d9da
Merge pull request #456 from LizardByte/nightly
ReenigneArcher Oct 30, 2022
8509ee7
Merge pull request #458 from LizardByte/nightly
ReenigneArcher Oct 30, 2022
e1b112c
Merge pull request #460 from LizardByte/nightly
ReenigneArcher Oct 31, 2022
08d623c
Merge pull request #467 from LizardByte/nightly
ReenigneArcher Dec 14, 2022
b2fe042
Merge pull request #567 from LizardByte/nightly
ReenigneArcher Jan 9, 2023
b2c5da2
Merge pull request #738 from LizardByte/nightly
ReenigneArcher Jan 30, 2023
09dff34
Merge pull request #866 from LizardByte/nightly
ReenigneArcher Feb 1, 2023
446825b
Merge pull request #877 from LizardByte/nightly
ReenigneArcher Feb 13, 2023
9563419
Merge pull request #929 from LizardByte/nightly
ReenigneArcher Feb 14, 2023
0dfbcfd
Merge pull request #954 from LizardByte/nightly
ReenigneArcher Feb 21, 2023
483e225
Merge pull request #969 from LizardByte/nightly
ReenigneArcher Mar 30, 2023
d70d084
Merge pull request #1105 from LizardByte/nightly
ReenigneArcher Mar 30, 2023
31e8b79
Merge pull request #1115 from LizardByte/nightly
ReenigneArcher May 29, 2023
9cfa228
added max bitrate variable that overrides bitrate set by moonlight cl…
Jul 22, 2023
6d39591
corrected syntax errors
Jul 22, 2023
23fbeae
updated variable in publish.cpp for windows to build in github action
Jul 22, 2023
d8b62ff
added empty line to force release
Jul 22, 2023
72551fe
Updated description for max_bitrate param
Jul 23, 2023
3fb13de
Addressed code review comments
Jul 24, 2023
5f49733
Merge branch 'nightly' into add_max_bitrate
Jul 24, 2023
3955d2d
Merge branch 'nightly' into add_max_bitrate
Aug 28, 2023
5bca024
Merge pull request #1334 from LizardByte/nightly
ReenigneArcher Oct 16, 2023
415fe56
Merge pull request #3 from utkarshdalal/add_max_bitrate_2
Nov 22, 2023
66e8b9f
Merge branch 'nightly' into master
Nov 22, 2023
82416e8
changes to match remote nightly
Nov 22, 2023
6c667e6
Merge remote-tracking branch 'upstream/master'
Feb 1, 2025
fba3265
Latest (#8)
Feb 1, 2025
c19ab77
changed ubuntu version to build to 24.04
Feb 1, 2025
99c2152
added dependency so linux appimage builds
Feb 1, 2025
96bae01
removed a library
Feb 1, 2025
a2a3edf
no message
Feb 1, 2025
62405b1
force .deb file to be built for linux
Feb 1, 2025
30221b6
removed another library
Feb 1, 2025
7cd3cb2
added libxext-dev as chatgpt suggested
Feb 2, 2025
db4209e
removed extra args from linux build
Feb 2, 2025
04a7765
removed random package deb call
Feb 2, 2025
da48bb0
Merge branch 'LizardByte:master' into master
Feb 3, 2025
6edc956
Trigger workflow
Feb 3, 2025
0608cd8
Trigger workflow
Feb 3, 2025
cd39b7e
Merge branch 'master' of https://github.com/utkarshdalal/Sunshine-Gam…
Feb 3, 2025
bbc9734
reverted some code changes
Feb 4, 2025
7c0a503
reverted changes to third-party repos
Feb 4, 2025
5ab1322
reset more third-party libs
Feb 4, 2025
d4fdb16
removed formatting changes from ci.yml
Feb 4, 2025
39b9d43
unindent ci.yml file
Feb 4, 2025
7a54574
Update src/video.cpp
Feb 6, 2025
34e7c91
Update src_assets/common/assets/web/configs/tabs/audiovideo/DisplayMo…
Feb 6, 2025
dc9bf2f
Update src/config.h
Feb 6, 2025
224cd1e
Moved max_bitrate option to video
Feb 9, 2025
e623411
Merge branch 'master' of https://github.com/utkarshdalal/Sunshine-Gam…
Feb 9, 2025
c3c8285
added extra space for linting
Feb 9, 2025
2bbcfcd
Merge branch 'master' into master
ReenigneArcher Feb 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master'
  • Loading branch information
Utkarsh Dalal committed Feb 1, 2025
commit 6c667e61d089bc94d3070c35577178fa5035c857
63 changes: 53 additions & 10 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,34 @@
# Generated from CLion C/C++ Code Style settings
BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign
AlignConsecutiveAssignments: false
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveAssignments: None
AlignEscapedNewlines: DontAlign
AlignOperands: Align
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Always
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortLambdasOnASingleLine: All
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: None
AllowShortLoopsOnASingleLine: true
AlignTrailingComments: false
AlwaysBreakAfterReturnType: All
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: MultiLine
BreakBeforeBraces: Custom
BinPackArguments: false
BinPackParameters: false
BracedInitializerIndentWidth: 2
BraceWrapping:
AfterCaseLabel: false
AfterClass: false
AfterControlStatement: Never
AfterEnum: false
AfterExternBlock: true
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
Expand All @@ -36,39 +43,75 @@ BraceWrapping:
IndentBraces: false
SplitEmptyFunction: false
SplitEmptyRecord: true
BreakArrays: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
ColumnLimit: 0
CompactNamespaces: false
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
EmptyLineAfterAccessModifier: Never
EmptyLineBeforeAccessModifier: Always
ExperimentalAutoDetectBinPacking: true
FixNamespaceComments: true
IncludeBlocks: Regroup
IndentAccessModifiers: false
IndentCaseBlocks: true
IndentCaseLabels: true
IndentExternBlock: Indent
IndentGotoLabels: true
IndentPPDirectives: BeforeHash
IndentWidth: 2
IndentWrappedFunctionNames: true
InsertBraces: true
InsertNewlineAtEOF: true
KeepEmptyLinesAtTheStartOfBlocks: false
LineEnding: LF
MaxEmptyLinesToKeep: 1
NamespaceIndentation: All
ObjCBinPackProtocolList: Never
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
PackConstructorInitializers: Never
PenaltyBreakBeforeFirstCallParameter: 1
PenaltyBreakComment: 1
PenaltyBreakString: 1
PenaltyBreakFirstLessLess: 0
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 100000000
PointerAlignment: Right
ReferenceAlignment: Pointer
ReflowComments: true
RemoveBracesLLVM: false
RemoveSemicolon: false
SeparateDefinitionBlocks: Always
SortIncludes: CaseInsensitive
SortUsingDeclarations: Lexicographic
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: true
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeCaseColon: false
SpaceBeforeCpp11BracedList: true
SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: false
SpaceBeforeJsonColon: false
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceBeforeSquareBrackets: false
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 2
SpacesInAngles: Never
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: false
SpacesInLineCommentPrefix:
Maximum: 3
Minimum: 1
SpacesInParentheses: false
SpacesInSquareBrackets: false
TabWidth: 2
Cpp11BracedListStyle: false
UseTab: Never
11 changes: 11 additions & 0 deletions .codeql-prebuild-cpp-Linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# install dependencies for C++ analysis
set -e

chmod +x ./scripts/linux_build.sh
./scripts/linux_build.sh --skip-package --ubuntu-test-repo

# Delete CUDA
rm -rf ./build/cuda

# skip autobuild
echo "skip_autobuild=true" >> "$GITHUB_OUTPUT"
37 changes: 37 additions & 0 deletions .codeql-prebuild-cpp-Windows.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# install dependencies for C++ analysis
set -e

# update pacman
pacman --noconfirm -Syu

# install dependencies
dependencies=(
"git"
"mingw-w64-ucrt-x86_64-boost"
"mingw-w64-ucrt-x86_64-cmake"
"mingw-w64-ucrt-x86_64-cppwinrt"
"mingw-w64-ucrt-x86_64-curl-winssl"
"mingw-w64-ucrt-x86_64-MinHook"
"mingw-w64-ucrt-x86_64-miniupnpc"
"mingw-w64-ucrt-x86_64-nlohmann-json"
"mingw-w64-ucrt-x86_64-nodejs"
"mingw-w64-ucrt-x86_64-nsis"
"mingw-w64-ucrt-x86_64-onevpl"
"mingw-w64-ucrt-x86_64-openssl"
"mingw-w64-ucrt-x86_64-opus"
"mingw-w64-ucrt-x86_64-toolchain"
)
pacman -S --noconfirm "${dependencies[@]}"

# build
mkdir -p build
cmake \
-B build \
-G Ninja \
-S . \
-DBUILD_DOCS=OFF \
-DBUILD_WERROR=ON
ninja -C build

# skip autobuild
echo "skip_autobuild=true" >> "$GITHUB_OUTPUT"
29 changes: 29 additions & 0 deletions .codeql-prebuild-cpp-macOS.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# install dependencies for C++ analysis
set -e

# install dependencies
dependencies=(
"boost"
"cmake"
"miniupnpc"
"ninja"
"node"
"openssl@3"
"opus"
"pkg-config"
)
brew install "${dependencies[@]}"

# build
mkdir -p build
cmake \
-B build \
-G Ninja \
-S . \
-DBOOST_USE_STATIC=OFF \
-DBUILD_DOCS=OFF \
-DBUILD_WERROR=ON
ninja -C build

# skip autobuild
echo "skip_autobuild=true" >> "$GITHUB_OUTPUT"
55 changes: 0 additions & 55 deletions .codeql-prebuild-cpp.sh

This file was deleted.

9 changes: 8 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@
# do not ignore .git, needed for versioning
!/.git

# do not ignore .rstcheck.cfg, needed to test building docs
!/.rstcheck.cfg

# ignore repo directories and files
docs/
docker/
gh-pages-template/
scripts/
tools/
crowdin.yml

# don't ignore linux build script
!scripts/linux_build.sh

# ignore dev directories
build/
cmake-*/
venv/

# ignore artifacts
Expand Down
3 changes: 1 addition & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[flake8]
filename =
*.py,
*.pys
*.py
max-line-length = 120
extend-exclude =
venv/
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ensure dockerfiles are checked out with LF line endings
Dockerfile text eol=lf
*.dockerfile text eol=lf

# ensure flatpak lint json files are checked out with LF line endings
*flatpak-lint-*.json text eol=lf
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.