Mikhail Paulyshka
c598aa8fd8
[msgpack] add version 2.1.1. Resolves #744
2017-03-11 19:38:49 +03:00
Mikhail Paulyshka
534438a00a
[libjpeg-turbo] update to 1.5.1. Resolves #767
2017-03-11 17:03:56 +03:00
Alexander Karatarakis
f2edc12561
[libuv] Fix usage of GIT
2017-03-10 17:07:42 -08:00
Robert Schumacher
71f1e117af
[cppwinrt] Update to february 2017 refresh
2017-03-10 11:15:11 -08:00
Robert Schumacher
0d195e873f
Merge pull request #757 from codicodi/fix-flac
...
[flac] Use NASM in x86 mode
2017-03-10 10:57:37 -08:00
Mikhail Paulyshka
eb39164537
[zeromq] update to 4.2.2. Resolves #760
2017-03-10 16:57:01 +03:00
Per-Arne Andersen
241a1021ad
Removed flatbuffers tools directory
...
I propose a change in how flatbuffers flatc.exe are placed in the tools directory after installation.
Currently flatc.exe is placed in a sub directory "flatbuffers" which scopes it out from PATH
Tested ok on my end, however i'm not 100% sure that i did this formally correct.
2017-03-10 00:50:21 +01:00
codicodi
c24afa97a2
[flac] use nasm
2017-03-09 23:52:45 +01:00
Alexander Karatarakis
da09a8136d
[eigen3] Update to 3.3.3. Resolves #754
2017-03-09 14:17:00 -08:00
Alexander Karatarakis
6de9bfea43
Merge pull request #751 from cyj0912/master
...
[bullet3] update to 2.86.1
2017-03-09 13:15:27 -08:00
Felix Bytow
1e93a5f187
Updated the libpng CONTROL file for version 1.6.28
2017-03-09 20:42:59 +01:00
Toby Chen
7a00b2b96e
[bullet3] update to 2.86.1
2017-03-09 12:40:03 -05:00
Felix Bytow
50129fba99
Updated libpng port to version 1.6.28
2017-03-09 18:29:51 +01:00
Jiri Hruska
109a8b9058
[openssl] Make sure to use our own trusted copy of Perl
...
The build could have exhibited inconsistent behavior or simply failed if
there was another "perl" program already in path - either because it was
too old or too new, from some broken installation, or just a batch file
instead of a plain executable (which would require changing OpenSSL's
scripts to do "call perl x.pl" instead of just "perl x.pl").
This change resolves the ambiguity by putting the downloaded Perl first
in path, so that the same working version is used on all systems.
2017-03-08 20:28:02 +01:00
Jiri Hruska
ad30f9dbe6
[openssl] Consistently use OPENSSL_VERSION instead of just VERSION
...
The inner CMakeLists.txt used to reference ${VERSION} everywhere except
as the working directory for patching, where ${OPENSSL_VERSION} was used
and the patches did not get applied because of that.
This changes it to use ${OPENSSL_VERSION} everywhere instead, consistent
with the name of this variable in the parent portfile.cmake.
2017-03-08 18:53:04 +01:00
Robert Schumacher
cabf99d53f
Merge pull request #743 from AlchemyGames/master
...
[catch] update to version 1.8.1
2017-03-07 18:25:06 -08:00
Lee Berger
7c89415a6f
[catch] update to version 1.8.1
2017-03-07 21:11:25 -05:00
Robert Schumacher
4c9cad4337
Merge pull request #742 from achie-liang/master
...
Upgrade azure-storage-cpp to v3.0.0
2017-03-07 18:11:07 -08:00
Achie Liang
937ab708e6
Upgrade azure-storage-cpp to v3.0.0
2017-03-08 10:04:52 +08:00
Alexander Karatarakis
50162c7542
[uwebsockets] Update to v0.13.0. Resolves #738
2017-03-07 17:18:41 -08:00
Robert Schumacher
addf31613e
Merge pull request #736 from nagua/portaudio
...
[portaudio] initial support for portaudio
2017-03-07 13:31:27 -08:00
Robert Schumacher
06272de6b4
[portaudio] Do not rename DLLs. Fix patchfile.
2017-03-07 13:30:38 -08:00
Robert Schumacher
e3d9627757
[qt5] Fix regression from dd6d1aa5
. When building a static triplet, repeat the build on failure.
2017-03-06 17:52:25 -08:00
Nicolas Riebesel
459fa4b009
[portaudio] Insert version and description
2017-03-07 01:41:47 +01:00
Nicolas Riebesel
38d2bd4d5e
Add portaudio to ports
2017-03-07 01:41:47 +01:00
Robert Schumacher
7f3153bd62
Merge pull request #735 from nagua:fftw3
...
[fftw3] Add fftw3 port to vcpkg
2017-03-06 12:29:52 -08:00
Robert Schumacher
c1d6454952
[fftw3] Avoid replacing CMAKE_CXX_FLAGS -- just add the definitions needed.
2017-03-06 12:29:06 -08:00
Robert Schumacher
6e44495b2f
[vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP
2017-03-06 10:46:45 -08:00
Robert Schumacher
1b9b19e66c
Merge branch 'say-no-to-crt-dlls' of https://github.com/codicodi/vcpkg into codicodi-say-no-to-crt-dlls
2017-03-06 10:44:46 -08:00
Nicolas Riebesel
09794f2b24
Undef everything unneeded in config.h
2017-03-06 13:49:05 +01:00
Nicolas Riebesel
cb1cf039d8
Improve the static vs dynamic handling of fftw3
2017-03-06 09:17:07 +01:00
Nicolas Riebesel
e89d6f54a3
Make use of static and dynamic linking
2017-03-06 08:19:08 +01:00
Nicolas Riebesel
329822c210
Add initial fftw3 support
2017-03-06 08:07:14 +01:00
codicodi
2825c305e3
[poco & openjpeg] Prevent installation of CRT redistributables
2017-03-05 12:52:49 +01:00
Robert Schumacher
829e831232
[msmpi] Increase logging of msiexec extraction
2017-03-05 01:33:27 -08:00
Alexander Karatarakis
b03b578ffc
Rename policy to OnlyReleaseCRT
2017-03-03 19:09:24 -08:00
Alexander Karatarakis
d7fb7b7736
[msmpi] Enable NoDebugBinaries policy. Resolves #728
2017-03-03 19:01:27 -08:00
Robert Schumacher
6c26a42d54
[ffmpeg] Disable static building.
2017-03-02 10:35:27 -08:00
Robert Schumacher
782fa3000b
[ffmpeg] Hotfix accounting for new flags
2017-03-02 08:26:39 -08:00
Robert Schumacher
2f8d8d8b18
[ffmpeg] Initial commit of version 3.2.4
2017-03-02 07:29:19 -08:00
Robert Schumacher
605ad4cf2f
Merge pull request #724 from codicodi/bump-lua
...
[lua] update to 5.3.4
2017-03-02 07:17:17 -08:00
Robert Schumacher
3e0dc1e81e
[lua] Expanded comment on COMPILE_AS_CPP
2017-03-02 07:16:46 -08:00
codicodi
b9b27e72d3
[lua] add comment about new option
2017-03-02 16:02:45 +01:00
codicodi
1551d9942e
[lua] update to 5.3.4
2017-03-02 14:59:32 +01:00
Robert Schumacher
b11ab655e2
[boost] Hotfix for building on VS2015
2017-03-02 02:56:35 -08:00
Robert Schumacher
4139b912fc
Merge branch 'dev/roschuma/boost'
2017-03-02 00:47:32 -08:00
Robert Schumacher
9e43dbb184
[flatbuffers] Initial commit of v1.6.0. Fixes #35 .
2017-02-28 18:52:32 -08:00
Robert Schumacher
b6007c9ea5
[boost] Support for VS2017
2017-02-28 11:03:39 -08:00
Robert Schumacher
ccf4d5b3c2
Merge pull request #678 from albertziegenhagel/vtk
...
Add VTK port
2017-02-28 06:02:58 -08:00
Robert Schumacher
3ee7045070
[vtk] Don't define size_t. Override HDF5 library detection (bug in FindHDF5)
2017-02-28 06:02:05 -08:00
Robert Schumacher
a92230f9c8
[netcdf-cxx4] Initial commit of version 4.3.0
2017-02-28 03:23:20 -08:00
Robert Schumacher
e1e0b7a6a9
[netcdf-c] Add transitive cmake dependency on hdf5
2017-02-28 02:30:36 -08:00
Robert Schumacher
3cc5cb8bca
[netcdf-c] Initial commit of version 4.4.1.1
2017-02-28 02:09:59 -08:00
Robert Schumacher
2c9cf2a520
[hdf5] Mark linked libraries as private
2017-02-28 01:48:24 -08:00
Robert Schumacher
601b167610
[hdf5] Update to 1.10, enable disabling of static libs
2017-02-28 01:09:04 -08:00
Robert Schumacher
20c92a800f
[szip] Change default component to match build type
2017-02-27 23:23:23 -08:00
Alexander Karatarakis
577fa80c6e
Merge branch 'pugixml' of https://github.com/ab-acx/vcpkg into ab-acx-pugixml
2017-02-27 12:55:47 -08:00
ab
1b0fd3880f
Adding pugixml version 1.8.1
2017-02-27 10:17:59 +01:00
Alexander Karatarakis
0c17b066d0
Merge pull request #716 from codicodi/bump-spdlog
...
[spdlog] update to 0.12.0
2017-02-25 22:47:07 -08:00
Alexander Karatarakis
675130b51c
Merge pull request #713 from codicodi/bump-lz4
...
[lz4] update to 1.7.5
2017-02-25 21:16:08 -08:00
Alexander Karatarakis
f396f7106c
Merge pull request #712 from codicodi/bump-flac
...
[libflac] update to 1.3.2
2017-02-25 20:52:53 -08:00
Alexander Karatarakis
5da62772cc
Merge pull request #715 from codicodi/bump-lzma
...
[liblzma] update to 5.2.3
2017-02-25 15:53:20 -08:00
codicodi
b4fa5bca11
[spdlog] fix indentation
2017-02-25 16:57:03 +01:00
codicodi
59a70d3729
[spdlog] update to 0.12.0
2017-02-25 16:52:57 +01:00
codicodi
39a59a82a9
[liblzma] update to 5.2.3
2017-02-25 15:55:57 +01:00
codicodi
058c8a825e
[lz4] update to 1.7.5
2017-02-25 15:46:19 +01:00
codicodi
099df5267e
[libflac] bum version in CONTROL file
2017-02-25 15:28:48 +01:00
codicodi
533c60fcca
[libflac] update to 1.3.2
2017-02-25 15:25:20 +01:00
Alexander Karatarakis
ec02f5bb26
[opengl] Add branch for Windows 8.1 SDK
2017-02-24 17:27:12 -08:00
Robert Schumacher
df4d385d3d
[qt5] Further reduce regressions.
...
Fix issue where generated cmake points at the wrong tools folder.
2017-02-24 16:00:05 -08:00
Robert Schumacher
e4ff363f5c
[qt5] Reduce number of skipped components.
2017-02-23 19:01:01 -08:00
Robert Schumacher
a018ade610
[aws-sdk-cpp] Switch build to use Ninja to improve performance.
2017-02-23 18:36:47 -08:00
Robert Schumacher
dd6d1aa560
[qt5] Exercise full control over build configuration.
...
Bumps version to 5.7.1-2
This fixes several issues:
- Prevents a hang for user input during the build.
- Moves the tools into a subdirectory so their DLLs do not interfere with other packages.
- Adds the currently installed DLLs to the path so that tools compiled during the build can be run.
- Uses our system's copy of double-conversion.
- No longer uses looped builds; I haven't seen issues since the update to JOM 1.1.2
- Works around an issue with Qt5Bootstrap (QTBUG-55499)
Regressions to fix:
- Disables many subcomponents
2017-02-23 03:34:21 -08:00
Robert Schumacher
fa3f9dd962
[opengl] Add -ExecutionPolicy Bypass when invoking powershell as a child
...
process.
2017-02-21 23:29:31 -08:00
Alexander Karatarakis
3ae8349d1b
[opengl] Use the latest installed version of WinSDK
...
Resolves #697 , #99
2017-02-21 19:06:30 -08:00
Alexander Karatarakis
d2ed1d9215
Merge pull request #693 from codicodi/add-gtk
...
Add GTK+
2017-02-21 17:09:30 -08:00
Alexander Karatarakis
2906ad00d3
[nana] Update version to fix build error. Resolves #688
2017-02-21 15:21:11 -08:00
Alexander Karatarakis
568d333c1f
Merge pull request #699 from msmolens/support-static-gtest
...
[gtest] Support static build
2017-02-21 13:59:11 -08:00
Alexander Karatarakis
81bb33dc3e
Merge pull request #696 from tobiaskohlbau/master
...
[pqp] Add PQP portfile
2017-02-21 13:39:58 -08:00
Max Smolens
5c8d362b22
[gtest] Support static build
2017-02-21 09:47:17 -05:00
Tobias Kohlbau
f9eb4f98df
[pqp] Add PQP portfile
...
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-02-20 15:41:59 +01:00
codicodi
01ff055cc5
[gtk] initial commit
2017-02-19 12:18:08 +01:00
Jürgen Herrmann
2ab8eb3ef0
dlib port
...
Initial commit for dlib port
2017-02-18 13:11:48 +01:00
Alexander Karatarakis
7ae6c21526
[clockutils] Update to fix build issue. Resolves #677
2017-02-17 17:46:34 -08:00
Alexander Karatarakis
536e18c7cf
[libmysql] Disable installer project
...
Fixes build failure when you have WiX installed in your system and you are using the VS2017 toolset
2017-02-17 16:54:29 -08:00
Robert Schumacher
1c3335ed66
[grpc+protobuf] Update to 1.1.2 and 3.2.0 respectively.
2017-02-17 01:18:32 -08:00
Alexander Karatarakis
6d2b407b28
[mongo-cxx-driver] Don't delete mongocxx/options/ dir
2017-02-16 23:57:56 -08:00
Robert Schumacher
5d873f0520
[hdf5] Fix #673 by explicitly specifying the szip libraries
2017-02-16 22:53:28 -08:00
albertziegenhagel
30a8d6e730
Fixed some typos
2017-02-16 08:10:54 +01:00
Alexander Karatarakis
1ecf03e2b0
[clockutils] Remove stray LICENSE file
...
Fixes post-build checks
2017-02-15 17:45:02 -08:00
Alexander Karatarakis
081c1aa27a
Merge pull request #663 from codicodi/add-gdk-pixbuf
...
Add gdk-pixbuf
2017-02-15 16:54:07 -08:00
Alexander Karatarakis
db4b7dfa65
[lmdb] Bump version
2017-02-15 16:53:20 -08:00
Alexander Karatarakis
42c2fbe504
Merge pull request #660 from willyd/lmdb-fix
...
LMDB: Updated patch to fix size of off_t differences between UNIX and Windows
2017-02-15 16:49:20 -08:00
Alexander Karatarakis
ac905cfa0a
Merge pull request #651 from tobiaskohlbau/master
...
[opencv] bump to 3.2.0
2017-02-15 16:45:52 -08:00
Alexander Karatarakis
500fe7957a
[glbinding] Delete exes that appear in the presence of glfw3. Resolves #537
2017-02-15 16:12:29 -08:00
Alexander Karatarakis
aeae9969b2
Merge pull request #652 from Microsoft/dev/roschuma/openvr
...
[openvr] Initial commit of 1.0.5
2017-02-15 15:05:17 -08:00
flysha
cad7e2a30c
[sqlite3] upgrade to 3.17.0
2017-02-15 20:14:37 +08:00
Alexander Karatarakis
9dac4b073a
[antlr4] Make identation consistent
2017-02-14 18:35:40 -08:00
Alexander Karatarakis
3e0e9e3449
[antlr4] Fix downloading of LICENSE file
2017-02-14 18:34:59 -08:00
Alexander Karatarakis
da26d09716
Add functions to find Program Files folders on the CMake side
2017-02-14 17:29:47 -08:00
Alexander Karatarakis
8aa82bb895
[msmpi] Find the correct Program Files. Resolves #669
2017-02-14 13:03:51 -08:00
sdcb
7c5f8e2f70
[chakracore] upgrade to latest 1.4.1 and fix #665
...
1. upgrade to latest 1.4.1(https://github.com/Microsoft/ChakraCore/releases )
2. fix https://github.com/Microsoft/vcpkg/issues/665 by disable /WX
3. add ch.exe, GCStres.exe, rl.exe into tools directory(which I think maybe useful).
2017-02-14 15:30:30 +08:00
codicodi
18abe2944d
[gdk-pixbuf] disable static builds
2017-02-14 00:27:59 +01:00
codicodi
9406f333aa
[gdk-pixbuf] use latest version
2017-02-13 23:58:50 +01:00
codicodi
0c03dc5631
add-gdk-pixbuf
2017-02-13 23:48:48 +01:00
Alexander Karatarakis
f227500848
Merge pull request #517 from albertziegenhagel/parmetis
...
parmetis
2017-02-13 13:11:54 -08:00
Guillaume Dumont
7bc6851638
Updated patch to fix sizeof off_t differences between UNIX and Windows
2017-02-13 12:10:29 -05:00
Robert Schumacher
e139716c8f
Merge pull request #653 from codicodi/add-libepoxy
...
Add libepoxy
2017-02-12 23:54:52 -08:00
Robert Schumacher
a59f6dda5e
[libepoxy] Disable static builds due to dllimport/export issues.
2017-02-12 23:54:05 -08:00
Iraklis Karagkiozoglou
a82a0c01b5
Remove auto generated comments
2017-02-13 05:45:28 +02:00
Iraklis Karagkiozoglou
a932e5fc20
libnice port
2017-02-13 05:35:12 +02:00
Robert Schumacher
c9bf4b6138
[sfml] Update to 2.4.2
2017-02-11 10:39:57 -08:00
sdcb
a58139adf0
[asio] upgrade to 1.10.8
2017-02-10 17:32:54 +08:00
Robert Schumacher
43665857a3
[fmt] Force headers in shared build to always have FMT_SHARED.
...
Fixes #331 .
2017-02-09 17:23:34 -08:00
codicodi
6c380e0578
fix typo
2017-02-09 18:24:17 +01:00
codicodi
91442a634e
[libepoxy] ensure python is on path
2017-02-09 18:23:21 +01:00
codicodi
6ca475a5b4
add libepoxy
2017-02-09 18:13:52 +01:00
Robert Schumacher
f19c145ab5
[openvr] Initial commit of 1.0.5
2017-02-09 00:33:02 -08:00
Robert Schumacher
678f7faf0b
Merge pull request #639 from msmolens/fix-grpc-exported-targets
...
[grpc] Fix exported targets
2017-02-09 00:04:44 -08:00
Robert Schumacher
47109bb96a
[grpc] Bump package version to match change in cmake config file output
2017-02-09 00:04:05 -08:00
Robert Schumacher
135138391e
Merge pull request #634 from sdcb/sqlite-modern-cpp
...
add sqlite-modern-cpp
2017-02-08 23:56:27 -08:00
Robert Schumacher
ddab90208a
[sqlite-modern-cpp] Avoid moving downloaded file
2017-02-08 23:55:50 -08:00
Robert Schumacher
1bd912bb3e
[rapidjson] Update to 1.1.0
2017-02-08 23:51:16 -08:00
Robert Schumacher
d7607ab726
Merge pull request #648 from chwarr/bond-fetch-gbc
...
Upgrade Bond to 5.2.0 & download pre-compiled gbc
2017-02-08 23:47:41 -08:00
Tobias Kohlbau
6825509522
[opencv] bump to 3.2.0
...
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-02-09 08:46:46 +01:00
Alexander Karatarakis
5693ce8b4d
[hdf5] Enable ninja option
2017-02-08 23:15:27 -08:00
Alexander Karatarakis
08ea0a95f1
Merge branch 'hdf5' of https://github.com/albertziegenhagel/vcpkg into albertziegenhagel-hdf5
2017-02-08 22:42:22 -08:00
Alexander Karatarakis
9e6920849c
Merge pull request #515 from albertziegenhagel/msmpi
...
msmpi
2017-02-08 22:25:49 -08:00
Christopher Warrington
cd44f88573
Install gbc.exe to tools/
...
This at least allows people to write their own codegen rules until Bond
includes its own.
2017-02-08 19:38:10 -08:00
Christopher Warrington
bef39cd24f
Fetch a pre-compiled gbc from GitHub
...
The BOND_GBC_PATH environment variable is no longer consulted, and the
Haskell toolchain will _not_ be used even if it exists.
At the moment, the downloaded gbc is amd64 only.
2017-02-08 19:38:10 -08:00
Christopher Warrington
6af35363b8
Upgrade Bond to 5.2.0
...
* Make Bond always build as a static lib.
* Bond's CMake currently isn't written to be able to produce DLLs.
There's a special dllimport/dllexport dance that would need to be
done.
* Apply patch so that Bond doesn't force Boost static libs.
* Apply patch to omit installing Bond's copy of rapidjson.
* Clean up empty bin/ directories, now that vcpkg is more strict.
2017-02-08 19:37:14 -08:00
Robert Schumacher
5f46d896d5
Merge branch 'master' of https://github.com/microsoft/vcpkg
2017-02-08 17:39:39 -08:00
Robert Schumacher
116b1b8c66
Reorder path alterations to generally append instead of prepend.
...
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08 17:39:31 -08:00
Felix Huang
8316692e32
[libraw] update to version 0.18.0
2017-02-08 16:39:16 -08:00
Robert Schumacher
4d43330241
Merge branch 'master' into codicodi-ninja-support
2017-02-08 15:24:59 -08:00
Robert Schumacher
2e94dfe97c
Merge pull request #624 from dzenanz/master
...
Install grpc_cpp_plugin.exe into tools folder
2017-02-08 15:16:11 -08:00
Albert Ziegenhagel
8c63209167
Updated msmpi version to 8.0 & implemented checks for installed redistributable packages
2017-02-08 11:12:18 +01:00
sdflysha
994ebec3ea
[aws-sdk-cpp] bump version to 1.0.61
...
I created a PR here: https://github.com/Microsoft/vcpkg/pull/631 but forgot to bump the aws-sdk-cpp version, I fixed it here.
2017-02-08 10:50:01 +08:00
Alexander Karatarakis
d4fa0b34c0
Add CUDA portfile
...
The intention of this package is for other packages to declare a dependency on CUDA
2017-02-07 17:04:24 -08:00
Max Smolens
8c322ca613
[grpc] Fix exported targets
...
Fix gRPC's exported targets. Now CMake projects can do:
find_package(gRPC CONFIG REQUIRED)
and then use the exported targets such as gRPC::grpc and gRPC::grpc++.
Additionally, install gRPC tools and protoc plugins into the 'tools'
directory. The plugins are required to generate gRPC client and server
interfaces from .proto service definitions.
2017-02-07 15:43:52 -05:00
Robert Schumacher
1bfd72480d
[poco] Fix #475 by adding include path to public interface.
2017-02-06 15:52:48 -08:00
flysha
0bbae46a9c
[sqlite-modern-cpp] add build-depends
2017-02-05 18:30:37 +08:00
flysha
a923738dab
add sqlite-modern-cpp
...
https://github.com/aminroosta/sqlite_modern_cpp
2017-02-05 18:28:50 +08:00
Alexander Karatarakis
ce477bf219
Merge pull request #631 from sdcb/aws-sdk-cpp-1.0.61
...
[aws-sdk-cpp] upgrade to 1.0.61
2017-02-04 00:50:58 -08:00
sdcb
85cab47ea4
[aws-sdk-cpp] upgrade to 1.0.61
...
1. upgrade to 1.0.61
2. disable warning as error temply(fix https://github.com/Microsoft/vcpkg/issues/629 before https://github.com/aws/aws-sdk-cpp/issues/438 )
3. using cmake file(append) instead of patch to define #define USE_IMPORT_EXPORT in SDKConfig.h (simplified code)
2017-02-04 11:18:04 +08:00
Robert Schumacher
20ac877b5e
[wt] Apply upstream patch to fix boost 1.63 compat. Fixes #626 .
2017-02-03 18:54:51 -08:00
Alexander Karatarakis
ac44d93069
[webscoketpp] Fix dependencies
2017-02-03 14:39:16 -08:00
Alexander Karatarakis
bfc7a36e92
[cpprestsdk] Use websocketpp from vcpkg instead of cpprest's copy
2017-02-03 14:38:49 -08:00
codicodi
95af9aac7c
Add Ninja support
2017-02-03 17:16:13 +01:00
Alexander Karatarakis
761d56711e
Add websocketpp
2017-02-02 18:49:50 -08:00
Robert Schumacher
62e7557545
[fmt] Bump version to 3.0.1-2 to correspond with binary output change in 4f5f52ff47
2017-02-02 18:45:51 -08:00
Alexander Karatarakis
5aa5f191ae
[cereal] directly copy folder instead of invoking another cmake to copy
2017-02-02 18:03:32 -08:00
Robert Schumacher
1888c7294f
Merge pull request #421 from Agadoul/master
...
lcms port
2017-02-01 19:17:11 -08:00
Robert Schumacher
7a080e7916
[libvorbis] Fixup missed commit in a2f3a4b
2017-02-01 19:05:55 -08:00
Robert Schumacher
a2f3a4bf4c
[libvorbis] Move patch application outside if() to ensure it applies to previously obtained sources
2017-02-01 19:02:14 -08:00
Dženan Zukić
9ee6208e02
Install grpc_cpp_plugin.exe into tools folder
2017-02-01 12:49:09 -05:00
Dale Stammen
f02c8f9e64
added patch to add missing NO_DEPRECATE defines for UWP
2017-02-01 06:40:01 -08:00
Robert Schumacher
0b2dd9bb98
[boost] Add additional build assertions.
2017-01-31 18:14:25 -08:00
Robert Schumacher
092f56e47d
Merge pull request #615 from stammen/bzip2-fix-uwp
...
[bzip2] Fix UWP builds
2017-01-30 20:01:01 -08:00
Robert Schumacher
846aacdfbf
Merge pull request #602 from codicodi/add-atk
...
add atk
2017-01-30 20:00:10 -08:00
Robert Schumacher
6413900119
Merge pull request #603 from codicodi/add-pango
...
add pango
2017-01-30 19:59:27 -08:00
Robert Schumacher
96fbbf4b71
Merge pull request #605 from smasherprog/master
...
Fixed incorrect naming of files
2017-01-30 19:47:48 -08:00
Robert Schumacher
ae3f4149ed
[fltk] Bump version to correspond with binary layout change
2017-01-30 19:47:14 -08:00
Robert Schumacher
e916d52345
[openssl] Update UWP/WinRT to 1.0.2k
2017-01-30 17:22:46 -08:00
Dale Stammen
90fe56b015
uwp builds need _CRT_SECURE_NO_WARNINGS and others defined
2017-01-30 14:12:08 -08:00
agadoul
4ef429dd9e
implment reviews.
2017-01-30 15:22:39 +01:00
agadoul
798ae24d96
use induced library type.
2017-01-30 14:35:38 +01:00
Scott
d1595aca30
Fixed incorrect naming of files
...
Reverting the naming to stick with how the FLTK library naturally decided to name their files.
There was an error in the renaming where the incorrect libraries were being renamed. Reverting this fixes build linking issues
2017-01-29 15:38:44 -08:00
codicodi
01c4540a77
add pango
2017-01-29 18:46:22 +01:00
codicodi
41942fa9b7
add atk
2017-01-29 18:32:50 +01:00
Robert Schumacher
d776322d2a
Merge pull request #600 from zuntrax/libopus
...
[libopus] add version 1.1.4
2017-01-28 20:12:05 -08:00
Robert Schumacher
faf60f0ee3
[opus] Rename libopus to opus to match upstream project's name
2017-01-28 20:11:26 -08:00
Robert Schumacher
798297f851
Merge pull request #598 from Microsoft/boost163
...
[boost] Update to 1.63
2017-01-28 19:56:27 -08:00
Markus Otto
0ce85b546e
[libopus] add version 1.1.4
2017-01-28 23:27:01 +01:00
Christian Ullrich
d81c9b94eb
[openssl] Update to 1.0.2k
2017-01-28 17:25:17 +01:00
Robert Schumacher
049da0d839
Merge pull request #597 from codicodi/hb-gobject
...
[harfbuzz] add gobject support
2017-01-27 19:07:31 -08:00
Robert Schumacher
6a58bee5e4
[harfbuzz] Uses in-source builds, so we need to clean them every time.
2017-01-27 19:06:50 -08:00
Robert Schumacher
8342a7a7bd
Merge pull request #596 from codicodi/bump-cairo
...
[cairo] update port
2017-01-27 12:44:07 -08:00
Alexander Karatarakis
5de87096b1
Rename xercesc to xerces-c and fix copyright file placement
2017-01-26 16:43:22 -08:00
Eric Mittelette
8bc3c1f062
add xercesc
2017-01-26 16:27:52 -08:00
Alexander Karatarakis
fb7cc35f30
[boost] Update to 1.63
2017-01-26 13:28:07 -08:00
codicodi
d2ef8f847e
[harfbuzz] list glib as dependency
2017-01-26 12:24:17 +01:00
codicodi
95e1f378fd
[harfbuzz] bump version
2017-01-26 11:59:48 +01:00
codicodi
1df57b3585
[harfbuzz] add glib support
2017-01-26 11:25:24 +01:00
codicodi
95b67ab8e9
[cairo] update port
2017-01-26 11:12:55 +01:00
Robert Schumacher
add8ef90b4
Merge pull request #586 from codicodi/fix-libarchive
...
[libarchive] fix build with VS2017
2017-01-25 21:15:51 -08:00
Robert Schumacher
490ddfe2f7
[libarchive] Disable libiconv support
...
This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.
2017-01-25 21:14:57 -08:00
Robert Schumacher
8ff736c6a4
Merge pull request #590 from mmassing/boost_with_bzip2
...
[boost] Add bzip2 support
2017-01-25 17:28:50 -08:00
Robert Schumacher
7bd267bc13
[boost] Bump version to correspond with added bzip2 dependency.
2017-01-25 17:27:53 -08:00
Robert Schumacher
fe96dcab61
[gdal] Bump version to correspond with adding external libpng dependency.
2017-01-25 17:25:56 -08:00
Robert Schumacher
1924c0a139
Merge pull request #592 from sdcb/directxtk-non-win10
...
[directxtk] do not use win10 sdk
2017-01-25 16:43:12 -08:00
Robert Schumacher
e29dfe4b04
Merge pull request #589 from mmassing/gdal_link_external_libpng
...
[gdal] Link against external libpng
2017-01-25 16:40:54 -08:00
Robert Schumacher
ced9ec1fa8
Merge pull request #571 from codicodi/add-fontconfig
...
Add fontconfig
2017-01-25 16:30:41 -08:00
Alexander Karatarakis
8ea9781f4f
[boost] Bump version
2017-01-25 12:47:19 -08:00
Alexander Karatarakis
e4b102e6ce
Merge pull request #588 from mmassing/boost_fix_zlib_in_debug
...
[boost] Fix zlib detection in debug build
2017-01-25 12:46:37 -08:00
Olaf van der Spek
c42d3b3677
Update CONTROL
2017-01-25 16:55:36 +01:00
周杰
db9ea49377
[directxtk] rollback toolpath
2017-01-25 22:37:18 +08:00
周杰
2d4fb63bf8
[directxtk] do not use win10 sdk (can now built without win10 sdk installed)
2017-01-25 22:33:21 +08:00
Manuel Massing
44590c5c1e
[boost] Add bzip2 support
2017-01-25 10:16:44 +01:00
Manuel Massing
23ac6d0c19
[gdal] Link against external libpng
2017-01-25 08:59:40 +01:00
Manuel Massing
a3aeb99092
[boost] Fix zlib detection in debug build
2017-01-25 08:56:36 +01:00
flysha
8fd59c59bc
[libmariadb] rollback conflict with libmysql
2017-01-25 10:25:38 +08:00
flysha
033c7d0af6
Merge remote-tracking branch 'refs/remotes/origin/master'
2017-01-25 10:01:57 +08:00
Alexander Karatarakis
5d45b8beaa
Merge branch 'mpir-static' of https://github.com/sdcb/vcpkg into sdcb-mpir-static
2017-01-24 15:44:51 -08:00
Robert Schumacher
c09e6ff69a
[wt] Suppress reliance on boost autolinking
...
Fixes #558
2017-01-24 14:55:35 -08:00
codicodi
cf5770d264
[libarchive] bump version
2017-01-24 21:59:24 +01:00
codicodi
05b82a96ae
[libarchive] apply patch
2017-01-24 21:59:05 +01:00
codicodi
6946f2d244
[libarchive] add one more patch
2017-01-24 21:57:52 +01:00
flysha
919d8ea1ec
[mpir] enable static build
2017-01-23 21:49:13 +08:00
Robert Schumacher
d1122c844a
Merge pull request #568 from OlafvdSpek/master
...
Package lzo
2017-01-20 17:04:10 -08:00
Robert Schumacher
ed8e7ca79d
[lzo] Disable dynamic builds again due to library not having appropriate dllexport annotations.
2017-01-20 17:03:11 -08:00
Robert Schumacher
83dcda1e11
[lzo] Fix compiler error. Add support for non-static triplets.
2017-01-20 14:47:06 -08:00
Alexander Karatarakis
a5b381f178
[libmysql] Create bin\ and debug\bin\ directories
...
(also make identation consistent)
2017-01-20 14:38:14 -08:00
Alexander Karatarakis
3026c55784
Merge branch 'mysql-5.7.17' of https://github.com/sdcb/vcpkg into sdcb-mysql-5.7.17
2017-01-20 13:46:06 -08:00
codicodi
1380525e5f
[fontconfig] install additional license
2017-01-20 13:38:56 +01:00
sdcb
ce9741f71b
[libmariadb] upgrade to 2.3.2
...
1. upgrade package to 2.3.2
2. enable static build support
3. do not block with libmysql
2017-01-20 17:06:11 +08:00
sdcb
28bd54e0d0
[libmysql] upgrade to 5.7.17
...
1. upgraded upstream mysql version to 5.7.17
2. simplified the patch size from 12K to 2K
3. enabled static build
4. switched mysql.h file to mysql/mysql.h
2017-01-20 15:19:23 +08:00
Robert Schumacher
d6e2ea075c
Merge pull request #551 from smasherprog/master
...
FLTK Port
2017-01-19 18:55:36 -08:00
Robert Schumacher
1c9ea008be
[fltk] Avoid renaming DLLs -- they are referred to by name in LIBs.
2017-01-19 18:55:07 -08:00
Robert Schumacher
2b48e78086
Merge pull request #529 from codicodi/add-glib
...
Add glib
2017-01-19 14:04:09 -08:00
codicodi
882004a819
add-fontconfig
2017-01-19 18:06:42 +01:00
Olaf
083dfc4d9c
Package lzo
2017-01-19 14:23:52 +01:00
Albert Ziegenhagel
9e2fd15455
Do not simply rename "license_sdk.rtf" to "copyright"
2017-01-19 06:31:42 +01:00
Alexander Karatarakis
8ab6e6dfd6
Merge pull request #564 from sdcb/dx101
...
[dx] upgrade to 1.0.1
2017-01-18 17:56:24 -08:00
Alexander Karatarakis
ff40fcaf95
[pcre] Update to 8.39. Add sourceforge mirror
2017-01-18 14:29:01 -08:00
Alexander Karatarakis
6470f746ff
Merge pull request #538 from sdcb/UVAtlas
...
add UVAtlas
2017-01-18 14:16:34 -08:00
flysha
4d9a9d44fe
[dx] upgrade to 1.0.1
2017-01-18 22:20:32 +08:00
Alexander Karatarakis
0d50c6704d
[zlib] Add sourceforge mirror
2017-01-17 15:34:31 -08:00
Alexander Karatarakis
97a2b5a793
[zlib] Update to 1.2.11
2017-01-17 14:45:20 -08:00
Alexander Karatarakis
8bae22ca29
Merge pull request #552 from jwillemsen/master
...
Use ACE 6.4.2 which got released January 17th 2017
2017-01-17 11:45:09 -08:00
Christian Ullrich
bc874e3db2
Fix Boost dynamic build.
...
Some of the Boost libraries build differently depending on whether
BOOST_X_DYN_LINK is defined, so this symbol must be present in the
dynamic build, and removing it as part of disabling auto-link was wrong.
Reverts half of 5a3881a0
.
2017-01-17 15:52:49 +01:00
Johnny Willemsen
52ca9608e0
Use ACE 6.4.2 which got released January 17th 2017
...
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
2017-01-17 10:33:42 +01:00
Alexander Karatarakis
60b0eb3da4
Merge pull request #548 from mwoelk83/master
...
add cereal port
2017-01-16 18:57:34 -08:00
Alexander Karatarakis
08f5e2f04f
Merge pull request #539 from codicodi/fix-grpc
...
[grpc] build statically
2017-01-16 18:38:31 -08:00
Alexander Karatarakis
4ace533ad7
[protobuf] Attempt to make build more consistent
2017-01-16 18:36:47 -08:00
sdcb
2e7f683fde
[uvatlas] do not install the debug lib twice
2017-01-16 12:24:26 +08:00
Scott
8310c5af0a
FLTK Port
2017-01-15 12:08:53 -08:00
Johnny Willemsen
6d42e93c17
Use ACE 6.4.1, the latest micro release
...
* ports/ace/portfile.cmake:
2017-01-15 19:55:34 +01:00
Marcus Wölk
23c6f5f2a7
Create portfile.cmake for cereal
2017-01-14 23:57:15 +01:00
Marcus Wölk
b2619d58c6
Create CONTROL file
2017-01-14 23:56:34 +01:00
codicodi
0600d2b842
[glib] install gdbus-codegen tool
...
It is required to build gtk+
2017-01-14 18:29:00 +01:00
sdcb
bae2386113
fix UVAtlas build, I dropped the uvatlas tool.
2017-01-14 11:09:21 +08:00
sdcb
beec44ae8d
Merge remote-tracking branch 'refs/remotes/upstream/master'
2017-01-14 10:55:19 +08:00
codicodi
f5a0a64e44
[glib] tooools
2017-01-14 02:59:41 +01:00
codicodi
eb7ccc1223
Revert "[glib] use win_iconv and add subdir for tools"
...
This reverts commit ccd3e399f0
.
2017-01-14 02:55:41 +01:00
codicodi
5e1c18cd56
Revert "[glib] hunt down every mention of libiconv"
...
This reverts commit 6a3b19b9e0
.
2017-01-14 02:55:32 +01:00
codicodi
74784355e5
[grpc] build statically and preserve debug libs
2017-01-14 02:55:04 +01:00
Robert Schumacher
c5636c4692
[glew] Avoid renaming DLLs, because LIBs reference them by name. Prefer using vcpkg_copy_pdbs().
2017-01-13 17:54:13 -08:00
Robert Schumacher
51de300681
Merge branch 'rename-glew-ouput' of https://github.com/adam4813/vcpkg into adam4813-rename-glew-ouput
2017-01-13 17:50:24 -08:00
codicodi
6a3b19b9e0
[glib] hunt down every mention of libiconv
2017-01-14 02:20:44 +01:00
codicodi
ccd3e399f0
[glib] use win_iconv and add subdir for tools
2017-01-14 02:15:34 +01:00
Robert Schumacher
45425fe6f0
Merge pull request #536 from stammen/libwebsockets-uwp
...
libwebsockets: added support to build uwp versions
2017-01-13 16:07:09 -08:00
Robert Schumacher
b415c13779
[libwebsockets] Bump version to correspond to source code change for uwp support.
2017-01-13 16:06:30 -08:00
Robert Schumacher
c938d56e49
Merge pull request #534 from ab-acx/http-parser-strict
...
On release set HTTP_PARSER_STRICT to zero.
2017-01-13 16:02:35 -08:00
Robert Schumacher
bf47d0d386
[http-parser] Bump version to reflect build change adding HTTP_PARSER_STRICT=0
2017-01-13 16:01:52 -08:00
Robert Schumacher
6f593cf3e2
Merge pull request #528 from stammen/curl-uwp
...
CURL: added support for building uwp versions
2017-01-13 15:38:57 -08:00
Robert Schumacher
278e6b9ad1
[curl] Bump version to correspond with source code change for uwp support.
2017-01-13 15:38:14 -08:00
Robert Schumacher
f7d192c206
[openssl] Bump version to correspond with source change for uwp support
2017-01-13 15:07:30 -08:00
Robert Schumacher
8e723b84dc
Merge pull request #524 from stammen/openssl-uwp
...
OpenSSL: Fix UWP builds failing WACK testing
2017-01-13 15:06:41 -08:00
Alexander Karatarakis
e11e62e8f3
Identation consistency
2017-01-13 02:21:16 -08:00
Alexander Karatarakis
ffa927a0b0
Merge pull request #521 from sdcb/DirectXMesh
...
add DirectXMesh
2017-01-13 02:20:08 -08:00
Alexander Karatarakis
b9b1c3febc
Merge pull request #518 from albertziegenhagel/szip
...
szip
2017-01-13 02:11:05 -08:00
Albert Ziegenhagel
bad99afb01
Added patch to disable building the static library when BUILD_SHARED_LIB is enabled
2017-01-13 09:49:09 +01:00
sdflysha
04bd4b305c
[directxmesh] specify static only library
2017-01-13 13:53:37 +08:00
Dale Stammen
678721b9a8
added missing free calls after curl_getenv
2017-01-12 21:25:10 -08:00
Dale Stammen
7676b8780d
Merge branch 'master' into curl-uwp
2017-01-12 20:39:49 -08:00
Robert Schumacher
9072f51d74
Merge pull request #525 from stammen/libssh2-uwp
...
libssh2: added support for uwp builds
2017-01-12 17:26:44 -08:00
Robert Schumacher
963cc56a8c
[libssh2] Bump version to match source code change for uwp support
2017-01-12 17:26:04 -08:00
Robert Schumacher
1f655fc24d
Merge pull request #520 from sdcb/DirectXTex
...
add DirectXTex
2017-01-12 17:14:05 -08:00
Robert Schumacher
7553fd42f1
Merge pull request #505 from stammen/freetype-uwp
...
freetype: added support for uwp builds
2017-01-12 17:10:30 -08:00
Robert Schumacher
5082ea5464
[freetype] Bump version to match source changes for uwp
2017-01-12 17:09:45 -08:00
Robert Schumacher
748edda1cb
Merge pull request #496 from patrigg/master
...
Add sdl2_image library
2017-01-12 17:00:14 -08:00
Robert Schumacher
41eba85b32
[tiff] Bump version for change due to UWP support.
2017-01-12 16:48:51 -08:00
Robert Schumacher
3a175393f1
Merge branch 'tiff-uwp' of https://github.com/stammen/vcpkg into stammen-tiff-uwp
2017-01-12 16:48:20 -08:00
Robert Schumacher
5a3881a083
Merge pull request #484 from chrullrich/boost-no-autolink
...
Disable Boost auto-link.
2017-01-12 16:46:47 -08:00
Alexander Karatarakis
f9709aae5f
Merge pull request #516 from albertziegenhagel/metis
...
metis
2017-01-12 15:24:43 -08:00
Dale Stammen
30429e68db
apply uwp patch to all builds
2017-01-12 12:35:24 -08:00
Dale Stammen
e4b1551988
apply patch to all builds, not just uwp
2017-01-12 12:12:45 -08:00
Dale Stammen
2f92128e7f
added support to build uwp versions
2017-01-12 09:20:32 -08:00
ab
8e57be1616
On release set HTTP_PARSER_STRICT to zero.
...
This was done to match the http-parser makefile i.e. building in release mode strict parse is disabled (which is faster) else (in debug) strict parser is used.
2017-01-12 12:28:08 +01:00
Albert Ziegenhagel
8adfa34b08
Add port for VTK
2017-01-12 11:03:02 +01:00
codicodi
912278d22d
[glib] check settings
2017-01-11 21:36:21 +01:00
codicodi
275a59dd9d
Add glib
2017-01-11 21:20:53 +01:00
Dale Stammen
00679b66e3
added support for building uwp versions
2017-01-11 10:59:45 -08:00
Dale Stammen
719e9c7446
added missing store parameter to vcvarsall for uwp builds
2017-01-11 07:42:54 -08:00
flysha
c104c8966f
add uvatlas
2017-01-11 23:09:29 +08:00
flysha
2eadcd75ad
[directxtk] upgrade to dec2016
2017-01-11 22:50:55 +08:00
flysha
09c8abf7ab
add DirectXMesh
2017-01-11 22:42:37 +08:00
flysha
f88b7d667c
add DirectXTex
2017-01-11 22:15:08 +08:00
Albert Ziegenhagel
fda4bb11ce
Add port for hdf5
2017-01-11 12:18:49 +01:00
Albert Ziegenhagel
86b117028b
Add port for szip
2017-01-11 12:13:19 +01:00
Albert Ziegenhagel
7197fbb538
Add port for parmetis
2017-01-11 12:04:38 +01:00
Albert Ziegenhagel
4bf2b196bf
Add port for metis
2017-01-11 12:01:37 +01:00
Albert Ziegenhagel
2581afcbb3
Added msmpi port
2017-01-11 11:54:00 +01:00
Dale Stammen
07a46c8f49
added support for uwp builds
2017-01-10 17:39:13 -08:00
Alexander Karatarakis
220724f4f4
Merge pull request #511 from codicodi/pixman-dll
...
[pixman] enable dynamic builds
2017-01-10 16:57:30 -08:00
Alexander Karatarakis
4f5f52ff47
Fix error message when looking for PYTHON2
2017-01-10 16:02:53 -08:00
codicodi
31aae963ef
[pixman] bump version
2017-01-11 00:55:10 +01:00
codicodi
0ec8e0448f
[pixman] enable dynamic build
2017-01-11 00:54:32 +01:00
Alexander Karatarakis
9581359bd3
Merge pull request #443 from willyd/lmdb
...
Added LMDB
2017-01-10 15:26:27 -08:00
Alexander Karatarakis
fed2ffdfc6
Merge pull request #509 from codicodi/add-ffi
...
Add libffi
2017-01-10 14:59:34 -08:00
Alexander Karatarakis
40ffd65f0e
Merge pull request #507 from codicodi/add-libsigcpp
...
Add libsigcpp
2017-01-10 14:17:25 -08:00
Alexander Karatarakis
1921dbe3f9
Merge pull request #499 from sdcb/mongo-c-static-fix
...
[mongo-c-driver] fix static build
2017-01-10 13:38:21 -08:00
codicodi
54918bc63a
correct version
2017-01-10 15:40:47 +01:00
codicodi
f5fb728196
add libffi
2017-01-10 15:28:45 +01:00
codicodi
19cf1282d9
[libisigc++] tabs to spaces
2017-01-10 12:08:29 +01:00
codicodi
df3c619b69
add libsigcpp
2017-01-10 12:04:17 +01:00
Patrick Bader
34a0dc005d
Merge branch 'master' of https://github.com/patrigg/vcpkg
2017-01-10 10:59:08 +01:00
Dale Stammen
02964007d6
added support for uwp builds
2017-01-09 19:57:31 -08:00
Alexander Karatarakis
e44a7e611b
Merge pull request #497 from traversaro/patch-3
...
[qt5] Avoid printing warnings for problems in applying"confguration patches"
2017-01-09 19:26:24 -08:00
Dale Stammen
8603441203
added patch to enable uwp builds
2017-01-09 15:54:05 -08:00
Guillaume Dumont
1f63deb204
LMDB port
2017-01-08 08:21:33 -05:00
Patrick Bader
07fb014193
[sdl2-image] changed include directory to SDL2 include directory
2017-01-07 11:51:07 +01:00
sdcb
aa964e8d84
set BSON_INCLUDE_DIR is not necessary.
2017-01-07 15:44:29 +08:00
sdcb
6947f0aea1
[mongo-c-driver] fix static build
2017-01-07 15:21:19 +08:00
Alexander Karatarakis
3eccec7231
[spriv-tools] Add version and description
2017-01-06 15:51:53 -08:00
Alexander Karatarakis
833fbb2ef1
[libvorbis] Add version
2017-01-06 15:40:37 -08:00
Patrick Bader
2bb72e6637
[sdl2-image] added dependencies to CONTROL so they will always be statically linked
...
Replaced FindWEBP.cmake with version from freeimage port
2017-01-06 23:20:57 +01:00
Silvio Traversaro
fc8228a79b
[qt5] Fix tabs/spaces mismatch
2017-01-06 23:04:20 +01:00
Silvio Traversaro
95ff552b85
[qt5] Avoid printing warnings for problems in applying"confguration patches"
...
The `QUIET` option for `vcpkg_apply_patches` was added in f4c34bb42d
.
Fixes https://github.com/Microsoft/vcpkg/issues/411 .
2017-01-06 23:02:19 +01:00
Alexander Karatarakis
d4d3133afc
Merge pull request #494 from traversaro/add-qwt
...
Add qwt port
2017-01-06 13:41:01 -08:00
Alexander Karatarakis
4be24efa52
Merge pull request #493 from codicodi/add-archive
...
add libarchive
2017-01-06 13:16:48 -08:00
Patrick Bader
937c4e26b0
fixed findWEBP.cmake to select debug version of webp for debug builds.
2017-01-06 22:05:22 +01:00
Alexander Karatarakis
7f66995a9a
Merge pull request #490 from sdcb/dx
...
Add dx port.
2017-01-06 11:52:54 -08:00
Patrick Bader
37a5504855
finished port of sdl2_image
...
- optional dependencies which are installed in vcpkg are automatically linked
- unavailable dependencies are marked as dynamically linked and dlls have to be copied manually if respective file formats are used
2017-01-06 19:08:31 +01:00
Silvio
3cad0111fb
Add qwt port
2017-01-05 23:46:43 +01:00
codicodi
f99d143dc3
add libarchive
2017-01-05 21:22:32 +01:00
Patrick Bader
29aedfad6c
added first version of SDL2_image library which currently does not link to any external libraries.
2017-01-05 16:42:52 +01:00
codicodi
cff21e04f5
[freetype] specify dependencies
2017-01-05 15:34:06 +01:00
sdcb
41a68f712a
Add dx port.
2017-01-05 15:09:40 +08:00
Patrick Bader
6a220edfb8
[zlib] fixed wrong FILENAME
2017-01-04 10:33:16 -08:00
Patrick Bader
f8210aa32b
[zlib] fixed wrong FILENAME
2017-01-04 15:17:22 +01:00
Alexander Karatarakis
25a2bf7994
[zlib] Update LICENSE
2017-01-03 16:35:02 -08:00
Alexander Karatarakis
6f1f665416
[zlib] Update to 1.2.10
2017-01-03 13:29:17 -08:00
Christian Ullrich
59c34be252
Disable Boost auto-link.
...
Fixes #483 . vcpkg always links all installed libraries for the target
triplet; Boost's own auto-link feature is therefore redundant.
2017-01-03 14:06:49 +01:00
Thomas Fussell
e02e85626f
bump git revision to latest
2017-01-02 20:12:45 -05:00
Alexander Karatarakis
7f4682b20d
Merge pull request #481 from sdcb/chakracore140
...
[chakracore] upgrade to 1.4.0
2017-01-02 08:49:41 -08:00
Alexander Karatarakis
261bfb6d86
Merge pull request #480 from codicodi/add-bzip2
...
add bzip2
2017-01-02 08:48:47 -08:00
flysha
cab893dd20
[chakracore] upgrade to 1.4.0
2017-01-02 23:58:26 +08:00
codicodi
73164f5881
[bzip2] fix indentation
2017-01-02 01:35:12 +01:00
codicodi
044c07ece1
add bzip2
2017-01-02 01:31:42 +01:00
Thomas Fussell
32dd084dea
Merge branch 'master' of http://github.com/Microsoft/vcpkg
2017-01-01 18:28:56 -05:00
Adam Martin
2a8d1510b4
[glew] Renames the glew debug output files
...
The FindGlew.cmake that is official as well as several found in a quick search
don't look for the debug post-fix variant of the library. This was causing vcpkg
to not copy the DLL over on build as it was looking for glew32.dll not glew32d.dll.
2017-01-01 10:08:03 -06:00
Alexander Karatarakis
bc8cca82a2
Merge pull request #477 from codicodi/add-lz4
...
add lz4
2016-12-30 21:03:45 -08:00
Alexander Karatarakis
e69104b761
Merge pull request #476 from codicodi/fix-icu-dt
...
[icu] force rebuild of database
2016-12-30 20:59:29 -08:00
codicodi
aab12428e5
[icu] fix typo
2016-12-30 15:27:25 +01:00
codicodi
bf559d51ec
add lz4
2016-12-30 13:31:33 +01:00
codicodi
2d746d8913
[icu] force rebuild of database
2016-12-30 13:11:58 +01:00
Silvio Traversaro
614320e007
[qt5] Bump version
2016-12-29 10:59:48 +01:00
Silvio Traversaro
6741f959bb
[qt5] Turn -no-pcre -qt-pcre
...
Despite Qt documentation ( http://doc.qt.io/qt-5/configure-options.html ) `-no-pcre` is not recognized as an option, while `-qt-pcre` is recognized as an option.
2016-12-29 10:59:02 +01:00
Robert Schumacher
31daeeb7f5
Merge pull request #470 from codicodi/fix-sdl
...
[sdl2] link to CRT libraries
2016-12-28 19:36:07 -07:00
codicodi
da63f33531
[sdl2] link to CRT libraries
2016-12-29 01:00:43 +01:00
codicodi
9a2825a0a4
[icu] update to 58.2
2016-12-28 12:20:11 +01:00
Alexander Karatarakis
57252f982a
Merge pull request #427 from traversaro/add-ogre
...
Add ogre port
2016-12-27 14:50:26 -08:00
Alexander Karatarakis
a06fa64182
Merge branch 'add-liblzma' of https://github.com/codicodi/vcpkg into codicodi-add-liblzma
2016-12-27 14:41:39 -08:00
Alexander Karatarakis
0b243a5432
Merge branch 'antlr' of https://github.com/sdcb/vcpkg into sdcb-antlr
2016-12-27 14:24:42 -08:00
Alexander Karatarakis
2d9f8ff115
[qt5] Bump version
2016-12-27 14:23:20 -08:00
Alexander Karatarakis
bca354ea7a
Merge branch 'patch-1' of https://github.com/traversaro/vcpkg into traversaro-patch-1
2016-12-27 14:22:42 -08:00
Alexander Karatarakis
04b62c7be9
[gli] Make "header-only" comment same as other ports
2016-12-27 14:18:23 -08:00
Alexander Karatarakis
08572a1c60
Merge branch 'master' of https://github.com/vlj/vcpkg into vlj-master
2016-12-27 14:15:12 -08:00
Alexander Karatarakis
dad9c645ac
Merge pull request #438 from codicodi/add-smpeg
...
[smpeg2] initial commit
2016-12-27 14:13:39 -08:00
Alexander Karatarakis
806dec7564
Merge pull request #423 from vlj/spirv
...
Add spirv-tools and use it to build shaderc.
2016-12-27 13:41:46 -08:00
Jason Yang
f70486314e
[azure-storage-cpp] Upgrade to v2.6.0
2016-12-27 18:07:53 +08:00
codicodi
7ecf688cca
add liblzma
2016-12-25 14:34:01 +01:00
flysha
91f51a084f
[antlr4] initial commit
2016-12-25 18:44:20 +08:00
Robert Schumacher
fc9b42489c
Merge pull request #452 from codicodi/fix-lua
...
[lua] Don't export from executables
2016-12-24 17:12:01 -07:00
Robert Schumacher
692a363701
Merge pull request #454 from sdcb/aws-sdk-1.0.47
...
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24 08:34:07 -07:00
Silvio Traversaro
1cc6a9c4ce
[qt5] Explicitly avoid compiling qt dependencies that could be available in vcpkg
...
To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 .
If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
2016-12-24 15:26:58 +01:00
flysha
efb81070ce
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24 21:36:21 +08:00
flysha
8bcf57f68a
[libbson, mongo-c-driver] bump version to 1.5.1
...
I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
2016-12-24 20:16:31 +08:00
codicodi
90d814f3e2
[lua] bump version
2016-12-24 02:03:25 +01:00
codicodi
3d58393ad2
[lua] don't export from executables
2016-12-24 02:02:55 +01:00
vlj
daeab46090
Add gli.
2016-12-23 19:50:34 +01:00
Alexander Karatarakis
63d3c237c1
Merge pull request #437 from codicodi/fix-sdl2
...
[sdl2] make SDL use libc
2016-12-22 14:09:48 -08:00
Charlie Barto
e88b9c9160
bump qt5 version
2016-12-21 14:56:51 -05:00
vlj
8d9c8a6269
Modify shaderc so that it uses spirv-tools lib.
2016-12-21 20:47:53 +01:00
Charlie Barto
a82d7a4405
work on qt5 5.7.1
2016-12-20 20:37:16 -05:00
codicodi
12f8636815
[sdl2] bump version
2016-12-20 15:37:45 +01:00
codicodi
a5bb368f24
[smpeg2] initial commit
2016-12-20 15:17:24 +01:00
codicodi
704e1ea85a
[sdl2] make SDL2 use libc
2016-12-20 14:52:13 +01:00
Alexander Karatarakis
3b7b380798
Merge pull request #342 from mmassing/statically_linked_glew
...
[glew] Implement static build
2016-12-19 17:21:15 -08:00
Alexander Karatarakis
a1be45adc3
Merge pull request #425 from codicodi/add-modplug
...
[libmodplug] initial commit
2016-12-19 15:34:28 -08:00
Alexander Karatarakis
bcab7f3913
[mongo/libbson] Tabs to spaces
2016-12-19 15:16:38 -08:00
codicodi
92124c9b5e
[libmodplug] preserve archive extension
2016-12-19 17:38:48 +01:00
codicodi
0fca9cfcf7
[libmodplug] nevermind
...
Those headers are used by ModplugXMMS project
2016-12-19 00:37:11 +01:00
codicodi
f2578cccee
[libmodplug] ...not in this directory though
2016-12-18 23:51:24 +01:00
codicodi
419d050933
[libmodplug] dont package internal headers
2016-12-18 23:37:12 +01:00
Silvio
effbdfbb91
Add ogre port
2016-12-18 23:00:35 +01:00
codicodi
b5368c404d
[libmodplug] initial commit
2016-12-18 15:18:24 +01:00
sdcb
ea3113a4f5
[mongo-x-driver] upgrade to 1.51/3.10
2016-12-18 16:26:12 +08:00
vlj
869071a34e
Add spirv-tools.
2016-12-17 12:01:02 +01:00
Robert Schumacher
43262d24da
[fastlz] Name downloaded archive to avoid conflicts with future versions
2016-12-15 13:30:48 -08:00
Robert Schumacher
5c92a3fe62
Merge branch 'fix-fastlz' of https://github.com/codicodi/vcpkg into codicodi-fix-fastlz
2016-12-15 13:29:48 -08:00
codicodi
786d591cc3
[fastlz] specify correct source path
2016-12-15 21:11:27 +01:00
agadoul
9e34484cbe
uncomment removal of utf-8 flag
2016-12-15 13:16:55 +01:00
agadoul
0b62c9ce91
fix warning due to encoding.
2016-12-15 09:12:00 +01:00
Alexander Karatarakis
6507a1ea32
[boost] Bump version
2016-12-14 12:25:34 -08:00
Alexander Karatarakis
fdbfee0aeb
Merge branch 'boost_with_zlib' of https://github.com/mmassing/vcpkg into mmassing-boost_with_zlib
2016-12-14 12:24:31 -08:00
Axel Barrot
6fbd2ad780
support lcms library ( http://www.littlecms.com/download.html )
2016-12-14 15:58:00 +01:00
Alexander Karatarakis
37ec5a1419
Merge branch 'master' of https://github.com/gknowles/vcpkg into gknowles-master
2016-12-12 13:29:53 -08:00
Alexander Karatarakis
5d0a88259a
Merge pull request #409 from ab-acx/http-parser
...
Adding http-parser library
2016-12-12 13:23:01 -08:00
gknowles
7b111b87a8
Add dimcli
2016-12-12 12:05:20 -08:00
codicodi
48ca773907
[sdl2] enable static build
2016-12-11 14:04:59 +01:00
Robert Schumacher
c10e7e4960
[curl] Bump version and require libssh2
2016-12-09 14:20:03 -08:00
Robert Schumacher
daec252787
Merge branch 'CurlWithSSH2' of https://github.com/cguebert/vcpkg into cguebert-CurlWithSSH2
2016-12-09 12:42:28 -08:00
codeandroid
2307fa6274
[boost] unset BOOST_AUTO_LINK_NOMANGLE flag ( fixes #397 ). This was a remnant of a previously enabled system install option which has been disabled in the meantime.
2016-12-08 17:03:45 +01:00
Christophe Guébert
93d83e0a60
Add a patch for curl to find the libssh2 library
2016-12-08 09:00:16 +01:00
Robert Schumacher
ebe2ce7281
Merge pull request #403 from codicodi/add-sfml
...
[sfml] intial commit
2016-12-07 22:00:07 -08:00
Robert Schumacher
0d81422f34
Merge pull request #399 from cguebert/CharLS
...
Add CharLS.
2016-12-07 21:44:19 -08:00
Robert Schumacher
451c1abcd7
Merge pull request #396 from JasonYang-MSFT/azurestorage
...
Add Microsoft Azure Storage Client Library for C++ 2.5.0
2016-12-07 21:43:08 -08:00
Robert Schumacher
31b713ca1f
[vcpkg] Remove all instances of TRIPLET_SYSTEM_NAME; use VCPKG_CMAKE_SYSTEM_NAME instead.
2016-12-07 21:40:36 -08:00
Robert Schumacher
97b0479db0
Merge pull request #395 from stammen/uwp-sqlite
...
UWP: use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
2016-12-07 21:34:44 -08:00
Robert Schumacher
f2a8323be2
Merge pull request #393 from cguebert/uWS
...
Add uWebSockets.
2016-12-07 21:30:06 -08:00
Alexander Karatarakis
a73feb7c99
[ragel] Use SOURCE_PATH when copying license
2016-12-07 15:38:17 -08:00
Alexander Karatarakis
dea170b469
[harfbuzz] Use SOURCE_PATH for copying license
2016-12-07 15:35:23 -08:00
Alexander Karatarakis
91a6913493
[globjects] Use SOURCE_PATH variable
2016-12-07 15:26:30 -08:00
Alexander Karatarakis
220a8597c2
[glbinding] Extract SOURCE_PATH variable
2016-12-07 15:25:33 -08:00
Alexander Karatarakis
7555e6576b
[geos] Extract SOURCE_PATH variable
2016-12-07 15:23:50 -08:00
Alexander Karatarakis
e6ebc03699
[freeglut] Extract SOURCE_PATH variable
2016-12-07 15:21:30 -08:00
Alexander Karatarakis
e8b46b89d0
[assimp] Extract variable SOURCE_PATH
2016-12-07 15:19:16 -08:00
Alexander Karatarakis
ade896e4bf
[asio] Use SOURCE_PATH
2016-12-07 15:18:07 -08:00
codicodi
040555ee81
[sfml] this shouldn't be here...
2016-12-07 23:33:00 +01:00
Guillaume Dumont
f8c119d7fe
Fixed wrong location of gflags license file
2016-12-07 17:22:38 -05:00
codicodi
f047bd733e
[sfml] initial commit
2016-12-07 23:02:23 +01:00
codicodi
abc8c37520
[libflac] bump version
2016-12-07 17:50:56 +01:00
codicodi
764563457f
[libflac] remove unused flags
2016-12-07 17:49:28 +01:00
codicodi
7927112acb
[libflac] link to correct version of ogg
2016-12-07 17:48:01 +01:00
Christophe Guébert
b65005b241
Add CharLS.
2016-12-07 12:30:12 +01:00
Robert Schumacher
ed2994a5e9
[openssl] Fix source path for new archive.
2016-12-06 16:17:58 -08:00
Robert Schumacher
db4dc6d1ce
[openssl] Do not use branches; these will update and constantly break the hash.
2016-12-06 16:15:50 -08:00
Alexander Karatarakis
3b1a2543dd
Merge pull request #394 from stammen/uwp-openssl
...
fixed openssl hash for uwp builds
2016-12-06 15:05:38 -08:00
Alexander Karatarakis
2c115f9670
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2016-12-06 14:43:43 -08:00
Alexander Karatarakis
59587d94c7
[libflac] Fix typo
2016-12-06 14:39:17 -08:00
Robert Schumacher
dd7c39f0e3
[gflags] Lowercase install directories. Bump version to account for this and c0c2135
.
2016-12-06 14:22:24 -08:00
Alexander Karatarakis
023647c36a
Merge branch 'add-flac' of https://github.com/codicodi/vcpkg into codicodi-add-flac
2016-12-06 14:20:41 -08:00
Robert Schumacher
632b8c3cd0
Merge branch 'master' of https://github.com/microsoft/vcpkg
2016-12-06 14:18:45 -08:00
Robert Schumacher
c0c2135a60
[gflags] Add quotes to avoid stripping semicolons from the config module.
2016-12-06 14:18:37 -08:00
Alexander Karatarakis
52a8c21feb
Merge pull request #390 from cguebert/master
...
Add libssh2.
2016-12-06 14:17:22 -08:00
Robert Schumacher
a05a033d74
[aws-sdk-cpp] Check VCPKG_CRT_LINKAGE instead of VCPKG_LIBRARY_LINKAGE. Rename archive to avoid collisions with other libraries.
2016-12-06 13:58:04 -08:00
Alexander Karatarakis
a545be80b4
[boost] Fix dynamic build lib renaming
2016-12-06 13:48:37 -08:00
Alexander Karatarakis
50a85c3159
Merge pull request #383 from codicodi/add-lua-tools
...
[lua] install compiler and interpreter
2016-12-06 13:46:15 -08:00
codicodi
f1a3424c77
[libflac] update config in static builds
...
Now static libs can be used without defining FLAC__NO_DLL by user.
2016-12-06 22:38:25 +01:00
Dale Stammen
c128d007df
use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME
2016-12-06 10:08:15 -08:00
Dale Stammen
8bb60f70ef
fixed openssl hash for uwp builds
2016-12-06 09:05:27 -08:00
Christophe Guébert
7a061e8d90
Add uWebSockets.
2016-12-06 16:42:26 +01:00
Christophe Guébert
05fdf3a01f
Add libssh2.
2016-12-06 14:33:43 +01:00
codicodi
175bb41f82
[libflac] initial commit
2016-12-06 12:14:31 +01:00
Robert Schumacher
af9d82ceb3
Merge pull request #388 from mattiascibien/anax_shared
...
Anax shared lib support
2016-12-06 02:41:30 -08:00
Mattias Cibien
34f103d420
[anax] Bump Version
2016-12-06 11:29:22 +01:00
Mattias Cibien
134993109b
Anax support for shared libs
2016-12-06 11:17:25 +01:00