| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-13 | libnice port | Iraklis Karagkiozoglou | |
| 2017-02-11 | [sfml] Update to 2.4.2 | Robert Schumacher | |
| 2017-02-10 | [asio] upgrade to 1.10.8 | sdcb | |
| 2017-02-09 | [fmt] Force headers in shared build to always have FMT_SHARED. | Robert Schumacher | |
| Fixes #331. | |||
| 2017-02-09 | Merge pull request #639 from msmolens/fix-grpc-exported-targets | Robert Schumacher | |
| [grpc] Fix exported targets | |||
| 2017-02-09 | [grpc] Bump package version to match change in cmake config file output | Robert Schumacher | |
| 2017-02-08 | Merge pull request #634 from sdcb/sqlite-modern-cpp | Robert Schumacher | |
| add sqlite-modern-cpp | |||
| 2017-02-08 | [sqlite-modern-cpp] Avoid moving downloaded file | Robert Schumacher | |
| 2017-02-08 | [rapidjson] Update to 1.1.0 | Robert Schumacher | |
| 2017-02-08 | Merge pull request #648 from chwarr/bond-fetch-gbc | Robert Schumacher | |
| Upgrade Bond to 5.2.0 & download pre-compiled gbc | |||
| 2017-02-08 | [hdf5] Enable ninja option | Alexander Karatarakis | |
| 2017-02-08 | Merge branch 'hdf5' of https://github.com/albertziegenhagel/vcpkg into ↵ | Alexander Karatarakis | |
| albertziegenhagel-hdf5 | |||
| 2017-02-08 | Merge pull request #515 from albertziegenhagel/msmpi | Alexander Karatarakis | |
| msmpi | |||
| 2017-02-08 | Install gbc.exe to tools/ | Christopher Warrington | |
| This at least allows people to write their own codegen rules until Bond includes its own. | |||
| 2017-02-08 | Fetch a pre-compiled gbc from GitHub | Christopher Warrington | |
| 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 | Upgrade Bond to 5.2.0 | Christopher Warrington | |
| * 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 | Merge branch 'master' of https://github.com/microsoft/vcpkg | Robert Schumacher | |
| 2017-02-08 | Reorder path alterations to generally append instead of prepend. | Robert Schumacher | |
| 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 | [libraw] update to version 0.18.0 | Felix Huang | |
| 2017-02-08 | Merge branch 'master' into codicodi-ninja-support | Robert Schumacher | |
| 2017-02-08 | Merge pull request #624 from dzenanz/master | Robert Schumacher | |
| Install grpc_cpp_plugin.exe into tools folder | |||
| 2017-02-08 | Updated msmpi version to 8.0 & implemented checks for installed ↵ | Albert Ziegenhagel | |
| redistributable packages | |||
| 2017-02-08 | [aws-sdk-cpp] bump version to 1.0.61 | sdflysha | |
| 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-07 | Add CUDA portfile | Alexander Karatarakis | |
| The intention of this package is for other packages to declare a dependency on CUDA | |||
| 2017-02-07 | [grpc] Fix exported targets | Max Smolens | |
| 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-06 | [poco] Fix #475 by adding include path to public interface. | Robert Schumacher | |
| 2017-02-05 | [sqlite-modern-cpp] add build-depends | flysha | |
| 2017-02-05 | add sqlite-modern-cpp | flysha | |
| https://github.com/aminroosta/sqlite_modern_cpp | |||
| 2017-02-04 | Merge pull request #631 from sdcb/aws-sdk-cpp-1.0.61 | Alexander Karatarakis | |
| [aws-sdk-cpp] upgrade to 1.0.61 | |||
| 2017-02-04 | [aws-sdk-cpp] upgrade to 1.0.61 | sdcb | |
| 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-03 | [wt] Apply upstream patch to fix boost 1.63 compat. Fixes #626. | Robert Schumacher | |
| 2017-02-03 | [webscoketpp] Fix dependencies | Alexander Karatarakis | |
| 2017-02-03 | [cpprestsdk] Use websocketpp from vcpkg instead of cpprest's copy | Alexander Karatarakis | |
| 2017-02-03 | Add Ninja support | codicodi | |
| 2017-02-02 | Add websocketpp | Alexander Karatarakis | |
| 2017-02-02 | [fmt] Bump version to 3.0.1-2 to correspond with binary output change in ↵ | Robert Schumacher | |
| 4f5f52ff47 | |||
| 2017-02-02 | [cereal] directly copy folder instead of invoking another cmake to copy | Alexander Karatarakis | |
| 2017-02-01 | Merge pull request #421 from Agadoul/master | Robert Schumacher | |
| lcms port | |||
| 2017-02-01 | [libvorbis] Fixup missed commit in a2f3a4b | Robert Schumacher | |
| 2017-02-01 | [libvorbis] Move patch application outside if() to ensure it applies to ↵ | Robert Schumacher | |
| previously obtained sources | |||
| 2017-02-01 | Install grpc_cpp_plugin.exe into tools folder | Dženan Zukić | |
| 2017-02-01 | added patch to add missing NO_DEPRECATE defines for UWP | Dale Stammen | |
| 2017-01-31 | [boost] Add additional build assertions. | Robert Schumacher | |
| 2017-01-30 | Merge pull request #615 from stammen/bzip2-fix-uwp | Robert Schumacher | |
| [bzip2] Fix UWP builds | |||
| 2017-01-30 | Merge pull request #602 from codicodi/add-atk | Robert Schumacher | |
| add atk | |||
| 2017-01-30 | Merge pull request #603 from codicodi/add-pango | Robert Schumacher | |
| add pango | |||
| 2017-01-30 | Merge pull request #605 from smasherprog/master | Robert Schumacher | |
| Fixed incorrect naming of files | |||
| 2017-01-30 | [fltk] Bump version to correspond with binary layout change | Robert Schumacher | |
| 2017-01-30 | [openssl] Update UWP/WinRT to 1.0.2k | Robert Schumacher | |
| 2017-01-30 | uwp builds need _CRT_SECURE_NO_WARNINGS and others defined | Dale Stammen | |
