index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
CMake
Age
Commit message (
Expand
)
Author
2026-06-13
unset CMAKE_FIND_ROOT_PATH_MODE_PROGRAM
Kylmakalle
2026-05-15
Include interface compile definitions in pkg-config
Saikari
2026-05-15
Improve pkg-config generation by handling target output names for interface l...
Saikari
2026-05-15
Fix regex in get_relative_link function to correctly extract library name fro...
Saikari
2026-05-15
Refactor pkg-config generation for interface libraries and improve handling o...
Saikari
2026-05-15
Enhance pkg-config generation for interface libraries and Windows compatibility
Saikari
2025-12-08
Remove now unneeded option for old compilers.
levlam
2025-12-08
List added compiler options lexicographically.
levlam
2025-06-16
Always enable 16KB alignment for 64-bit Android.
levlam
2025-04-10
Disable 'bidirectional' GCC warning, which seems to be the same as bidi-chars...
levlam
2025-04-10
Disable stringop-overflow warning in GCC regardless of compiler version, beca...
levlam
2025-02-13
Explicitly specify C++17 flag to MSVC.
levlam
2025-02-13
Require a C++17-compatible compiler.
levlam
2024-12-05
Minor improvements. (#3169)
AYMEN
2024-10-21
Fix MSVC LTO build.
levlam
2024-10-21
Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES opti...
levlam
2024-10-21
Add option to install only BUILD_SHARED_LIBS-matching files
OPNA2608
2024-08-08
Add clang warnings.
levlam
2024-08-07
Improve CMakeLists comments.
levlam
2024-07-10
Silence wrong GCC 12 warning.
levlam
2024-05-20
Fix MSVC LTO build by splitting tdcore target.
levlam
2024-05-06
Use safe identical code folding on Android.
levlam
2024-03-11
Improve visionOS support.
levlam
2024-03-11
Rename xrOS to visionOS
Vincent Neo
2024-03-11
build tdlib for xros/visionos
Vincent Neo
2024-03-03
Minor improvements.
levlam
2024-02-21
Support FindAtomics on NetBSD.
levlam
2024-02-21
Rewrite FindAtomics.cmake.
levlam
2024-02-19
Add ATOMICS_LIBRARY_FLAGS.
levlam
2024-02-19
Use https://github.com/libjxl/libjxl/blob/main/cmake/FindAtomics.cmake to fin...
levlam
2024-02-19
Add -Wno-psabi option to disable ABI compatibility warnings on ARM.
levlam
2023-12-22
Change deprecated `exec_program` to `execute_process` in iOS.cmake
Sergey Akentev
2023-10-15
Suppress logging if failed to find Crc32c, Readline or Git.
levlam
2023-09-16
Fix building with Xcode 15 (#2606)
Vincent Neo
2023-07-30
Remove support of outdated Darwin architectures.
levlam
2023-07-29
Disable maybe-uninitialized warnings also for old GCC versions.
levlam
2023-07-07
Silence useless clang warning.
levlam
2023-04-24
Simpler support for modern Xcode flags.
levlam
2023-04-24
Modern naming for IOS_DEPLOYMENT_TARGET (#2405)
Sergey Akentev
2023-03-03
Add ARM64 support for watchOS.
levlam
2023-01-02
Improve punctuation.
levlam
2022-11-26
Fix MinGW (32-bit) out of memory error (#2212)
Eric Kotato
2022-09-30
Remove bitcode from iOS/tvOS/watchOS binaries as required by https://develope...
levlam
2022-08-14
CMake: fix get_git_head_revision.
levlam
2022-07-26
Explicitly define _GNU_SOURCE.
levlam
2022-07-21
Fix GIT_EXECUTABLE usage.
levlam
2022-07-14
Minor fixes.
levlam
2022-07-10
Don't allow to look above CMAKE_CURRENT_SOURCE_DIR to support gitrepo. Fix a ...
levlam
2022-07-10
Remove non-working git_local_changes, which isn't updated on each rebuild, on...
levlam
2022-07-10
Use scripts from https://github.com/rpavlik/cmake-modules to find git revisio...
levlam
[next]