aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlite3
AgeCommit message (Collapse)Author
2019-07-21[sqlite3] Update to 3.29.0 (#7342)Kevin Lu
2019-07-15[sqlite3-tool]Fix build error on arm/uwp platform. (#7202)JackBoosY
2019-06-20[sqlite3]: Shared library support for Linux (#6856)Jackie Ng
* [sqlite]: Shared library support for Linux * [sqlite3]: Switch back to CMAKE_SYSTEM_NAME checks per original PR (#6122) * [sqlite3]: Remove redundant "WindowsStore" system name check as "Windows" should already catch it. * [sqlite3]: Re-bump portfile * [sqlite3] added error message
2019-06-17[sqlite3] Update to 3.28.0 (#6921)Kevin Lu
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-04-08update sqlite3 to 3.27.2 (#6002)Xiao Ai
2018-12-18[sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability (#4995)Patrick Geltinger
The Tencent Blade Team has discovered a remote code execution vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
2018-11-06[Sqlite3] update to 3.25.2 (#4600)Andy Li
* [Sqlite3] update to 3.25.2 * [sqlite3] Use vcpkg_extract_source_archive_ex
2018-10-22Qt 5.11 and static build fixes (#4164)Robert Colton
* fix da qt5 * fix qt config duplication * [qt5-base] Use vcpkg_extract_source_archive_ex [sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA * [qt5-*] Update sub-portfiles * qt5-base WIP * [qt5] Fix Could not find qmlcachegen.exe * [qt5-activeqt] Fix SHA512 * [qt5-base] Fix static builds * [qt5-base] Bump control version * [qt5-base] Restore removal of qmake dependencies * [qt5-base] Partially revert #3280 * [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-06-16[sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703Robert Schumacher
2018-06-05[sqlite3] update to 3.24.0pravic
2018-04-24[sqlite3] Fix tool feature with static buildspravic
refs #2525
2018-04-24[sqlite3] update to 3.23.1pravic
2018-04-03[sqlite3] update to 3.23.0pravic
2018-03-19[sqlite3] Fix build failure when VCPKG_BUILD_TYPE is set to "release"past-due
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2018-02-27Install sqlite3.exe as part of sqlite3 port (#2525)Daniel Strommen
* Install sqlite3.exe as part of sqlite3 port - Modeled after the bzip2 port: If SQLITE3_SKIP_TOOLS is not set, build and install sqlite3.exe as part of the sqlite3 package. sqlite3.dll must also be copied to the tools folder for sqlite3.exe to be able to launch. - Tested on Windows RS3 with VS 2017 15.5.2. * [sqlite3] Separate into tool feature
2017-10-25[sqlite3] update to 3.21.0pravic
2017-09-11[sqlite3] update to 3.20.1pravic
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-05-24[sqlite3] update to 3.19.1Mikhail Paulyshka
2017-04-01[sqlite3] update to 3.18.0Mikhail Paulyshka
2017-04-01[sqlite3] fix uwp buildsMikhail Paulyshka
2017-02-15[sqlite3] upgrade to 3.17.0flysha
2016-12-06use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAMEDale Stammen
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-19fixed typo in sqlite3 config fileCharles Barto
2016-10-19added a config file for sqliteCharles Barto
2016-10-18added static build support to sqliteCharles Barto
more static support more sqlite changes finally done with sqlite static
2016-10-18added rtree and unlock_notify support to builds of sqlite (odb needs this)Charles Barto
2016-10-17[sqlite3] Remove parentheses from version fieldRobert Schumacher
2016-10-17[sqlite3] Use SOURCE_PATH in a similar manner as other portfilesAlexander Karatarakis
2016-10-16updated control and cmake files for latest version of sqliteChris Bond
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Second part of updated portfilesNinetainedo
2016-09-18Initial commitAlexander Karatarakis