Update and include latest SDL2 headers#1
Merged
keltar merged 5 commits intokeltar:masterfrom Feb 4, 2023
superjamie:master
Merged
Update and include latest SDL2 headers#1keltar merged 5 commits intokeltar:masterfrom superjamie:master
keltar merged 5 commits intokeltar:masterfrom
superjamie:master
Conversation
Contributor
Author
|
It would also be good to consider a license for your repository. MIT and CC0 are common for small projects, and for projects which are possibly related to closed-source game development like with SDL. |
Owner
|
Thank you. I'll think about how I could separate licenses for pycparser's includes and syntax generator. |
Contributor
Author
|
Thanks for the quick reponse! You can include pycparser's license file in the That meets the requirements for the MIT-like pycparser license, and is the normal practice when a repo has code under different licenses. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The generator script currently fails to run. Update with latest
utilsdirectory from pycparser to fix it.
The generator script calls
/usr/bin/pythonwhich is Python 2, but itruns fine under Python 3, so change script to use
/usr/bin/python3.Add newer SDL2 syntax generated from SDL2 v2.0.20 (latest Ubuntu LTS)
and SDL2 v2.26.2 (latest stable).
Signed-off-by: Jamie Bainbridge [email protected]