| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* [openvr] Added Linux support
* [openvr] Updated to v1.10.30
* [openvr] Updated port file with modern variables and better platform checking
* [openvr] Updated ci.baseline.txt as Linux is supported now
|
|
Signed-off-by: jarves <jarveson@gmail.com>
|
|
|
|
Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
|
|
|
|
|
|
|
|
* [vcpkg] Fix spec instance name
* Change cub version for testing the changes
* Add vulkan-hpp to test
|
|
* vcpkg_from_git: Add support for git over ssh
* vcpkg_from_git: append ssh bin directory to path
* vcpkg_from_git: fix function signature on non windows platforms
* Revert "vcpkg_from_git: fix function signature on non windows platforms"
This reverts commit 0d608ee5911d2ba274e782a21dfe77a502a39053.
* Revert "vcpkg_from_git: append ssh bin directory to path"
This reverts commit 377ce3fae1e2c085a5da7ace8185624a345a511b.
* Partial Revert "vcpkg_from_git: Add support for git over ssh"
This partially reverts commit 9b81b16c4ccd3d8646d97e66234566a07af8a308.
Co-authored-by: Marc Boucek <marc.boucek@native-instruments.de>
Co-authored-by: Marc Boucek <marc.boucek@posteo.net>
|
|
|
|
* [hdf5] add tools and fortran feature
* change fortran feature to state requirements
|
|
* [abseil] Add compiler C++17.
* Add feature c++17.
|
|
* replxx
* wip
|
|
* [magnum] Update patches for --head builds
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Remove obsolete patch
Since basisu port has been updated, we can now use it without patching
the magnum-plugins code for compatibility.
Signed-off-by: Squareys <squareys@googlemail.com>
* [corrade] Remove obsolete warning and flag
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum] Rename patches to reflect order of application
Signed-off-by: Squareys <squareys@googlemail.com>
* [corrade/magnum/magnum-plugins] Update port versions
Signed-off-by: Squareys <squareys@googlemail.com>
|
|
* [ffmpeg] Disable vdpau in UNIX
* [ffmpeg] Disable vdpau in OSX only
* [freerdp] Add warning message when building in non-windows
* revert 1ec77854917e513c7bdf17c8301fcd0a15aa685f changes
|
|
* Fix linux problem with ccache
* wip
* wip
|
|
Add quotes to paths in command flags
|
|
* [geotrans] Upgrade to version 3.8
* [geotrans] Modify incorrect version in CONTROL
|
|
* [vtk] Add find dependency pugixml in cmake config file
* [vtk] Re-generate patch
* re-trigger ci test
|
|
(#10399)
* Add VCPKG_LOAD_VCVARS_ENV
allow loading vcvars.bat if an external toolchain file is used.
* add documentation
|
|
- Modernize port.
|
|
* [lodepng] Add cmake import configs
* [lodepng] Update to commit e34ac0@2020-03-15
* [lodepng] Modernize port
- Remove calls to deprecated vcpkg functions.
- Remove commented out pngdetail tool project definitions.
* [lodepng] Remove osx failure from ci.baseline
|
|
|
|
|
|
- Modernize port.
|
|
* [cppgraphqlgen] Update to v3.2.0
* Fix #10407
* Use file INSTALL for copyright
|
|
* [lzo] Fix for building Linux shared library
* [lzo] replace MSVC with VCPKG_TARGET_IS_WINDOWS
* [lzo] Update version to 2.10-5
|
|
|
|
* Update morton-nd to v3.0.0.
Morton ND now also provides its own CMake integration, which this portfile uses directly.
* Address review comments.
|
|
* [ffmpeg] Install tools
* [ffmpeg] Fix incorrect macro
* [ffmpeg] Re-fix installation
* re-trigger ci test
|
|
|
|
* [freerdp] Fix dynamic library path in cmake files
* [freerdp] Add warning message when building in non-windows
|
|
|
|
* [blitz] Update to the latest commit and fix no dll and lib generated
* Update to the latest commit
|
|
|
|
* [realsense2] Update to version 2.33.1
* [realsense2] Fix build error on Windows7
|
|
|
|
* re-trigger ci test
* [kealib] Switch repo to github
* [mongo-c-driver] Set icu as a feature
* [monkeys-audio] Update version to 5.24
* [mongo-c-driver] Fix arm build
* [mongo-c-driver] Re-generate patch
* [mongo-c-driver] Remove key word PRIVATE in patch
* [llvm] Remove default feature tools
* [llvm] Add judgment to install tools
* [llvm] Add more condition
* [llvm] Fix clang cmake files when selecting feature tools
* [halide] Fix build depends info in CONTROL
* update baseline
|
|
|
|
|
|
|
|
|
|
* Added patch for boost-process header bug in 1.72
* Updated version number.
* Version change for generate-ports
|
|
* Add NVIDIA Codec support for Windows, Linux and Linux for Tegra
* [ffnvcodec] Fix typos, add/remove comments
* Bump nvcodec version to 9.1.23.1
* Update version number as per change request
* Use PORT variable instead of hardcoded portname
* Identify the release the hash pertains to
* Find nvcodec in 'installed' instead of 'packages'
* Force FFmpeg to look for nvcodec headers in the installed directory instead of /usr/lib/pkgconfig.
* Use p option on cygpath to convert full path in case it contains more than one entry
|
|
* [skia] Fix vswhere.exe can't find VS2017
* [skia] Use $ENV{VCINSTALLDIR}
|
|
* [tbb] Update the repository
* Update version
|
|
- Change references to --overlay-ports to --overlay-triplets
|
|
* [cpprestsdk] Disable websockets by default.
The websockets backend cpprestsdk uses is websocketpp, which was last
committed to in late 2018 and appears defunct. Additionally, the
websockets feature brings an otherwise unnecessary Boost dependency on
Windows which takes a relatively long time to build.
Customers who still want the websockets bits can turn on the optional feature.
* Add dependency to signalr.
|