aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-09Merge branch 'master' of https://github.com/EMCECS/vcpkgBob Kast
2018-10-09ECSUtil 1.0.1.2Bob Kast
2018-09-25Merge branch 'master' of https://github.com/EMCECS/vcpkgBob Kast
# Conflicts: # ports/ecsutil/CONTROL # ports/ecsutil/portfile.cmake
2018-09-25Merge branch 'master' of https://github.com/EMCECS/vcpkgBob Kast
# Conflicts: # ports/ecsutil/CONTROL # ports/ecsutil/portfile.cmake
2018-09-25ECSUtil v1.0.1.1Bob Kast
2018-08-31ECSUtil 1.0.0.2 releaseBob Kast
2018-08-31Update to ECSUtil v1.0.0.1Bob Kast
2018-08-31ECSUtil 0.9.0.9Bob Kast
2018-08-310.9.0.8Bob Kast
2018-08-31ECSUtil 0.9.0.7Bob Kast
2018-08-31ecsutil 0.9.0.6Bob Kast
2018-08-310.9.0.5Bob Kast
2018-08-310.9.0.4Bob Kast
2018-08-310.9.0.3Bob Kast
2018-08-310.9.0.2Bob Kast
2018-08-31add x86/x64-windows-static-md configurationsBob Kast
2018-08-31Initial vcpkg support for ECSUtil.Bob Kast
2018-08-31[brotli] Add unofficial targetsRobert Schumacher
2018-08-30Merge pull request #4191 from atkawa7/saisAlexander Karatarakis
sais init
2018-08-30[vcpkg] post-build cmake test (#3431)Hiroshi Miura
* [vcpkg] post-build cmake test - test for applications with cmake build system - Add a test feature to vcpkg core, make progress for #72 - Tests for zlib, bzip2, libiconv and openssl for example - Test for curl will be failed, because of a bug #3053 It can detect a this type of problems * [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test. * [bzip2] Fix casing of cmake module name
2018-08-30[vcpkg_download_distfile] Apply workaround from #3399Robert Schumacher
2018-08-30sais initatkawa7
2018-08-29*Update Meson to 0.47.1. (#4155)Mark Ian Holland
*Fix acquire meson on Unix platforms.
2018-08-29Merge pull request #4153 from sjemens/xlntAlexander Karatarakis
[xlnt] update to v1.3.0
2018-08-29Merge pull request #4163 from icedream2linxi/pr/icu-support-static-buildAlexander Karatarakis
[icu] Support for compiling static libraries.
2018-08-29Merge pull request #4176 from Cheney-W/Live555UpdateAlexander Karatarakis
[Live555] Update to latest
2018-08-29[live555] Improve error messageAlexander Karatarakis
2018-08-29[live555] update live555Cheney-Wang
2018-08-29[Live555] Update to latestCheney-Wang
2018-08-29Merge pull request #4186 from xiangfan-ms/masterAlexander Karatarakis
Update boost-hana-msvc to use the official develop branch of boost.hana.
2018-08-29[boost-hana] Bump versionAlexander Karatarakis
2018-08-29Merge pull request #4181 from markaren/thrift/copy-linux-compilerAlexander Karatarakis
fix thrift only copying compiler to tools on windows
2018-08-29Merge pull request #4182 from myd7349/prs/nngAlexander Karatarakis
[nng] Add new package
2018-08-29Merge pull request #4184 from TheAifam5/fix/python2/build-pathAlexander Karatarakis
Fix build path for win-x86 platform
2018-08-29Update boost-hana-msvc to use the official develop branch of boost.hana.Xiang Fan
The REF contains the commit which enables building boost.hana with VS2017 15.8 BTW, VS2017 15.7 is no longer support after this.
2018-08-29Fix build path for win-x86 platformMateusz Paluszkiewicz
2018-08-29[nng] Add new packagemyd7349
2018-08-29fix thrift only copying compiler to tools on windowsLars Ivar Hatledal
2018-08-28Merge pull request #4180 from Voskrese/patch-1Alexander Karatarakis
[libraw] fix linux
2018-08-28Merge pull request #4161 from atkawa7/libmodbusAlexander Karatarakis
libmodbus init closes #283
2018-08-28Merge pull request #4174 from fcharlie/update_nghttp2Alexander Karatarakis
[nghttp2] update to 1.32.1
2018-08-28[nanomsg] Update to 1.1.4 (#4158)myd7349
2018-08-28[libmodbus] Avoid check_include_file on Windows. Move inclues to root.Robert Schumacher
2018-08-28Update HEAD_REF for libimobiledevice-win32 projects (#4162)Frederik Carlier
2018-08-28[icu] Bump package versionRobert Schumacher
2018-08-28intelrdfpmathlib init (#4168)atkawa7
2018-08-28[libraw] Replace WIN32 with VCPKG_CMAKE_SYSTEM_NAMERobert Schumacher
2018-08-28[monkeys-audio] Fix x64-installation "file INSTALL cannot find" (#4159)iyanging
* Fix x64 "file INSTALL cannot find" * [monkeys-audio] Use vcpkg_install_msbuild()
2018-08-29fix linuxVoskrese
error ``` CMake Error at ports/libraw/portfile.cmake:53 (file): file RENAME failed to rename /opt/vcpkg/packages/libraw_x64-linux/lib/raw_r.lib to /opt/vcpkg/packages/libraw_x64-linux/lib/raw.lib because: No such file or directory Call Stack (most recent call first): scripts/ports.cmake:71 (include) ``` ``` Include files should not be duplicated into the /debug/include directory. If this cannot be disabled in the project cmake, use file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) /debug/share should not exist. Please reorganize any important files, then use file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) Found 2 error(s). Please correct the portfile: /opt/vcpkg/ports/libraw/portfile.cmake -- Performing post-build validation done ```
2018-08-28[nghttp2] update to 1.32.1Force Charlie