-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[tdlib] update to 1.8.63 #51103
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
Merged
Merged
[tdlib] update to 1.8.63 #51103
Changes from 14 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
1a0d8d0
tdlib: update to 1.8.63
luadebug aad365e
vdb
luadebug d4af8f3
[tdlib] Improve pkg-config generation logic in CMake scripts
luadebug a78b637
vdb
luadebug f4e6fa4
retry building for all platforms
luadebug 9a2a1c1
vdb
luadebug fcda619
[tdlib] Enhance cross-compilation support by explicitly setting CMAKE…
luadebug fbbe148
vdb
luadebug f02ff8e
[tdlib] Add support for host generators in cross-compilation by updat…
luadebug 9ff4b68
vdb
luadebug 1a0f3f7
fixup
luadebug 16a99a6
vdb
luadebug 77a311b
Remove tdlib from the CI baseline as it is expected to fail on arm64-…
luadebug 61ea426
Remove tdlib from the CI baseline for arm64-linux
luadebug ca0b2d3
Dynamic library build provides only TdJson target
luadebug 58e9fbc
vdb
luadebug e264e17
repair
luadebug b56ec75
repair
luadebug d9178d0
fixup
luadebug de94077
fixup
luadebug 2bdabda
Merge branch 'microsoft:master' into tdlib
luadebug 40b9f83
fix
luadebug 23f9b4f
vdb
luadebug 2923845
fixup
luadebug 058b59c
vdb
luadebug 821e2d6
test
luadebug 4b22941
vdb
luadebug 0b521d4
Merge branch 'master' into tdlib
luadebug fb0f8a1
try build again with /MD for executables
luadebug b32ad55
vdb
luadebug ab15e2d
Fix cross-compilation issues by excluding tools from build when not n…
luadebug f42a5eb
vdb
luadebug 2a7a7fc
edit baseline
luadebug 99c971e
Refactor CMake configuration for cross-compilation support and instal…
luadebug 067feda
vdb
luadebug d312a1f
last try for x86-windows triplet
luadebug b3596d9
vdb
luadebug 8bb0e44
Enhance pkg-config generation by adding interface compile definitions…
luadebug a63a3bd
vdb
luadebug 80a3b9e
Write updating port note
luadebug 39b73cc
vdb
luadebug 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| diff --git a/td/generate/CMakeLists.txt b/td/generate/CMakeLists.txt | ||
| --- a/td/generate/CMakeLists.txt | ||
| +++ b/td/generate/CMakeLists.txt | ||
| @@ -249,4 +249,10 @@ | ||
| DEPENDS td_generate_dotnet_api tl_generate_tlo ${TD_API_TLO_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/scheme/td_api.tl ${CMAKE_CURRENT_SOURCE_DIR}/DotnetTlDocumentationGenerator.php | ||
| ) | ||
| endif() | ||
| + | ||
| + if (TD_INSTALL_HOST_GENERATORS) | ||
| + install(TARGETS tl-parser generate_mtproto generate_common generate_json | ||
| + CONFIGURATIONS Release | ||
| + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}") | ||
| + endif() | ||
| endif() | ||
| diff --git a/tdutils/generate/CMakeLists.txt b/tdutils/generate/CMakeLists.txt | ||
| --- a/tdutils/generate/CMakeLists.txt | ||
| +++ b/tdutils/generate/CMakeLists.txt | ||
| @@ -60,3 +60,9 @@ | ||
| DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/auto/extension_to_mime_type.gperf | ||
| ) | ||
| + | ||
| + if (TD_INSTALL_HOST_GENERATORS) | ||
| + install(TARGETS generate_mime_types_gperf | ||
| + CONFIGURATIONS Release | ||
| + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}") | ||
| + endif() | ||
| endif() |
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.