openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Simple and Fast Multimedia Library
Settings
|
Report Duplicate
15
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
17 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 12 of 14
Search / Filter on:
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.
binary1248
More...
10 months ago
Use `std::optional` rather than sentinel values
Chris Thrasher
More...
10 months ago
Use `std::optional` to express functions that may not return a value
Chris Thrasher
More...
10 months ago
Define SoundStream::NoLoop as constexpr instead of enum
kimci86
More...
10 months ago
Make Sound::Status a scoped enumeration
kimci86
More...
10 months ago
Require that variables are initialized
Chris Thrasher
More...
10 months ago
Prohibit use of malloc
Chris Thrasher
More...
10 months ago
Unify TODO comment style for better searchability
Chris Thrasher
More...
10 months ago
Fix joystickButton being used for Joystick(Dis)Connected event
Lorenzooone
More...
10 months ago
Improve const correctness
Chris Thrasher
More...
10 months ago
Address clang-tidy-18 warnings on Linux
Chris Thrasher
More...
10 months ago
Refactor ternary into early-returning conditionals
Chris Thrasher
More...
10 months ago
Silence new clang-tidy-18 checks
Chris Thrasher
More...
10 months ago
Remove unnecessary `sf::` namespace usage
Chris Thrasher
More...
10 months ago
Use more C++17 inline variables
Chris Thrasher
More...
10 months ago
Replace C arrays with `std::array`
Chris Thrasher
More...
10 months ago
Add type trait tests for `sf::SoundFileWriter`
Chris Thrasher
More...
10 months ago
Add tests for `sf::SoundFileReader`
Chris Thrasher
More...
10 months ago
Revert change to `Drawable::draw` function signature
Chris Thrasher
More...
10 months ago
Add GitHub actions support for running x86, x86_64 and arm64-v8a Android tests using an Android emulator.
binary1248
More...
10 months ago
Fall back to stdio when performing file input on Android without an activity.
binary1248
More...
10 months ago
Revert disabling brew update
Lukas Dürrenberger
More...
10 months ago
Use `loadIntoMemory`
Chris Thrasher
More...
10 months ago
Compile unit tests for iOS and Android
Chris Thrasher
More...
10 months ago
Disable code coverage upload in forks
Chris Thrasher
More...
10 months ago
Fixed coverage data not being collected for MinGW builds because OpenCPPCoverage relies on pdb data being available.
binary1248
More...
10 months ago
Ensure struct data members are given an initial value
Chris Thrasher
More...
10 months ago
Define `sf::Shader` move operations for OpenGL ES backend
Chris Thrasher
More...
10 months ago
Improve test coverage
Chris Thrasher
More...
10 months ago
Update Catch2 to v3.5.4
Lukas Dürrenberger
More...
10 months ago
←
1
2
…
6
7
8
9
10
11
12
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree