aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-31Use cwstring_view in CMakeVariableRobert Schumacher
2017-03-31Fix order of argumentsRobert Schumacher
2017-03-31Rename expected.h to vcpkg_expected.hAlexander Karatarakis
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-31`remove`: Add --dry-run optionAlexander Karatarakis
2017-03-31Add more functions to ImmutableSortedVectorAlexander Karatarakis
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-31[vcpkg] Rework code structure to satisfy /analyze in VS2017Robert Schumacher
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-31[applocal.ps1] Refactor out binary deploymentRobert Schumacher
2017-03-31[applocal.ps1] Keep global set of searched binaries and avoid excessive ↵Robert Schumacher
recursion.
2017-03-31Merge pull request #872 from SteffenL/upstream-issue/856-qt5-gui-styleRobert Schumacher
[qt5] Configure without -no-style-* parameters
2017-03-31[vcpkg] Fix regression introduced in 8dc2699e5d. Fixes #873. Fixes #871. ↵Robert Schumacher
Fixes #874. Fixes #876. When using the toolchain file, VCPKG_TARGET_TRIPLET was not specified, which resulted in all libraries being built against x86-windows.
2017-03-30[examples.md] Add information about how to use header-only libraries from ↵Robert Schumacher
cmake. Improvement suggested by #798.
2017-03-30[glfw3] Fix position of cmake_minimum_required to come before project directive.Robert Schumacher
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 branch 'OlafvdSpek-patch-2'Alexander Karatarakis
2017-03-29Merge branch 'patch-2' of https://github.com/OlafvdSpek/vcpkg into ↵Alexander Karatarakis
OlafvdSpek-patch-2
2017-03-29Merge branch 'OlafvdSpek-patch-3'Alexander Karatarakis
2017-03-29[pch.h] Put windows.h at the top to solve compilation errorsAlexander Karatarakis
2017-03-29Merge branch 'patch-3' of https://github.com/OlafvdSpek/vcpkg into ↵Alexander Karatarakis
OlafvdSpek-patch-3
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 #864 from codicodi/fix-toolchainRobert Schumacher
[vcpkg.cmake] handle alias executable targets
2017-03-29Merge pull request #862 from tobiaskohlbau/opencv_contribRobert Schumacher
[opencv] adds opencv_contrib option
2017-03-29[vcpkg] Fix regression introduced in 67ce764. Fixes #868. Fixes #866.Robert Schumacher
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-28Update CHANGELOG and bump version to v0.0.78Alexander Karatarakis
2017-03-28Merge branch 'Convery-master'Alexander Karatarakis
2017-03-28Merge branch 'master' of https://github.com/Convery/vcpkg into Convery-masterAlexander Karatarakis
2017-03-28Remove unneeded call to c_str()Alexander Karatarakis
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cstring_view in all functions in Checks::Alexander Karatarakis
2017-03-28Rename arg1Alexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cwstring_view in all System functions and remove obsolete overloadsAlexander Karatarakis
2017-03-28Introduce cstring_view and cwstring_viewAlexander Karatarakis
2017-03-28[vcpkg-configure-cmake] Rely on toolchain to provide CMAKE_PREFIX_PATHRobert Schumacher
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-28[vcpkg.cmake] handle alias executable targetscodicodi
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-28Sort includesOlaf van der Spek
2017-03-28Replace all whitespace by a single spaceOlaf van der Spek