aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-19Add dlfcn-win32 portSilvio
2017-03-17Fix error messageAlexander Karatarakis
2017-03-16Merge pull request #811 from codicodi/pcre2Robert Schumacher
Add PCRE2
2017-03-16Merge pull request #808 from Microsoft/tinyexrRobert Schumacher
[tinyexr] Initial port
2017-03-16[dlib] Add dependencies on system copies of jpeg, sqlite, png, and fftwRobert Schumacher
2017-03-16[cpprestsdk] Fix uwp buildsRobert Schumacher
2017-03-16[vcpkg-edit] Fix search for VSCode insidersRobert Schumacher
2017-03-16Merge pull request #814 from PakornV/dlib-19.4Alexander Karatarakis
[dlib] Update to 19.4 and fixed error in Debug mode
2017-03-17Update CONTROLPakorn Vongseela
2017-03-17Update portfile.cmakePakorn Vongseela
2017-03-15[vcpkg] Fix regression with dependency qualifiers.Robert Schumacher
2017-03-16add pcre2codicodi
2017-03-15[libvpx] Remove addition of git to the PATHAlexander Karatarakis
2017-03-15Use -NoProfile when calling powershellAlexander Karatarakis
2017-03-15Add -NoProfile to powershell commandsAlexander Karatarakis
2017-03-15Fix vcpkg_get_windows_sdk.cmake to properly handle space in pathAlexander Karatarakis
2017-03-15[vcpkg-lint] Fix post-build checks to avoid a goose chase around /lib/cmake.Robert Schumacher
2017-03-15`search` Modify messageAlexander Karatarakis
2017-03-15[tinyexr] Initial portAlexander Karatarakis
2017-03-15Merge branch 'Mixaill-libvpx'Alexander Karatarakis
2017-03-15[libvpx] Add git to the PATH before launching command that requires itAlexander Karatarakis
2017-03-15[libvpx] add version 1.6.1Mikhail Paulyshka
2017-03-14Merge pull request #796 from Drako/nlohmann-jsonAlexander Karatarakis
Added nlohmann-json port
2017-03-14Merge pull request #803 from Mixaill/libwebmAlexander Karatarakis
[libwebm] add version 1.0.0.27
2017-03-14Merge pull request #790 from Mixaill/msbuild-platformtoolsetRobert Schumacher
vcpkg_build_msbuild: add PLATFORM_TOOLSET property
2017-03-14Merge pull request #794 from Mixaill/libjpegturbo-armRobert Schumacher
[libjpeg-turbo] fix building on ARM
2017-03-14Merge pull request #773 from Mixaill/botanRobert Schumacher
[botan] add version 2.0.1
2017-03-14[botan] Cleanup.Robert Schumacher
Avoid installing a debug cli tool. Rename the headers to just include/botan instead of include/botan-2/botan. Install the tool's required DLLs, if any. Add vcpkg distribution information to the build process.
2017-03-14[botan] Use out of source buildsRobert Schumacher
2017-03-15[libwebm] add version 1.0.0.27Mikhail Paulyshka
2017-03-14Added nlohmann-json port (for #756)Felix Bytow
First try of a port, so it's not optimal.
2017-03-13Merge pull request #792 from codicodi/bump-gtkAlexander Karatarakis
[gtk] update to 3.22.9
2017-03-13Merge pull request #795 from Mixaill/flatbuffers-toolsAlexander Karatarakis
[flatbuffers] fix flatc.exe moving
2017-03-14[flatbuffers] fix flatc.exe movingMikhail Paulyshka
2017-03-14[libjpeg-turbo] disable SIMD optimizations on ARMMikhail Paulyshka
2017-03-14vcpkg_configure_cmake: fix ARM configuringMikhail Paulyshka
2017-03-14triplets: remove dead codeMikhail Paulyshka
2017-03-13Fix issue of mismatching paths because of trailing newline charAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Enums::nullvalue_used() now requires LineInfo as first argAlexander Karatarakis
2017-03-13Put LineInfo in separate h/cppAlexander Karatarakis
2017-03-13Remove Enums::unreachable(). Use Checks::unreachable() insteadAlexander Karatarakis
2017-03-13Add __declspec(noreturn) to the definitions to match the declarationsAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-13Global variable g_debugging now declared in vcpkglib.hAlexander Karatarakis
2017-03-13Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.hAlexander Karatarakis
2017-03-13Make parameter const to avoid C4239 warningsAlexander Karatarakis
2017-03-13[uwebsockets] Fix control file. Add missing include.Robert Schumacher
2017-03-13Merge pull request #791 from codicodi/bump-pangoAlexander Karatarakis
[pango] update to 1.40.4
2017-03-14[gtk] update to 3.22.9codicodi