| Age | Commit message (Collapse) | Author |
|
* Update zxing-cpp and fix iconv dependency
* Convert PATCH file format
* update patch
* update version
* update patch
* update version
* revert the line end
* update version
* delete c++ 11
* update version
|
|
* [openmama] Modify the path of the common header file
* Update json files
* Remove file existence judgment
* Update git tree
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
|
|
* [nowide] update to 11.1.2
* add version files
* Trigger Build
|
|
* [soci] Re-fix feature mysql
* update version record
* [soci] Fix config file name and add find_dependency
* update baseline record
* [soci] Export INTERFACE_INCLUDE_DIRECTORIES
* update version record
|
|
* [lz4] update to 1.9.3
- Update lz4 to 1.9.3 https://github.com/lz4/lz4/releases/tag/v1.9.3
- tested as an install dependency for libarchive on x86-windows and x64-windows.
* forgot baseline / version
|
|
* [freeglut] Don't enforce x64 when the compiler is 64 bit
This fixes compilation for ARM64.
* [freeglut] Update manifest
* Update ports/freeglut/CONTROL
* Update versions/f-/freeglut.json
* Update versions/baseline.json
* Update versions/baseline.json
* Update versions/f-/freeglut.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* Update libdatachannel to 0.12.0
* Update version and vcpkg.json format
* Use semver
* Update version
* Update ports/libdatachannel/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update version hash
Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [fltk] Fix link to system libs
* update version record
|
|
* [minizip-ng] add new port
* [celero] Updated to Celero v2.8.0 (#16802)
* [celero] Updated to Celero v2.8.0
* [celero] Improving static linking support in VCPKG.
Celero issue #154 is tracking a fix.
https://github.com/DigitalInBlue/Celero/issues/154
* [celero] Updated to v2.8.1
* [celero] Updated version for VCPKG.
* [celero] Updates to better support VCPKG.
* [celero] Updated versions.
* Update celero.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
|
|
* [cairo] Add pkgconfig file
* [cairo] Add pkgconfig file
|
|
* [qt5] move headers
* version stuff
|
|
2021 releases (#17123)
* directxmesh, directxtex, directxtk, directxtk12, uvatlas updated for April 2021 release
* Updated versions
|
|
* [jsoncons]Update to 0.163.1
* [jsoncons] Update baseline
|
|
* [hunspell] switch to make to enable build of hunspell tools
* version stuff
|
|
* [spdlog] Use external fmt header
* Update versions
|
|
* [clamav] Fix the conflicts with libmspack
* Update versions
|
|
* [behaviortree-cpp] update to 3.5.6
* update version
* update vcpkg.json
* update version
|
|
|
|
* [paho-mqttpp3] update to 1.1
* [paho-mqttpp3] update to 1.1
* Update version files
* revert ending line
* update version
* add vcpkg.json file
* update version
* update protifile.cmake
* Update version
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
|
|
|
|
* [boost-regex] fix osx build with icu
* add version files
* Update ports/boost-regex/b2-options.cmake: Apply suggestion
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* add version files
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
|
|
* Add disable-exceptions feature to portfile to pass exceptions=0 to tbb_build in the non-windows case, and set TBB_USE_EXCEPTIONS=0 in the vcxproj files in the windows case. This removes the try/catch(...) wrappers around user code run by TBB. While these exception facilities can be nice in some cases, their removal allows for much easier debugging of a crash due to an unhandled exception in code that a TBB client provides to a TBB algortihm. With the try/catch(...) wrappers removed, the unhandled exception and crash dump are generated at the point of the thrown exception, versus significantly later in a different thread with the originally throwing thread no longer having the stack from when the exception was thrown.
* commit for changes from running x-add-version tbb to update for new port version
* Remove feature and undo changes made by x-add-version
* Rerun x-add-version
|
|
* [libxml2] add missing include of GNUInstallDirs
* add version info
* add include dir to pc files ....
* update version
* add escaping
* version update
* Update baseline version
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
|
|
|
|
* [rapidcsv] add new port
* add version files
* [rapidcsv] apply suggestions
* add version files
|
|
* [woff2] fix static linking and alternate toolchain
First, this change teaches the woff2 CMake configuration to
understand the vcpkg's custom unofficial-brotli pkg-config
configuration in order to support static linking. This fixes a
build failure on x64-linux or other triplets when
VCPKG_LIBRARY_LINKAGE is set to static.
Secondly, the CANONICAL_PREFIXES option for the woff2 CMake
configuration has been changed to be on by default, otherwise
custom triplets or toolchains using alternate compilers such as
Clang/LLVM or other versions of GCC will fail.
Leaving CANONICAL_PREFIXES set to OFF causes
-no-canonical-prefixes to be passed to the compiler, which
prevents symlinked compiler toolchains from working correctly.
If a user does actually need non-canonical prefixes, chances are
they will have a custom triplet or toolchain file that passes in
-no-canonical-prefixes as a CFLAG for every port, and so setting
it to ON here is a better default for vcpkg.
* [woff2] update versions
* [woff2] update control file
* [woff2] update versions
* [woff2] update ci.baseline.txt
* Update ports/woff2/0001-unofficial-brotli.patch
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* [woff2] regenerate 0001-unofficial-brotli.patch file
* [woff2] update versions
* [woff2] regenerate 0001-unofficial-brotli.patch file attempt #2
* [woff2] update versions
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* [psimd] create a new port
* [psimd] update baseline and port SHA
* [fp16] create a new port
* [fp16] update baseline and port SHA
* [fxdiv] create a new port
* [fxdiv] update baseline and port SHA
* [pthreadpool] create a new port
* [pthreadpool] update baseline and port SHA
* [nnpack] create a new port
* [nnpack] update baseline and port SHA
* [nnpack] use version-date
* [nnpack] disable windows
* there are no config for windows
* [nnpack] enforce psimd backend
There is a 'neon' backend, but it won't be considered for now
* [nnpack] update supports
* use more correct expression
|
|
* [pthreads] support ARM/UWP
* arm: enable macro __PTW32_PROGCTR
* uwp: LINK option /APPCONTAINER
* uwp: link with 'kernel32', 'windowsapp'
* [pthreads] update baseline and port SHA
* [pthreads] extract changes to patch
* [pthreads] remove pthreads from ci.baseline.txt
* [pthreads] separate uwp patch
* update ci.baseline.txt for arm/arm64
* [pthreads] unify patch list
* update ci.baseline.txt
|
|
* [wxwidgets] Fix include path in UNIX
* update version record
|
|
analysis tool (#16628)
* Port for presentmon, a windows-only tool
* run x-add-version
* Add expected failures to ci file for presentmon port
* Update scripts/ci.baseline.txt
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update ports/presentmon/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update versions/p-/presentmon.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* CMake-based port for presentmon, based on source provided by JackBoosY
* Rerun x-add-version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* [poco] Remove feature netssl, add required dependency openssl
* update version record
* [poco] Restore feature netssl
* [poco] Remove depend openssl
* Update versions/p-/poco.json
* Update versions/p-/poco.json
* update version record
|
|
* Updated to point at 1.1.34 tagged version of libxslt, merged the patch differences and added the required, additional patches to get it building.
* Added missing version info using "vcpkg x-add-version".
* Update ports/libxslt/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Re-added the version with the port-version fix in.
* Fix for x64-windows-static builds.
* Another re-add of the version since the git tree hash is different.
* [libxslt] Reorganize patches
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* Replace control file with manifest.
* Update portfile and add features.
* Added support for multiple specs.
* Added OpenGL API features.
* Fixed gles1/glsc2 format.
* Fixed invalid invoke with default arguments.
* Apply format.
* Always use compatibility profile.
* Replace deprecated cmake commands.
* Use `vcpkg_check_features` for no-loader and extensions features.
* Add patch to ignore python detection.
* Update glad port version.
* Remove `core-profile` feature from manifest.
* Bump glad port version.
* Only set profile, if not provided.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Added note about custom triplet.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Use string-append to build spec list.
* Invert loader feature and use it by default.
* Reset port version.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Use `version` instead of `version-string`.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Made API version features inter-dependent.
* Also added dependencies if major version jumps.
Note that only the latest verison gets passed to the generator anyway.
* Apply format conventions.
* Bump glad version.
* Add note about wgl and glx compatibility.
* Bump glad version.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [fmt] Fix build error when building arm64-uwp
* update version record
* bump version
* update version record
* remove DISABLE_PARALLEL_CONFIGURE
* update version record
|
|
* [ut] create a new port
* [ut] update baseline and port SHA
* [bext-ut] change port name
* [bext-ut] unique name for downloaded license
* Update ports/bext-ut/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [bext-ut] comment for copyright install
* [bext-ut] Lift license download up. Copy, don't move.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
|
|
* [libodb-mysql] Fix usage
* update version record
* Revert changes about target name, add usage
* [libodb] Add component mysql
* update version record
|
|
* [libwebsockets] Fix usage, export include path
* update version record
|
|
* [gettext] add feature tools
* version stuff
* adjust code in portfile a bit
* version stuff
* more reordering
* version stuff
|
|
* libgcrypt add cflags to tool build command
* x-add-version libgcrypt
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
|
|
* remove CFLAGS from options
* x-add-version spatialite-tools
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
|
|
* add patch with cflags added to tool command
* x-add-version libgpg-error
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
|
|
* remove CFLAGS from options
* x-add-version libspatialite
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
|
|
* patch for keep -isystem flags
* x-add-version openmpi
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
|
|
|
|
* [sqlite3] Update to 3.35.4
* Run x-add-version sqlite3
|
|
|
|
* [libmt32emu] update to 2.5.0
* add version files
|
|
* Update libjuice to 0.7.1 to update libdatachannel
* Transform the CONTROL file to .json and update version baseline.
* Update libjuice version. I don't really know why it changed.
* Fix version type
* Fix version type
Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
|
|
* [nuklear] Upgrade from 2020-09-14 to 2021-03-18 version and switch repo
* Ran `vcpkg x-add-version --all`
|