15
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 19 hours ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Setting ANDROID_ABI has no effect, the user should specify CMAKE_ANDROID_ARCH_ABI to select the ABI More... 7 months ago
Removed the warning for not being able to select the STL for Tegra-Android, as libc++ is the only STL left More... 7 months ago
Don't check the CMAKE_ANDROID_API version. It was replaced with CMAKE_SYSTEM_VERSION and we can use versions older than 26 with the current NDK More... 7 months ago
Use position-independent code on Android even when linking statically More... 7 months ago
Don't search for OpenGL when linking statically on Android More... 7 months ago
Removed sfml-activity which is no longer needed to bootstrap Android applications More... 7 months ago
Add tests for `sf::Image::loadFromMemory` More... 7 months ago
Abort looping in SoundStream::streamData if an OpenAL error occurs that would have caused it to never terminate. More... 7 months ago
Apply const to more local variables More... 7 months ago
Fix incorrect variable expansion More... 7 months ago
Remove unused CMake variable More... 7 months ago
Ensure GNUInstallDirs cache vars are included before first used More... 7 months ago
Replace raw loops with standard algorithm More... 7 months ago
Remove `sf::View::reset` in favor of assignment operations More... 7 months ago
Don't enable/disable non-existant GL_FRAMEBUFFER_SRGB on OpenGL ES. More... 7 months ago
Test class templates with multiple template types More... 7 months ago
Add `sf::Rect<T>::getCenter()` More... 7 months ago
Unify TODO comment style for better searchability More... 7 months ago
Added missing VS_DEBUGGER_WORKING_DIRECTORY to sfml_add_test macro since tests now rely on loading file resources. More... 7 months ago
Fixed window tests not accepting a context with better than requested settings. More... 7 months ago
Build the android example in CI More... 7 months ago
Modernized android example More... 7 months ago
Removed support for ndk-build on Android (in favor of CMake) More... 7 months ago
Remove unnecessary `sf::` namespaces More... 7 months ago
Remove declaration of unimplemented function More... 7 months ago
Use `inline` to define constant in header More... 7 months ago
Upgrade to Android NDK r24 More... 7 months ago
Remove references to C compilers More... 7 months ago
Embed MSVC debugging information when building using a compiler launcher in order to allow ccache to cache compiler output when running a CI workflow. More... 8 months ago
Rewrite `sf::Event` API to improve type safety More... 8 months ago