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
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
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