Commit Graph

7046 Commits

Author SHA1 Message Date
eao197
8c13a782a0 sobjectizer updated to v.5.5.23 2018-11-07 13:48:16 +03:00
Etienne Dechamps
9ad166279c [portaudio] Copy PDB files. (#4583)
This helps with debugging. According to
docs/maintainers/vcpkg_copy_pdbs.md this should always be done.
2018-11-06 18:26:01 -08:00
Tobias Markus
2253ec837a [SDL2 TTF] Fix package name in find_package (#4596) 2018-11-06 18:04:07 -08:00
Lyle Tafoya
ab0212d693 Fixes #4464 GLFW3 dynamic build failure on Linux (#4467)
* Fixes #4464 GLFW3 dynamic build failure on Linux

* [glfw3] Use vcpkg_from_github and remove outdated patch

* [glfw3] Note dependency on xcursor
2018-11-06 17:50:54 -08:00
Agustín Rodríguez
f194e98593 added vscode autodetection in macOS (#4589) 2018-11-06 17:48:34 -08:00
Sergey Sychugin
eaf30a4221 [fftw] Update to 3.3.8 (#4269) 2018-11-06 17:43:59 -08:00
Andy Li
a0d6a2925c [Sqlite3] update to 3.25.2 (#4600)
* [Sqlite3] update to 3.25.2

* [sqlite3] Use vcpkg_extract_source_archive_ex
2018-11-06 17:29:12 -08:00
Lars Ivar Hatledal
bed365bfae add fmi4cpp port (#4650) 2018-11-06 17:07:46 -08:00
Christian Meurin
4ed4272031 win_flex 2.5.9 is no longer downloadable, use 2.5.16 (#4658)
* win_flex 2.5.9 is no longer downloadable, use 2.5.16

* [vcpkg_find_acquire_program] Fix links to flex and bison. Use subdir to avoid conflict with previous version.
2018-11-06 17:03:59 -08:00
Robert Schumacher
d2ffdca39b [docs] Regenerate docs for vcpkg_from_git 2018-11-06 15:47:02 -08:00
Tom Henoch
2c72e57bf4 aixlog port (#4660) 2018-11-06 14:26:03 -08:00
atkawa7
087691c94a fdlibm init (#4165)
* fdlibm init

* fix links

* Fix different hashes creation with google host

* Move functions to script

* Fix documentation

* [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows.

* [fdlibm] Trigger rebuild

* [vcpkg_from_git] Use FETCH_HEAD reference to support tags
2018-11-06 13:56:40 -08:00
Force.Charlie-I
1c01a56dc8 [nghttp2] update 1.34.0 (#4621)
* [nghttp2] update 1.34.0

* [ports] update nghttp2 to 1.34.0
2018-11-04 11:35:31 -08:00
Stanislav Ershov
eebb20eee7 [nlohmann-json] Update to 3.4.0 (#4619) 2018-11-04 11:33:51 -08:00
Mark Ian Holland
dfa01ba5ff [linalg] inital port (#4625) 2018-11-04 11:29:53 -08:00
Tobias Markus
f11fd8aa5d [fribidi] new port (#4627) 2018-11-04 11:28:27 -08:00
Johnny Willemsen
ccafb56411 [ace] Retrieve source package from github which has much more bandwidth (#4628)
* ace 6.5.2

* [ace] Retrieve source package from github which has much more bandwidth as download.dre

* [ace] Use previous filename
2018-11-04 11:27:02 -08:00
Tsukasa Sugiura
4ef6ddddd2 [opencv] Update to OpenCV 3.4.3 (#4636)
Update opencv port to OpenCV 3.4.3.
2018-11-04 11:24:45 -08:00
Alexander Karatarakis
56ea0dca40
Merge pull request #4647 from crackedmind/fix_autocomplete
[autocomplete] Add autocompletion for `vcpkg upgrade`
2018-11-03 19:24:50 -07:00
crackedmind
315ef424f8 [autocomplete] Add autocompletion for vcpkg upgrade 2018-11-04 02:15:07 +03:00
Mark Salisbury
1c2c69529e When downloading a tool, print URL and filepath (#4640)
I'm seeing the error below:

  Building package zlib[core]:x86-windows...
  A suitable version of git was not found (required v2.17.1). Downloading portable git v2.17.1...
  Downloading git...
  WinHttpSendRequest() failed: 12002

I suspect the WinHttpSendRequest error is due to being behind a proxy -
most download issues seem to be this.  Or perhaps because a sys admin
somewhere has disabled WinInet, somehow.  I don't know.  I don't know
how to debug WinHttpSendRequest(); a quick google search didn't help.

By printing the URL that vcpkg is trying to download, and where it's
trying to download to, I can pop the URL in my browser, save it at the
location specified, and move on with my life.
2018-11-02 16:20:02 -07:00
Farwaykorse
01371c88e7 [nanodbc] add support for install --head (#4641)
* [nanodbc] add support for use of --head

* single line copyright handler

* support cmake targets for v2.13
2018-11-02 16:17:07 -07:00
Koby Kahane
91ba6e4631 [rocksdb] update to v5.15.10 (#4342)
* [rocksdb] Update to v5.15.10

* [rocksdb] Cleanup

* [rocksdb] Fix cmake targets name.

* [toolchains] Set NDEBUG in release

* [rocksdb] Disable vcpkg_test_cmake due to misbehavior in x64

* [tiff] Use lzma on linux
2018-11-01 20:47:44 -07:00
Robert Schumacher
cc3fae8e5c
[xerces-c] Avoid building executables (#4576) 2018-11-01 19:47:20 -07:00
Alexander Karatarakis
a589f9f9ed [bootstrap.ps1] Remove unneeded Out-Null 2018-11-01 01:36:51 -07:00
Alexander Karatarakis
9cd5f5be00 [bootstrap.ps1] Cleanup intermediate files after build 2018-11-01 01:36:37 -07:00
Alexander Karatarakis
5a1a75d2d6 [vcxproj] Explicitly specify intermediate and output directories
Avoids case-sensitivity issues, flattens the layout, no Win32 but x86 instead
Issue #4586
2018-11-01 01:26:31 -07:00
Alexander Karatarakis
0ad199727e
Merge pull request #4620 from Farwaykorse/no_user_props
Suggestion: Remove import of user property pages when building vcpkg
2018-10-31 17:21:36 -07:00
Roelf-Jilling
a107942920 Remove import of user property pages when building vcpkg 2018-10-31 11:00:41 +01:00
Alexander Karatarakis
60eca2d4cd [vcpkg hash] Try all shaXXXsum tools 2018-10-30 13:54:35 -07:00
Alexander Karatarakis
7136958e6a [vcpkg hash] Also try sha512sum 2018-10-30 13:54:35 -07:00
Raynor Vliegendhart
b084ab0103 [libgeotiff] Install doc files into the correct place (#4593)
* [libgeotiff] Install doc files in the correct place

The original portfile put documentation (authors, readme, etc.) inside
of vcpkg/installed/<triplet>/doc. This commit modifies the portfile such
that the files are installed to
vcpkg/installed/<triplet>/share/libgeotiff/doc instead.

* [libgeotiff] Bump version

* [libgeotiff] Avoid file(INSTALL)
2018-10-28 14:51:30 -07:00
John Farrier
c23a7f5c9a [celero] Update Celero to v2.4.0 (#4585)
* Upgrade Celero to v2.2.0

* [celero] Fix installed cmake targets

* Updated to Celero v2.4.0
2018-10-28 12:56:27 -07:00
Farwaykorse
5bea5abe39 [uriparser] Update to 0.9.0 (#4587) 2018-10-27 14:44:49 -07:00
Robert Schumacher
3270a9a469 [entityx] Fix osx build by enabling c++14 2018-10-27 12:50:27 -07:00
Robert Schumacher
74d385ff16 [tiff] Disable use of liblzma in uwp to enable building 2018-10-26 21:37:51 -07:00
Robert Schumacher
ac1dd2022a [vcpkg-edit] Don't launch the editor in a clean environment 2018-10-26 21:31:59 -07:00
Robert Schumacher
c538d6d996 Upgrades 2018.10.25 2018-10-26 18:49:29 -07:00
Agustín Rodríguez
f5c8349a85 [websocketpp] update to 0.8.1 (#4554)
* [websocketpp] update to 0.8.1

* [websocketpp] Fix config file
2018-10-26 10:25:35 -07:00
Ignat Loskutov
f0cd4479e8 [pixman] fix compilation on linux (#4570) 2018-10-26 09:28:03 -07:00
Robert Schumacher
ff49020538 [openssl-unix] Consider CMAKE_OSX_SYSROOT 2018-10-25 15:55:33 -07:00
myd7349
30d5f95986 [double-conversion] Remove unnecessary patch (#4321)
* [double-conversion] Remove unnecessary patch

* [double-conversion] Small portfile improvement

* [double-conversion] Provoke rebuild
2018-10-25 15:53:48 -07:00
Glen Knowles
8174938d50 [dimcli] Update to 4.0.1 (#4549)
* [dimcli] update to 3.1.1

* [dimcli] Update to 4.0.1

* [dimcli] Remove quotes around project name
2018-10-25 15:27:36 -07:00
Jonathan Hale
aba5a4abec [corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)
Signed-off-by: Squareys <squareys@googlemail.com>
2018-10-25 15:26:05 -07:00
Agustín Rodríguez
526b53b493 [socket-io-client] new port (#4557) 2018-10-25 15:24:32 -07:00
Roger Leigh
6d5eba6a6d xalan-c: Install headers correctly (#4565)
* Add SKIP_CLEAN option to vcpkg_install_msbuild

Also add vcpkg_clean_msbuild function to factor out clean
logic and allow re-use in portfiles.

* xalan-c: Correct header globbing

* vcpkg_install_msbuild: SKIP_CLEAN documentation correction

* [xalan-c] Add explicit check for localmsgindex header.
[docs] Regenerate
2018-10-25 12:34:45 -07:00
Robert Colton
03f4ab3808 Qscintilla Namespace Fix (#4332)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* define SCI_NAMESPACE for qscintilla port

* [qscintilla] Bump control version

* [qscintilla] Fix spacing. Slightly modernize.
2018-10-25 12:01:44 -07:00
bobk2824
a4403276a2 New package: Native Windows C++ library for EMC ECS S3 REST support (#4035)
* [ecsutil] Initial commit of 1.0.1.2

* [ecsutil] Simplify and use vcpkg_install_msbuild

* [ecsutil] Commit missing patch

* [ecsutil] Remove empty bin directories
2018-10-25 12:00:40 -07:00
Neil McNeight
4bc01b00e0 [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8 (#4492)
* [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8
* Version 1.2 is still required for building DOSbox

* [sdl1][sdl1-net] Revise to install to expected paths
* Headers go in include\ instead of include\SDL1
* Use updated .sln and .vcxproj files

* [sdl1] Modernize
2018-10-25 11:57:39 -07:00
Robert Schumacher
ac85ec3ac7 [scintilla] Update to 4.1.2 2018-10-25 11:50:23 -07:00