| Age | Commit message (Collapse) | Author |
|
* [imgui] Separate feature tools from feature example
* [imgui] Separate feature tools from feature example
Co-authored-by: JackBoosY <yuzaiyang@microsoft.com>
|
|
wherein 'python' is python2.
|
|
|
|
the VMs)
|
|
exist on Windows.
|
|
LICENSE.
|
|
|
|
* Adds scripts to generate scale sets for testing Linux.
* Note workaround for https://github.com/microsoft/azure-pipelines-agent/pull/2929
* Switches Windows validation to 'Spot' VMs.
* Opens the git port 9418.
* Removes provisioning of the no longer used 'logs' file share.
* Changes Azure region to 'westus2', which is cheaper.
* Adds +x to all the scripts in scripts/azure-pipelines.
* Use 'xml-results' for all platforms instead of 'raw xml results' on Windows.
|
|
|
|
* [mstch] add new port
* [mstch] update sha512 code
* [mstch] don't build in some window environment
* [mstch] remove some args which were no longer needed
* [mstch] Patch out forcing build type
* [mstch] Restore C++11 on non-Windows
* [ci.baseline.txt] Mark mstch as passing on x64-windows-static
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* [alembic] make the portfile linux-compatible
* [alembic] fix build error in debug on linux
* [alembic] simplify renaming of copyright file
* [alembic] code simplification and formatting
* [alembic] update version to 1.7.12-1
* [alembic] linux build does not fail anymore
|
|
|
|
|
|
* Add ARROW_FILESYSTEM feature
* update arrow version
|
|
|
|
Adds a patch changing macros in absl/base/options.h to
always use the std:: namespace types instead of the
absl:: namespace replacements (for any, optional,
string_view, variant).
The upstream version of options.h uses compiler/library
feature detection to decide this, but patch
fix-lnk2019-error.patch hard codes use of absl:: types,
thus rendering setting CMAKE_CXX_STANDARD to 17 in the
port file ineffective. Since auto detection is problematic
from an ABI point of view (see comments in
absl/base/options.h for details), this applies an
alternate patch for fix-lnk2019-error.patch when feature
cxx17 is enabled.
|
|
* [libqcow] Add new port
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
* [libqcow] fix build
Co-authored-by: Alexandro Sanchez Bach <asanchez@kryptoslogic.com>
|
|
|
|
* Update vcpkg_build_msbuild.cmake
* Update vcpkg_install_msbuild.cmake
* Update CONTROL
* Update CONTROL
* Update portfile.cmake
* Update portfile.cmake
* Update ci.baseline.txt
|
|
* [armadillo] Add dependent port superlu on osx
* [armadillo] Suppress automatic dependency enablement
* [mlpack] Re-enable in CI
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
qt5-declarative (#11045)
This is required so that qt5-tools is not skipped in CI which affects CI coverage.
In general Qt5 ports should not be build apart from each other but as complete package!
Or VCPKG should accept installing duplicated *.dll in every folder excebt for /bin or debug/bin
|
|
|
|
* [pcl] Fix link to libpng
* [pcl] Format code
|
|
|
|
The freetype dependencies libpng and bzip2 are not required for the functionality of harfbuzz.
|
|
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
There's some conflict with something else.
|
|
|
|
#10678. (#11085)
|
|
* Do not disable expression decomposition in some optional tests
The tests are trivial enough that it is unlikely to come useful,
but the old usage is bad practice.
* Run tests in random order
This should prevent committing tests that are run-order dependent,
or at least shake them out eventually in CI.
|
|
* [vcpkg] Add support for VCPKG_BINARY_SOURCES and --binarysource=<>
* [vcpkg] Rename --binarysource to --x-binarysource to denote internal/experimental
* [vcpkg] Address review comments & add tests for BinaryConfigParser
* [vcpkg] Replace do {} while(1); with for(;;)
Avoids conditional expresion is constant warnings
* [vcpkg] Invert if/else
* [vcpkg] Fix warning in export.prefab.cpp
* [vcpkg] Resolve merge regressions
|
|
* [uchardet] Add new port
* [uchardet] Fix string no output variable error
[uchardet] Update homepage
* [uchardet] Fix tool build error on Windows
* [uchardet] Update
* [uchardet] Modernize
* [uchardet] Update to 2020-04-26
* [uchardet] Fix static build
* [uchardet] Fix UWP build
|
|
* [opencc] Add new port
* [opencc] Update to 2019-10-09
* [opencc] Minor update
* [opencc] Modernize
* [opencc] Update to 2020-04-26
* [opencc] Bypass arm64-windows
* [opencc] Modernize
* [opencc] Rebuild on osx
|
|
|
|
* add new function vcpkg_fixup_pkgconfig
* make message with changed files a debug_message
* add two more cases to the debug *.pc files
* comment out prefix.
use --define-variable=prefix=INSTALL_PATH
* changed the comment header.
* add missing word
* finish vcpkg_fixup_pkgconfig.cmake
* Update vcpkg_fixup_pkgconfig.cmake
Note: since CMake is run in script mode the description of VCPKG_FIXUP_PKGCONFIG_CALLED cannot be viewed
* transfer changes from x windows pr
* fix typo in regex
* make the regex comment aware
make pc files relocatable by using ${pcfiledir} in prefix
tested with x window pr
|
|
* Fix boost modular build for ARM64 builds on Linux
* Add error message
* Fix endif error
* Fix typo in error msg
* Bump up version
|
|
* [ffmpeg] Fix ffmpeg[opencl, openssl] static build failed
* [ffmpeg] Fix ffmpeg/CONTROL[lzma] static build failed
* Fix conflict
* Fix conflict
* Fix conflict
* [ffmpeg] Remove include(vcpkg_common_functions)
* Remove include(vcpkg_common_functions)
* [ffmpeg] Fix patch apply failed
* Fix conflict
* [ffmpeg] Fix conflict
* [ffmpeg] Fix patch
|
|
* [icu] Fix configure failure due to not finding python
* [icu] Remove deprecated functions
* [icu] Fix configure failure due to not finding python
* [icu] Fix deprecated functions
* [icu] Fix deprecated functions
|
|
* [gts] Support for build with cmake in unix
* update baseline
* [gts] Apply patch
* [gts] Fix undefined M_PI in windows
* update baseline
|
|
|
|
opengl-registry to 2020-03-25 (#10676)
* Update egl-registry to 2020-02-20 and opengl-registry to 2020-03-25
* opengl-registry: remove extra includes that
* egl-registry, opengl-registry: add Homepage
* egl-registry, opengl-registry: remove includes, use
|
|
|
|
|
|
* [boost-coroutine] Add patch from boost.org
* [boost-coroutine] update package version and remove derecated include
|
|
* [pe-parse] Add new port
* pe-parse/CONTROL: Fix version, remove dep
* pe-parse/portfile: Formatting
* pe-parse/CONTROL: Add pe-parse's homepage
* pe-parse/CONTROL: Don't support UWP
This isn't a platform pe-parse intends to support.
|
|
|
|
|
|
|
|
|
|
* [libarchive] add zlib and zstd to wrapper and expose zstd as a build feature.
* bump control
|