-
Notifications
You must be signed in to change notification settings - Fork 243
8348597: Update HarfBuzz to 10.4.0 #3026
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
Open
vieiro
wants to merge
5
commits into
openjdk:master
Choose a base branch
from
vieiro:backports/JDK-8334964
base: master
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.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7bf1bc4
Backport ba3db307dceb41e48014451873fdf4db3816a537
vieiro 947a4d5
Backport f4e99de33e35826ec1fb368d6ad96005d7bd5cc4
vieiro 8064a5d
Additional "attributes" flag for Linux/GCC 4.8.5
vieiro 25b84f6
Removed parentheses and use-after-free (tested with gcc 14 & gcc 4.8.5)
vieiro c9f53f7
Rearrange Awt2dLibraries.gmk as per review
vieiro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Harfbuzz v8.2.2 | ||
## Harfbuzz v10.4.0 | ||
|
||
### Harfbuzz License | ||
|
||
|
@@ -8,14 +8,14 @@ HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. | |
For parts of HarfBuzz that are licensed under different licenses see individual | ||
files names COPYING in subdirectories where applicable. | ||
|
||
Copyright © 2010-2023 Google, Inc. | ||
Copyright © 2010-2024 Google, Inc. | ||
Copyright © 2018-2020 Ebrahim Byagowi | ||
Copyright © 2004-2013 Red Hat, Inc. | ||
Copyright © 2019 Facebook, Inc. | ||
Copyright (C) 2012 Zilong Tan ([email protected]) | ||
Copyright © 2007 Chris Wilson | ||
Copyright © 2018-2019 Adobe Inc. | ||
Copyright © 2006-2023 Behdad Esfahbod | ||
Copyright © 2006-2025 Behdad Esfahbod | ||
Copyright © 1998-2004 David Turner and Werner Lemberg | ||
Copyright © 2009 Keith Stribley | ||
Copyright © 2018 Khaled Hosny | ||
|
@@ -54,7 +54,7 @@ exception is licensed with a slightly different MIT variant: | |
The contents of this directory are licensed under the following terms: | ||
|
||
--------------------------------- | ||
The below license applies to the following files: | ||
The below applies to the following file(s): | ||
libharfbuzz/hb-ucd.cc | ||
|
||
Copyright (C) 2012 Grigori Goronzy <[email protected]> | ||
|
@@ -72,13 +72,14 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | |
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
|
||
--------------------------------- | ||
The below license applies to the following files: | ||
The below applies to the following file(s): | ||
libharfbuzz/hb-unicode-emoji-table.hh | ||
|
||
© 2023 Unicode®, Inc. | ||
© 2024 Unicode®, Inc. | ||
|
||
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. | ||
in the U.S. and other countries. | ||
For terms of use, see https://www.unicode.org/terms_of_use.html | ||
For terms of use and license, see https://www.unicode.org/terms_of_use.html | ||
|
||
</pre> | ||
|
||
|
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a change from JDK-8258484 which is not in JDK 11u. Intentional? If yes, we should probably use
/issue add JDK-8258484
to have it tracked.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. this is intentional. Will add the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you including this? Have you built this on AIX?