aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-13libnice portIraklis Karagkiozoglou
2017-02-11[sfml] Update to 2.4.2Robert Schumacher
2017-02-11[bootstrap] Specify NuGet Source to avoid impact from user config.Robert Schumacher
2017-02-10Remove unused #includeAlexander Karatarakis
2017-02-10Fix error messageAlexander Karatarakis
2017-02-10build_package() modified to return the result of the buildAlexander Karatarakis
2017-02-10PostBuildLint enum revampAlexander Karatarakis
2017-02-10BuildInfo now holds enum instead of stringAlexander Karatarakis
2017-02-10Add vcpkg_EnumsAlexander Karatarakis
2017-02-10Merge pull request #655 from sdcb/asio-1.10.8Alexander Karatarakis
[asio] upgrade to 1.10.8
2017-02-10[asio] upgrade to 1.10.8sdcb
2017-02-09[fmt] Force headers in shared build to always have FMT_SHARED.Robert Schumacher
Fixes #331.
2017-02-09Improve WinSDK detectionAlexander Karatarakis
2017-02-09Merge pull request #639 from msmolens/fix-grpc-exported-targetsRobert Schumacher
[grpc] Fix exported targets
2017-02-09[grpc] Bump package version to match change in cmake config file outputRobert Schumacher
2017-02-08Merge pull request #634 from sdcb/sqlite-modern-cppRobert Schumacher
add sqlite-modern-cpp
2017-02-08[sqlite-modern-cpp] Avoid moving downloaded fileRobert Schumacher
2017-02-08[vcpkg] Fix typo in a lint checkRobert Schumacher
2017-02-08[rapidjson] Update to 1.1.0Robert Schumacher
2017-02-08Merge pull request #648 from chwarr/bond-fetch-gbcRobert Schumacher
Upgrade Bond to 5.2.0 & download pre-compiled gbc
2017-02-08Merge branch 'albertziegenhagel-hdf5'Alexander Karatarakis
2017-02-08[hdf5] Enable ninja optionAlexander Karatarakis
2017-02-08Merge branch 'hdf5' of https://github.com/albertziegenhagel/vcpkg into ↵Alexander Karatarakis
albertziegenhagel-hdf5
2017-02-08Remove unneeded Import-ModuleAlexander Karatarakis
2017-02-08Remove unnecessary $(PlatformToolset) conditionAlexander Karatarakis
2017-02-08bootstrap.ps1 now detects the available Windows SDKsAlexander Karatarakis
2017-02-08Merge pull request #515 from albertziegenhagel/msmpiAlexander Karatarakis
msmpi
2017-02-08Install gbc.exe to tools/Christopher Warrington
This at least allows people to write their own codegen rules until Bond includes its own.
2017-02-08Fetch a pre-compiled gbc from GitHubChristopher 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-08Upgrade Bond to 5.2.0Christopher 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-08Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2017-02-08Reorder 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-08Merge pull request #647 from yuehuang010/update_librawRobert Schumacher
[libraw] update to version 0.18.0
2017-02-08[libraw] update to version 0.18.0Felix Huang
2017-02-08FormatAlexander Karatarakis
2017-02-08Fix warning about default constructorAlexander Karatarakis
2017-02-08Merge pull request #628 from codicodi/ninja-supportRobert Schumacher
Add Ninja support
2017-02-08Merge branch 'master' into codicodi-ninja-supportRobert Schumacher
2017-02-08Merge pull request #624 from dzenanz/masterRobert Schumacher
Install grpc_cpp_plugin.exe into tools folder
2017-02-08Merge pull request #646 from o-mdr/masterRobert Schumacher
Improved formatting of doc/EXAMPLES.md
2017-02-08[examples] Replace ./ with .\ to preserve copy-paste into cmd.Robert Schumacher
2017-02-08Merge branch 'master' into masterRobert Schumacher
2017-02-08Make regex for OutdatedDyanmicCRTs case insensitiveAlexander Karatarakis
2017-02-08Improved formatting of doc/EXAMPLES.mdOleksii Mandrychenko
- added "./" so that commands can be copy-pasted into the PowerShel
2017-02-08Updated msmpi version to 8.0 & implemented checks for installed ↵Albert Ziegenhagel
redistributable packages
2017-02-08Fix variable name and guard against 0 instancesAlexander Karatarakis
2017-02-08Merge pull request #642 from sdcb/patch-1Robert Schumacher
[aws-sdk-cpp] bump version to 1.0.61
2017-02-08Merge pull request #644 from Microsoft/dev/roschuma/no-intel-mklRobert Schumacher
[vcpkg] Disable Intel MKL for all internal builds. Fixes #609.
2017-02-07Remove OutdatedDynamicCrt enum. Replace with vector<struct>Alexander Karatarakis
2017-02-08[aws-sdk-cpp] bump version to 1.0.61sdflysha
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.