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
/
TdSetUpCompiler.cmake
Age
Commit message (
Expand
)
Author
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-08-08
Add clang warnings.
levlam
2024-08-07
Improve CMakeLists comments.
levlam
2024-07-10
Silence wrong GCC 12 warning.
levlam
2024-05-06
Use safe identical code folding on Android.
levlam
2024-02-19
Add -Wno-psabi option to disable ABI compatibility warnings on ARM.
levlam
2023-07-29
Disable maybe-uninitialized warnings also for old GCC versions.
levlam
2023-07-07
Silence useless clang warning.
levlam
2022-11-26
Fix MinGW (32-bit) out of memory error (#2212)
Eric Kotato
2022-07-26
Explicitly define _GNU_SOURCE.
levlam
2022-05-11
Enable _FILE_OFFSET_BITS even on Android.
levlam
2022-05-18
Workaround GCC 12 false positive warnings.
levlam
2022-01-25
Fix much typos
KnorpelSenf
2021-12-27
Fix tdweb building.
levlam
2021-09-01
Suppress GCC warnings about casts of function pointers returned by GetProcAdd...
levlam
2021-05-29
Improve linker flags.
levlam
2021-04-30
Likely add Solaris support.
levlam
2021-04-30
Use the same EXE_LINKER flags as SHARED_LINKER flags.
levlam
2021-04-30
Use -Wl,-z,ignore on illumos.
levlam
2021-04-29
add illumos support (#1501)
Joshua M. Clulow
2020-10-29
Add td_set_up_compiler() CMake function.
levlam