-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SFML #7
Draft
mcmarius
wants to merge
1
commit into
main
Choose a base branch
from
sfml
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28bb881
to
066761e
Compare
91105c3
to
fd10f9c
Compare
5ff4dc0
to
67ca3cf
Compare
db597b8
to
ffc4ec7
Compare
25f391a
to
17e9327
Compare
97fc2a3
to
cac8e69
Compare
1e0c65c
to
2d684c4
Compare
d094bb9
to
df2ce5b
Compare
8beee5f
to
a018eea
Compare
6890944
to
0ba9d11
Compare
ed10cfe
to
032c2bd
Compare
- Shallow clone, ignore errors - Try to install less dependencies on Linux - Try 2.6.x branch Eliminare nume fereastră hardcodat în scripts Run xvfb-run directly Remove job running MSan We do not run MSan with SFML, so this job is not needed at all because we now run cppcheck in a different job. Install linux deps due to cmake config Add missing external dep This might be preinstalled on GitHub Actions VMs, but it simplifies local setup. Make it compile on gcc-12 Use ninja-build Skip linking sanitizers on gcc Disable C++20 modules explicitly for MSVC Skip MSVC modules Just because MSVC insists on compiling modules despite being explicitly disabled Disable building STL modules on MSVC Add workaround source Comment explicit C++23 For now, we set it globally Patch pentru a folosi SFML cu threads CMake build flag as option, comment unused step Link deps privately Copy all missing framework dylibs Copy OpenAL DLL on Windows SFML requires C runtime linked against MSVCRT (for 2.6.1). GitHub decided to switch to UCRT based builds of MinGW See actions/runner-images#8372 and SFML/SFML#2700 Add missing shell param, fix label Fix deprecation Bump SFML to 2.6.1, refactor out quirks Instrucțiuni pentru compilare pe Linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: this PR is not meant to be merged in the template repository.