Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cfwalter
/
SDL
Public
forked from
libsdl-org/SDL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SDL
src
test
on
SDL2
User selector
All users
All time
Commit history
Commits on Jan 4, 2025
test_fuzzer: Patched to compile on Visual Studio.
icculus
committed
c9c991b
View commit details
Copy full SHA for c9c991b
View code at this point
Browse repository at this point
Avoid undefined signed overflow in SDLTest_RandomIntegerInRange
Show description for 1fa2174
madebr
committed
1fa2174
View commit details
Copy full SHA for 1fa2174
View code at this point
Browse repository at this point
Commits on Jan 1, 2025
Updated copyright for 2025
slouken
committed
2b5b8fd
View commit details
Copy full SHA for 2b5b8fd
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
Increase maximum line length of SDLTest_LogAllocations
madebr
committed
57f1ea7
View commit details
Copy full SHA for 57f1ea7
View code at this point
Browse repository at this point
Commits on Aug 31, 2024
SDL_test: print stack traces of leaks on Windows
Show description for 510eda2
madebr
committed
510eda2
View commit details
Copy full SHA for 510eda2
View code at this point
Browse repository at this point
SDL_test: do late addres to name conversion, if libunwind supports it
madebr
committed
877c19d
View commit details
Copy full SHA for 877c19d
View code at this point
Browse repository at this point
SDL_test: use mutex based on SDL_atomic_t in memory tracking
Show description for 1260ada
madebr
committed
1260ada
View commit details
Copy full SHA for 1260ada
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
Show description for ccade50
akk0rd87
authored and
slouken
committed
ccade50
View commit details
Copy full SHA for ccade50
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
remove several instances of unnecessary emptry str "" after SDL_PRI???
sezero
committed
f52a12a
View commit details
Copy full SHA for f52a12a
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
test: Use SDL_CreateRGBSurfaceWithFormatFrom for SDLTest_ImageFace
Show description for 1634a4c
smcv
authored and
slouken
committed
1634a4c
View commit details
Copy full SHA for 1634a4c
View code at this point
Browse repository at this point
test: Fix encoding declaration for RGB24 test images
Show description for feaf52d
smcv
authored and
slouken
committed
feaf52d
View commit details
Copy full SHA for feaf52d
View code at this point
Browse repository at this point
Commits on Jan 8, 2024
test: When listing test-cases, say which ones are disabled
Show description for 64754f3
smcv
authored and
slouken
committed
64754f3
View commit details
Copy full SHA for 64754f3
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
Updated copyright for 2024
slouken
committed
0fc3574
View commit details
Copy full SHA for 0fc3574
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
test: SDLTest_PrintEvent now reports key event mod state.
icculus
committed
d42fa25
View commit details
Copy full SHA for d42fa25
View code at this point
Browse repository at this point
test: Removed unnecessary line added by copy/paste error.
icculus
committed
3fbaf73
View commit details
Copy full SHA for 3fbaf73
View code at this point
Browse repository at this point
test: testwm2 now displays keyboard mod state.
icculus
committed
258849c
View commit details
Copy full SHA for 258849c
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB
ccawley2011
authored and
slouken
committed
67eb034
View commit details
Copy full SHA for 67eb034
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
cmake: fix uses of undefined macro identifiers (-Wundef)
madebr
authored
d81d986
View commit details
Copy full SHA for d81d986
View code at this point
Browse repository at this point
Commits on Nov 11, 2023
Re-add SDL_assert() with non boolean ptr syntax (#8531)
1bsyl
authored
f3419d8
View commit details
Copy full SHA for f3419d8
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
[SDL2] pointer boolean (#8523)
1bsyl
authored
a14b948
View commit details
Copy full SHA for a14b948
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
Fix sdltest_randomAsciiStringWithMaximumLength() where it requests a string a size 0
Show description for df6db90
1bsyl
authored and
madebr
committed
df6db90
View commit details
Copy full SHA for df6db90
View code at this point
Browse repository at this point
Commits on Sep 29, 2023
SDLTest_CompareSurfaces: Decode pixels correctly on big-endian platforms
Show description for 6b5eadb
smcv
authored and
slouken
committed
6b5eadb
View commit details
Copy full SHA for 6b5eadb
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
Allow running tests with the dummy video driver
slouken
committed
7df721d
View commit details
Copy full SHA for 7df721d
View code at this point
Browse repository at this point
Commits on May 23, 2023
Updated source to match SDL function prototype style
slouken
committed
3f1fd5a
View commit details
Copy full SHA for 3f1fd5a
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
Show description for 0d76380
slouken
committed
0d76380
View commit details
Copy full SHA for 0d76380
View code at this point
Browse repository at this point
tests: Always set valid dimensions for the fullscreen mode
Kontrabant
committed
8f7427c
View commit details
Copy full SHA for 8f7427c
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
Backport simplify flags PR #7220
1bsyl
authored and
slouken
committed
17515f4
View commit details
Copy full SHA for 17515f4
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
SDL_test_harness: fix memory leak when generated seed
1bsyl
committed
5d1e6b2
View commit details
Copy full SHA for 5d1e6b2
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Updated copyright for 2023
slouken
committed
0479df5
View commit details
Copy full SHA for 0479df5
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
Fixed build
slouken
committed
f577768
View commit details
Copy full SHA for f577768
View code at this point
Browse repository at this point
Added test event logging for SDL_WINDOWEVENT_ICCPROF_CHANGED and SDL_WINDOWEVENT_DISPLAY_CHANGED
slouken
committed
569fa3f
View commit details
Copy full SHA for 569fa3f
View code at this point
Browse repository at this point
Added logging for SDL_DISPLAYEVENT_MOVED
slouken
committed
be3b1cf
View commit details
Copy full SHA for be3b1cf
View code at this point
Browse repository at this point
Commits on Dec 2, 2022
Fix Conditional jump or move depends on uninitialised value(s)
Show description for 0a91a79
1bsyl
committed
0a91a79
View commit details
Copy full SHA for 0a91a79
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Clang-Tidy fixes (#6725)
Show description for d0bbfdb
FtZPetruska
authored and
slouken
committed
d0bbfdb
View commit details
Copy full SHA for d0bbfdb
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Update for SDL3 coding style (#6717)
Show description for b8d85c6
slouken
committed
b8d85c6
View commit details
Copy full SHA for b8d85c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.