forked from libsdl-org/SDL_ttf
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase #224 on top of current main + build tests with CMake #1
Open
madebr
wants to merge
18
commits into
smcv:direction-test
Choose a base branch
from
madebr:pr224
base: direction-test
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4c3e02a - Browse repository at this point
Copy the full SHA 4c3e02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb5de7 - Browse repository at this point
Copy the full SHA 1cb5de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a36dce9 - Browse repository at this point
Copy the full SHA a36dce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e55014 - Browse repository at this point
Copy the full SHA 9e55014View commit details -
CHANGES.txt: Mention CVE-2022-27470
Signed-off-by: Simon McVittie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28ad0fa - Browse repository at this point
Copy the full SHA 28ad0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a07b94 - Browse repository at this point
Copy the full SHA 1a07b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51120f7 - Browse repository at this point
Copy the full SHA 51120f7View commit details
Commits on May 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 577eff9 - Browse repository at this point
Copy the full SHA 577eff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc2c25 - Browse repository at this point
Copy the full SHA 4dc2c25View commit details -
build: Compile with large inode number support where possible
On filesystems with large inode numbers, such as overlayfs, attempting to stat() a file on a 32-bit system using legacy syscalls can fail with EOVERFLOW. If we opt-in to more modern "large file support" syscalls, then source code references to functions like stat() are transparently replaced with ABIs that support large file sizes and inode numbers, such as stat64(). In general, SDL_ttf delegates its file I/O to SDL, so it is unaffected by this issue. However, if we build with the vendored libraries, they use libc functions like stat(), subjecting them to the EOVERFLOW problem. Signed-off-by: Simon McVittie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52c1aa3 - Browse repository at this point
Copy the full SHA 52c1aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d505bee - Browse repository at this point
Copy the full SHA d505beeView commit details -
Use global direction and script if per-font values were not set
This fixes a regression for the py-sdl2 test suite, which exercises the (now-deprecated) TTF_SetDirection() and TTF_SetScript(), and expects setting a new global value to have an effect on pre-existing font objects. Resolves: libsdl-org#221 Signed-off-by: Simon McVittie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c14d7c - Browse repository at this point
Copy the full SHA 2c14d7cView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d897e5 - Browse repository at this point
Copy the full SHA 7d897e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35c03d - Browse repository at this point
Copy the full SHA b35c03dView commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f7dee8 - Browse repository at this point
Copy the full SHA 6f7dee8View commit details
Commits on Jun 14, 2022
-
- Use 'SDL2TTF_' prefix for all options - Create SDL2_ttf::SDL2_ttf when building a shared library, create SDL2_ttf::SDL2_ttf-static when building a static library - Use same CMake layout as SDL_image/SDL_mixer - Create libSDL2_ttfd.so symbolic link (when building debug build type) - Add PrivateSdlFunctions.cmake script for common functionality between SDL_image/SDL_mixer - Add FindXXX.cmake scripts for dependencies that don't provide cmake configuration files - Add CMakeLists.txt + cmake scripts to source distribution (EXTRA_DIST of autotools) - Test CMake on mingw64 (using system dependencies there) - Add MacOS CI - Create symbolic link at build time + install it - Only install SDL2_ttf.pc when building a shared SDL2_ttf (to avoid overwriting when later installing a static SDL2_tff) - Allow parallel installation with cmake support of a static and shared SDL2_ttf - Macos versioning
Configuration menu - View commit details
-
Copy full SHA for 11846cb - Browse repository at this point
Copy the full SHA 11846cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6e03f - Browse repository at this point
Copy the full SHA 8e6e03fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a87db5f - Browse repository at this point
Copy the full SHA a87db5fView commit details
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.