Alexander Karatarakis
9d93342017
Merge pull request #2214 from aybe/libflac-uwp
...
[libflac] patches for UWP builds
2017-11-21 01:03:35 -08:00
Aybe
395829c545
[libsndfile] fixed missing return !
2017-11-21 06:54:11 +01:00
Aybe
38ae2f69b7
[libflac] using #ifdef for patches instead
2017-11-21 05:46:58 +01:00
Aybe
72fdd294b0
[libsndfile] patches applied with #ifdef instead
2017-11-21 04:39:13 +01:00
Aybe
c4d9af91c3
[aubio] bumping to 0.46 and using GitHub instead
2017-11-21 03:38:04 +01:00
Robert Schumacher
eec26f68fc
[qt5] Reduce duplication in modular build by extracting qt5modularscripts
2017-11-20 17:07:03 -08:00
Robert Schumacher
3d8ba3e775
[SDL2] Move SDL2main.lib into manual-link.
2017-11-20 17:06:11 -08:00
Alexej Harm
4415ff5c16
[angle] Add CMake package with modules. ( #2223 )
...
* added angle cmake config
* bumped angle package version
* [angle] Add unofficial cmake targets
2017-11-20 15:33:06 -08:00
xoviat
1a6d0f5611
[mprf] add missing symbol ( #2226 )
...
* [mprf] create printf
* Update CMakeLists.txt
* [mpfr:portile] copy file
2017-11-20 15:10:00 -08:00
Robert Schumacher
ea6783f9ba
[imgui] Use vendored stb at request of author -- static linking is explicitly worked around. Update to 1.52.
2017-11-20 15:05:44 -08:00
Frank Quinn
5123b32da1
Added port for qpid proton 0.18.1
2017-11-19 12:04:37 +00:00
jasjuang
cd9d32721d
[libusb] apply patch to make it libfreenect2 compatible
2017-11-18 16:07:49 -08:00
Robert Schumacher
06819e43e3
Merge pull request #2219 from cdcseacave/master
...
[ceres] enable static CRT linkage for MSVC
2017-11-17 18:34:41 -08:00
Robert Schumacher
fcfa1e40da
Merge pull request #2220 from UnaNancyOwen/fix_pcl
...
Change OpenNI2 to feature option
2017-11-17 17:23:29 -08:00
Alexander Karatarakis
6b6fa2ab37
[date] Update to 2.3
2017-11-17 15:57:59 -08:00
Tsukasa Sugiura
c7888a36e4
Change OpenNI2 to option
...
Change OpenNI2 to option for build static link library.
2017-11-17 22:19:25 +09:00
cDc
85fe5932cf
[ceres] enable static CRT linkage for MSVC
2017-11-17 13:48:52 +02:00
Robert Schumacher
875bb9a661
Merge branch 'qt5_modular' of https://github.com/Barath-Kannan/vcpkg into Barath-Kannan-qt5_modular
2017-11-17 00:22:15 -08:00
Robert Schumacher
c4ca996583
Merge pull request #2165 from cenit/master
...
[OpenGL] add GlU32.lib [GLU]
2017-11-17 00:17:41 -08:00
Robert Schumacher
161377d8f6
Merge pull request #2197 from UnaNancyOwen/fix_pcl
...
Fix find debug dependencies of PCL
2017-11-17 00:16:12 -08:00
Robert Schumacher
1b2f75be94
[vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules.
2017-11-16 23:54:55 -08:00
jasjuang
5236fa3cc7
add in clang and enable tools
2017-11-16 22:34:25 -08:00
Aybe
9bd4d9a050
[aubio] patches for UWP builds
2017-11-17 04:03:49 +01:00
Aybe
295bb9f454
[libsndfile] patches for UWP builds
2017-11-17 02:10:21 +01:00
Aybe
cb30c3fd00
[libflac] patches for UWP builds
2017-11-17 00:54:14 +01:00
Alexander Karatarakis
de7382ce89
Merge pull request #2191 from Innervate/redshell-1.1.2
...
Small version bump to redshell port
2017-11-16 14:49:05 -08:00
Alexander Karatarakis
5d80c622a4
Merge pull request #2206 from rosenqui/avro-c
...
[avro-c] Adding avro-c port
2017-11-16 14:47:06 -08:00
Alexander Karatarakis
52ef8c7280
Merge pull request #2212 from Alisayyy-Yang/disableTestBranch1116
...
[string-theory]disable the tests
2017-11-16 01:47:45 -08:00
Alisayyy-Yang
2e72678146
[string-theory]disable the tests
2017-11-16 01:35:19 -08:00
Robert Schumacher
7e3dcc4f09
[tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix static linking.
2017-11-15 21:58:26 -08:00
Robert Schumacher
4228e1e389
[llvm] Install debug targets for cmake
2017-11-15 21:15:37 -08:00
Robert Schumacher
24283ec1ee
[leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should use TIFF_LIBRARIES.
2017-11-15 18:57:05 -08:00
Eric Rosenquist
d182f929ee
Initial commit of the C API for Apache Avro
...
Avro is a data serialization system.
https://avro.apache.org/docs/current/api/c/
A static library is the only build option at the moment.
The patch for PR#217 in the Avro repo is included since it contains a vital memory leak fix that has not yet been merged into the Avro code.
https://github.com/apache/avro/pull/217
2017-11-15 10:36:04 -05:00
pravic
c8412ae017
[sciter] Update to 4.0.5.5520
2017-11-15 17:57:43 +03:00
Alisa Yang
6ad50f9a30
[globjects]disable the gtests
2017-11-15 02:42:09 -08:00
Tsukasa Sugiura
0e4daf35ba
Fix find debug library of FLANN
...
Fix find debug library of FLANN.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX
(-gd).
Therefore, It doesn't need to be override.
2017-11-15 10:39:22 +09:00
Tsukasa Sugiura
1c43dfa4a2
Fix find debug library of QHull
...
Fix find debug library of QHull.
Currently, QHull port generates debug libraries with DEBUG_POSTFIX (_d).
Therefore, It doesn't need to be override.
2017-11-15 10:39:14 +09:00
yintothayang
dd695c1184
update CONTROL with latest deps
2017-11-15 09:58:21 +09:00
Jared Szechy
502baf1ccb
Add librabbitmq port
2017-11-14 12:07:17 -05:00
Robert Schumacher
5c9f0ff473
[coolprop] Avoid copying entire include/ directory. Add python2 to requirements. Simplify portfile. Fixes #2180 .
2017-11-14 02:13:31 -08:00
Robert Schumacher
f06bf27397
[bond] Boost patch is no longer needed due to toolchain improvements.
2017-11-14 01:39:59 -08:00
Christopher Warrington
194edb784d
Upgrade Bond to 7.0.2
...
* Updated to the 7.0.2 release of Bond.
* Regenerated patches.
2017-11-14 00:44:24 -08:00
Robert Schumacher
691c388f25
Merge pull request #2179 from tusharpm/update-libuv-1.16.1
...
libuv update
2017-11-14 00:05:18 -08:00
yintothayang
48c3fe7dde
small version bump to redshell port
2017-11-14 12:20:23 +09:00
Stephen E. Baker
0526ec7678
[sdl2-mixer] Bump to 2.0.2
...
Follows upstream default mp3 library change from smpeg to mpg123
2017-11-13 21:55:33 -05:00
Sean Warren
28aaced0f5
[lcms] Add 'd' debug postfix
2017-11-14 11:54:11 +11:00
Alexander Karatarakis
1ea060d6fa
Merge pull request #2182 from seanwarren/libraw-debug-postfix
...
[libraw] Add 'd' debug postfix
2017-11-13 02:52:14 -08:00
Alexander Karatarakis
a4761aa26b
[libraw] Bump version
2017-11-13 02:51:09 -08:00
gknowles
8bf974b0ad
[dimcli] update to 3.1.1
2017-11-13 00:00:35 -08:00
Sean Warren
6a7d311ea5
[libraw] Add 'd' debug postfix
2017-11-13 12:23:29 +11:00
Tushar Maheshwari
8fd6bcfe6f
Fixing libuv/CONTROL
2017-11-12 19:02:44 +05:30
Tushar Maheshwari
fffaa4af7e
libuv update
2017-11-12 14:19:49 +05:30
Robert Schumacher
ca947c664a
[allegro5][refprop-headers][libsodium][arb] Fix use of vcpkg_from_github's OUT_SOURCE_PATH parameter. Fixes #2178 .
2017-11-12 00:22:51 -08:00
jasjuang
49e82f5db2
[glm] update to 0.9.8.5
2017-11-11 22:49:06 -08:00
xoviat
c2a757ab9a
[if97] fix source path
...
Closes #2162
2017-11-11 22:46:58 -08:00
Alexander Karatarakis
6732d76e14
Fix header conflict caused by wincrypt/winsock2 and older Windows SDKs
...
If a project was using Windows 7 SDK and vcpkg was integrated,
the project would fail to build (the vcpkg ports use Windows 8.1/10 SDK)
2017-11-11 22:46:04 -08:00
Robert Schumacher
ec2bbaec84
Merge pull request #2172 from AndyM84/master
...
Enabling static linkage for libwebsockets
2017-11-11 21:02:39 -08:00
Robert Schumacher
482f85f414
[libwebsockets] Use vcpkg_from_github. Compare against VCPKG_LIBRARY_LINKAGE instead of VCPKG_CRT_LINKAGE. Use vcpkg_fixup_cmake_targets().
2017-11-11 21:00:10 -08:00
Robert Schumacher
492b9448a7
[pcl] Fixup: commit missing patch
2017-11-11 19:03:13 -08:00
Robert Schumacher
b075fbc7bc
Merge pull request #2177 from IntelOrca/update-sdl2-v2.0.7
...
[sdl2] Update to 2.0.7
2017-11-11 12:36:07 -08:00
Robert Schumacher
d8ef6f95b4
Merge pull request #2173 from lp55/master
...
Adding package features for Dlib and OpenCV
2017-11-11 12:30:05 -08:00
Ted John
fbaaf5b109
[sdl2] Update to 2.0.7
2017-11-11 20:20:28 +00:00
Ted John
e57d38a812
[discord-rpc] Add v2.0.1
...
- Not properly configured for debug builds and always forced /MT. Fixed by patching cmake.
- Unable to stop building of examples, so delete afterwards.
2017-11-11 19:57:27 +00:00
Luiz Paulo
72f10db01c
Adding package features for Dlib and OpenCV
...
Dlib - Package feature for blas (dlib is compatiable with Intel MKL) and CUDA
OpenCV - Added option to integrate GDCM support (to read DICOM files)
2017-11-11 15:31:38 +00:00
Andrew Male
1b67990395
Removing static linkage warning/toggle
2017-11-11 07:39:17 -05:00
Andrew Male
679dd12a75
Incrementing CONTROL version for libwebsockets
2017-11-11 07:38:53 -05:00
Andrew Male
b5afd00ad6
Modifying libwebsockets portfile to account for static triplets
2017-11-11 07:27:31 -05:00
Robert Schumacher
d02ee690dc
[openssl] Update to 1.0.2m
2017-11-10 14:29:28 -08:00
Robert Schumacher
3ae740cef8
[abseil] Update, apply workaround for NOMINMAX
2017-11-10 08:06:20 -08:00
Stefano Sinigardi
f007f6971d
add GlU32.lib to OpenGL port
2017-11-10 15:39:37 +01:00
Robert Schumacher
318613d2b2
[vtk] Refactor fixup to be less hacky. PCL builds for x86-windows.
2017-11-10 01:23:10 -08:00
Robert Schumacher
f625230452
[pcl][vtk] fixup_cmake_targets. Fix vtk config files regression.
2017-11-10 00:31:46 -08:00
Jozef Izso
2c4d1dc17f
Update grpc port to release 1.7.0
2017-11-09 21:43:44 -08:00
Roelf-Jilling
ef2ebab09b
[ms-gsl] update to current
2017-11-09 21:12:59 +01:00
Alexander Karatarakis
4b5d4527f5
[glbinding] Use vcpkg_from_github()
2017-11-08 17:21:21 -08:00
MadDog Test Execution Admin User
44cb4467a3
disbale the test
2017-11-08 17:01:07 -08:00
Robert Schumacher
087dc9410c
[vtk] Fix builds, including static against HDF5.
2017-11-08 15:34:02 -08:00
Robert Schumacher
bb47f71bf3
[hdf5] Switch to using vcpkg_fixup_cmake_targets()
2017-11-08 15:33:38 -08:00
xoviat
1297e256de
Add Coolprop ( #2129 )
2017-11-08 14:22:11 -08:00
Robert Schumacher
0a9751b3be
Merge pull request #2147 from twMr7/add_new_port_librealsense2
...
[librealsense2] new port
2017-11-08 11:42:35 -08:00
xoviat
00987279d8
Refprop headers: add port ( #2148 )
...
* [refprop] create CONTROL
* [refprop-headers] add portfile
* [refprop] fix install copyright
* fix
* fix
* [refprop-headers] Minor cleanup
2017-11-08 11:40:38 -08:00
Robert Schumacher
3d538e1da8
Merge pull request #2152 from Kwizatz/master
...
[tidy-html5] Added libtidy version 5.4.0
2017-11-08 11:37:31 -08:00
Robert Schumacher
ef48879bd3
[tidy-html5] Handle static builds.
2017-11-08 11:34:36 -08:00
Robert Schumacher
e626b09952
Merge pull request #2081 from TheCycoONE/luasocket
...
LuaSocket port for vcpkg
2017-11-08 08:48:14 -08:00
xoviat
56c74b32f6
If97 ( #2131 )
...
* [if97] create CONTROL
* [if97] add portfile
* [if97] create custom cmakelists
* [if97:portfile] copy cmakelists
* [if97:portfile] define build_targets
* [if97:portfile] fix def
* [if97:portfile] fix flag
* [if97:portfile] fix header
* [if97] remove cmake
* [portfile] cleanup
* [if97] No need to define SOURCE_PATH
2017-11-08 07:56:34 -08:00
LazyHamster
3e36c7bc7f
[ogre] Reincarnation of cmake install dir patch. Updated version to 1.10.9.
2017-11-08 17:50:49 +03:00
Stefano Sinigardi
68bfea163a
rename freeglut_static.lib for compatibility with FindGLUT.cmake
2017-11-08 14:55:46 +01:00
Alexander Karatarakis
9ea963dcec
[catch] Fix hashes and download urls. Resolves #2151
2017-11-08 02:36:55 -08:00
James Chang
d0ac8b4898
[realsense2] renaming the port
2017-11-08 14:37:16 +08:00
Rodrigo Hernandez
acad35f493
[tidy-html5] Added libtidy version 5.4.0
2017-11-08 00:08:05 -06:00
Chris Bond
44a469aa3e
updated control and port file for latest version of sqlite-modern-cpp
2017-11-07 18:25:47 -08:00
James Chang
0365de8b26
comment on the reason to disable OpenMP
2017-11-08 09:29:27 +08:00
Mikhail Paulyshka
e58f3ed58e
[jasper] update to 2.0.14, fix UWP
2017-11-07 20:15:17 +03:00
kypp
9d2f9739ae
new port: blosc
2017-11-07 01:49:27 -08:00
jasjuang
e2b2f49dc6
[libpng] use vcpkg_from_github
2017-11-07 01:41:19 -08:00
James Chang
31247f6f3b
[librealsense2] new port
2017-11-07 15:59:02 +08:00
Alexander Karatarakis
05a82c5e95
[clapack] Fix downloaded file name
2017-11-06 15:29:22 -08:00
Mikhail Paulyshka
f1ab66b960
[openal-soft] update to 1.18.2
...
https://github.com/kcat/openal-soft/blob/openal-soft-1.18.2/ChangeLog
2017-11-06 12:29:27 -08:00
Mikhail Paulyshka
e00bb8d7dd
[freetype] update to 2.8.1
...
https://sourceforge.net/projects/freetype/files/freetype2/2.8.1/
2017-11-06 12:19:51 -08:00
Robert Schumacher
493483f52c
[libpng] Add older-releases mirror
2017-11-06 10:53:52 -08:00
Robert Schumacher
d519aa38d6
Merge pull request #2135 from Mixaill/libpng-1634
...
[libpng] update to 1.6.34
2017-11-06 10:53:37 -08:00
Robert Schumacher
d073390601
Merge pull request #2137 from horenmar/catch-2.0.1
...
Update Catch to 2.0.1
2017-11-06 10:48:33 -08:00
Robert Schumacher
531d820709
Merge pull request #2138 from Mixaill/sfgui-032
...
[sfgui] add version 0.3.2
2017-11-06 10:47:34 -08:00
xoviat
7fa618093d
BUGFIX: [vtk] remove libharu as a core dependency ( #2140 )
...
* [vtk:control] break out libharu
* [vtk:portfile] disable libharu
* [vtk:control] update version
* [vtk:portfile] remove useless comment
2017-11-06 10:35:12 -08:00
Robert Schumacher
771d29df25
Merge pull request #2041 from DanOlivier/FreeType-GL
...
Adding Freetype-GL port
2017-11-06 09:24:53 -08:00
Barath Kannan
b959f70a99
merge from master
2017-11-06 00:33:04 +11:00
Barath Kannan
76837a91b4
update modules dependent on qt5 to use qt5base
2017-11-06 00:26:06 +11:00
Barath Kannan
9bb4817e32
use install target in Makefiles; make all portfile uniform
2017-11-06 00:24:29 +11:00
Mikhail Paulyshka
6e7eb0b787
[sfgui] add version 0.3.2
2017-11-05 13:59:25 +03:00
Martin Hořeňovský
f96080db34
Update Catch to 2.0.1
2017-11-05 11:05:14 +01:00
Barath Kannan
6b83925dd6
qt5 modules: gamepad, scxml, virtual keyboard, websockets
2017-11-05 20:13:12 +11:00
Mikhail Paulyshka
054a013bf3
[libpng] update to 1.6.34
...
https://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.33/
https://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
2017-11-05 12:12:32 +03:00
Barath Kannan
938a8fe401
fix path lengths limit for qt source, add qt5 modules: datavis3d, imageformats, multimedia, xmlpatterns
2017-11-05 19:44:44 +11:00
Barath Kannan
9ed2fc546c
qt5 - serial, svg, charts, and 3d modules
2017-11-05 18:00:01 +11:00
Robert Schumacher
7ca9449744
[freetype-gl] Add version & description. Note that the build is always static.
2017-11-04 21:09:53 -07:00
atkawa7
9e71c1810c
[alac] init
2017-11-04 16:51:20 -07:00
Mikhail Paulyshka
32d588aa69
[opencv] add support for MSVS 2017 update 5 ( #2132 )
2017-11-04 15:11:48 -07:00
Vlad Kolesnikov
30f7421602
Adding OpenSSL support to FFMPEG, fixed Assmimp UWP build ( #2018 )
...
* Enable ffmpeg to build using openssl for HTTPS/TLS support
* [ffmpeg] Add contract versions to libpath
* Updated FFMPEG to 3.3.3; Fixed unistd.h issue in ffmpeg build
* merge fix
* merge fix
* fix merge
* removed extra files
* Assimp UWP build fix
* [assimp] Bump version
* [ffmpeg] Implement openssl support through features.
* [opencv] remove ffmpeg depenency
OpenCV has own prebuilt ffmpeg library
* Fix version, package name is not a part of it
* Add support build option to PCL port
Add support build options (pcap, qt) to PCL port.
* Update VTK to 8.0.1
Update VTK to 8.0.1.
* [vcpkg] Enable pkg[*] as alias for all features.
* Using CP_UTF8 macro instead of magic numbers.
* [vcpkg] Add optional Abi field to BinaryParagraph for future use.
* [double-conversion] Fix --head builds
* [vcpkg] --head should only apply to USER_REQUESTED packages.
* [vcpkg] Fix bug where packages with uninstalled features appear to be uninstalled.
* Update Catch to 1.11.0
* Fix proxy usage in Win7 (powershell 2.0)
* [findVSInstances] Data lines are now placed within <sol><eol> tags. Text outside these tags is ignored
This means we can print text in powershell now and it won't break vcpkg.
* [fetchDependency] Now also returns output in the form <sol>data<eol>
* [git] Update to 2.15.0 (was 2.14.3)
* [bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure.
* [poco] build with MySQL support (#2088 )
* [poco] build with MySQL support
Set proper variables to enable MySQL support if libmysql port is installed
* [poco] Move Mysql support to a feature. Enable CMake config files.
* help assimp find vcpkg's copy of zlib so it does not build its own
* [assimp] Bump revision
* [assimp] Fix assimp overwriting CMAKE_PREFIX_PATH.
* [boost] Handle spaces in vcpkg path.
* [vcpkg] Fix use of features in undocumented build command
* Update to v1.2.0. Remove man pages
* [opencv] Remove ffmpeg from dependencies -- it is not currently possible to use an external ffmpeg with opencv.
Add features for cuda and vtk.
* Enable OpenGL support for GUI
Enable OpenGL support for GUI.
* [protobuf] Add feature packages for zlib
ZLib based features like Gzip streams.
* [llvm] Require Python3
* [blaze] Fix remaining stray _INVALID_ROOT_
* Add option to enable Qt GUI support
Add option to enable Qt GUI support.
* Sorting CMake options for maintainability
Sorting CMake options based on grouped of CMake-GUI for
maintainability.
* VTK: implement features (#2071 )
* [vtk/portfile] add OpenVR option
* [vtk/control] add OpenVR feature
* [vtk/portfile] Add OpenVR feature to portfile
* [vtk/CONTROL] add features
* [vtk/portfile] implement features
* [vtk/CONTROL] fix syntax
* [vtk/CONTROL] fix case
* [vtk/portfile] fix case
* [vtk/CONTROL] fix syntax
* [vtk/CONTROL] fix syntax
* [vtk/portfile] fix module name
* [vtk] Bump version
* [uwebsockets] Remove boost from dependency list to follow upstream's official README
* [libharu] Fix DLLIMPORT macro replacement
* Update CHANGELOG and bump version to v0.0.95
* Fix date in CHANGELOG.md
* [apr] Update to 1.6.3
* Enable C++11 features
Enable C++11 features.
* Enable Microsoft Media Foundation support for Video I/O
Enable Microsoft Media Foundation support for Video I/O.
* [double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.
* [vcpkg] Refactor argument parsing to use common code paths.
* [vcpkg] Improve `vcpkg help` -- now has per-command help!
* [vcpkg-help-export-ifw] Add settings description
* [opencv] Disable MSMF in UWP due to an upstream bug
* [vcpkg_download_distfile] Now downloads in a temp dir and rename to the target location
* [vcpkg_find_acquire_program] Use vcpkg_download_distfile()
* Remove vcpkg_acquire_depot_tools
* [downloads] Don't show progress by default
* [vcpkg_acquire_msys] Use vcpkg_download_distfile()
* vcpkg_from_github] Use vcpkg_download_distfile()
* [vcpkg_from_bitbucket] Use vcpkg_download_distfile()
* [ports.cmake] Use vcpkg_download_distfile()
* [antlr] upgrade to antlr4.7
* [antlr4] bump version to 4.7
* Use download-at-temp-and-rename pattern in powershell too
* Print error message when there is a syntax error in triplet file
As it is now vcpkg fails silently (actually, it outputs two empty lines).
* [fdk-aac] init
* [fetchDependendy.ps1] Remove obsolete comment
* [fetchDependency.ps1] Improve error message on hash mismatch
* [vswhere] Update to 2.2.11 (was 2.2.7)
* libaiff
* Append W
* [libaiff] fix uninitialized buffer
* Add the flint2 library (#1988 )
* Add the "flint2" library.
* FIX: update library name
* FIX: only set MSVC version to VC14
* FIX: use static linkage
* DOC: display notification to the user
* [flint/CONTROL] add gettimeofday dependency
* [flint/portfile] move up linkage
* [flint/portfile] attempt to override the CRT linkage
* Add arblib (#1991 )
* Fix rename libraries of FLANN
Fix rename libraries of FLANN.
* Fix line endings
* [cmake] Update to 3.9.5 (was 3.9.4)
* Porting ITK
* Sourcing from GitHub, using a master version with vcpkg patch
* Update CHANGELOG and bump version to v0.0.96
* [fftw] update to 3.3.7
* [dlib] update to 19.7 and use vcpkg_from_github
* fix issue 2111
* Revert "Updated libsigcpp to version 2.99.9"
This reverts commit 079ef9785a
.
* Added glibmm and giomm.
* Added atkmm.
* Added pangomm.
* Added gtkmm
* Use unicode
* [glibmm] Add missing dependency: libsigcpp
2017-11-04 14:54:12 -07:00
Alexander Karatarakis
fdf331e288
[glibmm] Add missing dependency: libsigcpp
2017-11-04 10:07:16 -07:00
Mateusz Adamczyk
886bc2965d
Use unicode
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
dad3c7b87c
Added gtkmm
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
a2fd38d3c6
Added pangomm.
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
25a15b59b6
Added atkmm.
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
81c1a0efc3
Added glibmm and giomm.
2017-11-04 10:05:30 -07:00
Mateusz Adamczyk
3c85f7073b
Revert "Updated libsigcpp to version 2.99.9"
...
This reverts commit 079ef9785a
.
2017-11-04 10:05:30 -07:00
jasjuang
925bc94681
fix issue 2111
2017-11-04 09:40:49 -07:00
jasjuang
d7eefd9892
[dlib] update to 19.7 and use vcpkg_from_github
2017-11-04 09:40:49 -07:00
jasjuang
65bac6d9fa
[fftw] update to 3.3.7
2017-11-04 09:30:24 -07:00
Dženan Zukić
11d672617c
Sourcing from GitHub, using a master version with vcpkg patch
2017-11-03 18:34:09 -07:00
Dženan Zukić
868697d5bb
Porting ITK
2017-11-03 18:34:09 -07:00
Alexander Karatarakis
34c25840a3
Fix line endings
2017-11-03 18:11:27 -07:00
Tsukasa Sugiura
05afaff355
Fix rename libraries of FLANN
...
Fix rename libraries of FLANN.
2017-11-03 18:10:30 -07:00
xoviat
c0090ed4c9
Add arblib ( #1991 )
2017-11-03 17:57:33 -07:00
xoviat
244d6e894f
Add the flint2 library ( #1988 )
...
* Add the "flint2" library.
* FIX: update library name
* FIX: only set MSVC version to VC14
* FIX: use static linkage
* DOC: display notification to the user
* [flint/CONTROL] add gettimeofday dependency
* [flint/portfile] move up linkage
* [flint/portfile] attempt to override the CRT linkage
2017-11-03 16:54:44 -07:00
atkawa7
7906774829
[libaiff] fix uninitialized buffer
2017-11-03 16:44:35 -07:00
atkawa7
669e7a981e
Append W
2017-11-03 16:44:35 -07:00
atkawa7
3cb9769d7b
libaiff
2017-11-03 16:44:35 -07:00
atkawa7
98b2654c77
[fdk-aac] init
2017-11-03 16:34:13 -07:00
sdcb
7af697e6e8
[antlr4] bump version to 4.7
2017-11-03 16:13:07 -07:00
sdcb
bd91824bca
[antlr] upgrade to antlr4.7
2017-11-03 16:13:07 -07:00
Robert Schumacher
87c4639c1c
Merge pull request #2099 from podsvirov/protobuf-feature-zlib
...
[protobuf] Add feature packages for zlib
2017-11-03 15:13:51 -07:00
Robert Schumacher
66ad158be4
[opencv] Disable MSMF in UWP due to an upstream bug
2017-11-03 14:44:11 -07:00
Robert Schumacher
ba69dd7de1
Merge pull request #2108 from UnaNancyOwen/fix_opencv
...
Enable some options for OpenCV port
2017-11-03 12:42:06 -07:00
Robert Schumacher
38136a2d05
[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.
2017-11-02 11:42:32 -07:00
Tsukasa Sugiura
ee2452f066
Enable Microsoft Media Foundation support for Video I/O
...
Enable Microsoft Media Foundation support for Video I/O.
2017-11-02 23:11:12 +09:00
Tsukasa Sugiura
82db1b3a2a
Enable C++11 features
...
Enable C++11 features.
2017-11-02 23:08:25 +09:00
Alexander Karatarakis
fae64c544e
[apr] Update to 1.6.3
2017-11-01 16:35:07 -07:00
Robert Schumacher
807a39c078
[libharu] Fix DLLIMPORT macro replacement
2017-11-01 14:47:34 -07:00
Robert Schumacher
fec804f236
[uwebsockets] Remove boost from dependency list to follow upstream's official README
2017-11-01 13:24:54 -07:00
Robert Schumacher
6269073198
Merge pull request #2083 from UnaNancyOwen/support_option_pcl
...
Add support build options to PCL port
2017-11-01 13:21:01 -07:00
xoviat
7ac8622265
VTK: implement features ( #2071 )
...
* [vtk/portfile] add OpenVR option
* [vtk/control] add OpenVR feature
* [vtk/portfile] Add OpenVR feature to portfile
* [vtk/CONTROL] add features
* [vtk/portfile] implement features
* [vtk/CONTROL] fix syntax
* [vtk/CONTROL] fix case
* [vtk/portfile] fix case
* [vtk/CONTROL] fix syntax
* [vtk/CONTROL] fix syntax
* [vtk/portfile] fix module name
* [vtk] Bump version
2017-11-01 13:20:00 -07:00
Robert Schumacher
93400414b0
Merge pull request #2098 from UnaNancyOwen/fix_opencv
...
Fix OpenCV port
2017-11-01 13:14:08 -07:00
Tsukasa Sugiura
726ed9738d
Sorting CMake options for maintainability
...
Sorting CMake options based on grouped of CMake-GUI for
maintainability.
2017-11-02 04:31:17 +09:00
Tsukasa Sugiura
5a9662c2be
Add option to enable Qt GUI support
...
Add option to enable Qt GUI support.
2017-11-02 04:30:10 +09:00
Robert Schumacher
b54f4f26ae
[blaze] Fix remaining stray _INVALID_ROOT_
2017-11-01 11:42:09 -07:00
Robert Schumacher
2de9c9bea3
[llvm] Require Python3
2017-11-01 11:23:30 -07:00
Konstantin Podsvirov
2b60cb12c9
[protobuf] Add feature packages for zlib
...
ZLib based features like Gzip streams.
2017-11-01 21:06:25 +03:00
Tsukasa Sugiura
51661ed675
Enable OpenGL support for GUI
...
Enable OpenGL support for GUI.
2017-11-02 01:03:34 +09:00
Robert Schumacher
45ceac9073
Merge pull request #2078 from amincheloh/patch-1
...
[opencv] remove ffmpeg depenency
2017-11-01 07:11:09 -07:00
Robert Schumacher
5bfb7dd74c
[opencv] Remove ffmpeg from dependencies -- it is not currently possible to use an external ffmpeg with opencv.
...
Add features for cuda and vtk.
2017-11-01 07:10:41 -07:00
Steve Jemens
13e2621d02
Update to v1.2.0. Remove man pages
2017-11-01 06:11:03 -07:00
Robert Schumacher
ec4eec1f71
[boost] Handle spaces in vcpkg path.
2017-11-01 05:04:44 -07:00
Robert Schumacher
791fa2b903
Merge pull request #2091 from horenmar/catch-1.11.0
...
Update Catch to 1.11.0
2017-11-01 01:57:49 -07:00
Robert Schumacher
0a4b09d9c5
[assimp] Fix assimp overwriting CMAKE_PREFIX_PATH.
2017-11-01 01:56:06 -07:00
Alexander Karatarakis
7435624eec
[assimp] Bump revision
2017-11-01 01:47:53 -07:00
Jim McGrath
e663b69a1d
help assimp find vcpkg's copy of zlib so it does not build its own
2017-11-01 01:46:57 -07:00
Robert Schumacher
7504ceb474
Merge pull request #2094 from AMDmi3/patch-1
...
Fix version, package name is not a part of it
2017-11-01 01:28:53 -07:00
James Chang
4ff90ec430
[poco] build with MySQL support ( #2088 )
...
* [poco] build with MySQL support
Set proper variables to enable MySQL support if libmysql port is installed
* [poco] Move Mysql support to a feature. Enable CMake config files.
2017-11-01 01:27:12 -07:00
Martin Hořeňovský
161244188d
Update Catch to 1.11.0
2017-10-31 13:57:37 +01:00
LazyHamster
f4b09f5782
[ogre] Update port to Ogre version 1.10.8.
2017-10-31 15:55:28 +03:00
Robert Schumacher
912c38d466
[double-conversion] Fix --head builds
2017-10-31 02:14:39 -07:00
Tsukasa Sugiura
f8a4d55053
Update VTK to 8.0.1
...
Update VTK to 8.0.1.
2017-10-30 18:20:40 -07:00
Tsukasa Sugiura
2d021f6561
Add support build option to PCL port
...
Add support build options (pcap, qt) to PCL port.
2017-10-30 22:26:06 +09:00
Dmitry Marakasov
0764c7a671
Fix version, package name is not a part of it
2017-10-30 15:24:46 +03:00
Lyrex
31bbb8be37
Add DevIL port
2017-10-30 04:50:29 +01:00
Stephen E. Baker
1993a5eae6
LuaSocket port for vcpkg
...
Port is based off the last commit, as the last release version does not
work with 64 bit Windows, and there have been a number of critical bug fixes
since the last release candidate from 2013.
2017-10-29 22:21:41 -04:00
Amin Cheloh
eba3e2d405
[opencv] remove ffmpeg depenency
...
OpenCV has own prebuilt ffmpeg library
2017-10-29 12:25:50 +07:00
Robert Schumacher
7c3f469568
[signalrclient] Update to handle cpprestsdk 2.10
2017-10-28 08:50:58 -07:00
Robert Schumacher
32727f26ba
[boost] --ignore-site-config, thanks @vinniefalco and @swatanabe!
2017-10-28 03:54:49 -07:00
Robert Schumacher
555d030445
[opencv] Fix UWP build.
2017-10-28 03:07:18 -07:00
Robert Schumacher
5cdc61bf75
[libharu] Stamp output headers with shared/static build information.
2017-10-28 01:59:43 -07:00
Robert Schumacher
da04e942f2
[boost] Only define BOOST_ALL_NO_LIB if not already defined. Fixes #2061 .
2017-10-27 23:55:48 -07:00
Alexander Karatarakis
39830efc4f
[gettimeofday] Bump version
2017-10-27 18:25:03 -07:00
xoviat
7ed6466a9d
[gettimeofday] use timespec from msvc
2017-10-27 18:25:03 -07:00
jasjuang
2149fbdf59
[opencv] update to 3.3.1
2017-10-27 18:15:14 -07:00
jasjuang
b7a91127b5
[alembic] update to 1.7.4
2017-10-27 18:14:59 -07:00
Alexander Karatarakis
adea63389a
[live555] Update to 2017.09.12. Resolves #2066
2017-10-27 15:27:21 -07:00
Alexander Karatarakis
80953867e8
[harfbuzz] Fix patch and apply it relative to SOURCE_PATH
...
The latter is done so it doesn't have to be modified if only the version is changed
2017-10-27 14:11:00 -07:00
Alexander Karatarakis
eb6860b193
[harfbuzz] Bump version
2017-10-27 14:11:00 -07:00
ebraminio
e859751cd9
[harfbuzz] 1.6.3
2017-10-27 14:11:00 -07:00
Robert Schumacher
4b66571c9d
[blaze] Add dependencies and install *-config.cmake files.
2017-10-26 22:35:06 -07:00
xoviat
29f62852bd
New port: MIT gettimeofday implementation ( #2063 )
...
* [gettimeofday] create CONTROL
* [gettimeofday] add source file
* [gettimeofday] add header
* [gettimeofday] create portfile
* [gettimeofday] add cmakelists.txt
* [gettimeofday/portfile] require static
* [gettimeofday/portfile] set source path
* [gettimeofday] create license
* [gettimeofday] remove duplicate headers
2017-10-26 22:08:00 -07:00
Robert Schumacher
286625e09e
[rttr] Disable unit tests during build. Not bumping version because the output files are unaffected.
2017-10-26 18:33:17 -07:00
Robert Schumacher
0028cbc23f
[rpclib] Initial commit of 2.2.0
2017-10-26 18:16:36 -07:00
Alexander Karatarakis
133099fa2c
[pangolin] Fix glew dependency and fix usage of the crt
2017-10-25 18:31:30 -07:00
Robert Schumacher
38522146d7
Merge pull request #2015 from lazyhamster/gmime
...
[GMime] Initial port.
2017-10-25 16:57:47 -07:00
Robert Schumacher
29e4c5302e
[gmime] Prefer ninja
2017-10-25 16:57:30 -07:00
Robert Schumacher
2128152f73
Merge pull request #2049 from sipsorcery/port_leveldb
...
Port for leveldb
2017-10-25 16:53:42 -07:00
Robert Schumacher
e65ef659cc
Merge pull request #2040 from DanOlivier/Capstone
...
Adding Capstone port
2017-10-25 16:51:49 -07:00
Robert Schumacher
f1dc231bc8
[capstone] Add version. Support shared builds
2017-10-25 16:51:18 -07:00
Robert Schumacher
26ba18606f
[secp256k1] Bump version
2017-10-25 16:23:09 -07:00
Aaron Clauson
0245c2ac64
Fix for secp256k1 and missing headers
2017-10-26 08:57:02 +11:00
Robert Schumacher
e3dcfcb403
[boost] Fix manual-links. Fixes #2057 .
2017-10-25 13:57:28 -07:00
Robert Schumacher
1cdcb79040
[mpir] Enable lib/md.
2017-10-25 13:31:02 -07:00
Robert Schumacher
e45fb7498d
[mpir] Improve error handling; allow dyn/dyn-rt or lib/lib-rt but not cross
2017-10-25 13:15:41 -07:00
Robert Schumacher
0cbaaac8fc
[mpir] Reformat to LF+spaces. Add early error detection for UWP and /MT.
2017-10-25 12:44:44 -07:00
Robert Schumacher
2735cea571
[libmysql] Disable /MT. Convert portfile tabs to spaces and CRLF to LF.
2017-10-25 11:51:21 -07:00
Robert Schumacher
d1627a0a80
[libjpeg-turbo] Fix CRT linkage
2017-10-25 11:28:27 -07:00
Robert Schumacher
b71d992d95
Merge pull request #2056 from pravic/sqlite
...
[sqlite3] update to 3.21.0
2017-10-25 11:20:56 -07:00
pravic
ae48463360
[sqlite3] update to 3.21.0
2017-10-25 17:32:38 +03:00
Aaron Clauson
75746d0b1f
Port for leveldb
2017-10-25 23:05:17 +11:00
Robert Schumacher
90a3a8a3af
Merge pull request #1972 from jasjuang/cgal
...
new port: cgal
2017-10-23 13:05:58 -07:00
Robert Schumacher
a33c880966
Merge pull request #1970 from jasjuang/ceres
...
fix ceres VS2017 compilation error
2017-10-23 12:18:24 -07:00
Robert Schumacher
cb2ee48974
Merge pull request #2027 from sonogi1/master
...
Update port "GDCM", version 2.6.8 to 2.8.3
2017-10-23 12:17:56 -07:00
Robert Schumacher
cf5bc75597
Merge pull request #2026 from jasjuang/eigen3
...
[eigen3] use vcpkg_from_bitbucket to enable install from --head
2017-10-23 12:16:47 -07:00
Robert Schumacher
65fa778cf6
Merge branch 'master' into master
2017-10-23 12:15:01 -07:00
Robert Schumacher
a9b7cf32ce
Merge pull request #2038 from twMr7/master
...
[cppzmq] Update to 4.2.2
2017-10-23 11:44:59 -07:00
Robert Schumacher
7f0dcbc15d
[cppwinrt] Use vcpkg_from_github
2017-10-23 11:43:36 -07:00
Daniel Olivier
5172654b3c
Adding Freetype-GL port
2017-10-23 13:08:42 -04:00
Daniel Olivier
17baff12b3
Adding Capstone port
2017-10-23 13:06:32 -04:00
James Chang
b6e82b55c1
[cppzmq] Update to 4.2.2
2017-10-24 00:04:00 +08:00
pravic
d0d135489e
[sciter] Update to 4.0.5.5482
2017-10-23 16:21:19 +03:00
Scott Greenlay
7913033b00
Update cppwinrt to Fall Creators
2017-10-22 13:12:58 -07:00
Lowell Smith
08e447439d
fix smpeg2 to use SDL2d in debug mode
2017-10-21 21:38:40 -04:00
jasjuang
0f66824fd8
use vcpkg_from_bitbucket
2017-10-21 08:15:05 -07:00
Robert Schumacher
3c89015da2
[cpprestsdk] Update to 2.10.0
2017-10-21 04:04:17 -07:00
Shinya Onogi
2e39b6195f
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2017-10-21 19:29:40 +09:00
Shinya Onogi
c37124be63
Update GDCM
2017-10-21 19:28:27 +09:00
jasjuang
35722330be
[eigen3] use vcpkg_from_github to enable install from --head
2017-10-20 21:38:25 -07:00
Alexander Karatarakis
6eebc16c9c
Merge pull request #2020 from cguebert/libmariadb_3.0.2
...
[libmariadb] Update to 3.0.2
2017-10-20 12:49:09 -07:00
Alexander Karatarakis
08d4ff1262
Merge pull request #2016 from ab-acx/pugixml
...
Pugixml did not build successfully when building as static.
2017-10-20 12:45:19 -07:00
Roelf-Jilling
f24c1c6ccd
[CppWinRT] Update to October 2017 release
2017-10-20 21:35:29 +02:00
Christophe Guebert
48670cbe2a
Fix static build.
2017-10-20 08:21:18 +02:00
Christophe Guebert
bc2781bb3c
[libmariadb] Update to 3.0.2
2017-10-20 07:48:54 +02:00
Robert Schumacher
c4ceadcc88
Merge pull request #2005 from sipsorcery/port_secp256k1
...
Port for secp256k1 crypto library
2017-10-19 19:56:52 -07:00
Robert Schumacher
976195245f
[secp256k1] Only install the single public header. Always build statically.
2017-10-19 19:56:05 -07:00
Robert Schumacher
deee8c1743
[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link of release libs in debug mode.
2017-10-19 19:24:49 -07:00
Robert Schumacher
b3172b1784
[azure-storage-cpp] Support latest HEAD of cpprestsdk
2017-10-19 18:01:33 -07:00
Barath Kannan
dba0884fb4
add qt5speech
2017-10-20 09:57:25 +11:00
Barath Kannan
222f59ed84
add qt5speech, fix plugin installation, fix dlls paths in cmake
2017-10-20 09:56:54 +11:00
Alexander Karatarakis
5bedde3e70
Merge pull request #2009 from AMDmi3/v-prefixes
...
Strip 'v' prefixes which are not really version parts
2017-10-19 14:40:41 -07:00
Robert Schumacher
f527812e9e
[grpc] Fix absolute paths in installed cmake files.
2017-10-19 08:53:59 -07:00
Albert Bezzina
039e795567
FIX: Project did not build successfully when building as static.
2017-10-19 15:52:59 +02:00
LazyHamster
405d34b4a0
[GMime] Initial port.
2017-10-19 15:34:39 +03:00
Robert Schumacher
0b75d75f55
Merge pull request #2013 from sipsorcery/port_berkeleydb
...
Port for Berkeley DB v4.8.30
2017-10-18 20:47:06 -07:00
Robert Schumacher
2f02ebd820
[berkeleydb] Remove debugging messages, use LF endings
2017-10-18 20:44:55 -07:00
Aaron Clauson
a127ba1f2f
Port for Berkeley DB v4.8.30
2017-10-19 14:25:25 +11:00
Dmitry Marakasov
c51f82bb6d
Strip 'v' prefixes which are not really version parts
2017-10-18 14:18:52 +03:00
Aaron Clauson
fc80d72089
Port (cmake) for secp256k1 crypto project.
2017-10-18 21:18:08 +11:00
kypp
bef18205d7
[assimp] update to version 4.0.1
2017-10-18 09:39:38 +02:00
kypp
71d516b6dd
[assimp] fix static linkage
2017-10-18 09:39:08 +02:00
Alexander Karatarakis
2b41ebc759
Merge pull request #2000 from xoviat/libsodium
...
Libsodium: add port
2017-10-17 17:53:47 -07:00
Robert Schumacher
8bac6ea3bf
[pthreads] Version bump for PR #1990
2017-10-17 17:38:38 -07:00
Robert Schumacher
bf67ca986e
Merge pull request #1990 from xoviat/pthreads
...
FIX: pthreads: also install "pthreads.lib"
2017-10-17 17:38:04 -07:00
Alexander Karatarakis
5c5e130585
Merge pull request #1967 from KindDragon/folly-v2017.10.02.00
...
[folly] Update to version v2017.10.02.00
2017-10-17 17:26:39 -07:00
xoviat
ab2dc2cae3
FIX: use the correct paths
2017-10-17 18:53:18 -05:00
xoviat
62f665010d
FIX: use correct source path
2017-10-17 18:49:05 -05:00
xoviat
1af2299387
FIX: use forward slashes
2017-10-17 18:47:20 -05:00
xoviat
9642423f1d
ENH: libsodium: Copy necessary files
2017-10-17 18:43:54 -05:00
xoviat
b3f123fdd0
ENH: add portfile
2017-10-17 18:25:58 -05:00
xoviat
4451a745a0
ENH: sodium: add control
2017-10-17 18:15:52 -05:00
xoviat
50402e91cb
FIX: use alias folder
2017-10-17 17:31:24 -05:00
Robert Schumacher
ed7c765006
Merge pull request #1999 from alex85k/lua-fix
...
[lua] fix static build
2017-10-17 15:08:59 -07:00
Robert Schumacher
1211c77766
[lua] Move tools to /tools/lua
2017-10-17 15:08:30 -07:00
Robert Schumacher
63183677af
Merge pull request #1997 from bjornpiltz/patch-1
...
Enable building openssl with custom triplet.
2017-10-17 14:45:19 -07:00
Robert Schumacher
afe2028b75
Merge pull request #1453 from muemart/boost
...
Build Boost with ICU and Python
2017-10-17 14:44:16 -07:00
Robert Schumacher
ae3fe7cd16
[boost] Add feature packages for regex-icu, locale-icu, and python
2017-10-17 14:42:05 -07:00
Robert Schumacher
e2163df1c2
Merge pull request #1995 from AMDmi3/patch-2
...
Fill Description for minizip
2017-10-17 14:37:27 -07:00
Robert Schumacher
6c249988a8
Merge pull request #1994 from AMDmi3/patch-1
...
Fix extra whitespace in version
2017-10-17 14:37:11 -07:00
Robert Schumacher
618526125d
Merge pull request #1998 from AMDmi3/patch-3
...
Fix Version, "v" is not part of it.
2017-10-17 14:36:58 -07:00
Alexander Karatarakis
147cde8bfd
[fetchDependency] Use Expand-Archive if it exists, otherwise fallback to cmd
2017-10-17 13:23:22 -07:00
alex85k
6fb6abba22
[lua] fix static build
2017-10-17 22:29:34 +05:00
Dmitry Marakasov
14b08e1a8d
Fix Version, "v" is not part of it.
2017-10-17 17:26:12 +03:00
bjornpiltz
3c0feb549c
Enable building openssl with custom triplet.
2017-10-17 16:15:37 +02:00
Dmitry Marakasov
48e380f3ea
Fill Description for minizip
2017-10-17 15:28:18 +03:00
Dmitry Marakasov
f30df21cd9
Fix extra whitespace in version
2017-10-17 15:24:49 +03:00
Barath Kannan
48128e5b4d
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qt5_modular
2017-10-17 20:25:12 +11:00
Barath Kannan
ddc421acbc
update descriptions
2017-10-17 20:23:20 +11:00
Barath Kannan
62b62d9f35
minor clean up and configuration
2017-10-17 20:02:26 +11:00
xoviat
4259fc1484
FIX: also install the debug library
2017-10-16 20:49:13 -05:00
xoviat
bc959ccd8b
FIX: switch to install
2017-10-16 20:44:37 -05:00
Arkady Shapkin
c9d3512088
[folly] Fix static linking gflags and glog
2017-10-17 03:56:14 +03:00
Arkady Shapkin
9153ac76be
[folly] Update to version v2017.10.02.00
2017-10-17 03:55:22 +03:00
xoviat
ea30f9a378
FIX: typo
2017-10-16 19:33:14 -05:00
xoviat
dd56066e29
FIX: pthreads: also install "pthreads.lib"
2017-10-16 19:31:06 -05:00
Robert Schumacher
ee2831c548
Merge from master
2017-10-16 17:17:28 -07:00
Robert Schumacher
a68ad1ecec
Merge pull request #1964 from lazyhamster/libidn2
...
[libidn2] initial port
2017-10-16 16:16:24 -07:00
Robert Schumacher
81613fa0ff
[vcpkg-toolchain] Improvements; add VCPKG_CHAINLOAD_TOOLCHAIN_FILE
2017-10-16 11:22:21 -07:00
Barath Kannan
c147fc78c9
further fixes
2017-10-17 03:15:30 +11:00
Barath Kannan
d28de4a13e
qt5winextras
2017-10-16 23:56:47 +11:00
Barath Kannan
3ba22c1754
working qt tools build
2017-10-16 23:04:16 +11:00
Barath Kannan
890a81bebc
remove old qt5
2017-10-16 00:41:48 +11:00
Barath Kannan
459ac9f2e1
qt5tools package
2017-10-16 00:40:25 +11:00
Barath Kannan
2a94ee4c62
qt5 base
2017-10-15 22:22:17 +11:00
Robert Schumacher
d0902e01a5
Merge pull request #1948 from FPar/ports/imgui
...
Add port for imgui library
2017-10-14 22:26:32 -07:00
Robert Schumacher
a607ad6860
[imgui] Use vcpkg_from_github, use stb from vcpkg.
2017-10-14 22:26:06 -07:00
Robert Schumacher
1f84970219
[abseil] Remove patch that has already been upstreamed. Fixes #1977
2017-10-14 21:57:30 -07:00
Robert Schumacher
561cfe89e6
[eastl] Initial commit
2017-10-14 05:45:57 -07:00
Robert Schumacher
ab48a71c9a
[cctz][abseil] Initial commit of cctz, improvement of abseil to build synch and time.
2017-10-14 05:38:43 -07:00
jasjuang
4ce8f0aa31
new port: cgal
2017-10-13 21:25:18 -07:00
jasjuang
3dfffcd5fd
fix ceres VS2017 compilation error
2017-10-13 15:55:20 -07:00
Robert Schumacher
85e6b1b36e
Merge branch 'master' into vtk-components
2017-10-12 11:22:25 -07:00
Robert Schumacher
9c3f9582fb
Merge pull request #1859 from UnaNancyOwen/fix_pcl
...
Enable PCAP option of PCL
2017-10-12 11:04:10 -07:00
Robert Schumacher
12ac3e9056
Merge pull request #1879 from mloskot/ml/gdal-2.2.2
...
[gdal] Update port to latest GDAL 2.2.2
2017-10-12 11:00:49 -07:00
Robert Schumacher
0179bc051e
[openni2] Fixup forgot to commit renamed patch file.
2017-10-12 10:52:55 -07:00
Robert Schumacher
efb482b788
Merge pull request #1924 from alex85k/spatialite-tools
...
[spatialite-tools] initial port (spatialite.exe and other tools)
2017-10-12 10:43:11 -07:00
Robert Schumacher
37e1f8889c
Merge pull request #1937 from UnaNancyOwen/fix_openni2
...
Add support custom triplets in OpenNI2 port
2017-10-12 10:40:23 -07:00
Robert Schumacher
57b37aac65
[openni2] Use separate copy of sources to enable building multiple triplets. Use vcpkg_from_github.
2017-10-12 10:37:14 -07:00
Robert Schumacher
c9a40fc443
Merge pull request #1938 from DigitalInBlue/#1930_Celero_Initial_Port
...
#1930 Celero Initial Port
2017-10-12 10:19:00 -07:00
Robert Schumacher
ae0b277ae3
[celero] Update to use vcpkg_from_github and Ninja
2017-10-12 10:18:29 -07:00
LazyHamster
bc141aa2c7
[libidn2] Remove redundant cmake option.
2017-10-12 20:06:28 +03:00
Robert Schumacher
d2c728e0bc
[several ports] Remove CMake double expansions inside if() directives
2017-10-12 07:52:48 -07:00
LazyHamster
88761e1b2f
[libidn2] initial port
2017-10-12 12:56:58 +03:00
jasjuang
c7914d34de
update mpfr to 3.1.6
2017-10-10 23:06:14 -07:00
Alexander Karatarakis
d3c45b0668
[tiny-dnn] Use vcpkg_from_github() and fix version
2017-10-09 17:11:34 -07:00
Eric Mittelette
40bec91c0b
adding tiny-dnn port files
2017-10-09 17:00:03 -07:00
Fabian Parzefall
3e4b7edb79
Add port for imgui library
2017-10-09 12:48:44 +02:00
Darryl Pogue
a3f68f5d01
[string_theory] Initial port
2017-10-08 22:04:07 -07:00
Tsukasa Sugiura
86f6485078
Add support custom triplets
...
Add support custom triplets.
2017-10-09 11:31:53 +09:00
pravic
a958a8b50a
[sciter] Update to 4.0.4.5428
2017-10-08 07:35:09 +03:00
pravic
e30466b08c
[sciter] Update to 4.0.4.5413
2017-10-08 07:33:25 +03:00
Alexander Karatarakis
1fb5313a88
[websocketpp] Add patch for openssl 1.1.0 compatibility
2017-10-06 18:51:49 -07:00
Alexander Karatarakis
bc18ea6622
[cpprestsdk] Patch to allow building with openssl 1.1.0
2017-10-06 18:51:49 -07:00
Robert Schumacher
1008d3dd7a
Merge pull request #1929 from glachancecmaisonneuve/mozjpeg
...
mozjpeg initial port
2017-10-06 14:11:19 -07:00
Robert Schumacher
049ad42779
[mozjpeg] Use vcpkg_from_github and vcpkg_copy_tool_dependencies
2017-10-06 14:06:43 -07:00
Robert Schumacher
0b97b05a7e
Merge pull request #1890 from Microsoft/dev/alkarata/winsock2cryptowincrypt
...
Add ports for winsock2 and wincrypt
2017-10-06 12:55:05 -07:00
John Farrier
52352d25e6
#1930 Improved build control to exclude demo applications.
2017-10-06 14:18:02 -04:00
John Farrier
3a7a18a53d
#1930 Celero Initial Port
2017-10-06 13:53:48 -04:00
Robert Schumacher
74bab196c9
Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfix
...
Fix for BUILD_ARGS being always added in non ninja build (vcpkg_build_cmake,vcpkg_install_cmake)
2017-10-05 17:52:15 -07:00
Robert Schumacher
2c9ee072da
[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.
...
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-05 17:49:28 -07:00
glachancecmaisonneuve
13a225c6ab
mozjpeg initial port
2017-10-05 12:15:42 -04:00
LazyHamster
887466dfc1
Added port for librtmp 2.3
2017-10-05 15:56:49 +03:00
Robert Schumacher
d8507cd159
Merge pull request #1888 from jasjuang/aws-sdk-cpp
...
[aws-sdk-cpp] update to 1.2.4 and fix cmake exports
2017-10-04 16:56:00 -07:00
Alexander Karatarakis
40d531e911
Merge pull request #1926 from UnaNancyOwen/fix_openni2
...
Change to refer Kinect SDK 1.x that installed using vcpkg port
2017-10-04 13:03:45 -07:00
Alexander Karatarakis
26c06e1492
Merge pull request #1925 from UnaNancyOwen/fix_kinectsdk1
...
Extract Kinect SDK 1.x Installer using Dark
2017-10-04 13:01:12 -07:00
Alexander Karatarakis
37c155d86b
Merge pull request #1414 from UnaNancyOwen/add_kinectsdk2
...
Add Kinect SDK v2.x port
2017-10-04 12:59:25 -07:00
Tsukasa Sugiura
6f0f196a1a
Change to refer Kinect SDK 1.x that installed using vcpkg port
...
Fix according to changes of Kinect SDK 1.x port.
Change to refer Kinect SDK 1.x that installed using vcpkg port.
It will be always generate the Kinect SDK 1.x driver, even when Kinect
SDK 1.x is not installed in user system.
2017-10-05 01:02:36 +09:00
Tsukasa Sugiura
81a72bbfbb
Extract WiX installer using Dark
...
Extract WiX installer using Dark.
It will be standalone extract files from installer of Kinect SDK 1.x
even if Kinect SDK 1.x is not installed in user system.
2017-10-05 00:50:13 +09:00
alex85k
c6ac9bd7f0
[spatialite-tools] initial port (spatialite.exe and other tools)
2017-10-04 20:38:57 +05:00
atkawa7
66fdeb4776
[geos] bump version
2017-10-04 05:39:16 -07:00
atkawa7
bf84f929d8
[geos] remove build_cmake
2017-10-04 05:36:30 -07:00
Robert Schumacher
322e9254c1
[gtest] Silence TR1 deprecation warning
2017-10-03 17:03:17 -07:00
Robert Schumacher
85f0a060db
[geos] Bump version for previous PR
2017-10-03 15:00:16 -07:00
Robert Schumacher
3b1883556e
Merge pull request #1905 from alex85k/master
...
[geos] allow geos_c static library cretation (libgeos_c.lib)
2017-10-03 14:56:39 -07:00
Alexander Karatarakis
21971318b4
Merge pull request #1913 from MatthewPowley/Telnetpp
...
[telnetpp] Initial port for 'Telnet++'
2017-10-03 13:00:57 -07:00
Alexander Karatarakis
74e26284cc
Merge pull request #1917 from alex85k/libspatialite
...
[libspatialite] initial port
2017-10-03 12:54:21 -07:00
alex85k
587186430d
[libspatialite] initial port
2017-10-04 00:26:50 +05:00
alex85k
07b22f1871
[geos] allow geos_c static library cretation (libgeos_c.lib) v2
2017-10-03 23:37:23 +05:00
alex85k
4ad9ae8560
[ReadOsm][FreeXL] fix spacebar-in-path problems
2017-10-03 23:31:12 +05:00
Tsukasa Sugiura
4e68010939
Extract WiX installer using Dark
...
Extract WiX installer using Dark.
It will be standalone extract files from installer of Kinect SDK 2.x
even if Kinect SDK 2.x is not installed in user system.
2017-10-03 22:31:21 +09:00
Matt Powley
6e6c2c9948
[telnetpp] Initial port for 'Telnet++', a C++ 14 implementation of the Telnet Session Layer protocol
...
* Initial commit for a port of Telnet++ (telnetpp)
* Upstream source: https://github.com/KazDragon/telnetpp
* Depends on Boost and Zlib (Additional dependency on GTest due to upstream authoring error)
2017-10-03 14:26:40 +01:00
Alexander Karatarakis
f58b91e8b4
Merge pull request #1902 from Ghabry/add-wildmidi
...
Add Wildmidi 0.4.1
2017-10-02 16:15:44 -07:00
Alexander Karatarakis
65bd58c282
Merge pull request #1906 from alex85k/freexl
...
[FreeXL] initial port
2017-10-02 16:12:44 -07:00
Robert Schumacher
1130cc3784
[proj][proj4] Rename proj to proj4. Leave empty forwarder behind.
2017-10-02 15:54:51 -07:00
Alexander Karatarakis
e4e5298911
[zlib] Patch to not build more things than needed
2017-10-02 14:45:41 -07:00
Alexander Karatarakis
5fefddc8c1
Merge pull request #1907 from alex85k/readosm
...
[ReadOSM] initial port
2017-10-02 14:29:27 -07:00
Robert Schumacher
b5a2a75bc2
Merge pull request #1900 from ShinNoNoir/patch-2
...
[ffmpeg] Deal with case-sensitive env vars
2017-10-02 14:11:17 -07:00
Robert Schumacher
b5de54f8ad
Merge pull request #1901 from Ghabry/add-xmplite
...
Add xmplite 4.4.1
2017-10-02 13:56:36 -07:00
Robert Schumacher
5f29b0aad7
[libxmp-lite] Add INSTALL_HEADERS cmake macro
2017-10-02 13:53:59 -07:00
alex85k
c856dc482d
[ReadOSM] initial port
2017-10-02 23:19:59 +05:00
alex85k
d4f992a08e
[FreeXL] initial port
2017-10-02 22:54:00 +05:00
Ghabry
bb9265b676
Add Wildmidi 0.4.1
2017-10-02 16:11:34 +02:00
Ghabry
49cd339fd3
Add xmplite 4.4.1
2017-10-02 14:59:38 +02:00
Raynor Vliegendhart
973b0e5346
[ffmpeg] Deal with case-sensitive env vars
...
When behind a corporate proxy, one often needs to specify `HTTP_PROXY` and `HTTPS_PROXY` for some command line tools to work properly. However, `pacman` seems to rely on the lowercase equivalent environment variables. In a Windows command prompt environment, it is not possible to set both since Windows environment variables are not case-sensitive. As a workaround, this build script checks for the existence of HTTP_PROXY and HTTPS_PROXY. If they exist, they are exported as lowercase variables.
2017-10-02 14:31:06 +02:00
Alexander Karatarakis
0ecd97a110
Merge pull request #1892 from jasjuang/exiv2
...
new port: Exiv2
2017-10-01 23:38:33 -07:00
Alexander Karatarakis
15288c7aed
Merge pull request #1893 from JesseTG/jtg/spirit-po
...
Add a port for spirit-po
2017-10-01 23:12:40 -07:00
jasjuang
e67007e632
update commit to master for cmake config support
2017-10-01 22:50:43 -07:00
jasjuang
ba255e11bb
add in expat dependency
2017-10-01 21:50:09 -07:00
Mikhail Paulyshka
f7a437a662
[libexif] add version 0.6.21
2017-10-02 02:06:12 +03:00
Jesse Talavera-Greenberg
99a7b186a0
Crap
2017-10-01 13:38:12 -04:00
Jesse Talavera-Greenberg
d75b20ba3c
Add a port for spirit-po
...
- It's header-only, so this makes installation easy
2017-10-01 13:37:14 -04:00
jasjuang
9115812006
new port: exiv2
2017-09-30 15:43:10 -07:00
Alexander Karatarakis
9569e69b7c
[opengl] Rename portfile variable
2017-09-29 18:02:20 -07:00
Alexander Karatarakis
901014edfc
Add wincrypt as a port
2017-09-29 17:51:24 -07:00
Alexander Karatarakis
fcbb90b9a4
Add winsock2 as a port
2017-09-29 17:45:41 -07:00
Alexander Karatarakis
6c2297e03d
Merge pull request #1884 from TheCycoONE/lua_lib
...
Dynamically link lua.dll to lua.exe
2017-09-29 16:35:55 -07:00
jasjuang
3035c780b2
update to 1.2.4 and fix cmake exports
2017-09-28 21:34:08 -07:00
Alexander Karatarakis
f37e66b34d
Merge pull request #1341 from UnaNancyOwen/fix_openni2
...
Add Kinect driver to OpenNI2 port
2017-09-28 14:07:26 -07:00
Alexander Karatarakis
f1dd027dc8
Merge pull request #1882 from jasjuang/master
...
new port libfreenect2
2017-09-28 13:54:27 -07:00
Alexander Karatarakis
40f3e24b35
Merge pull request #1877 from JonnyPtn/gts-port
...
Initial GTS port
2017-09-28 13:21:47 -07:00
Alexander Karatarakis
9069ec64e6
Merge pull request #1876 from JonnyPtn/enet-port
...
Initial enet port
2017-09-28 12:33:04 -07:00
Robert Schumacher
9f9b4bc5c8
[abseil] Improve warning messages.
2017-09-28 11:42:36 -07:00
Robert Schumacher
c957331251
[abseil] Initial commit. Highly experimental.
2017-09-28 11:38:37 -07:00
Stephen E. Baker
493d94e296
Dynamically link lua.dll to lua.exe
...
For lua.exe to load C modules which are linked against lua, it must itself be
linked against lua, otherwise loading the module fails.
2017-09-27 21:24:38 -04:00
jasjuang
050a8bf617
new port libfreenect2
2017-09-27 00:23:27 -07:00
Mateusz Loskot
eacabe5c46
[geos] Update port to latest GEOS 3.6.2
...
* Bump GEOS version wherever necessary
* Update download package and checksum.
* Replace download from SVN with official release source package.
* Remove generating of geos_svn_revision.h as unnecessary -
released source package includes the header.
* Explain status of the missing CMake modules.
* Remove CMake option -DBUILD_TESTING as unused.
GEOS is important dependency of GDAL (updated in #1879 ;
GDAL 2.2.2 can still work with GEOS earlier than 3.6.2).
2017-09-26 22:29:24 +02:00
Mateusz Loskot
6df1629d4d
[gdal] Update port to latest GDAL 2.2.2
...
* Bump GDAL version wherever necessary
* Update download package and checksum.
* Remove 0001-Add-support-for-MSVC1900-backported-from-GDAL2.patch
no longer necessary.
* Recalculate 000N prefix in patche filenames after the removal.
* Update 0002-Ensures-inclusion-of-PDB-in-release-dll-if-so-reques.patch
* Patch pushed upstream https://trac.osgeo.org/gdal/ticket/7055
and should no longer be necessary in GDAL 2.2.3 or later
* Update 0003-Fix-openjpeg-include.patch
2017-09-26 19:13:28 +02:00
jonathan.r.paton@googlemail.com
626d2f8162
Initial GTS port
2017-09-26 15:04:49 +01:00
jonathan.r.paton@googlemail.com
a4673fce89
Initial enet port
2017-09-26 13:08:27 +01:00
Alexander Karatarakis
084b1afe9a
[anax] Use vcpkg_from_github(). Add missing vcpkg_copy_pdbs()
2017-09-25 15:35:41 -07:00
Alexander Karatarakis
fe92af4ddd
Fix more port hashes due to github tar.gz change
...
Related: cb239b92
It looks like github changed the version (or the generally the way)
they do tars, causing some hash mismatches. This fixes the affected
ports.
2017-09-25 15:10:21 -07:00
Alexander Karatarakis
2955ede10b
Merge pull request #1872 from mcgoo/mysql-hash-changed
...
update to handle mysql-server release hash change
2017-09-25 15:00:51 -07:00
Alexander Karatarakis
da5e24224a
[pangolin] Bump version
2017-09-25 13:05:24 -07:00
Jim McGrath
89d2112fbe
update the hash to match the current github release (!)
2017-09-25 10:39:06 -05:00
Martin Müller
06c028ce9a
Enable static builds of pangolin
2017-09-25 14:48:34 +02:00
Martin Müller
f4229f3762
Use vcpkg's libraries for pangolin dependencies
...
Also fixes missing header that doesn't get installed
2017-09-25 14:32:57 +02:00
Alexander Karatarakis
a9f12be8f6
Merge pull request #1868 from Mixaill/sdl2-206
...
[sdl2] update to 2.0.6
2017-09-25 02:24:18 -07:00
Mikhail Paulyshka
ba04df32bb
[openssl] install openssl tool
2017-09-24 15:37:08 +03:00
Mikhail Paulyshka
98861e3ee6
[sdl2] update to 2.0.6
...
- update to 2.0.6
- enable cmake-targets
- fix export symbols patch
- remove default library linkage patch (fixed in upstream)
2017-09-24 15:31:30 +03:00
Alexander Karatarakis
d857355b28
Merge pull request #1861 from alex85k/shapelib
...
[shapelib] initial port
2017-09-24 02:31:15 -07:00
jonathan.r.paton@googlemail.com
fbd6295178
Updated SFML to use github
2017-09-23 17:19:29 +01:00
alex85k
b7ebfdd20f
[shapelib] initial port
2017-09-23 12:08:38 +05:00
Alexander Karatarakis
67e876c765
[zlib] Add PREFER_NINJA option
2017-09-23 00:00:55 -07:00
Robert Schumacher
79fc7f4de5
[opencv] Centralize download cache -- TODO: prevent opencv from performing downloads. Fix static builds.
2017-09-22 23:20:58 -07:00
Robert Schumacher
b2ab8b4883
[opencv] Enable static CRT
2017-09-22 21:39:20 -07:00
Robert Schumacher
b9f2d7b618
[opencv] Remove protobuf dependency for UWP
2017-09-22 20:52:07 -07:00
Robert Schumacher
e79c36cb8d
[opencv] Address changes in opencv's CMake scripts in v3.3.0
2017-09-22 16:51:44 -07:00
Alexander Karatarakis
b8f3812068
Merge pull request #1856 from UnaNancyOwen/fix_winpcap
...
Add install pcap_stdinc.h file
2017-09-22 13:17:26 -07:00
Alexander Karatarakis
2589c259e5
Merge pull request #1858 from dada2048/master
...
Updated llvm to 5.0.0.
2017-09-22 13:12:57 -07:00
Tsukasa Sugiura
3d90214259
Enable pcap option
...
Enable pcap option.
You can retrieve data from PCAP file using
pcl::HDLGrabber/pcl::VLPGrabber.
2017-09-23 04:41:44 +09:00
Alexander Karatarakis
7f43d10e5b
Merge pull request #1857 from jasjuang/master
...
[opencv] fix hash
2017-09-22 12:24:43 -07:00
Robert Schumacher
e1b0f80946
[opencv] Remove ceres dependency
2017-09-22 10:46:14 -07:00
Stephane Lajoie
89f5e0866a
Updated llvm to 5.0.0.
2017-09-22 12:22:49 -04:00
jasjuang
f643a8422f
Merge branch 'master' of https://github.com/jasjuang/vcpkg
2017-09-22 08:16:32 -07:00
jasjuang
9989177fed
fix opencv hash
2017-09-22 08:16:06 -07:00
jasjuang
ab50491732
Merge remote-tracking branch 'upstream/master'
2017-09-22 08:14:11 -07:00
Tsukasa Sugiura
d0c33b4aa6
Add install pcap_stdinc.h file
...
Add install pcap_stdinc.h file.
2017-09-22 23:57:54 +09:00
Alexander Karatarakis
19b3548b69
Merge pull request #1852 from thierryba/protobuf3.4.1
...
protobuf: update to 3.4.1
2017-09-21 13:14:43 -07:00
Alexander Karatarakis
5e2e32ac4b
[protobuf] Point to the correct url for protoc
2017-09-21 13:12:50 -07:00
Alexander Karatarakis
fac96eb344
Merge branch 'master' into master
2017-09-21 12:22:00 -07:00
Alexander Karatarakis
1bbce1ee84
Merge pull request #1770 from atkawa7/jsonnet
...
[jsonnet] init fixes #869
2017-09-21 12:16:25 -07:00
Thierry Bastian
d40f2a4a5d
protobuf: update to 3.4.1
2017-09-21 17:30:11 +02:00
Robert Schumacher
fdcb8a56a8
Merge pull request #1748 from atkawa7/date
...
[date] init
2017-09-21 04:17:09 -07:00
Robert Schumacher
702ce807b3
Merge branch 'apache-arrow-0.6.0' of https://github.com/atkawa7/vcpkg into atkawa7-apache-arrow-0.6.0
2017-09-21 04:14:30 -07:00
Robert Schumacher
3e6f32d860
Merge pull request #1781 from juandent/juandent-patch-1
...
Juandent patch 1 - portfile for latest version of cppwinrt
2017-09-21 01:44:09 -07:00
Robert Schumacher
5f2110b7fa
Merge pull request #1699 from UnaNancyOwen/add_winpcap
...
Add WinPCAP Developer's Pack
2017-09-21 01:35:22 -07:00
Robert Schumacher
4cf0ed51c8
Merge pull request #1721 from mmha/kf5plotting
...
[KF5] Initial port of KPlotting
2017-09-21 01:25:54 -07:00
Robert Schumacher
801f3c6be4
Merge pull request #1825 from NeumannIMT/benchmark_update
...
Update google benchmark to current master version
2017-09-21 01:21:17 -07:00
Robert Schumacher
a3ab525123
[benchmark] Reset to latest stable, pulling back important patch.
2017-09-21 01:20:51 -07:00
Robert Schumacher
4353d848cc
[paho-mqtt] Remove duplicate libraries without SSL support.
2017-09-20 20:00:57 -07:00
Tsukasa Sugiura
437eb29cda
Add Kinect SDK v2.x port
...
Add Kinect for Windows SDK v2.x port.
2017-09-20 12:56:42 +09:00
Alexander Karatarakis
3697bd0290
Merge pull request #1816 from willyd/caffe2
...
[caffe2] Added caffe2 port (CPU only, no OpenCV)
2017-09-19 16:48:08 -07:00
Alexander Karatarakis
4c663ce3dc
Merge pull request #1844 from sjemens/xlnt
...
[xlnt] Update to 1.1.0
2017-09-19 12:24:16 -07:00
ShinNoNoir
6d98ee5d9c
[qt5] Bump version to reflect fixcmake.py fix
2017-09-19 17:25:06 +02:00
ShinNoNoir
956ced64d3
[qt5] Update fixcmake.py for new manual-link directory
2017-09-19 17:24:06 +02:00
Steve Jemens
e571a469f3
xlnt: update to 1.1.0
2017-09-19 14:23:50 +03:00
Nic Holthaus
2e6bb72599
git push clean-up of portfile
2017-09-18 19:15:16 -04:00
Nic Holthaus
0b10f30a99
Add port for nholthaus/units
2017-09-18 19:12:32 -04:00
Stephen E. Baker
a197e4d353
Bump luafilesystem to 1.7.0.2
2017-09-17 07:58:03 -04:00
Alexander Neumann
cf516e08f3
patch is no longer needed with changed CONFIG_PATH
2017-09-15 23:07:08 +02:00
Alexander Neumann
e1909d56a4
Removed old hashes
2017-09-15 11:19:16 +02:00
Alexander Neumann
bfd37745f3
fix so that the cmake patch is applied correctly
2017-09-15 11:16:58 +02:00
Alexander Neumann
b1b72eaef5
updatedgoogle benchmark to current trunk due to problems with variadic templated benchmarks with visual studio
2017-09-15 11:00:36 +02:00
Alexander Karatarakis
fff093029f
[chmblib] Also modify VCPKG_LIBRARY_LINKAGE
2017-09-14 15:47:24 -07:00
glachancecmaisonneuve
785d3959f4
bump subversion
2017-09-14 13:22:27 -04:00
glachancecmaisonneuve
e93b7aca65
Dynamic build -> Static without failing the build
2017-09-14 13:19:50 -04:00
glachancecmaisonneuve
ac55080e02
Fixed: debug and release versions in their proper folder (was reversed)
...
Added: Tools included in that library
Misc: portfile cleanup, chm.vcxproj optimization switches
2017-09-14 00:41:11 -04:00
Alexander Karatarakis
cb239b92c0
Fix several port hashes due to github tar.gz change
...
It looks like github changed the version (or the generally the way)
they do tars, causing some hash mismatches. This fixes the affected
ports.
2017-09-12 13:32:26 -07:00
Guillaume Dumont
6a2d5adf6a
[caffe2] Added caffe2 port (CPU only, no OpenCV)
2017-09-12 14:52:41 -04:00
Alexander Karatarakis
aa3ac29406
Merge pull request #1811 from pravic/sqlite
...
[sqlite3] update to 3.20.1
2017-09-11 04:41:39 -07:00
pravic
601661ec32
[sqlite3] update to 3.20.1
2017-09-11 12:41:40 +03:00
pravic
c867fc8587
[sciter] Update to 4.0.3.5348
2017-09-11 10:47:46 +03:00
Alexander Karatarakis
a8ae994edd
Merge branch 'master' into pybind11
2017-09-09 17:53:17 -07:00
Arkady Shapkin
3a6ad750c9
[boost] Update to version 1.65.1
2017-09-10 02:40:01 +03:00
Alexander Karatarakis
26516fe485
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 00:12:54 -07:00
Kyle Macfarlan
d2c045cc36
Update pybind11 version to 2.2.0
2017-09-08 21:48:10 -05:00
Alexander Karatarakis
f7b813dce8
[openssl] Actually include the patch for /Z7
2017-09-08 18:33:34 -07:00
Robert Schumacher
5a920ef760
[zeromq] Update to latest master to take advantage of CMake improvements.
2017-09-08 17:52:33 -07:00
Alexander Karatarakis
f52106a03a
Merge pull request #1800 from KindDragon/protobuf-fix
...
[protobuf] Fix define PROTOBUF_USE_DLLS with static linking
2017-09-08 17:26:21 -07:00
Alexander Karatarakis
5a46f8e279
[openssl] Use /Z7 to embed symbols in static libs
2017-09-08 17:24:25 -07:00
Arkady Shapkin
5ad0d81875
[protobuf] Fix define PROTOBUF_USE_DLLS with static linking. Closes #1798
2017-09-09 02:58:25 +03:00
Alexander Karatarakis
6d0f750646
Merge pull request #1731 from FabienPean/PR/script_cmake_vcpkg_from_bitbucket
...
[cmake] add function vcpkg_from_bitbucket
2017-09-08 11:39:14 -07:00
codicodi
5d82583cf9
[xxhash] update to 0.6.3
2017-09-08 16:16:07 +02:00
Robert Schumacher
3ac99b2cee
Merge pull request #1792 from ShinNoNoir/qt5-removedefaultdeps
...
[qt5] Do not link all .lib files
2017-09-07 14:41:09 -07:00
Robert Schumacher
802bba0a75
Merge pull request #1779 from OlafvdSpek/master
...
Update ctemplate, use Python 3
2017-09-07 14:38:33 -07:00
Robert Schumacher
73dc1999dc
Merge pull request #1773 from Mixaill/urdfdom
...
[urdfdom] add version 1.0.0
2017-09-07 14:33:54 -07:00
Robert Schumacher
289f61fcb8
Merge branch 'master' into Mixaill-urdfdom
2017-09-07 14:25:30 -07:00
Robert Schumacher
76f195dd85
[console-bridge] [urdfdom-headers] Move copyright location. Move CMake config location
2017-09-07 14:25:03 -07:00
Arkady Shapkin
cccbdacc47
[grpc] Update version to 1.6.0
2017-09-07 22:16:39 +03:00
Arkady Shapkin
1a178574df
[c-ares] Update version to 1.13.0
2017-09-07 22:16:39 +03:00
Arkady Shapkin
92e30b10ec
[protobuf] Fix problem with define PROTOBUF_USE_DLLS
2017-09-07 22:16:39 +03:00
Alexander Karatarakis
d2514bfbc5
Merge pull request #1796 from codicodi/libuv-1.14.1
...
[libuv] update to 1.14.1
2017-09-07 11:53:56 -07:00
Alexander Karatarakis
b7251606f0
[openblas] Move whitespace fixes to the whistespace.patch
2017-09-07 11:42:01 -07:00
codicodi
4691924354
[libuv] update to 1.14.1
2017-09-07 20:21:52 +02:00
Johnny Willemsen
79838d1346
[ACE] 6.4.5
2017-09-07 09:39:12 +02:00
Alexander Karatarakis
3413115a83
[openblas] Use vcpkg_from_github()
2017-09-06 18:25:42 -07:00
Robert Schumacher
cd76396de3
[console-bridge] [urdfdom-headers] Move copyright location
2017-09-06 18:02:59 -07:00
Robert Schumacher
cc89fc7803
[urdfdom-headers] [console-bridge] Rename to remove underscores
2017-09-06 17:51:10 -07:00
Robert Schumacher
d47eb63363
Merge pull request #1790 from cyj0912/master
...
Update glslang shaderc spirv-tools
2017-09-06 17:35:52 -07:00
Alisa yang
cdff7ada17
[openblas] Bump version
2017-09-06 15:58:36 -07:00
Alisa yang
d440c5863f
[openblas] Have the portfile apply the new patch
2017-09-06 15:57:13 -07:00
Alisa yang
1253ad0c62
[openblas] Add patch for whitespace
2017-09-06 15:36:55 -07:00
Raynor Vliegendhart
304a1561cb
[qt5] Bump version to reflect change in which .libs are linked
2017-09-06 08:03:45 +02:00
Raynor Vliegendhart
cd8c8af8e8
[qt5] Do not link all .lib files
...
This commit moves a few .lib files to subfolders to prevent them from
automatically getting linked:
Qt5Bootstrap (dbg):
This lib is linked against a release version of the CRT and is only
meant for release builds. For debug builds, this lib should not be
linked at all.
qtmain (rel), qtmaind (dbg),
Qt5AxServer (rel), Qt5AxServerd (dbg):
These libs are mutually exclusive. The user either links against
qtmain(d) for desktop applications or against Qt5AxServer(d) for ActiveX
servers.
See https://github.com/Microsoft/vcpkg/issues/1442 for more information.
2017-09-06 07:54:32 +02:00
Robert Schumacher
929bf5c33d
Merge pull request #1657 from KindDragon/tesseract
...
Tesseract-OCR library
2017-09-05 16:49:07 -07:00
jasjuang
46db0f03fc
disable vtk and cuda by default
2017-09-05 15:31:36 -07:00
Toby Chen
471d7e2ae7
Update glslang shaderc spirv-tools
...
Update those ports to the versions listed in https://github.com/google/shaderc/blob/known-good/known_good.json
2017-09-05 12:58:53 -07:00
pravic
453a16d4e7
[meschach] Add version and description.
2017-09-05 19:57:06 +03:00
juandent
417fe6633f
These work correctly as far as I tested them...
2017-09-04 17:43:37 -06:00
Olaf
f1c220d723
Update ctemplate, use Python 3
2017-09-04 11:49:03 +02:00
Alexander Karatarakis
f4ade1bf0c
Merge pull request #1777 from AlexanderTaeschner/Issue1289
...
[cairo] Update to version 1.15.8 and revert PR1277
2017-09-04 01:55:31 -07:00
Alexander Karatarakis
83ea725c1b
Merge pull request #1778 from jwillemsen/jwi-ace644fix
...
[ace] 6.4.4
2017-09-04 01:45:01 -07:00
Alexander Karatarakis
942d94e1d1
Merge pull request #1774 from Mixaill/nlopt
...
[nlopt] add master 2017-08-24
2017-09-04 01:42:49 -07:00
Alexander Karatarakis
41fa09af20
Merge pull request #1772 from atkawa7/paho-mqqt-update
...
[paho-mqtt] update
2017-09-04 01:35:01 -07:00
Johnny Willemsen
60c581b64e
Updated CONTROL file to list 6.4.4, portfile was updated some time ago already
...
* ports/ace/CONTROL:
2017-09-04 10:22:06 +02:00
Alexander Karatarakis
309fa56fd4
Merge pull request #1769 from Mixaill/tinyxml-262
...
[tinyxml] add version 2.6.2
2017-09-04 01:20:42 -07:00
Alexander Karatarakis
bafc391899
Merge pull request #1768 from atkawa7/guetzli
...
[guetzli] init port
2017-09-04 01:16:16 -07:00
Alexander Karatarakis
8a9cfa193a
Merge pull request #1767 from atkawa7/bigint
...
[bigint] init port
2017-09-04 01:10:26 -07:00
Alexander Karatarakis
583c79c51f
Merge pull request #1765 from atkawa7/piex
...
[piex] init port
2017-09-04 01:07:13 -07:00
Alexander Täschner
3eb193938a
Update to version 1.15.8.
...
Revert "Merge pull request #1277 from AlexanderTaeschner/CairoInitMutex".
This reverts commit 2aa83904ea
, reversing
changes made to 748e8b6e74
.
2017-09-04 10:04:55 +02:00