aboutsummaryrefslogtreecommitdiffhomepage
path: root/sqlite/CMakeLists.txt
AgeCommit message (Expand)Author
2026-07-08Suppress compilation warning for SQLite.levlam
2025-02-13Increase required CMake version to 3.10.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
2023-10-14Export static targets in a separate fileZephyr Lykos
2023-07-30Fix clang warning.levlam
2023-05-15Suppress more SQLite errors.levlam
2022-08-04Move SQLite to namespace tdsqlite.levlam
2021-09-23Refactor SQLite compile-time options.levlam
2021-09-23Unify set SQLite PRAGMAs.levlam
2021-06-13Use manual checks instead of cmake_minimum_required to propagate policies.levlam
2020-12-15Build SQLCiper with SQLITE_OMIT_DEPRECATED.levlam
2020-12-15Always build SQLCipher with OMIT_MEMLOCK to significantly increase its perfor...levlam
2020-11-13Silence SQLite build warnings.levlam
2020-10-11Always link OpenSSL with Crypt32 on Windows.levlam
2020-07-28Ensure that OpenSSL is linked against needed Windows libraries.levlam
2020-05-17Silence SQLite compiler warnings.levlam
2020-01-24Allow to change CMAKE_INSTALL_BINDIR and CMAKE_INSTALL_INCLUDEDIR.levlam
2020-01-24Fix CMAKE_INSTALL_LIBDIR usages.levlam
2019-04-04Better CMake variable expansion usage in if.levlam
2018-03-06minor cmake fixArseny Smirnov
2018-02-28Better warnings suppression for SQLite.levlam
2018-02-28Rename TdWindows to TdDotNet.levlam
2018-02-18Fix linking zlib to OpenSSL.levlam
2018-02-17Fix linking to dl.levlam
2018-01-27Remove unused sqlite dependency on libdl.levlam
2018-01-21Omit some unused sqlite parts.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov