markdegreef
140e2733f7
Fix linux build of urdfdom ( #5538 )
...
Remove empty directories and set correct cmake target path
Machine setup: ubuntu 18.10 x64 gcc version 8.2.0
The steps to reproduce: ./vcpkg install urdfdom:x64-linux
2019-03-05 10:44:01 -08:00
Marco Craveiro
b9d7fa1a1c
[dtl] Initial port of library ( #5541 )
2019-03-05 10:41:52 -08:00
markdegreef
6b4b62ad97
[tinyxml] added tinyxml cmake config file ( #5544 )
...
Adds ability to use
* find_package(TinyXML REQUIRED)
* TinyXML_LIBRARIES
* tinyxml_INCLUDE_DIRS
2019-03-05 10:39:01 -08:00
Connor Fitzgerald
40a8969d6d
[mapbox-variant] Add new port ( #5551 )
...
* [mapbox-variant] Add new port
* [mapbox-variant] Use commit hash in version number
2019-03-05 10:32:10 -08:00
Connor Fitzgerald
c041ae2c6f
[concurrentqueue] Fix header include path ( #5550 )
2019-03-05 10:05:28 -08:00
past-due
9040bb8a78
[libvorbis] Update to 1.3.6-9eadecc ( #5506 )
2019-03-05 08:47:37 -08:00
Connor Fitzgerald
93d87ae5c4
[readerwriterqueue] Change include path to not polute main directory ( #5536 )
2019-03-05 00:37:05 -08:00
Connor Fitzgerald
70847e191a
[minitrace] Add new port ( #5534 )
...
* [minitrace] Add new port
* [minitrace] Install header into separate directory
2019-03-05 00:32:42 -08:00
myd7349
db043276c3
[tiny-process-library] Add new port ( #5504 )
2019-03-04 23:55:53 -08:00
LarryIII
aff64f83fd
[libwebm] Fix no-postfix in debug for dll/lib/pdb ( #5516 )
2019-03-04 23:52:06 -08:00
markdegreef
9f622a5765
Port file for orocos-kdl ( #5517 )
2019-03-04 23:49:38 -08:00
Connor Fitzgerald
82e1e3f41c
[vulkan] add missing license file ( #5531 )
2019-03-04 23:12:39 -08:00
myd7349
b4e1885c70
[nanopb] Add new port ( #5057 )
...
* [nanopb] Add new port
* [nanopb] Always use static linkage
* [nanopb] Update to 2019-02-12 and add shared lib building support
* [nanopb] Add missing patch file
* [nanopb] Copy pdb file
* [nanopb] Add some warnings
2019-03-04 23:07:10 -08:00
Connor Fitzgerald
c5fc595443
[vulkan] Add usage information ( #5533 )
2019-03-04 22:39:17 -08:00
adrido
c7d4696a88
[libgd] Update to 2.2.5 & Add Features ( #5510 )
...
* [libgd] Add Features
* [libgd] Update to 2.2.5
2019-03-04 15:14:16 -08:00
Ernest Zaslavsky
1e0300f54f
Add isa-l package ( #5491 )
...
Intel(R) Intelligent Storage Acceleration Library
2019-03-04 15:12:28 -08:00
Jozef Izso
660ba9e990
[grpc] update patch file to apply cleanly for grpc 1.18.0 ( #5519 )
2019-03-04 10:58:59 -08:00
Tsukasa Sugiura
366a4dbfc5
[gtest] Fix install src/gtest-matchers.cc ( #5521 )
...
Fix install src/gtest-matchers.cc.
It is included from Nov 21, 2018 in googletest.
2019-03-04 10:29:28 -08:00
myd7349
e217f695dd
[nanomsg] Update to 1.1.5 and add tool feature ( #5500 )
...
* [nanomsg] Update to 1.1.5
* [nanomsg] Add tool feature and remove patch
2019-03-04 10:28:32 -08:00
myd7349
98d00d1044
[mio] Update to 2019-02-10 ( #5499 )
2019-03-04 10:25:43 -08:00
myd7349
d9f2784e19
[nng] Update to 2019-02-27 ( #5501 )
2019-03-04 10:23:14 -08:00
Victor Romero
8641dfd9dd
Modify vcpkg_fixup_cmake_targets()
( #5459 )
...
* some libraries export <PackageName>LibraryDepends.cmake
instead of <PackageName>Targets.cmake.
Those file also need the fix of #1044
should close #4753
* prefered the general solution #4622 .
hopefully solved the issue within #4150
replaced the regex with something more readable
(also ident is lost)
should close:
#4753
#4633
#4150
and maybe more
* Hash vcpkg_fixup_cmake_targets.cmake
* [boost] Fix use of find_package(Boost) with cache variables
[socket-io-client] Fix install
* reversed change back to use regex replace
* [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files
* [tinyspline] Ignore warnings treated as errors
* [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches
* [libsodium] Fix apply patches
* [folly] Link correct libraries in debug and release
* [vtk] Remove unset of _IMPORT_PREFIX
* [tinyspline] Do not treat warnings as errors
* [smpeg2] Fix double* to int comparison
* [nvtt] Define value for HAVE_UNISTD_H in MacOS
* [libui] Fix MacOS X build
* [zlib] Fix download URL
* [qhull] Update to v7.2.1
* [podofo] Set value for HAVE_UNISTD_H in MacOS
* [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version
* [mongo-c-driver] Set _IMPORT_PREFIX
* [tmxparser] Bump CONTROL version
* [qhull,vxl] Bump CONTROL version
2019-02-28 23:53:42 -08:00
Todor Prokopov
1afa2b0f7b
Build glib on x86-linux ( #5313 )
...
* Build glib on x86-linux
* [libffi] Code cleanup
* [glib] Use CMAKE_CXX_FLAGS instead of VCPKG_CXX_FLAGS
* [libffi] Use ${TARGET} in conditions
2019-02-28 22:58:46 -08:00
Qi-rui Chen
590f3a78b2
Fix libmodplug to build on Linux ( #5397 )
...
* Update libmodplug to build on linux
* [libmodplug] Patch instead of changing downloading source
* [libmodplug] Keep original source instead of using fork
2019-02-28 16:28:13 -08:00
SvenPStarFinanz
7859944528
Overwriting dlls in the destination output directory when the source … ( #4796 )
...
* Overwriting dlls in the destination output directory when the source is newer.
* [vcpkg] cleanup whitespace
2019-02-28 13:52:51 -08:00
Peter Bright
d236aa6f0a
Fix debug format patch for gtest. ( #5494 )
...
* Update 0002-Fix-z7-override.patch
The current patch doesn't apply any more. This makes the same change to the right location.
* Update CONTROL
2019-02-28 13:36:41 -08:00
Andrei Lebedev
a3a42ede13
[soci] Add postgresql feature ( #5029 )
...
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2019-02-28 12:41:02 -08:00
Victor Romero
0a5c27a823
Revert "Update 0002-Fix-z7-override.patch ( #5490 )" ( #5493 )
...
This reverts commit 2cb2e4d718
.
2019-02-28 12:18:16 -08:00
Peter Bright
2cb2e4d718
Update 0002-Fix-z7-override.patch ( #5490 )
...
The current patch doesn't apply any more. This makes the same change to the right location.
2019-02-28 11:32:08 -08:00
Connor Fitzgerald
5b0b4b6472
[vulkan] fix include path on linux ( #5486 )
...
The path used a capital `I` in include, whereas linux uses lower case.
2019-02-28 04:40:38 -08:00
eao197
2684a5d184
RESTinio updated to v.0.4.8.6 ( #5487 )
2019-02-28 04:24:14 -08:00
Sean Warren
ddf0043e94
[dlib] fix mac, windows-static build ( #5477 )
2019-02-27 23:52:31 -08:00
JackBoosY
3881ade159
[winpcap]fix build in x86-windows-static and x64-windows-static: use correct library. ( #5478 )
2019-02-27 23:50:52 -08:00
Hans L
1073c3bf2b
[opencsg] Add new port ( #5481 )
...
* Add opencsg package
* Make opencsg static only
* Add patch for illegal character, fix line endings
2019-02-27 23:47:59 -08:00
badfish69
91bb4183e1
Update log4cplus to 2.0.3 ( #5483 )
2019-02-27 23:45:08 -08:00
LarryIII
1d442a0b5a
[libraw] Fix build release only issue ( #5484 )
2019-02-27 23:44:03 -08:00
Cyriuz
8564602d06
Fixed DevIL build with OpenEXR. ( #5043 )
...
[devil] Fixed DevIL build with OpenEXR.
2019-02-27 12:31:04 -08:00
Cyriuz
a2216f4b0a
[qt5-base] Also deploy style dlls when deloying Qt. ( #5044 )
...
* Also deploy style dlls when deloying Qt. This fixes broken styling of apps on Windows.
* [qt5-base] bump controll version
2019-02-27 12:24:17 -08:00
Phil Christensen
473dac7265
[stxxl] Add new port ( #5254 )
...
* [stxxl] Add new port
* [stxxl] Fix missing include directory exporting
* [stxxl] Fix STXXL_INCLUDE_DIRS
2019-02-27 12:17:22 -08:00
Vitaliy Didik
423c9a2e3a
Updated gmime to version 3.2.3. ( #5060 )
2019-02-27 12:04:50 -08:00
evpobr
47950cabae
[opus] Fix version "unknown" returned by version API ( #5134 )
...
Related issues:
* erikd/libsndfile#406
* xiph/opus#110
* xiph/opus#111
2019-02-27 12:02:09 -08:00
Phil Christensen
b8188cbc4e
[stxxl] commented patch
2019-02-27 11:59:54 -08:00
Phil Christensen
2cc7fa27e5
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/5254
2019-02-27 11:56:29 -08:00
myd7349
2dfa568d18
[oniguruma] Add new port ( #5432 )
...
* [oniguruma] Add new port
* [oniguruma] Fix ONIG_EXTERN
* [oniguruma] Disable vcpkg_test_cmake (failed on x64-windows)
* [oniguruma] Update to 2019-02-26 to fix UWP sdl compile error
2019-02-27 11:49:56 -08:00
Sean Warren
68039e4572
[gettext] Set includes correctly in target ( #5463 )
2019-02-27 10:14:29 -08:00
igl42
3a7c94a19e
[blaze] Update to Blaze 3.5 ( #5470 )
2019-02-27 09:46:43 -08:00
Ahmad Jarjis Hasan
a5e030f446
[opencv] enabling cublas ( #3635 )
...
* [opencv] enabling cublas
* [opencv] Enable CUBLAS when instaling with cuda feature
2019-02-26 19:07:22 -08:00
Robert Schumacher
ca52a245d1
[cli11] Update to v1.7.1 ( #5424 )
2019-02-26 17:38:44 -08:00
Miguel
c05014eb91
[ensmallen] Add new port ( #5421 )
...
* [ensmallen] Add new port
* [ensmallen] disable tests
2019-02-26 15:18:43 -08:00
Connor Fitzgerald
4a582b4d1d
[miniz] Add new port ( #5452 )
...
* [miniz] Add new port
* [miniz] Fix Windows Build Conflict
* [miniz] Miniz cannot be built as a shared library
* [miniz] Force miniz to be static library
* [miniz] Fix CRT deprecation error on uwp
* [miniz] Fix CRT deprecation error within tests
* [miniz] Disable tests entirely
2019-02-26 14:20:07 -08:00