Robert Schumacher
558d54dd4e
[qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use.
2017-03-31 06:35:23 -07:00
Robert Schumacher
bbaf4d77e7
[applocal.ps1] Refactor out binary deployment
2017-03-31 03:11:06 -07:00
Robert Schumacher
1c9fd4aefc
[applocal.ps1] Keep global set of searched binaries and avoid excessive recursion.
2017-03-31 03:05:15 -07:00
Robert Schumacher
044c20dee0
Merge pull request #872 from SteffenL/upstream-issue/856-qt5-gui-style
...
[qt5] Configure without -no-style-* parameters
2017-03-31 01:14:57 -07:00
Robert Schumacher
5414655ea4
[vcpkg] Fix regression introduced in 8dc2699e5d
. Fixes #873 . Fixes #871 . 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-31 00:35:40 -07:00
Robert Schumacher
a6957ebf38
[examples.md] Add information about how to use header-only libraries from cmake. Improvement suggested by #798 .
2017-03-30 22:36:05 -07:00
Robert Schumacher
e8441676e3
[glfw3] Fix position of cmake_minimum_required to come before project directive.
2017-03-30 21:52:18 -07:00
Steffen André Langnes
a81ac6282e
[qt5] Configure without -no-style-* parameters
...
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-29 22:57:43 +02:00
Alexander Karatarakis
a312cb4939
Merge branch 'OlafvdSpek-patch-2'
2017-03-29 13:24:53 -07:00
Alexander Karatarakis
294404e476
Merge branch 'patch-2' of https://github.com/OlafvdSpek/vcpkg into OlafvdSpek-patch-2
2017-03-29 13:17:42 -07:00
Alexander Karatarakis
0f1408c2e6
Merge branch 'OlafvdSpek-patch-3'
2017-03-29 13:16:37 -07:00
Alexander Karatarakis
eb6c65abc8
[pch.h] Put windows.h at the top to solve compilation errors
2017-03-29 13:16:23 -07:00
Alexander Karatarakis
aea362ab70
Merge branch 'patch-3' of https://github.com/OlafvdSpek/vcpkg into OlafvdSpek-patch-3
2017-03-29 13:14:32 -07:00
Robert Schumacher
632e42e16d
Merge pull request #867 from tobiaskohlbau/octomap
...
[octomap] adds port for octomap
2017-03-29 11:08:06 -07:00
Robert Schumacher
9efcd6755e
[octomap] Place tools in a subdirectory for copy_tool_dependencies. Copy pdbs. Fixup cmake targets.
2017-03-29 11:07:24 -07:00
Robert Schumacher
80e1a39a5d
Merge pull request #864 from codicodi/fix-toolchain
...
[vcpkg.cmake] handle alias executable targets
2017-03-29 09:54:48 -07:00
Robert Schumacher
490ba941ef
Merge pull request #862 from tobiaskohlbau/opencv_contrib
...
[opencv] adds opencv_contrib option
2017-03-29 09:54:24 -07:00
Robert Schumacher
830bd8d449
[vcpkg] Fix regression introduced in 67ce764
. Fixes #868 . Fixes #866 .
2017-03-29 09:49:09 -07:00
Tobias Kohlbau
76193ab5ed
[octomap] adds port for octomap
...
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-29 13:18:28 +02:00
Alexander Karatarakis
c09a8f990c
Update CHANGELOG and bump version to v0.0.78
2017-03-28 21:10:35 -07:00
Alexander Karatarakis
5c2593d09a
Merge branch 'Convery-master'
2017-03-28 20:54:32 -07:00
Alexander Karatarakis
9dc6c3a956
Merge branch 'master' of https://github.com/Convery/vcpkg into Convery-master
2017-03-28 20:53:38 -07:00
Alexander Karatarakis
970a179cfd
Remove unneeded call to c_str()
2017-03-28 19:26:07 -07:00
Alexander Karatarakis
42bd55e3ae
Rework optional<T>
2017-03-28 18:59:57 -07:00
Alexander Karatarakis
67ce764c2e
[expected] Now uses exit variants instead of throw variants
2017-03-28 18:48:03 -07:00
Alexander Karatarakis
db4d1df5f0
Remove unneeded calls to c_str()
2017-03-28 18:48:03 -07:00
Alexander Karatarakis
780ef97d1b
Use cstring_view in all functions in Checks::
2017-03-28 18:48:03 -07:00
Alexander Karatarakis
ddf40ccdd3
Rename arg1
2017-03-28 18:48:03 -07:00
Alexander Karatarakis
8aa6f78e3c
Remove unneeded calls to c_str()
2017-03-28 18:48:03 -07:00
Alexander Karatarakis
2b05e401d1
Use cwstring_view in all System functions and remove obsolete overloads
2017-03-28 18:48:03 -07:00
Alexander Karatarakis
8a21d95f5b
Introduce cstring_view and cwstring_view
2017-03-28 18:48:03 -07:00
Robert Schumacher
a9a8772ad4
[vcpkg-configure-cmake] Rely on toolchain to provide CMAKE_PREFIX_PATH
2017-03-28 17:18:07 -07:00
Convery
5e2445e48c
Update portfile for v0.14.1
2017-03-29 01:34:38 +02:00
Convery
53866efeda
Update CONTROL for v0.14.1
2017-03-29 01:33:57 +02:00
Alexander Karatarakis
b36980e682
Merge pull request #859 from Microsoft/update_rv3
...
Update to latest revision of Range-V3-VS2015
2017-03-28 11:54:49 -07:00
codicodi
17c819c353
[vcpkg.cmake] handle alias executable targets
2017-03-28 19:08:30 +02:00
Tobias Kohlbau
a9aaead2d1
Merge branch 'master' of github.com:Microsoft/vcpkg into opencv_contrib
2017-03-28 10:51:53 +02:00
Tobias Kohlbau
4fbcf0df4d
[opencv] adds opencv_contrib option
...
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-28 10:48:07 +02:00
Olaf van der Spek
15e1da0dcf
Sort includes
2017-03-28 09:02:33 +02:00
Olaf van der Spek
74352bc0a6
Replace all whitespace by a single space
2017-03-28 08:57:35 +02:00
Robert Schumacher
a1cfa18481
Merge pull request #857 from ethanhs/master
...
pybind11 port
2017-03-27 17:26:53 -07:00
Robert Schumacher
2aff607cbf
[pybind11] Disable building tests to remove pytest dependency.
2017-03-27 17:26:26 -07:00
Robert Schumacher
125d98cb08
[vcpkg-lint] Improve diagnostics as identified in #857
2017-03-27 16:32:51 -07:00
Robert Schumacher
55e7e89e21
Merge pull request #854 from OlafvdSpek/patch-1
...
Don't shorten without need
2017-03-27 16:30:14 -07:00
Casey Carter
73eeec2d3c
Update to latest revision of Range-V3-VS2015
2017-03-27 13:41:51 -07:00
Alexander Karatarakis
d2bab3c370
Rework Paragraph parsing error handling. Add single paragraph functions
2017-03-27 12:43:14 -07:00
Ethan Smith
4990c31f76
fix sourcepath pybind11 2.1.0
2017-03-27 03:21:22 -04:00
Ethan Smith
7a703e7a98
remove unused options
2017-03-27 02:36:12 -04:00
Ethan Smith
0723e5268d
update pybind11 to 2.1.0
2017-03-27 02:21:48 -04:00
Ethan Smith
bfb3ef841b
add pybind11 port
2017-03-27 02:09:39 -04:00