15
I Use This!
Moderate Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fall back to using the NULL audio backend if the default backends don't provide any devices. More... 10 months ago
Use `std::optional` rather than sentinel values More... 10 months ago
Use `std::optional` to express functions that may not return a value More... 10 months ago
Define SoundStream::NoLoop as constexpr instead of enum More... 10 months ago
Make Sound::Status a scoped enumeration More... 10 months ago
Require that variables are initialized More... 10 months ago
Prohibit use of malloc More... 10 months ago
Unify TODO comment style for better searchability More... 10 months ago
Fix joystickButton being used for Joystick(Dis)Connected event More... 10 months ago
Improve const correctness More... 10 months ago
Address clang-tidy-18 warnings on Linux More... 10 months ago
Refactor ternary into early-returning conditionals More... 10 months ago
Silence new clang-tidy-18 checks More... 10 months ago
Remove unnecessary `sf::` namespace usage More... 10 months ago
Use more C++17 inline variables More... 10 months ago
Replace C arrays with `std::array` More... 10 months ago
Add type trait tests for `sf::SoundFileWriter` More... 10 months ago
Add tests for `sf::SoundFileReader` More... 10 months ago
Revert change to `Drawable::draw` function signature More... 10 months ago
Add GitHub actions support for running x86, x86_64 and arm64-v8a Android tests using an Android emulator. More... 10 months ago
Fall back to stdio when performing file input on Android without an activity. More... 10 months ago
Revert disabling brew update More... 10 months ago
Use `loadIntoMemory` More... 10 months ago
Compile unit tests for iOS and Android More... 10 months ago
Disable code coverage upload in forks More... 10 months ago
Fixed coverage data not being collected for MinGW builds because OpenCPPCoverage relies on pdb data being available. More... 10 months ago
Ensure struct data members are given an initial value More... 10 months ago
Define `sf::Shader` move operations for OpenGL ES backend More... 10 months ago
Improve test coverage More... 10 months ago
Update Catch2 to v3.5.4 More... 10 months ago