Skip to content
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

[utfcpp] Update to 4.0.2 #34933

Merged
merged 2 commits into from
Nov 7, 2023
Merged

[utfcpp] Update to 4.0.2 #34933

merged 2 commits into from
Nov 7, 2023

Conversation

RT2Code
Copy link
Contributor

@RT2Code RT2Code commented Nov 6, 2023

Update utfcpp from 3.2.5 to 4.0.2 :
https://github.com/nemtrif/utfcpp/releases/tag/v4.0.1
https://github.com/nemtrif/utfcpp/releases/tag/v4.0.2

The CMakeLists.txt file was entirely rewritten on the version 4.0.0, and I removed the CMake options and the MinGW fix because they aren't necessary anymore. The assimp port also required some minor tweaks to be able to build with this new version.

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@RT2Code RT2Code marked this pull request as ready for review November 6, 2023 03:20
@FrankXie05 FrankXie05 added the category:port-update The issue is with a library, which is requesting update new revision label Nov 6, 2023
@FrankXie05
Copy link
Contributor

FrankXie05 commented Nov 7, 2023

@RT2Code VTK also depends on utfcpp. Will this have any impact?

"utfcpp",

@RT2Code
Copy link
Contributor Author

RT2Code commented Nov 7, 2023

Yes, I also tested it when I made this PR, and it still builds fine without any change.

@FrankXie05 FrankXie05 added the info:reviewed Pull Request changes follow basic guidelines label Nov 7, 2023
@JavierMatosD JavierMatosD merged commit cf89d99 into microsoft:master Nov 7, 2023
15 checks passed
@RT2Code RT2Code deleted the utfcpp branch November 7, 2023 17:41
@@ -171,7 +171,7 @@ index ca37ba1..2ce7bdd 100644
# include <utf8.h>
#else
-# include "../contrib/utf8cpp/source/utf8.h"
+# include <utf8.h>
+# include <utf8cpp/utf8.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed if include/utf8cpp is in include path?

target_include_directories(utf8cpp INTERFACE
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/source>"
- $<INSTALL_INTERFACE:include>
+ $<INSTALL_INTERFACE:include/utf8cpp>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants