aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-30Merge remote-tracking branch 'upstream/master'jasjuang
2017-09-29[opengl] Rename portfile variableAlexander Karatarakis
2017-09-29Add wincrypt as a portAlexander Karatarakis
2017-09-29Add winsock2 as a portAlexander Karatarakis
2017-09-29Merge pull request #1884 from TheCycoONE/lua_libAlexander Karatarakis
Dynamically link lua.dll to lua.exe
2017-09-28update to 1.2.4 and fix cmake exportsjasjuang
2017-09-28Revert "Extract function for duplicated code"Alexander Karatarakis
This reverts commit eca068e4c5673b888d6470b42d6b5b44b21c4007.
2017-09-28Merge pull request #1341 from UnaNancyOwen/fix_openni2Alexander Karatarakis
Add Kinect driver to OpenNI2 port
2017-09-28Merge pull request #1882 from jasjuang/masterAlexander Karatarakis
new port libfreenect2
2017-09-28Merge pull request #1877 from JonnyPtn/gts-portAlexander Karatarakis
Initial GTS port
2017-09-28Merge pull request #1876 from JonnyPtn/enet-portAlexander Karatarakis
Initial enet port
2017-09-28[abseil] Improve warning messages.Robert Schumacher
2017-09-28[abseil] Initial commit. Highly experimental.Robert Schumacher
2017-09-27Merge remote-tracking branch 'upstream/master'jasjuang
2017-09-27[Toolset selection] Use VS2017 vcvarsall for v140 if availableAlexander Karatarakis
2017-09-27Fix: Don't break before finding all VS2017 instancesAlexander Karatarakis
2017-09-27Dynamically link lua.dll to lua.exeStephen E. Baker
For lua.exe to load C modules which are linked against lua, it must itself be linked against lua, otherwise loading the module fails.
2017-09-27Place line closer to usageAlexander Karatarakis
2017-09-27Extract function for duplicated codeAlexander Karatarakis
2017-09-28[vcpkg-export-ifw] Some improvementsKonstantin Podsvirov
Improvements: - fix typos; - remove outdated repository directory.
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
Download and use tools to make repository and installer
2017-09-28[vcpkg-export-ifw] Separate IFW loopKonstantin Podsvirov
Separate IFW loop compatible with main export loop Fixed mistakes in templates Set current date to ReleaseDate tag
2017-09-28[vcpkg-export-ifw] Use template approach for xml instead of line-by-lineRobert Schumacher
2017-09-28WIP: Export IFWKonstantin Podsvirov
Add export to binary crossplatform repository/installer with GUI based on QtIFW: http://doc.qt.io/qtinstallerframework/ifw-overview.html For correct operation of these changes, you must use the corrected QtIFW: https://codereview.qt-project.org/#/c/203958
2017-09-27Merge pull request #1880 from mloskot/ml/geos-3.6.2Alexander Karatarakis
[geos] Update port to latest GEOS 3.6.2
2017-09-27new port libfreenect2jasjuang
2017-09-26[geos] Update port to latest GEOS 3.6.2Mateusz Loskot
* Bump GEOS version wherever necessary * Update download package and checksum. * Replace download from SVN with official release source package. * Remove generating of geos_svn_revision.h as unnecessary - released source package includes the header. * Explain status of the missing CMake modules. * Remove CMake option -DBUILD_TESTING as unused. GEOS is important dependency of GDAL (updated in #1879; GDAL 2.2.2 can still work with GEOS earlier than 3.6.2).
2017-09-26[gdal] Update port to latest GDAL 2.2.2Mateusz Loskot
* Bump GDAL version wherever necessary * Update download package and checksum. * Remove 0001-Add-support-for-MSVC1900-backported-from-GDAL2.patch no longer necessary. * Recalculate 000N prefix in patche filenames after the removal. * Update 0002-Ensures-inclusion-of-PDB-in-release-dll-if-so-reques.patch * Patch pushed upstream https://trac.osgeo.org/gdal/ticket/7055 and should no longer be necessary in GDAL 2.2.3 or later * Update 0003-Fix-openjpeg-include.patch
2017-09-26Initial GTS portjonathan.r.paton@googlemail.com
2017-09-26Initial enet portjonathan.r.paton@googlemail.com
2017-09-25[anax] Use vcpkg_from_github(). Add missing vcpkg_copy_pdbs()Alexander Karatarakis
2017-09-25Fix more port hashes due to github tar.gz changeAlexander Karatarakis
Related: cb239b92 It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
2017-09-25Merge pull request #1872 from mcgoo/mysql-hash-changedAlexander Karatarakis
update to handle mysql-server release hash change
2017-09-25Merge pull request #1871 from muemart/masterAlexander Karatarakis
Improve pangolin port
2017-09-25[pangolin] Bump versionAlexander Karatarakis
2017-09-25Fix for BUILD_ARGS being always added in non ninja buildglachancecmaisonneuve
2017-09-25update the hash to match the current github release (!)Jim McGrath
2017-09-25Enable static builds of pangolinMartin Müller
2017-09-25Use vcpkg's libraries for pangolin dependenciesMartin Müller
Also fixes missing header that doesn't get installed
2017-09-25Merge pull request #1868 from Mixaill/sdl2-206Alexander Karatarakis
[sdl2] update to 2.0.6
2017-09-25Merge pull request #1867 from Mixaill/openssl-toolAlexander Karatarakis
[openssl] install openssl tool
2017-09-24[openssl] install openssl toolMikhail Paulyshka
2017-09-24[sdl2] update to 2.0.6Mikhail Paulyshka
- update to 2.0.6 - enable cmake-targets - fix export symbols patch - remove default library linkage patch (fixed in upstream)
2017-09-24Update CHANGELOG and bump version to v0.0.90Alexander Karatarakis
2017-09-24`vcpkg portsdiff` Make output format closer to the CHANGELOG formattingAlexander Karatarakis
2017-09-24Merge pull request #1861 from alex85k/shapelibAlexander Karatarakis
[shapelib] initial port
2017-09-24Merge pull request #1863 from JonnyPtn/sfml-githubAlexander Karatarakis
Updated SFML to use github
2017-09-23Updated SFML to use githubjonathan.r.paton@googlemail.com
2017-09-23[shapelib] initial portalex85k
2017-09-23[zlib] Add PREFER_NINJA optionAlexander Karatarakis