aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-04-06[mongo-cxx-driver] Fix UWP builds. Deploy THIRD-PARTY-NOTICES.Robert Schumacher
2017-04-06[mongo-c-driver] Fix UWP builds. Deploy THIRD_PARTY_NOTICES.Robert Schumacher
2017-04-06[libbson] Install THIRD_PARTY_NOTICES. Install PDBS.Robert Schumacher
2017-04-05[libbson] Fix UWP builds. Suppress building static in DLL mode and vice-versa.Robert Schumacher
2017-04-05Merge pull request #897 from KindDragon/masterRobert Schumacher
[libevent] Initial support
2017-04-05[libevent] Fixup cmake config files to not have hardcoded paths.Robert Schumacher
2017-04-05Merge pull request #898 from codicodi/add-sdl2-ttfRobert Schumacher
Add sdl2-ttf
2017-04-05[libxml2] Switch build to CMake for better triplet support. Add liblzma ↵Robert Schumacher
dependency.
2017-04-05Update CHANGELOG and bump version to v0.0.79Alexander Karatarakis
2017-04-05Merge fix regression in CUDA due to sanitized environmentsRobert Schumacher
2017-04-05Merge pull request #895 from tobiaskohlbau/pqpRobert Schumacher
[pqp] fixes wrong declaration of math functions
2017-04-05[pqp] Bump version to correspond with changes to output filesRobert Schumacher
2017-04-05[cuda] Add CUDA_PATH to environment whitelist.Robert Schumacher
2017-04-05Merge pull request #902 from codicodi/bump-libarchiveAlexander Karatarakis
[libarchive] update to 3.3.1
2017-04-05Merge pull request #899 from jumpinjackie/fix-freetype-include-dirRobert Schumacher
[freetype] Patch the include directory to the renamed one
2017-04-05[freetype] In static builds, do not use absolute paths in cmake config files.Robert Schumacher
2017-04-05[libarchive] update to 3.3.1codicodi
2017-04-04Add sdl2-ttfcodicodi
2017-04-04[boost] Fix UWP builds by disabling nonfunctioning components.Robert Schumacher
2017-04-05Patch the freetype include directory to the renamed one [freetype2 -> ↵Jackie Ng
freetype]. Fixes #889
2017-04-04[pqp] fixes wrong declaration of math functionsTobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-04-03Merge pull request #886 from Mixaill/libgdRobert Schumacher
[libgd] add version 2.2.4
2017-04-03[opencv] make use of added comment within controlTobias Kohlbau
2017-04-03Merge pull request #877 from drdanz/ecm_portRobert Schumacher
Add ECM port
2017-04-03[libevent] Initial supportArkadiy Shapkin
2017-04-01[sqlite3] update to 3.18.0Mikhail Paulyshka
2017-04-01[sqlite3] fix uwp buildsMikhail Paulyshka
2017-04-01[libgd] add version 2.2.4Mikhail Paulyshka
2017-03-31[freeimage] Add build for FreeImagePlus.Robert Schumacher
2017-03-31[qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use.Robert Schumacher
2017-03-31Merge pull request #872 from SteffenL/upstream-issue/856-qt5-gui-styleRobert Schumacher
[qt5] Configure without -no-style-* parameters
2017-03-30[glfw3] Fix position of cmake_minimum_required to come before project directive.Robert Schumacher
2017-03-29Add ECM portDaniele E. Domenichelli
2017-03-29[qt5] Configure without -no-style-* parametersSteffen André Langnes
Removed the parameters for Windows styles because they prevent proper style rendering (defaults to Windows 9x style). Removed the parameter for the fusion style for consistency.
2017-03-29Merge pull request #867 from tobiaskohlbau/octomapRobert Schumacher
[octomap] adds port for octomap
2017-03-29[octomap] Place tools in a subdirectory for copy_tool_dependencies. Copy ↵Robert Schumacher
pdbs. Fixup cmake targets.
2017-03-29Merge pull request #862 from tobiaskohlbau/opencv_contribRobert Schumacher
[opencv] adds opencv_contrib option
2017-03-29[octomap] adds port for octomapTobias Kohlbau
Adds port for octomap within vcpkg. In the development branch many CMake related changes occured since 1.8.1 which are quite comfortable for vcpkg integration. Due to this fact for the moment this package is based on commit cefed0c1d79afafa5aeb05273cf1246b093b771c an should be migrated to the next stable version shortly after release. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-03-29Update portfile for v0.14.1Convery
2017-03-29Update CONTROL for v0.14.1Convery
2017-03-28Merge pull request #859 from Microsoft/update_rv3Alexander Karatarakis
Update to latest revision of Range-V3-VS2015
2017-03-28Merge branch 'master' of github.com:Microsoft/vcpkg into opencv_contribTobias Kohlbau
2017-03-28[opencv] adds opencv_contrib optionTobias Kohlbau
Adds the ability to enable opencv_contrib compilation. It is disabled by default and needs to be enabled by the user (see comments for more information). In future release it should be an user selectable option as soon as vcpk supports this functionality. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-03-27Merge pull request #857 from ethanhs/masterRobert Schumacher
pybind11 port
2017-03-27[pybind11] Disable building tests to remove pytest dependency.Robert Schumacher
2017-03-27Update to latest revision of Range-V3-VS2015Casey Carter
2017-03-27fix sourcepath pybind11 2.1.0Ethan Smith
2017-03-27remove unused optionsEthan Smith
2017-03-27update pybind11 to 2.1.0Ethan Smith
2017-03-27add pybind11 portEthan Smith