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