| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-29 | Add winsock2 as a port | Alexander Karatarakis | |
| 2017-09-29 | Merge pull request #1884 from TheCycoONE/lua_lib | Alexander Karatarakis | |
| Dynamically link lua.dll to lua.exe | |||
| 2017-09-28 | Revert "Extract function for duplicated code" | Alexander Karatarakis | |
| This reverts commit eca068e4c5673b888d6470b42d6b5b44b21c4007. | |||
| 2017-09-28 | Merge pull request #1341 from UnaNancyOwen/fix_openni2 | Alexander Karatarakis | |
| Add Kinect driver to OpenNI2 port | |||
| 2017-09-28 | Merge pull request #1882 from jasjuang/master | Alexander Karatarakis | |
| new port libfreenect2 | |||
| 2017-09-28 | Merge pull request #1877 from JonnyPtn/gts-port | Alexander Karatarakis | |
| Initial GTS port | |||
| 2017-09-28 | Merge pull request #1876 from JonnyPtn/enet-port | Alexander 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-27 | [Toolset selection] Use VS2017 vcvarsall for v140 if available | Alexander Karatarakis | |
| 2017-09-27 | Fix: Don't break before finding all VS2017 instances | Alexander Karatarakis | |
| 2017-09-27 | Dynamically link lua.dll to lua.exe | Stephen 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-27 | Place line closer to usage | Alexander Karatarakis | |
| 2017-09-27 | Extract function for duplicated code | Alexander Karatarakis | |
| 2017-09-27 | Merge pull request #1880 from mloskot/ml/geos-3.6.2 | Alexander Karatarakis | |
| [geos] Update port to latest GEOS 3.6.2 | |||
| 2017-09-27 | new port libfreenect2 | jasjuang | |
| 2017-09-26 | [geos] Update port to latest GEOS 3.6.2 | Mateusz 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 | Initial GTS port | jonathan.r.paton@googlemail.com | |
| 2017-09-26 | Initial enet port | jonathan.r.paton@googlemail.com | |
| 2017-09-25 | [anax] Use vcpkg_from_github(). Add missing vcpkg_copy_pdbs() | Alexander Karatarakis | |
| 2017-09-25 | Fix more port hashes due to github tar.gz change | Alexander 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-25 | Merge pull request #1872 from mcgoo/mysql-hash-changed | Alexander Karatarakis | |
| update to handle mysql-server release hash change | |||
| 2017-09-25 | Merge pull request #1871 from muemart/master | Alexander Karatarakis | |
| Improve pangolin port | |||
| 2017-09-25 | [pangolin] Bump version | Alexander Karatarakis | |
| 2017-09-25 | update the hash to match the current github release (!) | Jim McGrath | |
| 2017-09-25 | Enable static builds of pangolin | Martin Müller | |
| 2017-09-25 | Use vcpkg's libraries for pangolin dependencies | Martin Müller | |
| Also fixes missing header that doesn't get installed | |||
| 2017-09-25 | Merge pull request #1868 from Mixaill/sdl2-206 | Alexander Karatarakis | |
| [sdl2] update to 2.0.6 | |||
| 2017-09-25 | Merge pull request #1867 from Mixaill/openssl-tool | Alexander Karatarakis | |
| [openssl] install openssl tool | |||
| 2017-09-24 | [openssl] install openssl tool | Mikhail Paulyshka | |
| 2017-09-24 | [sdl2] update to 2.0.6 | Mikhail Paulyshka | |
| - update to 2.0.6 - enable cmake-targets - fix export symbols patch - remove default library linkage patch (fixed in upstream) | |||
| 2017-09-24 | Update CHANGELOG and bump version to v0.0.90 | Alexander Karatarakis | |
| 2017-09-24 | `vcpkg portsdiff` Make output format closer to the CHANGELOG formatting | Alexander Karatarakis | |
| 2017-09-24 | Merge pull request #1861 from alex85k/shapelib | Alexander Karatarakis | |
| [shapelib] initial port | |||
| 2017-09-24 | Merge pull request #1863 from JonnyPtn/sfml-github | Alexander Karatarakis | |
| Updated SFML to use github | |||
| 2017-09-23 | Updated SFML to use github | jonathan.r.paton@googlemail.com | |
| 2017-09-23 | [shapelib] initial port | alex85k | |
| 2017-09-23 | [zlib] Add PREFER_NINJA option | Alexander Karatarakis | |
| 2017-09-22 | [opencv] Centralize download cache -- TODO: prevent opencv from performing ↵ | Robert Schumacher | |
| downloads. Fix static builds. | |||
| 2017-09-22 | [opencv] Enable static CRT | Robert Schumacher | |
| 2017-09-22 | [opencv] Remove protobuf dependency for UWP | Robert Schumacher | |
| 2017-09-22 | [opencv] Address changes in opencv's CMake scripts in v3.3.0 | Robert Schumacher | |
| 2017-09-22 | Bump required version of CMake to 3.9.3 | Alexander Karatarakis | |
| 3.9.3 contains this interesting change: FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9 | |||
| 2017-09-22 | Merge pull request #1856 from UnaNancyOwen/fix_winpcap | Alexander Karatarakis | |
| Add install pcap_stdinc.h file | |||
| 2017-09-22 | Merge pull request #1858 from dada2048/master | Alexander Karatarakis | |
| Updated llvm to 5.0.0. | |||
| 2017-09-22 | Merge pull request #1857 from jasjuang/master | Alexander Karatarakis | |
| [opencv] fix hash | |||
| 2017-09-22 | [opencv] Remove ceres dependency | Robert Schumacher | |
| 2017-09-22 | Updated llvm to 5.0.0. | Stephane Lajoie | |
| 2017-09-22 | Merge branch 'master' of https://github.com/jasjuang/vcpkg | jasjuang | |
| 2017-09-22 | fix opencv hash | jasjuang | |
