Pierre Wendling
917875c7b2
[sdl2] Bump to 2.26.3 ( #29484 )
...
* [sdl2] Bump version to 2.26.3
* [sdl2] Update baseline
2023-02-07 14:46:50 -08: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
873263a7c0
[skia] Fix vulkan ( #29448 )
...
* [skia] Fix vulkan
* Use vulkan-memory-allocator
2023-02-06 11:53:39 -08:00
Fabien Péan
6b91ca9f46
[superlu] Update to 5.3.0 ( #29452 )
...
* [superlu] Update port to v5.3.0
* [superlu] Update version database
2023-02-06 11:05:01 -08:00
myd7349
a0c74da208
[simdjson] Update to 3.1.0 ( #29455 )
...
* [simdjson] Update to 3.1.0
* [simdjson] Bump version
2023-02-06 10:14:02 -08:00
Henrik Gaßmann
45daa84436
[status-code] Disable find boost ( #29360 )
...
The libraries test suite optionally tests compatibility against boost
types which is completely unnecessary in our case.
2023-02-02 16:53:56 -08:00
Ahmed Yarub Hani Al Nuaimi
ca9155913c
[aws-sdk-cpp] Update AWS SDK for C++ and its dependencies ( #29236 )
2023-02-01 12:52:03 -08:00
Henrik Gaßmann
c3e8743a25
[ned14-internal-quickcpplib,status-code,llfio] Update 2023.01 ( #29214 )
...
* [quickcpplib] Update to 2023-01-27
* [status-code] Update to 2023-01-27
* [llfio] Update to 2023-01-27
* Update version database
2023-01-31 18:06:21 -08:00
xiaozhuai, Weihang Ding
9c4a648392
[string-view-lite] Modernization ( #29313 )
...
* [string-view-lite] Modernization
* update version database
* apply suggestion
* update version database
* CRLF -> LF
---------
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 13:50:53 -08:00
klaus triendl
b4f29c5445
[sqlite-orm] Update SQLite ORM to 1.8 ( #28988 )
...
* [sqlite-orm] Update to 1.8.0
* [sqlite-orm] Added "license" field to manifest
* [sqlite-orm] Update to 1.8.1
* [sqlite-orm] Corrected deprecated license
* [sqlite-orm] Removed unmerged 1.8.0 version from versions file
* [sqlite-orm] Revert: Removed unmerged 1.8.0 version from versions file
This reverts commit ebd658f0bf3b9bf608f725a570b9d33980301a91.
* [sqlite-orm] Ran `.\vcpkg x-add-version sqlite-orm` again
* [sqlite-orm] Removed unmerged 1.8.0 version from versions file
2023-01-30 17:16:22 -08:00
chausner
89f1b227fe
[string-view-lite] Update to 1.7.0 ( #29181 )
...
* Update string-view-lite to 1.7.0
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:23 -08:00
Vitalii Koshura
db9acc3f29
[sentry-native] update to 0.5.4 ( #29203 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-01-26 18:54:28 -08:00
reito
75381ea7fa
[gn-related-ports] Fix gn based projects build error on Windows ( #29058 )
...
* fix gn path error on windows
* add quotes
* vcpkg cmake guidelines
* Fix version database.
* Use Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL instead of WARNING
* Quotes 🤦
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:53:54 -08:00
autoantwort
7bf32c6b93
[simage] use support expression ( #29174 )
2023-01-25 12:23:05 -08:00
Kai Pastor
4b2725f6f4
[sentry-native] Add features 'backend' and 'transport' ( #29047 )
...
* [sentry-native] Features 'backend' and 'transport'
* Fix zlib removal
2023-01-23 16:25:17 -08:00
autoantwort
fdf10eed1e
[seacas] no absolute paths ( #29119 )
2023-01-23 16:11:20 -08:00
Kai Pastor
0a761bd013
[skia] Fix compiler forwarding ( #29138 )
2023-01-23 16:03:29 -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
Alexander Neumann
9e36a44338
[seacas/vtkm/vtk/paraview] Add/update ports. ( #27928 )
...
* [cgns] update to 4.2.0
* [vtk-m] update to 1.6.0
* [vtk] Update to 9.0.1-pv5.9.1
- VTK update to match release version of ParaView
* [ParaView] Update to 5.9.1
* version stuff
* fix automatic svg linkage in static builds
* update qt5-svg
* revisit vtk
- fix build with vtk-m 1.6
- remove unused patches
- remove comments
* bump version
* remove two commented lines
* version stuff
* remove old PR version
* commit stuff
* commit stuff
* update notes
* wip commit
* update paraview
* fix hdf5 patch
* fix patch
* fix patch
* fix portfile
* add mpi feature
* format manifest
* use relativ path
* trace
* retry
* move qml files again
* try with host triplet
* - use VCPKG_CRT_LINKAGE
- use METIS not metis
* fix casing Zlib
* hopefully more fixes on other platforms.
* fix patch
* fix missing ws
* fix typos
* scale down to warning
* revert jsoncpp change
fix zoltan on osx?
* move trace option to failing port
* move trace option to failing port
* Revert "trilinos vcpkg.json changes"
* verdict fix osx build ?
* fix patch
* fix internal find_package call
* also apply correct case for metis
* disable METIS on osx
* vtk-m don't support arm.
* force more features in Ci
* fix missing ,
* more fixes
* more vtk python try and error.
* - paraview python setup same as vtk
- remove openvr from platforms not supporting it
- trace openimageio
* fix case and remove fmt for openimageio.
* trying to fix stuff
* set hash to 0
* [skip actions] add missing module
* WebCore module moved to paraview&python
* fixes
* remove patch in vtk-dicom
* add var to maybe unused
* use correct 5.11 ref instead of the one in release
* Patch cleanup round 1
* remove empty patch parts
* fix vtkm configs
* reintegrate jsoncpp.patch
* fix patch
* add single seacas/kokkos/zoltan ports
* throw out trilinos, zoltan, kokkos
replace trilinos with seacas
make seacas work for dynamic windows
* fix mpi feature
* fix dependency
* retry dep fix
* rename target
* remove double line
* fix target
* fix patch
* retry
* remove cgns config
* fix cgns
* no seacas trace
* lowercase hdf5 target
* fix case of metis
* disable Fortran
* add iotr patch
* add additional config folder
* handel case sensitive Seacas again
* get trace again and force jsoncpp
* update cmake to 3.25.0
* bump port-version
* add patch from vtk upstream
* cleanup, format-manifest
* fix port version
* v db
* opencv4 always inject deps.
* fix test port to not require stuff which is not supported on x86
* Fix HDF5 lookup in opencv4
* only delete bin folder in static builds
* add license field
* v db
* add missing "
* v db
* trace again
* fix rtabmap python dep
* fix openimageio by deleting the find module
* v db
* cr cleanup
* v db
* opencv4 v db due to merge with master. Had to bump port version
* v db
* v db
* v db
* CR comments
* v db for cr comments
* trace theia output
* revert theia trace
* v db
* try without patch
* revert rtabmap changes
* v db after merge
* v db for all
2023-01-19 17:55:56 -08:00
xiaozhuai, Weihang Ding
f1c9431598
[stb] Bump version and remove downloading stb_perlin separately since that patent is expired ( #28998 )
...
* [stb] Bump version and remove downloading stb_perlin separately since that patent is expired
* update version database
2023-01-18 14:21:09 -08:00
Kai Pastor
01350d0b49
[skia] Misc fixes ( #28971 )
...
* Handle core opengl32 dependency
* Fix regressions for legacy config
* Transform frameworks and SDK during build
* Fix python3 configuration
* Update versions
* Drop unused dep
* Fix python3 again
2023-01-18 13:38:56 -08:00
Francisco Facioni
c60b65d099
[sqlpp11] add postgres support ( #28989 )
2023-01-17 11:28:56 -08:00
kiwixz
6b9c9a42f6
[strong-type] add port ( #28937 )
2023-01-16 12:46:59 -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
Kai Pastor
472ed329f5
[sentry-native] Fix cmake package import/export ( #28686 )
...
* [sentry-native] Fix cmake package import/export
* Revise zlib dependency
2023-01-13 15:22:44 -08:00
Wei Dai
0a77b03b49
[seal] Updated seal to version 4.1.1. ( #28727 )
...
* Updated seal to version 4.1.0.
* Fixed versioning.
* Updated seal to 4.1.1.
* Fixed versioning.
* Update seal.json
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-01-12 22:12:45 -08:00
Fabien Péan
4c5be28bfa
[simbody] set uniform target names and add usage ( #28863 )
2023-01-12 15:28:56 -08:00
Edi61
b591b65d2a
[simd] Update include missing header files ( #28834 )
...
* Update include missing header files
* Update simd.json
* Update fix-CMakeLists-install.patch
* Update vcpkg.json
* Update fix-CMakeLists-install.patch
* Update simd.json
* Update simd.json
2023-01-11 23:26:28 -08:00
Jennifer Chukwu
b442de3a61
[Scenepic] Add new port ( #28661 )
...
* [scenepic] new port
* format
* update version database
* resolve comments
* Update version database
* update version database
* update version database
* fix install path
* x-add-version
* Update scenepic.json
* suggested changes
* update version
Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-01-11 16:18:45 -08:00
Attractadore
b2b5d1bf9e
[spirv-reflect] Don't vendor spirv headers ( #28749 )
...
* [spirv-reflect] Add spirv-headers dependency
* [spirv-reflect] Run vcpkg x-add-version spirv-reflect
2023-01-09 10:10:03 -08:00
Nick
9696840b74
[sdl2] update to 2.26.2 ( #28753 )
2023-01-09 01:12:09 -08:00
Frank
13224dcaaa
[snappy] fix correct lib name in snappy.pc file ( #28712 )
...
* [snappy] fix correct lib name in snappy.pc file
* update version
2023-01-05 05:20:49 -08:00
Nicolas Jakob
4548ef8b00
[entt, libharu, libopensp, minizip, smf, vlpp, vulkan-headers] Fix incorrect versions ( #28571 )
...
* [entt] Remove incorrect version
* [libharu] Fix incorrect version git tree
* [libopensp] Fix incorrect version git tree
* [minizip] Fix incorrect version git tree
* [smf] Remove incorrect version
* [vlpp] Remove incorrect version
* [vulkan-headers] Remove incorrect version
2023-01-04 14:39:57 -08:00
Attractadore
d40547583e
[spirv-reflect] Remove vulkan dependency ( #28696 )
...
* [spirv-reflect]: remove vulkan dependency
* [spirv-reflect] Run vcpkg x-add-version spirv-reflect
2023-01-04 12:28:07 -08:00
Siyuan Ren
8d9c52191e
[staticjson] add new port. ( #28578 )
2022-12-29 11:41:27 -08:00
JonLiu1993
fa0931afaf
[Simd] Add missing header files ( #28376 )
...
* [Simd] Add missing header files
* update version
* update portfile.cmake
* update version
2022-12-28 13:48:28 -08:00
Thomas1664
16b7b6626d
[sdl2] Add feature samplerate ( #28554 )
...
* [sdl2] Add feature samplerate
* version
2022-12-27 00:52:33 -08:00
Kai Pastor
e07c62d059
[skia] Turn into usable and maintainable port ( #28007 )
...
* Remove unused SKIA_PUBLIC_DEFINITIONS
* Revise python3 injection
* Major overhaul
* Revise third-party downloads
Declare them early in a single location, but use as needed.
Validate agains skia's DEPS.
* Integrate download & pkgconfig externals handling
Ensure that downloads are complete with --only-downloads mode.
* Move cmake functions to separate file
* Turn source fixups into proper patches
* Update versions
* Generally disable msvc env setup
* Update python patch
* Remove unused patch
* Rename function
* Update versions
* Handle third-party licenses
* Move block
* Rename and unset skia root variable
* Fix usage with alternative build types
* Update versions
2022-12-20 19:29:21 -08:00
Dmitry Baryshev
c45669fcc7
[sail] Update to 0.9.0-rc2 ( #28402 )
...
* [sail] Update to 0.9.0-rc2
* [sail] vcpkg x-add-version --all --overwrite-version
2022-12-20 09:23:20 -08:00
Anders Wind
231a739462
[stronk] update port to v0.3.1 ( #28355 )
...
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-12-20 09:17:38 -08:00
Nick
eaa1227aaf
[sdl2] Disable X11 feature and make it and Wayland defaults ( #28148 )
2022-12-13 17:41:34 -08:00
erdogan61
e05c925db6
[simd] Add new port ( #28163 )
...
* Added new port for Simd
Created new port for Simd from
https://github.com/ermig1979/Simd
* Added new port for Simd
Created/updated new port for Simd from
https://github.com/ermig1979/Simd
* Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg "
This reverts commit 789c93e81a6ea996649e314eca852180035361ef, reversing
changes made to c87a8183bd518b77b4092bfc27d24ad35686d4d7.
* portfile.cmake fixes
Update x64-windows-static* and fixes
* Update simd.json
* Added missing define
Set "#define in SIMD_STATIC/src/Simd/SimdConfig.h"
* Update simd.json
* Update simd.json
* Revert "Revert "Merge branch 'master' of https://github.com/erdogan61/vcpkg ""
This reverts commit a97bdb05f4cd0590002ca953fbd158cab8db045c.
* Added Linux support
* Update simd.json
* Added Cmake install patch
Otherwise build error:
"ninja: error: unknown target 'install'"
* Update simd.json
* Added supports in vcpkg.json
* Update simd.json
* Removed unsupported builds
* x64_uwp failes
UWP builds are failing, since not supported,
Reason:
The following DLLs do not have the App Container bit set:
D:/packages/simd_x64-uwp/debug/bin/Simd.dll
D:/packages/simd_x64-uwp/bin/Simd.dll
* Update vcpkg.json
* Update simd.json
* Try ARM support, OSX not running
Osx build failed, arm maybe supported
* Update simd.json
* Fix syntax error and optimize
* Update simd.json
* Fix syntax
* Update simd.json
* Added SIMD_TARGET="aarch64"
* Update simd.json
* Seperated arm64 cmake
Check failes:
#if defined(_MSC_VER) && !defined(__clang__) && (defined(SIMD_X64_ENABLE) || defined(SIMD_X86_ENABLE))
#define SIMD_INIT_AS_CHAR
#elif defined(__GNUC__) || defined(__clang__) || (defined(_MSC_VER) && defined(SIMD_NEON_ENABLE))
#define SIMD_INIT_AS_LONGLONG
#else
#error This platform is unsupported!
#endif
* Update simd.json
* Syntax Error
* Update simd.json
* Update to latest release 5.2.120
*fix bug: MSVS compiler bug (Windows, Arm64).
commit b39197e00a902cbbc5ad397de92f086be994549b
* Baseline Updates
* Include arm64 fix
* Update SHA512
* Update simd.json
* Arm64 with msvc compiler not supported
* Update simd.json
* Updated supports field
* Baseline update
* Update ci.baseline.txt
* Github action fix
Replaced vcpkg_configure_cmake by vcpkg_cmake_configure
* Update simd.json
Co-authored-by: dtmen <dtmen@gmx.de>
2022-12-13 16:36:18 -08:00
Jack Gerrits
d034400a5d
[sse2neon] Fix sse2neon header install path ( #28268 )
...
* [sse2neon] fix header install path
* run ./vcpkg x-add-version --all
2022-12-12 14:28:45 -08:00
Vitalii Koshura
ca28e3a00b
[sentry-native] Update to 0.5.3 ( #28221 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-12-08 10:43:37 -08:00
Pierre Wendling
5d1f188403
[sdl2-image] Fix dynamic linking ( #28137 )
...
* Force DEPS_SHARED to OFF.
* Bump port version.
* Update version history.
2022-12-06 15:19:01 -08:00
Rami ALZEBAK
559bd97670
[sse2neon] Add new port ( #28129 )
2022-12-06 13:20:24 -08:00
Vladimir Petrigo
0e9ffd112a
[smf]: Add v0.1.1 version port ( #28162 )
...
* [smf]: Add v0.1.0 version support
* [smf]: Switch to v0.1.1 with W3 MSVC warning enabled
* [smf]: Replace INSTALL with vcpkg_install_copyright
* misc: Clean up
2022-12-05 13:28:11 -08:00
Oleg Derevenetz
b7422ebaea
[sdl2] update to 2.26.1 ( #28113 )
...
* Update sdl2 to 2.26.1
* Update baseline
2022-12-02 09:10:48 -08:00
autoantwort
50656c9e34
[sdl2-net] no absolute paths ( #28109 )
2022-12-02 09:09:40 -08:00
Gabe Rundlett
e46521db00
[glslang] Bump to latest version again ( #28029 )
...
* Update GLSLANG to 11.12.0
* [glslang] Update baseline and version file
* update port version
* Fix shaderc
* Update version database
* Update ports/glslang/vcpkg.json
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
* [glslang] update version
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2022-12-01 13:52:06 -08:00
Pierre Wendling
3f41432410
[sdl2] Bump to 2.26.0 ( #27947 )
...
* Bump to 2.26.0.
* Add missing include for Wayland builds.
* Update version history
* Make `wayland` option control support altogether.
- Instead of building with/without shared support. Control whether SDL
is built with or without Wayland. See #27947 .
- Removes the need for the new patch.
* Update version history.
* Fix pkg-config targets.
* install copyright with `vcpkg_install_copyright`.
* Update version history.
* Remove unecessary patch.
* Update version history.
* Fix UWP pc file.
* Update version history.
2022-11-28 11:12:32 -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
myd7349
8e84e6a233
[simdjson] Update to 3.0.1 ( #28033 )
...
* [simdjson] Update to 3.0.1
* [simdjson] Bump version
2022-11-28 10:19:48 -08:00
xiaozhuai, Weihang Ding
cb76ac9e92
[expat] Fix expat msvc link static crt ( #27948 )
...
* Fix expat msvc link static crt
* update port version
2022-11-23 10:12:44 -08:00
JonLiu1993
35cff4f5b0
[seal] update to <4.0.0> ( #27952 )
...
* [seal] update to <4.0.0>
* update version
* fix find_package
* update version
* add license
* update version
2022-11-22 12:28:19 -08:00
Sylvain Doremus
b1533123dc
[shaderwriter] Update to version 2.5.0. ( #27925 )
...
* [shaderwriter] Update to version 2.5.0.
* Updated version retrieval.
2022-11-21 08:38:41 -08:00
Daniel Johansson
6a96e768da
[shader-slang] upgrade to v0.24.43 and add osx platform ( #27900 )
2022-11-18 13:42:01 -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
autoantwort
5bd13370be
[spirv-headers] no absolute paths ( #27881 )
2022-11-17 23:26:35 -08:00
百地 希留耶
d51b969a7d
[spdlog] Update to 1.11.0 ( #27771 )
...
* [spdlog] Update to 1.11.0
* [spdlog] backporting https://github.com/gabime/spdlog/pull/2545
* [spdlog] Add 1.11.0 to versions file
* Remove patch header, add link to upstream merged PR, add quotes.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:32:00 -08:00
SvenPStarFinanz
b3bf291c9a
[Sqlitecpp] update to 3.2.0 ( #27807 )
...
* [SQLiteCpp] Update to 3.2.0
* x-add-version
* Update ports/sqlitecpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/sqlitecpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Updating to vcpkg_cmake_* functions.
* x-add-version
* Update ports/sqlitecpp/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* x-add-version
* Update ports/sqlitecpp/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/sqlitecpp/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* corrected
* x-add-version
* Add comment about new setting to indicate that it doesn't conflict with VCPKG_CRT_LINKAGE, add quotes and formatting.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-16 13:20:56 -08:00
Romain Pokrzywka
c58ae39a72
[spdlog] Fix non-Windows builds with wchar feature enabled ( #27740 )
...
- Defining SPDLOG_WCHAR_TO_UTF8_SUPPORT on non-Windows platforms
triggers an #error, restrict the wchar feature to Windows
- update port-version + vcpkg x-add-version spdlog
2022-11-14 15:27:02 -08:00
Kai Pastor
89a2b29130
[libgpg-error,libgcrpyt,libassuan,gpgme] Update, official mirrors, mingw, cross builds ( #27668 )
...
* Use VERSION
* Add nls feature and gettext deps
* Fix export of libintl dep
* Fix mingw on windows
* Fix crossbuilds
* Cleanup
* Keep translations for nls
* Add license
* [shiftmedia-libgpg-error] Split from pristine source port, update
* [libgpg-error] Update, official tarballs, cross builds
* [libgcrypt] Official tarballs, fix cross builds
* [libgcrypt] Update copyright
* [libassuan] Update, official tarballs, cross builds
* [gpgme] Update, cleanup
* [gpgme] Update copyright
* Update versions
* [shiftmedia-libgcrypt] Update
* No port libgpg
* Add missing version file
* Use make OPTIONS
* Update versions
* Revise build-tools pattern
2022-11-14 15:12:05 -08:00
Arsen Tufankjian
0d9e169414
[spirv-tools] Updating to v2022.4 ( #27762 )
...
* Updating port to 2022.4
* Updating version
2022-11-14 14:30:12 -08:00
Arsen Tufankjian
8e74630b9e
[spirv-headers] Update to latest version and properly installing the target ( #27761 )
...
* Updating port to latest version and to properly install a target
* Formatting
* Update version
2022-11-11 09:19:11 -08:00
Billy O'Neal
e79c0d2b5d
Add vcpkg_minimum_required before using VERSION. ( #27598 )
...
* When @BillyONeal started being the on-call vcpkg maintainer on 2022-10-17, he started applying use of the "embedded VERSION" feature https://github.com/microsoft/vcpkg-tool/pull/717 to PRs on merge.
@dg0yt points out that this use should be accompanied by a call to vcpkg_minimum_required, in https://github.com/microsoft/vcpkg/pull/27594/files#r1010641672
This is an audit of everything merged in that time and whether it needs to gain that.
https://github.com/microsoft/vcpkg/pull/27561 No VERSION
https://github.com/microsoft/vcpkg/pull/27525 No VERSION
https://github.com/microsoft/vcpkg/pull/27554 Already has vcpkg_minimum_required
https://github.com/microsoft/vcpkg/pull/27536 No VERSION
https://github.com/microsoft/vcpkg/pull/27562 No VERSION
https://github.com/microsoft/vcpkg/pull/24914 Fixed here
https://github.com/microsoft/vcpkg/pull/27547 No VERSION
https://github.com/microsoft/vcpkg/pull/27502 No VERSION
https://github.com/microsoft/vcpkg/pull/27497 No VERSION
https://github.com/microsoft/vcpkg/pull/27317 No VERSION
https://github.com/microsoft/vcpkg/pull/27288 No VERSION
https://github.com/microsoft/vcpkg/pull/27509 No VERSION
https://github.com/microsoft/vcpkg/pull/27504 No VERSION
https://github.com/microsoft/vcpkg/pull/27514 No VERSION
https://github.com/microsoft/vcpkg/pull/27501 No VERSION
https://github.com/microsoft/vcpkg/pull/27495 No VERSION
https://github.com/microsoft/vcpkg/pull/27488 No VERSION
https://github.com/microsoft/vcpkg/pull/27499 No VERSION
https://github.com/microsoft/vcpkg/pull/27378 No VERSION
https://github.com/microsoft/vcpkg/pull/27376 Fixed here
https://github.com/microsoft/vcpkg/pull/27373 No VERSION
https://github.com/microsoft/vcpkg/pull/27045 No VERSION
https://github.com/microsoft/vcpkg/pull/27521 No VERSION
https://github.com/microsoft/vcpkg/pull/27453 No VERSION
https://github.com/microsoft/vcpkg/pull/27481 No VERSION
https://github.com/microsoft/vcpkg/pull/27511 No VERSION
https://github.com/microsoft/vcpkg/pull/27490 No VERSION
https://github.com/microsoft/vcpkg/pull/27510 No VERSION
https://github.com/microsoft/vcpkg/pull/27496 No VERSION
https://github.com/microsoft/vcpkg/pull/27503 No VERSION
https://github.com/microsoft/vcpkg/pull/27485 No VERSION
https://github.com/microsoft/vcpkg/pull/27484 No VERSION
https://github.com/microsoft/vcpkg/pull/27483 No VERSION
https://github.com/microsoft/vcpkg/pull/27459 No VERSION
https://github.com/microsoft/vcpkg/pull/27369 No VERSION
https://github.com/microsoft/vcpkg/pull/27489 No VERSION
https://github.com/microsoft/vcpkg/pull/26594 No VERSION
https://github.com/microsoft/vcpkg/pull/27465 No VERSION
https://github.com/microsoft/vcpkg/pull/27456 No VERSION
https://github.com/microsoft/vcpkg/pull/27425 No VERSION
https://github.com/microsoft/vcpkg/pull/27464 Fixed here
https://github.com/microsoft/vcpkg/pull/27406 No VERSION
https://github.com/microsoft/vcpkg/pull/27398 No VERSION
https://github.com/microsoft/vcpkg/pull/27240 No VERSION
https://github.com/microsoft/vcpkg/pull/27450 No VERSION
https://github.com/microsoft/vcpkg/pull/27463 No VERSION
https://github.com/microsoft/vcpkg/pull/27462 No VERSION
https://github.com/microsoft/vcpkg/pull/27448 No VERSION
https://github.com/microsoft/vcpkg/pull/27440 No VERSION
https://github.com/microsoft/vcpkg/pull/27435 No VERSION
https://github.com/microsoft/vcpkg/pull/27424 No VERSION
https://github.com/microsoft/vcpkg/pull/27414 No VERSION
https://github.com/microsoft/vcpkg/pull/27412 No VERSION
https://github.com/microsoft/vcpkg/pull/27380 No VERSION
https://github.com/microsoft/vcpkg/pull/27343 No VERSION
https://github.com/microsoft/vcpkg/pull/27342 No VERSION
https://github.com/microsoft/vcpkg/pull/27367 No VERSION
https://github.com/microsoft/vcpkg/pull/27226 No VERSION
https://github.com/microsoft/vcpkg/pull/27320 No VERSION
https://github.com/microsoft/vcpkg/pull/26923 No VERSION
https://github.com/microsoft/vcpkg/pull/27284 No VERSION
https://github.com/microsoft/vcpkg/pull/27433 No VERSION
https://github.com/microsoft/vcpkg/pull/27314 VERSION got *removed*
https://github.com/microsoft/vcpkg/pull/27335 No VERSION
https://github.com/microsoft/vcpkg/pull/27370 No VERSION
https://github.com/microsoft/vcpkg/pull/27324 No VERSION
https://github.com/microsoft/vcpkg/pull/27391 No VERSION
https://github.com/microsoft/vcpkg/pull/27388 No VERSION
https://github.com/microsoft/vcpkg/pull/27396 No VERSION
https://github.com/microsoft/vcpkg/pull/27404 No VERSION
https://github.com/microsoft/vcpkg/pull/27413 No VERSION
https://github.com/microsoft/vcpkg/pull/27417 No VERSION
https://github.com/microsoft/vcpkg/pull/27427 No VERSION
https://github.com/microsoft/vcpkg/pull/27428 No VERSION
https://github.com/microsoft/vcpkg/pull/27368 No VERSION
https://github.com/microsoft/vcpkg/pull/27307 No VERSION
https://github.com/microsoft/vcpkg/pull/27415 Fixed here.
https://github.com/microsoft/vcpkg/pull/27371 Fixed here.
https://github.com/microsoft/vcpkg/pull/27323 No VERSION
https://github.com/microsoft/vcpkg/pull/27352 No VERSION
https://github.com/microsoft/vcpkg/pull/27347 No VERSION
https://github.com/microsoft/vcpkg/pull/27366 No VERSION
https://github.com/microsoft/vcpkg/pull/27361 No VERSION
https://github.com/microsoft/vcpkg/pull/27359 No VERSION
https://github.com/microsoft/vcpkg/pull/27358 No VERSION
https://github.com/microsoft/vcpkg/pull/27355 No VERSION
https://github.com/microsoft/vcpkg/pull/27331 No VERSION
https://github.com/microsoft/vcpkg/pull/24615 No VERSION
https://github.com/microsoft/vcpkg/pull/27325 No VERSION
https://github.com/microsoft/vcpkg/pull/24861 No VERSION
https://github.com/microsoft/vcpkg/pull/27354 No VERSION
https://github.com/microsoft/vcpkg/pull/27346 No VERSION
https://github.com/microsoft/vcpkg/pull/27345 No VERSION
https://github.com/microsoft/vcpkg/pull/27218 No VERSION
https://github.com/microsoft/vcpkg/pull/27329 No VERSION
https://github.com/microsoft/vcpkg/pull/27326 No VERSION
https://github.com/microsoft/vcpkg/pull/27321 No VERSION
https://github.com/microsoft/vcpkg/pull/27312 No VERSION
https://github.com/microsoft/vcpkg/pull/27297 No VERSION
https://github.com/microsoft/vcpkg/pull/27336 No VERSION
https://github.com/microsoft/vcpkg/pull/27225 No VERSION
https://github.com/microsoft/vcpkg/pull/27339 No VERSION
https://github.com/microsoft/vcpkg/pull/27302 No VERSION
https://github.com/microsoft/vcpkg/pull/27295 No VERSION
https://github.com/microsoft/vcpkg/pull/27233 No VERSION
https://github.com/microsoft/vcpkg/pull/27313 No VERSION
https://github.com/microsoft/vcpkg/pull/27237 No VERSION
https://github.com/microsoft/vcpkg/pull/27250 No VERSION
https://github.com/microsoft/vcpkg/pull/27263 No VERSION
https://github.com/microsoft/vcpkg/pull/27266 No VERSION
https://github.com/microsoft/vcpkg/pull/27272 No VERSION
https://github.com/microsoft/vcpkg/pull/27287 No VERSION
https://github.com/microsoft/vcpkg/pull/27282 No VERSION
https://github.com/microsoft/vcpkg/pull/27294 No VERSION
https://github.com/microsoft/vcpkg/pull/27228 No VERSION
https://github.com/microsoft/vcpkg/pull/27163 No VERSION
https://github.com/microsoft/vcpkg/pull/26817 No VERSION
https://github.com/microsoft/vcpkg/pull/27286 No VERSION
https://github.com/microsoft/vcpkg/pull/27274 No VERSION
https://github.com/microsoft/vcpkg/pull/27276 No VERSION
https://github.com/microsoft/vcpkg/pull/27232 No VERSION
https://github.com/microsoft/vcpkg/pull/27221 No VERSION
https://github.com/microsoft/vcpkg/pull/27215 No VERSION
https://github.com/microsoft/vcpkg/pull/27166 No VERSION
https://github.com/microsoft/vcpkg/pull/27239 No VERSION
https://github.com/microsoft/vcpkg/pull/27246 No VERSION
https://github.com/microsoft/vcpkg/pull/27268 No VERSION
https://github.com/microsoft/vcpkg/pull/27259 No VERSION
https://github.com/microsoft/vcpkg/pull/27238 No VERSION
https://github.com/microsoft/vcpkg/pull/27224 No VERSION
https://github.com/microsoft/vcpkg/pull/27203 No VERSION
https://github.com/microsoft/vcpkg/pull/27124 No VERSION
* Also add libcanberra
2022-11-08 14:49:28 -08:00
Pierre Wendling
39b028f607
[sdl2-image] Bump to 2.6.2. ( #27627 )
...
* [sdl2-image] Update to 2.6.2.
* [sdl2-image] Update baseline and version history.
* [sdl2pp] Update sdl2-image target name.
* [sdl2pp] Update baseline and version history.
* [sdl2-image] Fix .pc file generation.
* [sdl2-image] Visually align features in portfile.
* [sdl2-image] Shorten patch to the strict minimum.
2022-11-08 14:44:33 -08:00
Viktor Chlumský
e6a79ac018
[skia] Fix build for release-only triplets ( #27196 )
...
* Fix Skia in relase-only config
* Use the modern
release_thing()
if (NOT VCPKG_BUILD_TYPE)
debug_thing()
endif()
form
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 15:42:19 -08:00
Aung T Naing
15ea681208
[sentencepiece]make sure that Release only build is supported ( #27442 )
...
* make sure that Release only triplets will be successful
* updated version
* Use the modern NOT VCPKG_BUILD_TYPE form and combine ifs.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 15:41:58 -08:00
Pierre Wendling
599f106de6
[sdl2] Bump to 2.24.2 ( #27591 )
...
* [sdl2] Bump to 2.24.2.
* [sdl2] Add a usage file.
* [sdl2] Update baseline and version history.
* [sdl2] Update `SDL2_VERSION` variable.
* [sdl2] Update `HEAD_REF`.
* Use VERSION.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-02 14:12:36 -07:00
Kai Pastor
3e35cb0a15
[scripts|nmake] Add jom
option, add language control ( #27255 )
...
* Add CL_LANGUAGE option
* Add PREFER_JOM option
* Append install target to targets, not options
* Update vcpkg_install_nmake
* Re-enable nmake UWP builds for C projects
* Use PREFER_JOM
* Update documentation
* Update versions
* Add license fields
* Update versions
2022-11-02 11:32:43 -07:00
Daniel Johansson
bf6a6ce711
[slang] Adding a package for the Slang shading language ( #24914 )
...
* slang port - initial commit
* added x64-linux target and removed dependency on cmake
* [slang] adding some expected failing platforms
* formatted manifest file
* added license
* added expected failing win64-static platform
* added version
* sort alphabetically
* changing error message
* updated version
* [slang] adding "supports" field for vcpkg.json
* [slang] removing platform exclusion rules
* [slang] update version
* [slang] fixed deprecation warning
* [slang] update version database
* rename slang to shader-slang
* update version database
* Use builtin VERSION and dos2unix.
* remove unused empty folder policy
* set version
* update version
* Remove unnecessary set(VERSION
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-31 13:48:20 -07:00
Pierre Wendling
7ca2798c46
[sdl2-net] Update to 2.2.0. ( #27459 )
...
* [sdl2-net] Update to 2.2.0.
* [sdl2-net] Update homepage and license.
* [sdl2-net] Replace deprecated functions.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-27 19:15:39 -07:00
Alexander Neumann
16a892c1fb
Single config fixes 2. ( #27406 )
...
* freerdp fix single config
* libassuan fix single config builds
* libcanberra fix single config build
* libmysql fix single config builds
* libobd fix single config
* libusb allow single config wrapper
* nmap single config cleanup
* spdk single config stuff
* zeroc-ice fix single config
* zopfli single config fix
* use version date
* v db
* Revert unchanged libodb-pgsql port-version bump.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-10-26 10:55:31 -07:00
autoantwort
a329367df1
[sleef] does not supports arm64-osx ( #27413 )
2022-10-24 16:22:58 -07:00
JonLiu1993
14d353a79a
[sentencepiece] update to 1.97 ( #27427 )
...
* [sentencepiece] update to 1.97
* update version
* add license
* update evrsion
2022-10-24 16:21:25 -07:00
Vitalii Koshura
5251291e16
[sentry-native] Update to 0.5.2 ( #27354 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-10-20 19:17:39 -07:00
Vitalii Koshura
2ad71b540e
[sentry-native] Update to 0.5.1 ( #27276 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-10-17 08:13:08 -07:00
Dmitry Baryshev
4a723f2d16
[sail] Add features ( #27169 )
...
* [sail] Added features
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Added dependency name
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Added priority-based features
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Fix enabling only the selected codecs
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Rename 'Build with' to 'Enable'
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Escape codecs list
* [sail] Remove SVG from aggregated features as its dependency 'resvg' is still not in vcpkg
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Enable SVG if it was explicitly enabled
* [sail] vcpkg x-add-version --all --overwrite-version
2022-10-13 11:59:21 -07:00
Nick
ede90f9507
[sdl2] update to 2.24.1 ( #27168 )
2022-10-12 01:17:16 -07:00
vividos
f0a322f2ca
[sdl2-mixer] don't build samples ( #27182 )
2022-10-12 01:15:24 -07:00
JonLiu1993
42cc830d87
[simdjson] update to 3.0.0 ( #27148 )
...
* [simdjson] update to 3.0.0
* update version
* update version
* update version
2022-10-10 08:40:53 -07:00
autoantwort
1ece5ec4ad
[s2geometry] update port ( #27072 )
2022-10-08 21:31:31 -07:00
Park DongHa
36ef0e1f29
[spine-runtimes] create a new port ( #27006 )
...
* [spine-runtimes] create a new port
* [spine-runtimes] update baseline
* [spine-runtimes] remove -Werror
* [spine-runtimes] remove customized compile flags
* [spine-runtime] license null
* Update ports/spine-runtimes/vcpkg.json
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* Update ports/spine-runtimes/portfile.cmake
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
* [spine-runtimes] version name 4.1.00 --> 4.1.0
* [spine-runtimes] remove SFML feature
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-10-05 16:06:31 -07:00
autoantwort
d98da60f99
[sdformat10] no osx arm ( #27101 )
2022-10-05 14:58:42 -07:00
autoantwort
878246e6c9
[sdformat9] no osx arm ( #27102 )
2022-10-05 14:58:23 -07:00
autoantwort
91688a9874
[selene] fix arm64-osx ( #27071 )
2022-10-03 13:56:55 -07:00
autoantwort
fef923ce20
[serdepp] update port ( #27073 )
2022-10-03 13:55:49 -07:00
Thomas1664
c3802777e8
[sciplot] Disable examples and docs ( #26962 )
...
* [sciplot] Disable examples and docs
* version
2022-09-25 23:57:58 -07:00
Anders Wind
4e07dd99b8
[stronk] Add new port ( #26740 )
...
* [stronk] Initial port
* Review fixes
* Fixed added builtin-baseline which is not neccesary for registry
* fix include wrong directroy
* update version
* delete patch
* update version
* Add quotes
* update version
* Use vcpkg_from_github
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-09-20 11:09:35 -07:00
Matthias Kuhn
290865e4a1
Bump spix version to 0.4 ( #26555 )
...
* Bump spix version to 0.4
* Add new port spix-qt6
* Add feature qt5 and qt6 to spix
* Back to qt5
2022-09-19 12:38:10 -07:00
Alexander Neumann
2b35366a5d
[hpx] add some features, fix some bugs ( #25059 )
...
* refine hpx port
* v db
* add tcmalloc on unix
* refine comment
* v db
* remove hardcoded mpi dep
* v db
* portfile cleanup
* v db
* add pkgconf as a dep
* v db
* [snappy] remove debug suffix and add pc file
* hpx pass through _HOST_TRIPLET for pkgconf
* v db
* fix snappy in ffmpeg
* v db
* fix name clash of output names
* v db
* remove tcmalloc
* v db
* remove bin dir; seems empty on !windows
* v db
* b v
* v db
* baseline stuff
* fix jemalloc missing msvc_compat headers
* v db
* install usage for hpx
* v db
* Update versions/f-/ffmpeg.json
* revert v db
* bump ffmpeg
* v db
* remove jemalloc since I can force it thorugh the triplet any way.
* v db
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-09-19 12:30:40 -07:00
Jack·Boos·Yu
11461d415a
[vcpkg baseline][saucer] Re-fix configure error ( #26820 )
...
* [sacuer] Re-fix configure error
* version
2022-09-19 11:06:40 -07:00
Dmitry Baryshev
46798970f0
[sail] Update to 0.9.0-rc1 ( #26781 )
...
* [sail] Update to 0.9.0-rc1
* [sail] vcpkg x-add-version --all --overwrite-version
* [sail] Added quotes
* [sail] vcpkg x-add-version --all --overwrite-version
2022-09-15 12:31:18 -07:00
Jack·Boos·Yu
8907350a27
[saucer] Fix configure ( #26783 )
...
* [saucer] Fix configure
Signed-off-by: JackBoosY <yuzaiyang@beyondsoft.com>
* version
Signed-off-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-09-15 12:16:25 -07:00
MonicaLiu
8d3aa2bbf6
[sqlpp11] Update to latest commit ( #26775 )
...
* update sqlpp11
* update baseline
* update some formatting
* update version
Co-authored-by: Monica <v-liumonica@microsoft.com>
2022-09-14 12:13:20 -07:00
Noah
23905f6f86
[saucer, ereignis] Update saucer
port and add ereignis
( #26683 )
...
* [saucer] add new port
[saucer] add lockpp dependency
beleg
* [lockpp] add new port
* [saucer] update ref
* [saucer] only support static
* fix: revert cibaseline
* refactor: also disable uwp
* [saucer,lockpp] remove superflous dependencies
* [lockpp] update version
* [saucer] update to 1.0.0
* [saucer] specifiy only static library
* [saucer] bump ref
* [saucer] remove unused dependency
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [saucer] use vcpkg webview2
* [ereignis] add new port
* [saucer] update port
* [ereignis] fix description
* [saucer] update ref
* [qt5-webengine] use host for nodejs
* [qt5-webengine] bump `port-version`
* [ereignis] remove unused dependency
* [qt5-webengine] revert git-tree of old port
* [ereignis] add empty line
* fix: formatting & versions
* fix: reset modified files
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2022-09-12 14:04:41 -07:00
Gabe Rundlett
16f5ba45a9
[glslang] Bump version to 11.11.0 ( #26671 )
...
* Bump glslang port to 11.11.0
* Fix sha to match the one shown on the microsoft build server
* Fix portfile issues (at least for Windows)
* Potentially fix shaderc port
* update shaderc version
* shaderc appears to require Threads?
* change shaderc port version?
* fix local port-version
* Added custom usage as per PR suggestion!
* Updated glslang port tree version hash
2022-09-12 13:43:31 -07:00
Kai Pastor
8e3595fad0
[speex] Use native autotools for all triplets ( #26502 )
...
* Use autotools build for windows
* Fix license
* Limit subdirs for vpckg build
* Update versions
* CI [skip actions]
2022-09-09 12:08:05 -07:00
Henrik Gaßmann
29787a71b3
[status-code,outcome,llfio,ned14-internal-quickcpplib] Update to 2022-09-08 ( #26724 )
...
* [quickcpplib] Update to 2022-09-08
* [status-code] Update to 2022-09-08
* [outcome] Update to version 2.2.4
* [llfio] Update to 2022-09-08
* [status-code,outcome,llfio] Update version database
2022-09-09 11:55:55 -07:00