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