aboutsummaryrefslogtreecommitdiffhomepage
path: root/sqlite
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-10-06SQLite: fix handling of SQLITE_DEFAULT_SYNCHRONOUS macros.levlam
2022-08-04Make sqlcipher_openssl_setup static and remove code for other providers.levlam
2022-08-04Fix SQLCipher functions visibility.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-21Fix OpenSSL version check.levlam
2020-11-21DQLite: use cipher_compatibility = 3 by default with OpenSSL < 1.0.0.levlam
2020-11-21sqlite: better compatibility fix for PKCS5_PBKDF2_HMAC for old OpenSSL.levlam
2020-11-21Return back SQLCipher compatibility with old OpenSSL versions.levlam
2020-11-13Silence SQLite build warnings.levlam
2020-10-11Always link OpenSSL with Crypt32 on Windows.levlam
2020-08-14Minor fixes.levlam
2020-08-13Patch SQLite ftruncate call only on Android.levlam
2020-08-12Sqlite: fix DB corruption on some Samsung devicesArseny Smirnov
2020-08-12Sqlite: repeat fixes from previous commitsArseny Smirnov
2020-08-12Sqlcipher: update version to 4.4.0 (without fixes)Arseny Smirnov
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-29Fix SQLCipher amalgamation building in Cygwin.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