| Age | Commit message (Collapse) | Author |
|
* [vcpkg/scripts/pkgconfig] rewrite pkgconfig check for libraries.
* [vcpkg/scripts/pkgconfig] fix more details.
* [vcpkg/scripts/pkgconfig] smaller improvements
* ws change to check functionallity of script for testing.
* [vcpkg/scripts/pkgconfig] update to latest test version
* Revert "ws change to check functionallity of script for testing."
This reverts commit 26269e9e776009230777d9390465715f2ebac465.
* [nettle] bump control for vcpkg_fixup_pkgconfig test
* [gmp] rerun CI to create new *.pc files
* [gmp/nettle] enable port debug
* [vcpkg/script/pkgconfig] fix path conversion regex for CI
* [CI|OSX] install pkg-config on osx
* [gmp/nettle] disable port debug
* [vcpkg/scripts/pkgconfig] update to latest version of x windows pr
* [zlib] add pkgconfig file
* [zstd] add fixup pkgconfig
* [libpng] add pc file installation
* [bzip2] install pc file and leave a TODO for somebody else ;)
* [bzip2] bump control
* [vcpkg/scripts/pkgconfig] skip checks if pkgconfig cannot be found.
- small bugfix in ignore flags regex
* retry zstd and zlib
* [libpng] retry by adding dl and m to system libraries for osx
* [libpng] add missing vcpkg_fixup_pkgconfig()
* [vcpkg/scripts/pkgconfig] unset var if found.
fixes checks for other configurations which will be always succesful otherwise
* [libpng] bump control
* [libpng] enable port debug to debug osx regression
* ws change to retrigger osx ci and hopeing that it works
* fix typo
* [libpng] remove -lm flag on apple platforms
* ws change to rerun some ports in ci for good measure after the merge with master
* Re-trigger CI test
* [zstd] add pkgconfig
* [zstd] correct debug link
* [vcpkg/script/pkgconfig] - add more search suffixes for static libs
- add additional debug messages for debuging
- fix unsetting of cache variables hiding issues with debug libraries
- fixed pkgconfig fix in the debug case
* [pcre] add pthread dependency to pcre
* [protobuf] fix pkgconfig
* include quotes around the prefix in the case the prefix path was quoted (fixes some regressions)
add option NOT_STATIC_PKGCONFIG to run pkg-config without the --static argument
* [ignition-msgs5] get rid of a dev warning
* [apr] fix apr regression
* [protobuf] fix protobuf regression
* [sdl1] fix regression due to variable expansion of pkg-config. Use similar regex to the library removal for ignored flags.
* [ignition] fix regression
* remove changes of zlib portfile.
* reset changes in osx ci pipeline
* add DISABLE_PARALLEL_CONFIGURE
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
|
|
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
|
|
|
|
|
|
(CMake uses it to search for the toolkit)
|
|
* Add edlib port
* Fix cmake installation
* Fixed the export error during install
* Update ports/edlib/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
|
|
Fixes #12450
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* Build fix with MinGW GCC 9.2.0
* Fix MinGW tripplets
Fixes #12065
* clang-format
* Fix unused read_symlink_implementation warning marked as error
read_symlink_implementation was used only in copy_symlink_implementation
when #if defined(_WIN32) && !VCPKG_USE_STD_FILESYSTEM was true.
Removed the warning otherwise.
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
|
|
* print list command in json
* fix spacing
* remove reference
* review
* fixes based on review
|
|
* [zlib] Add pkgconfig file
Install the zlib.pc file, which is generated during the CMake build.
Fix the pkgconfig file under Windows, where the lib is called zlib
instead of libz and add the postfix 'd' in case of a Windows debug
build.
* Check VCPKG_BUILD_TYPE to handle release/debug
* Simplify check of VCPKG_BUILD_TYPE to handle release/debug
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update PR according to review comments
- Remove include(vcpkg_common_functions)
- Comment out vcpkg_test_cmake(PACKAGE_NAME ZLIB MODULE)
* Update ports/zlib/portfile.cmake
* Update ports/zlib/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
|
|
* [vcpkg] Clean up command switch code
Make it more similar to the non-command switch code
* format
* fix the tests
* reformat
* format
* wip
* support x- for command options
* fix autocomplete
* format
|
|
* [libyuv] Fix static build issue
* Update the patch and replace the definition i headers file
|
|
* [imgui] Split bindings to multiple features
See #12250.
I tested all the features on x86-windows, x64-windows, x64-windows-static and x64-linux triplets. Everything build fine except:
- dx12-binding on x86-windows. There's an issue opened about it here : https://github.com/ocornut/imgui/pull/2406
- allegro5-binding on x64-linux, because the current allegro5 port fails to build on this platform.
Contrary to the previous port which simply copied the sources to a specific folder, bindings are now compiled with their dependencies. The only exception is Marmelade, because there's no port available for it yet.
Unfortunately, I can't test the OSX and metal bindings. If someone using this platform could test it, it would be very much appreciated. :)
* [imgui] Move port files to the correct folder
* Update ports/imgui/CONTROL
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
|
|
* [eigen3] Fix eigen3 and cuda compatibility issue
* forgot to apply patch
* Update ports/eigen3/portfile.cmake
* Update ports/eigen3/portfile.cmake
|
|
* [hiredis] Fix feature ssl build error on windows
* Fix feature example build error on windows
|
|
(#12432)
|
|
- Add missing vcpkg_fixup_pkgconfig(), which was detected in
https://github.com/microsoft/vcpkg/pull/12151
- Fix debug POSTFIX in pugixml.pc file using
pugixml-v1.10_fix_debug_pkgconfig.patch
based on upstream: https://github.com/zeux/pugixml/pull/363
This results in the following contents of pugixml.pc:
Release:
Libs: -L${libdir} -lpugixml
Debug:
Libs: -L${libdir} -lpugixml_d
|
|
* [vcpkg] implement copy_symlink working for non-elevated processes
* [vcpkg] read_symlink Windows implementation
* [vcpkg] normalize_path on Windows only
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* remove normalization
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* Update toolsrc/src/vcpkg/base/files.cpp
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* use unique_ptr
* comments
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* [liblzma] Update to v5.2.5
* [liblzma] Use WIN32 instead of MSVC
* [libvpx] Add mingw support
* Update portfile.cmake
* Update CONTROL
* Update CONTROL
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
|
|
* [libpq] Remove broken features
* Update ports/libpq/portfile.cmake
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
|
|
* [boost-modular-build-helper] Remove has_icu.lib
* Add quotes
|
|
|
|
* [folly] Fix build error C3861
* Update CONTROL
|
|
* Update to nrf-ble-driver-4.1.2
* Update source code hash
* Copy .hex/.zip files to package install directory
|
|
|
|
* [zstd] add pkgconfig
* [zstd] correct debug link
* Update ports/zstd/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [vcpkg formatting] Turn off DeriveLineEnding
* format
* Add newlines to the end of files
Since we're reformatting anyways
|
|
* Upgrade geographiclib to version 1.50.1
* Tinker with sourceforge download
* Strip verbiage at top of geographiclib/portfile.cmake
* geographiclib: fix for windows build
* geographiclib: minimize size of patch file
* add missing manifest
* A stab at fixing uwp build error. But I'm working in the dark!
* Back out of previous commit. It didn't help.
* Call cmake_minimum_required first
* geographiclib: remove tools from build -- incompatible with uwp
* geographiclib: remove stray reference to TOOLS
* geographiclib: try installing executables into tools
* geographiclib: Do not build tools for uwp
* geographiclib: fix up build of tools
* geographiclib: Minor clean up
* geographiclib: handle uwp vs tools more elegantly
* geographiclib: reformation vcpkg,json
* geographiclib: don't build tools by default
* geographiclib: Don't register the tools as targets; this causes problems if they are moved
Co-authored-by: Charles Karney <charles.karney@sri.com>
|
|
|
|
* [magnum] Improve maintainability of feature to cmake flag conversion
* [magnum] Ignore features not supported on current platform
Allows `vcpkg install magnum[*]` on any platform.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum] Add cglcontext and windowlesscglapplication features
* docs: Update valid VCPKG_CMAKE_SYSTEM_NAME values
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Replace deprecated basisu with archive download
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Add meshoptimizersceneconverter feature
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Also use vcpkg_check_features
Analog to magnum port.
Signed-off-by: Squareys <squareys@googlemail.com>
* [corrade,magnum,*-plugins,*-extras,*-integration] Update to v2020.06
Signed-off-by: Squareys <squareys@googlemail.com>
* [meshoptimizer] Add initial port
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Replace meshoptimizer download with feature dependency
Signed-off-by: Squareys <squareys@googlemail.com>
* [corrade,magnum-*] Fix license installation command
Signed-off-by: Squareys <squareys@googlemail.com>
* [meshoptimizer] Use vcpkg_fixup_cmake_targets
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [libb2] Add supports and install pkg-conifg on macOS VM
* Add blank line to the end of the json file
* vcpkg x-format-manifest --all
* Remove failed ports in ci baseline file
|
|
* [vcpkg] Initial commit of Binarycaching specification
* [vcpkg] Update to Binarycaching Specification
Note change to XDG directory structure.
Replace 'upload' config keyword with more flexible read/write/readwrite keywords.
* [vcpkg] Update binarycaching.md with new option
--write-nuget-packages-config
|
|
(#12361)
* [vcpkg ios] Fix detection of iOS toolchain (#6003)
Added mapping of CMAKE_SYSTEM_NAME == iOS to the bundled iOS toolchain
file.
This fixes the "Unable to determine toolchain to use for
triplet arm64-ios with CMAKE_SYSTEM_NAME iOS" error.
* [vcpkg ios] Set the CMake system processor for the simulator arches (#6003)
So it's consistent for all architectures.
|
|
* [vcpkg] Track hashes of cmake script helpers in consuming portfiles
* [vcpkg] Format
* [vcpkg_find_acquire_program] Use cpkg_from_sourceforge for FLEX and BISON
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* upgrade openmesh to 8.1
Tested on Window 10 with Visual Studio 2019 x64
* update version for CONTROL file
* 1. Remove obsolete function `include(vcpkg_common_functions)`
2. Use `vcpkg_fixup_cmake_targets()`
* fix build error on Linux
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
- Fixes the following error:
src/sljit/sljitConfigInternal.h:219:2: error:
#error "-mshstk is needed to compile with -fcf-protection"
- Upstream bug report:
https://bugs.exim.org/show_bug.cgi?id=2578
- Add patch based on upstream commit:
https://vcs.pcre.org/pcre2?view=revision&revision=1256
- Fixes #12343
|
|
|
|
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [vcpkg] proper errorcheck during files installation
* [vcpkg] move ec.clear to status_implementation
|
|
sources (#12366)
* [vcpkg] Improve informational message for --editable while cleaning sources
* [vcpkg] Update scripts/cmake/vcpkg_extract_source_archive_ex.cmake
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* [vcpkg] Add CMake heuristics for header-only libraries
* [vcpkg] Update toolsrc/src/vcpkg/install.cpp
Handles the case of:
```
triplet/lib/
triplet/lib/x.pc
```
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* [vcpkg] Enable binary caching by default. Support `x-` migration.
Fix passing multiple copies of single parameter arguments.
* [vcpkg] Handle x- prefixes for general arguments
* [vcpkg] Fix #12285 and improve documentation of default binary cache path
* [vcpkg] Revert x- prefix homogenization for per-command arguments
* [vcpkg] Only use accelerated compiler detection for Windows Desktop + Ninja. Improve breadcrumbs for users encountering issues.
* [vcpkg] Fix compiler tracking not pre-downloading Ninja. Fix compiler tracking not looking in -err.log.
* [vcpkg] Update toolsrc/src/vcpkg/binarycaching.cpp
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* [vcpkg] Format
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
|
|
* Add a schema file for vcpkg.json
* [vcpkg.schema.json] fix $ref fields
Per json schema, having any other field in a `{ "$ref": ""}` object is invalid.
* [vcpkg.schema.json] change case to reflect usage
* [vcpkg.schema.json] check reserved names for identifiers
* [vcpkg.schema.json] add an $id field
* [vcpkg.schema.json] Apply suggestions from code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* [vcpkg.schema.json] Apply suggestions from code review
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
|
|
* [pybind11] Update to v2.5.0
* Address comments in PR
|
|
* [openal-soft] Revert #12047
* [openal-soft] Prevent addition of extra Windows SDK
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* fix minhook lib faild to load when tring to be included in a project
* fix usage issue
|
|
* [vcpkg formatting] correct the header regexes
* format
|
|
|
|
this work queue implementation was added at some point, and is no longer used anywhere.
Delete it as not used; if we need it again, we can grab it from the history
|