Commit Graph

4419 Commits

Author SHA1 Message Date
Robert Schumacher
d0902e01a5 Merge pull request #1948 from FPar/ports/imgui
Add port for imgui library
2017-10-14 22:26:32 -07:00
Robert Schumacher
a607ad6860 [imgui] Use vcpkg_from_github, use stb from vcpkg. 2017-10-14 22:26:06 -07:00
Robert Schumacher
1f84970219 [abseil] Remove patch that has already been upstreamed. Fixes #1977 2017-10-14 21:57:30 -07:00
Robert Schumacher
561cfe89e6 [eastl] Initial commit 2017-10-14 05:45:57 -07:00
Robert Schumacher
ab48a71c9a [cctz][abseil] Initial commit of cctz, improvement of abseil to build synch and time. 2017-10-14 05:38:43 -07:00
Robert Schumacher
58fd38c820 [vcpkg-autocomplete] Add edit completion 2017-10-14 02:16:55 -07:00
Alexander Karatarakis
b73327558b integrate Fix quotes in command (in case of space in the path) 2017-10-14 02:07:56 -07:00
Alexander Karatarakis
bf41a93b9d [vcpkg] Prefer the current vcpkg directory over the one the vcpkg.exe is located in 2017-10-14 02:07:42 -07:00
Robert Schumacher
fc1a24ad8b [vcpkg] Initial commit of powershell integration 2017-10-14 01:45:28 -07:00
Robert Schumacher
bea4c2ff49 [vcpkg] Begin refactor to use CommandStructure to represent command parsing 2017-10-13 20:58:00 -07:00
Robert Schumacher
0d7381ba40 Merge branch 'refactor-includes' 2017-10-13 18:50:28 -07:00
Robert Schumacher
a790820e8c [vcpkg] Merge from master into refactor-includes 2017-10-13 18:50:12 -07:00
Robert Schumacher
e17de99599 [vcpkg] Re-layout all files using new organization scheme.
All filenames and directories are lowercase. Use dots for namespace separation.
2017-10-13 18:37:41 -07:00
Robert Schumacher
2397cc044e Merge pull request #1966 from podsvirov/vcpkg-export-ifw-safe-description
[vcpkg-export-ifw] Safe description
2017-10-13 18:31:07 -07:00
Alexander Karatarakis
d46a992b3c Don't do function "aliasing" 2017-10-13 15:17:11 -07:00
Alexander Karatarakis
f6a0d78c82 autocomplete Rework command, fixing a lot of corner cases in the process 2017-10-13 14:54:31 -07:00
Konstantin Podsvirov
37fba399ef [vcpkg-export-ifw] Safe description
QtIFW support rich text for component description,
bu some port has not safe ampersand symbol
in description text (for example 'openexr' package),
that should be replaced to '&' symbol name
2017-10-13 05:33:32 +03:00
Alexander Karatarakis
9e19c24d29 vcpkg autocomplete More work on autocomplete 2017-10-12 14:03:37 -07:00
Robert Schumacher
53ad140251 [vcpkg-scripts] Hotpatch revert changes to vcpkg_find_acquire_program.cmake. 2017-10-12 11:54:47 -07:00
Alexander Karatarakis
3efcc3d377 Fix #1963 (permissive- issue) 2017-10-12 11:45:08 -07:00
Robert Schumacher
5d1c5aacf2 Merge pull request #1723 from albertziegenhagel/vtk-components
VTK improvements
2017-10-12 11:22:32 -07:00
Robert Schumacher
85e6b1b36e Merge branch 'master' into vtk-components 2017-10-12 11:22:25 -07:00
Robert Schumacher
9c3f9582fb Merge pull request #1859 from UnaNancyOwen/fix_pcl
Enable PCAP option of PCL
2017-10-12 11:04:10 -07:00
Robert Schumacher
df9eda4fff Merge pull request #1870 from Mixaill/arm64
[vcpkg] ARM64 support
2017-10-12 11:03:47 -07:00
Robert Schumacher
12ac3e9056 Merge pull request #1879 from mloskot/ml/gdal-2.2.2
[gdal] Update port to latest GDAL 2.2.2
2017-10-12 11:00:49 -07:00
Robert Schumacher
94ec090235 Merge pull request #1920 from frederich/Bug_1130
Get proxy credentials behind web proxy
2017-10-12 10:54:20 -07:00
Robert Schumacher
0179bc051e [openni2] Fixup forgot to commit renamed patch file. 2017-10-12 10:52:55 -07:00
Robert Schumacher
9ddc98988f [vcpkg-scripts] Detect and prompt for proxy in more cases 2017-10-12 10:52:00 -07:00
Robert Schumacher
efb482b788 Merge pull request #1924 from alex85k/spatialite-tools
[spatialite-tools] initial port (spatialite.exe and other tools)
2017-10-12 10:43:11 -07:00
Robert Schumacher
37e1f8889c Merge pull request #1937 from UnaNancyOwen/fix_openni2
Add support custom triplets in OpenNI2 port
2017-10-12 10:40:23 -07:00
Robert Schumacher
57b37aac65 [openni2] Use separate copy of sources to enable building multiple triplets. Use vcpkg_from_github. 2017-10-12 10:37:14 -07:00
Robert Schumacher
c9a40fc443 Merge pull request #1938 from DigitalInBlue/#1930_Celero_Initial_Port
#1930 Celero Initial Port
2017-10-12 10:19:00 -07:00
Robert Schumacher
ae0b277ae3 [celero] Update to use vcpkg_from_github and Ninja 2017-10-12 10:18:29 -07:00
LazyHamster
bc141aa2c7 [libidn2] Remove redundant cmake option. 2017-10-12 20:06:28 +03:00
Robert Schumacher
d3afc18e94 Merge pull request #1961 from jasjuang/master
add NVCUDASAMPLES_ROOT to environment variable whitelist
2017-10-12 09:48:46 -07:00
Robert Schumacher
5c66f301b9 [vcpkg-scripts] Remove double expansions 2017-10-12 08:22:50 -07:00
Robert Schumacher
d2c728e0bc [several ports] Remove CMake double expansions inside if() directives 2017-10-12 07:52:48 -07:00
jasjuang
dcfb9d45c1 add NVCUDASAMPLES_ROOT to whitelist 2017-10-12 04:09:52 -07:00
LazyHamster
88761e1b2f [libidn2] initial port 2017-10-12 12:56:58 +03:00
Mikhail Paulyshka
00d89dbd66 vcpkg: initial ARM64 support 2017-10-12 12:02:14 +03:00
Alexander Karatarakis
7cd465b889 vcpkg install Print summary when using the --keep-going flag 2017-10-11 17:56:01 -07:00
Alexander Karatarakis
8704db578a Merge pull request #1954 from jasjuang/mpfr
update mpfr to 3.1.6
2017-10-11 00:31:11 -07:00
jasjuang
c7914d34de update mpfr to 3.1.6 2017-10-10 23:06:14 -07:00
Alexander Karatarakis
d3c45b0668 [tiny-dnn] Use vcpkg_from_github() and fix version 2017-10-09 17:11:34 -07:00
Eric Mittelette
4d837a99b1 Merge branch 'master' of https://github.com/microsoft/vcpkg 2017-10-09 17:02:36 -07:00
Eric Mittelette
40bec91c0b adding tiny-dnn port files 2017-10-09 17:00:03 -07:00
Alexander Karatarakis
b6512bace1 [vswhere.exe] Update to vesrion 2.2.3 (was 2.1.4) 2017-10-09 16:42:40 -07:00
Alexander Karatarakis
ab7a1abc93 [VS detection] Add -products * flag to vswhere. This includes Express and BuildTools SKUs 2017-10-09 16:42:40 -07:00
Fabian Parzefall
3e4b7edb79 Add port for imgui library 2017-10-09 12:48:44 +02:00
Robert Schumacher
d7c60c2048 Merge pull request #1945 from dpogue/string_theory
[string_theory] Initial port
2017-10-08 22:11:59 -07:00