Konstantin Podsvirov
a6986fdbea
[vcpkg] Link bcrypt via CMake on Windows ( #3765 )
2018-06-26 11:40:44 -07:00
Mohammad Mahdi Rahimi
d2bc81f921
Update README.md
...
fix typo: add `.git` extention
2018-06-26 17:05:28 +04:30
Robert Schumacher
1296b14f5a
[vcpkg] Hotfix for non-Windows. Don't include <VersionHelpers.h>
2018-06-26 03:42:44 -07:00
AL
617be1b01d
Use WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY instead of WINHTTP_ACCESS_TYPE_DEFAULT_PROXY when Windows 8.1 and newer ( #3785 )
2018-06-26 02:13:56 -07:00
Sztergbaum Roman
bb5303c6e1
[sol2] rename port sol to sol2 and fix the full port ( #3766 )
...
* [sol2] rename port sol to sol2 and fix the full port
* [sol2] Simplification and cleanup. Don't remove upstream's include directory.
2018-06-25 21:43:00 -07:00
Alexander Karatarakis
1ab58d7315
Merge pull request #3730 from LarryIII/FixFolly
...
Add option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 in Folly
2018-06-25 18:25:27 -07:00
Alexander Karatarakis
7d72108b9a
Merge pull request #3753 from LarryIII/FixC2039
...
Remove call to nonexistent member seekpos() of std::fpos
2018-06-25 18:22:56 -07:00
Haojia Yu
b7f916dbec
fix download url of freetype
...
cannot download freetype by using 'http'. should use 'https'
2018-06-21 10:35:03 +08:00
Larry-Hu
4e0939d3c6
Remove call to nonexistent member seekpos() of std::fpos
2018-06-20 02:02:39 -07:00
Alexander Karatarakis
bf6708576c
Merge pull request #3676 from martin-s/feature-graph
...
Dependency graph as new command
2018-06-20 00:34:13 -07:00
Alexander Karatarakis
6b7b82c58a
[fetch] Refactor to allow getting the version along with the path
2018-06-19 23:07:31 -07:00
Alexander Karatarakis
31374871f2
Rename VcpkgStringRange -> StringRange
2018-06-19 23:07:31 -07:00
Alexander Karatarakis
c256ccf452
Introduce stringrange.h/cpp and visualstudio.h/cpp
2018-06-19 23:07:31 -07:00
Alexander Karatarakis
dbae3bfe56
Introduce archives.h/cpp
2018-06-19 23:07:31 -07:00
Alexander Karatarakis
3e76baa163
Introduce downloads.h/cpp
2018-06-19 23:07:31 -07:00
Alexander Karatarakis
84d65840ab
Merge pull request #3713 from Cheney-W/Fixqt5-base
...
Fix error C3615 for qt5-base
2018-06-19 22:00:07 -07:00
Alexander Karatarakis
e7591de8a0
Merge pull request #3718 from robmikh/allanglefix
...
Fix ANGLE on Windows, Linux, and MacOS
2018-06-19 21:59:37 -07:00
Alexander Karatarakis
b65f2d4eab
[.gitignore] Ignore only the root vcpkg
executable
...
Previously it would also ignore vcpkg subdfolders
2018-06-19 16:56:02 -07:00
Simon Hausmann
1bc3110a3b
Fix build of llvm on Linux ( #3751 )
...
The mfcatl dependency is only needed on Windows.
2018-06-19 19:02:49 +02:00
HungMingWu
c83fbc2cc6
Update CMakeLists.txt
2018-06-19 15:24:55 +08:00
Peter Spiess-Knafl
89c736c3e4
Add argtable2 port ( #3742 )
...
* Add argtable2 port
argtable2 include pdbs
* [argtable2] Revert removal of DEBUG_POSTFIX
2018-06-19 07:35:23 +02:00
Alexander Karatarakis
8e6b372f77
[nanorange] Fix description, --head only, don't use the single-header
2018-06-18 17:10:18 -07:00
Alexander Karatarakis
c351a758a5
[nanorange] Introduce port
2018-06-18 17:10:18 -07:00
Robert Schumacher
baf6d78a45
[docs] Add VCPKG_CHAINLOAD_TOOLCHAIN_FILE to the Triplets documentation.
2018-06-18 11:21:03 -07:00
Sztergbaum Roman
bfbc52abbf
[shiva] update to 0.3 ( #3739 )
2018-06-17 21:35:18 +02:00
Daniel Santana
0bf67a9047
[json11] Initial json11 port. ( #3673 )
...
* [json11] Initial json11 port.
* [json11] Adjust version due to lack of upstream version scheme
2018-06-17 00:53:57 +02:00
Daniel Santana
f747914974
[crossguid] Cross Guid Initial port ( #3672 )
...
* [crossguid] Cross Guid Initial port
* [crossguid] Update to latest master to use significantly improved buildsystem.
2018-06-17 00:45:10 +02:00
Robert Schumacher
f5bc21d802
[yaml-cpp] Fix regression on non-windows
2018-06-16 15:28:26 -07:00
Robert Schumacher
dbbab2a9a3
[benchmark] Enable static CRT linkage
2018-06-16 13:43:01 -07:00
Robert Schumacher
c6724beefd
[unicorn-lib] Change dependency to pcre2
2018-06-16 10:22:20 -07:00
Lukas Dürrenberger
6f61b99e2f
Remove freeglut as dependency for SFML ( #3681 )
...
* Remove freeglut as dependency for SFML
SFML doesn't use freeglut as dependency.
I'm not familiar enough with vcpkg, but does 'stb' need to be specified as dependency as well? We already include that header, or does vcpkg make sure it replaces it with the latest stb version?
* [sfml] Bump version and remove qualifier from stb dependency
2018-06-16 19:20:23 +02:00
martin-s
c2b9c33adf
Added parameter to vcpkg_copy_pdbs.cmake ( #3688 )
...
* - Added paths argument to locate pdbs.
* n/a
* - fixed line endings.
* [vcpkg-copy-pdbs] Tweak argument to replace patterns instead of adding patterns. Add slightly more detailed documentation.
2018-06-16 18:42:25 +02:00
Robert Schumacher
3726ce9557
[sqlite3] Improve usage on non-Windows; Fixes example and Fixes #3703
2018-06-16 01:56:12 -07:00
Robert Schumacher
a650bad523
Updates 2018.06.15
2018-06-15 22:16:58 -07:00
Dominic Black
254c5722b1
[tinyobjloader] header-only library ( #3698 )
...
* Added tinyobjloader header-only library
* [tinyobjloader] Use CMake compilation which provides targets
2018-06-16 05:20:05 +02:00
Josue Andrade Gomes
8c77af41ba
GraphicsMagick 1.3.29 ( #3732 )
2018-06-16 04:40:07 +02:00
Robert Schumacher
ee3183c58a
[nana] Fix linux builds; install cmake targets
2018-06-15 14:51:57 -07:00
Robert Schumacher
cd8813fb9c
[fontconfig] Fix non-Windows builds
2018-06-15 14:51:57 -07:00
Larry-Hu
331c1ea8fe
Add option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 in Folly
2018-06-14 23:02:56 -07:00
Alexander Karatarakis
239b353301
[yaml-cpp] Fix _NOEXCEPT
2018-06-14 19:04:43 -07:00
Alexander Karatarakis
7ba1c76781
Add retries to post-extract rename
2018-06-14 14:01:47 -07:00
Martin Hořeňovský
fb7b8365fe
Add a modernized cross-platform fork of MiniSat 2.2 ( #3692 )
...
* Add a modernized cross-platform fork of MiniSat 2.2
* [minisat-master-keying] Put copyright in correct directory. Lowercase share name.
2018-06-14 22:37:39 +02:00
Robert Mikhayelyan
7c9874716a
Fix ANGLE_USE_X11 being dropped on Linux
2018-06-14 12:37:26 -07:00
Nicolai Grodzitski
810268cc51
Upgrade RESTinio to v.0.4.6. ( #3726 )
2018-06-14 19:24:24 +02:00
Alexander Karatarakis
0ecfd89be9
Merge pull request #3720 from Microsoft/dev/alkarata/bootstrapwin64
...
[bootstrap.ps1] Add option for building 64-bit vcpkg.exe
2018-06-13 23:56:06 -07:00
Alexander Karatarakis
0bb94b28c8
Merge pull request #3616 from fcharlie/fcharlie_update
...
[curl] fix curl[tool] support HTTP2 use WinSSL
2018-06-13 19:01:06 -07:00
Alexander Karatarakis
07f30080b2
Merge pull request #3696 from Milerius/master
...
[shiva] add a port of shiva c++ engine
2018-06-13 15:03:57 -07:00
Alexander Karatarakis
c97b12d1b3
Merge pull request #3623 from eao197/master
...
sobjectizer port updated to v.5.5.22.1
2018-06-13 14:59:32 -07:00
Alexander Karatarakis
f8cca36963
Merge pull request #3663 from andreasschulte/sundials_update_3_1_1
...
[sundials] update to 3.1.1
2018-06-13 12:07:12 -07:00
Alexander Karatarakis
4a4215c2e5
Win7 compat. Fail if 64-bit requested on 32-bit machine
2018-06-13 11:54:33 -07:00