| Age | Commit message (Collapse) | Author |
|
* [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.
|
|
* [sqlite3] update to 3.36.0
* update version
|
|
* [sqlite3] Update to 3.35.5
* Run x-add-version sqlite3
|
|
* [sqlite3] Embed dllimport in header
* Add sqlite3 version info
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
|
|
* [sqlite3] Update to 3.35.4
* Run x-add-version sqlite3
|
|
* [sqlite3] Update to 3.35.2
* Run x-add-version sqlite3
|
|
* [sqlite3] Update to 3.35.0
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [sqlite3] Update to 3.34.1
* Run x-add-version sqlite3
* [sqlite3] Change version scheme
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
|
|
* sqlite3 port: add geopoly and json features.
* Changed the version of the sqlite3 CONTROL from from 3.31.1-1 to 3.31.1-2
* Update CONTROL
* Update CONTROL
Co-authored-by: Sanjay Chugh <schugh@intelligenetimagingsystems.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: LilyWangL <wangli28@beyondsoft.com>
|
|
* [sqlite3] Namespaced targets with unofficial::
* Fix failure ports
* Update the targets name
* Update related docs
|
|
|
|
* updated to sqlite 3.32.1 to fix a security vulnerability
* Update ports/sqlite3/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|
|
|
|
|
|
* [sqlite3] Rename sqlite3 tool as sqlite3.exe
* Update rename sqlite3-bin.exe condition
* [proj4] Fix the regressions cause by sqlite3
|
|
* [proj4]Upgrade version to 6.1.1 and remove useless patches.
* [libgeotiff]Fix build errors using proj4 6.1.1.
* [libspatialite]Fix build errors using proj4 6.1.1.
* [gdal]Fix build errors using proj4 6.1.1.
* [spatialite-tools]Fix build errors using proj4 6.1.1.
* [spatialite-tools]Fix build errors using proj4 6.1.1.
* [libgeotiff]Re-fix build errors using proj4 6.1.1.
* [vtk]Fix build errors using proj4 6.1.1.
* [proj4]Fix find sqlite binary failure.
* [proj4]Disable build tools when building proj4 in arm/uwp.
* [sqlite3/libgeotiff]Fix libdl library linkage. Re-fix use proj issue.
* add back dl libs
* [gdal]Fix dependent port proj library name.
* [proj4]Set Windows library name to "proj" and revert fix-proj-name changes.
* [liblas]Fix build errors using proj4 6.1.1.
* [liblas]Fix build errors using proj4 6.1.1.
* [liblas]Fix build errors using proj4 6.1.1.
* [proj4]Fix feature database on triplet arm/uwp.
* [gdal]Remove useless flag PROJ_STATIC.
* [proj4]Fix build error on x64-windows-static.
* [liblas]Use find_library to get proj4/sqlite3 libraries.
* [proj4]Fix sqlite dependency.
* [proj4]Fix arm/uwp dependency.
* [proj4]Fix linux build: configure error.
* [proj4]Disable export proj4 namespace.
* [liblas]Delete proj dependency.
* [libspatialite]Fix linux build.
* [libspatialite]Fix linux command.
* [libspatialite]Fix configure error.
* [proj4]fix static cmake tools path.
* [libgeotiff]Set configure options to 1/0 to avoid the "if" comparison failure in config.cmake.
[proj4]Revert changes about namespace.
[liblas]Remove FindPROJ4.cmake and FindGeoTIFF.cmake from the source.
* [vtk]Fix using latest proj4 issue.
* [proj4]Delete missing patch.
|
|
|
|
|
|
|
|
* [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
|
|
|
|
* [vcpkg] Add "Homepage" field to the CONTROL files.
|
|
|
|
The Tencent Blade Team has discovered a remote code execution
vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
|
|
* [Sqlite3] update to 3.25.2
* [sqlite3] Use vcpkg_extract_source_archive_ex
|
|
* 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
|
|
|
|
|
|
refs #2525
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
libs (/Z7)
|
|
|
|
|
|
|
|
|
|
|
|
Also remove trailing whitespaces from portfiles
|
|
|
|
|
|
more static support
more sqlite changes
finally done with sqlite static
|
|
|
|
|