Commit Graph

30 Commits

Author SHA1 Message Date
Osyotr
bbad296bbc
[sqlite3] Update to 3.45.0, add windows version info (#36302) 2024-01-23 11:46:26 -08:00
klaus triendl
2383d331e6
Ability to enable the SOUNDEX() scalar function (#35867) 2023-12-27 23:58:43 -08:00
Cheney Wang
b6f6f6e2dd
[sqlite3] update to 3.43.2 (#34950) 2023-11-08 09:42:58 -08:00
Jia Yue Hua
8ec31e98fb
[sqlite3] update to 3.43.1 (#34178) 2023-10-05 12:20:33 -07:00
Weihang Ding
44e1ee73d2
[sqlite3] Bump to 3.43.0 (#33632) 2023-09-13 15:42:37 -07:00
autoantwort
0a4cefaac2
[sqlite3] tool no uwp (#33602) 2023-09-07 15:01:47 -07:00
Kai Pastor
be82dd7c50
[sqlite3] Fix option passing (#32404) 2023-07-10 17:17:37 -07:00
Thomas1664
079419e66b
[sqlite3] Update to 3.42.0 (#31703)
* [sqlite3] Update to 3.42.0

* version

* Add cmake wrapper

* Test cmake wrapper

* version

* Add libsqlite3 to library names

* version

* WIP

* version

* restore original

* Remove cmake wrapper

* version

* Remove wrapper

* Remove all unused features

* version

* Remove unused features

* version

* only remove 1 variable

* version

* .

* version

* make json1 default feature

* version
2023-06-13 22:53:09 -07:00
Kai Pastor
d18847f621
[sqlite3] Fix tool installation with zlib (#31050)
* [sqlite3] Fix tool installation with zlib

* Disambiguate PDB

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-25 22:54:48 -07:00
klaus triendl
f60f31fc9e
[sqlite3] Ability to enable the DBSTAT eponymous virtual table (#30432) 2023-04-02 20:49:05 -07:00
Billy O'Neal
185a7aa23a
[sqlite3] Control features with a configuration header (#29376)
* [sqlite3] Control features with a configuration header rather than CMake or pkgconfig.

Resolves https://github.com/microsoft/vcpkg/pull/29335

Alternate of https://github.com/microsoft/vcpkg/pull/29258

@Neumann-A points out that controlling features through CMake configs and pkgconfig causes MSBuild customers to be left out in the cold. Moreover, attempting to add parenthesis to the SQLITE_API marco breaks autotools. This change makes such parenthesis unnecessary and ensures the configuration bits are used with automatic linking.

* Ensure feature controls affect the .c too, use less MAYBE_UNUSED.

* Correctly note that zlib has no effect without tools.

* Always add DL_LIBS even when static linking.

* [sqlitecpp] Unconditionally enable column metadata because that is done in the sqlite3 port.

* Add missing -l prefix on CMAKE_DL_LIBS
2023-02-06 12:00:37 -08:00
Kai Pastor
60995024e8
[sqlite3] Update to 3.40.1, misc fixes (#29130)
* [sqlite3] Update to 3.40.1

* Cleanup and fix vendored CMakeLists.txt

* Update versions

* Update homepage
2023-01-23 15:49:20 -08:00
Burak Arslan
f882be041a
[sqlite3] Fix typo for the Windows build (#28923)
* [sqlite3] Fix typo for the Windows build

* [sqlite3] Update version metadata
2023-01-16 12:34:00 -08:00
Frank
481ff85748
[sqlite3] Re-set option SQLITE_ENABLE_COLUMN_METADATA to 1 (#27969)
* Re-set option SQLITE_ENABLE_COLUMN_METADATA to 1

* update version
2022-11-28 10:25:27 -08:00
JonLiu1993
83311133c8
[sqlite3] update to 3.40.0 (#27868)
* [sqlite3] update to 3.40.0

* update version

* Use new function

* update version

* remove REF

* update version
2022-11-18 13:06:32 -08:00
MSP-Greg
7d21ec61e6
sqlite3: update to 3.39.2 (#26280) 2022-08-12 15:45:09 -07:00
JonLiu1993
917a86aeb3
[sqlite3] update to 3.39.1 (#25852)
* [sqlite3] update to 3.39.1

* update version
2022-07-20 15:40:29 -07:00
Cheney Wang
250d199aa1
[sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking (#25460)
* [sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-30 12:52:49 -07:00
Jack·Boos·Yu
7f3e168d8f
[sqlite3] Add more features (#23009)
* [sqlite3] Add more features

* version

* Add dependency zlib for feature zlib

* version

* Remove -DSQLITE_API=extern

* version

* Add pre-defines to pkgconfig

* Add new option CFLAGS to get all clfags

* Get pkgconfig cflags, add sqlite3 feature dependency

* version

* doc
2022-02-16 13:00:36 -08:00
Frank
4f2d305da8
[sqlite3] update to <3.37.1> (#22795)
* [sqlite3] update to <3.37.1>

* update version
2022-02-01 14:50:42 -08:00
Matthias Kuhn
1cd11e2ce7
[sqlite3] Fix .pc (#22121)
Android does not have -lpthread
2021-12-21 23:12:49 -05:00
Koby Kahane
793256e0f2
[sqlite3] Update to 3.37.0 (#21729) 2021-11-29 17:02:21 -08:00
Be
93885afd50
[libdjinterop] update to 0.16.0 (#20136)
* [libdjinterop] update to 0.16.0

* [sqlite3] add pkgconfig file

Linux distributions typically use the SQLite autoconf package,
but this port uses the SQLite amalgamation package with a custom
CMakeLists.txt so the port needs to take care of installing the
pkgconfig file.
2021-09-22 13:00:06 -07:00
JonLiu1993
a07c1574af
[sqlite3] update to 3.36.0 (#19847)
* [sqlite3] update to 3.36.0

* update version
2021-09-09 21:06:12 -07:00
pastdue
2cc4ca3d83
[sqlite3] Update to 3.35.5 (#18374)
* [sqlite3] Update to 3.35.5

* Run x-add-version sqlite3
2021-06-11 10:00:19 -07:00
Robert Schumacher
bf2aaf9002
[sqlite3] Embed dllimport in header (#16646)
* [sqlite3] Embed dllimport in header

* Add sqlite3 version info

Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-05-28 10:56:31 -07:00
pastdue
820b31cfcf
[sqlite3] Update to 3.35.4 (#17067)
* [sqlite3] Update to 3.35.4

* Run x-add-version sqlite3
2021-04-07 12:52:33 -07:00
pastdue
ce860929a8
[sqlite3] Update to 3.35.2 (#16834)
* [sqlite3] Update to 3.35.2

* Run x-add-version sqlite3
2021-03-23 14:26:40 -07:00
Kevin Lu
1575c83810
[sqlite3] Update to 3.35.0 (#16679)
* [sqlite3] Update to 3.35.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-03-15 10:59:31 -07:00
pastdue
6e8aaa76f8
[sqlite3] Update to 3.34.1 (#16125)
* [sqlite3] Update to 3.34.1

* Run x-add-version sqlite3

* [sqlite3] Change version scheme

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-24 14:06:36 -08:00