-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: SFML/SFML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SFML/SFML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 18 files changed
- 9 contributors
Commits on Sep 16, 2025
-
Set cmake_policy in SFMLConfig.cmake
`SFMLConfig.cmake` uses the `if(... IN_LIST` feature which requires policy `CMP0057` to be enabled (added in CMake 3.3). If an application uses `find_package(SFML)` with a minimum CMake version set to less than `3.3`, the `IN_LIST` lines cause a CMake error. Fix this by setting the minimum CMake policy we require in `SFMLConfig.cmake`. CMake keeps a policy stack so this does not affect the application's policy.
Configuration menu - View commit details
-
Copy full SHA for f1478e4 - Browse repository at this point
Copy the full SHA f1478e4View commit details -
Fix pkg-config when SFML_PKGCONFIG_INSTALL_DIR is unset
Commit e512771 ("Install pkgconfig only if module is built") attempted to move the pkg-config installation rules into `sfml_add_library`, but this fails if `SFML_PKGCONFIG_INSTALL_DIR` is unset because this code is run before the default value is set in `CMakeLists.txt`. Fix by moving the `add_subdirectory(src/SFML)` line below the pkg-config setup code. Closes: #3504
Configuration menu - View commit details
-
Copy full SHA for b3d3b4f - Browse repository at this point
Copy the full SHA b3d3b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d00f70 - Browse repository at this point
Copy the full SHA 9d00f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35aadcb - Browse repository at this point
Copy the full SHA 35aadcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 146fdad - Browse repository at this point
Copy the full SHA 146fdadView commit details -
Add explicit cast for charN_t conversion
The llvm 21 release adds a new on by default warning for charN_t implicit conversion. This adds a static cast to get around that.
Configuration menu - View commit details
-
Copy full SHA for 9f2feec - Browse repository at this point
Copy the full SHA 9f2feecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c442c39 - Browse repository at this point
Copy the full SHA c442c39View commit details -
docs: Add macOS Accessibility permission warning to Mouse::setPosition
Adds the necessary warning about macOS 'Accessibility' permission requirements for the setPosition functions, addressing the remaining part of issue #3533.
Configuration menu - View commit details
-
Copy full SHA for 59069e3 - Browse repository at this point
Copy the full SHA 59069e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d6a7a - Browse repository at this point
Copy the full SHA e7d6a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a48d594 - Browse repository at this point
Copy the full SHA a48d594View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd2184 - Browse repository at this point
Copy the full SHA ccd2184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683d2d2 - Browse repository at this point
Copy the full SHA 683d2d2View commit details
Commits on Sep 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fa201c - Browse repository at this point
Copy the full SHA 0fa201cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...3.0.x