aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-03-19[liblzma] rename produced librariescodicodi
2017-03-20Added: Selection of library linkage typeShinya Onogi
Selection of library linkage type is added
2017-03-20add a new port, GDCMShinya Onogi
2017-03-19Add dlfcn-win32 portSilvio
2017-03-18download zip from github instead of cloning via gitThomas Fussell
2017-03-18[atk] update to 2.24.0codicodi
2017-03-17Fix build of opencv for uwp #562Hennadii Zabula
2017-03-17Merge branch 'master' of https://github.com/Microsoft/vcpkgThomas Fussell
2017-03-17remove submodule initialization and bump git revisionThomas Fussell
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-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-16add pcre2codicodi
2017-03-15[libvpx] Remove addition of git to the PATHAlexander Karatarakis
2017-03-16[freerdp] add version 2.0.0-beta1+android11Mikhail Paulyshka
2017-03-15[tinyexr] Initial portAlexander 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 #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-14[flatbuffers] fix flatc.exe movingMikhail Paulyshka
2017-03-14[libjpeg-turbo] disable SIMD optimizations on ARMMikhail Paulyshka
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
2017-03-14[pango] update to 1.40.4codicodi
2017-03-13Merge pull request #789 from codicodi/bump-libepoxyAlexander Karatarakis
[libepoxy] update to 1.4.1
2017-03-13Merge pull request #788 from codicodi/bump-glibAlexander Karatarakis
[glib] update to 2.50.3
2017-03-13[libepoxy] update to 1.4.1codicodi
2017-03-13Replace patch 0001 with copying filesAlexander Karatarakis
Previously the patch would create five files. Now the 5 files are checked in and we copy them over.
2017-03-13[glib] update to 2.50.3codicodi
2017-03-13separate dependencies with commasThomas Fussell
2017-03-13Merge branch 'cairomm' of https://github.com/Mixaill/vcpkg into Mixaill-cairommAlexander Karatarakis
2017-03-13Merge pull request #776 from Mixaill/libpoptRobert Schumacher
[libpopt] add version 1.16
2017-03-13[libpopt] add version 1.16Mikhail Paulyshka
2017-03-13Merge pull request #781 from jhruby/masterAlexander Karatarakis
Beast library port
2017-03-13Merge pull request #775 from Mixaill/msvs2017-mpir-winsdkRobert Schumacher
[mpir] detect Windows SDK version (was: retarget MSVS2017 to Windows 10 SDK)
2017-03-13[mpir] Rely on default override of WinSDK.Robert Schumacher
2017-03-13[mpir] Portfile cleanup.Robert Schumacher
Always use the library copyright file (we do not build the executables). Leave copying pdbs to vcpkg_copy_pdbs(). Use the newer VCPKG_TARGET_ARCHITECTURE over TRIPLET_SYSTEM_ARCH. CMake's "MATCHES" conditional performs regex substring search, so * is not needed.