aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-18Removing cases and making clearer the textRaydelto Hernandez
The word Privacy was capitalized for no reason. I've also added to word programming so that it's clear that the document refers to programming languages, before it referred only to language.
2018-10-17Survey times. Refactor Chrono stuff. All times UTC, unless explicitly mentionedAlexander Karatarakis
Survey is set to be every 6 months, but you also get one in the first 10 days.
2018-10-17Survey prompts are now shown only for intall/remove/export/updateAlexander Karatarakis
2018-10-17[docopt] Add new port to fix #3935 (#4343)myd7349
* [docopt] Add docopt.cpp to fix #3935 * [docopt] Cleanup * [docopt] Disable vcpkg_test_cmake due to misbehavior on x64 * [docopt] Install only one flavor (static/shared)
2018-10-17[cryptopp] update to 7.0 (#4346)Koby Kahane
* [cryptopp] update to 7.0 * [cryptopp] Fix Linux builds
2018-10-17[libyaml] Add new port for libyaml v0.2.1 (#4484)Neil McNeight
* [libyaml] Add new port for libyaml v0.2.1 * [libyaml] Cleanup
2018-10-17Handle symlink when installing or removing a library (#4479)LRFLEW
2018-10-17[protobuf] Disable building the lite runtime. Resolves ↵Robert Schumacher
https://github.com/protocolbuffers/protobuf/issues/4925.
2018-10-16[vulkan-memory-allocator] Initial port for release 2.1.0 (#4482)Jens Weggemann
* [vulkan-memory-allocator] Initial port for release 2.1.0 Port for https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator, current release 2.1.0. * [vulkan-memory-allocator] Simplification; avoid usage file if not required. Use unofficial- prefix for targets.
2018-10-16[vcpkg] Fix OSX build for old GCC versionsRobert Schumacher
2018-10-16[pcl] Add option introduced in upstream/HEAD (#4462)Tsukasa Sugiura
Add PCL_BUILD_WITH_QHULL_DYNAMIC_LINKING_WIN32 option introduced in upstream/HEAD.
2018-10-16Display names of environment variables correctly for non-Windows (#4471)Alex Dewar
platforms in help Currently vcpkg displays environment variable names in the help as %VARIABLENAME% on non-Windows platforms, where it should be $VARIABLENAME. This patch adds a macro to fix this.
2018-10-16[flatbuffers] fix executable remaining in bin folder (#4294)Erwan BERNARD
* [flatbuffers] fix executable remaining in bin folder * [flatbuffers] clean portfile for flatc executable
2018-10-16Initial restbed port (#4232)Tom Henoch
* Restbed port * [restbed] Disable tests to simplify build. Only build one flavor.
2018-10-16[vcpkg] Fix blocking on `vcpkg edit` with VSCodeRobert Schumacher
2018-10-16[vcpkg] Improve handling of ctrl-c inside `install` or `build`.Robert Schumacher
2018-10-16[vcpkg] Wrap all external process spawning in a Ctrl-C catcher to avoid ↵Robert Schumacher
corrupted consoles
2018-10-15[cpprestsdk] Fix fixup_targets for new versions of cpprestsdkAlexander Karatarakis
2018-10-15Print out the error when dumpbin failsAlexander Karatarakis
2018-10-15[vcpkg env] Add argument to run a commandAlexander Karatarakis
2018-10-15[glbinding] Update to v3.0.2 (#4405)hesiod
* Update glbinding to v3.0.2 Because glbinding introduced a new auxiliary library glbinding-aux the CMake export/config file organization had to be changed. * [glbinding] Simplify targets handling. General port cleanup. Force system-style install on all platforms. * [glbinding] Fix glbinding-config.cmake * [globjects] Pin forward to handle changes in glbinding 3.x
2018-10-15[geos] update to 3.6.3 (fix port build) (#4433)hlysunnaram
* [geos] update to 3.6.3 * [geos] Slight modernization * [geos] Move geos-config to /share/geos/ * [geos] Make share/geos directory
2018-10-15Add ninja for Windows to vcpkgTools.xmlAlexander Karatarakis
2018-10-15Merge pull request #4473 from BillyONeal/use_etc_sslAlexander Karatarakis
Use /etc/ssl for OpenSSL's configuration on *nix.
2018-10-12note existence of VCPKG_CXX_FLAGS also (#4208)mcgoo
2018-10-12Use /etc/ssl for OpenSSL's configuration on *nix.Billy Robert O'Neal III
2018-10-12[gmmlib] Add new port (#4325)ct-clmsn
* initial import * reformat * [gmmlib] Modernize and simplify
2018-10-12[simpleini] Add new port (#4323)myd7349
* [simpleini] Add new port * [simpleini] Fix version number * [simpleini] Slightly simplify portfile
2018-10-12[gdal] update port to 2.3.2 and mysql support as port feature (#4413)hlysunnaram
* [gdal] update port from 2.3.0 to 2.3.2 * [libmariadb] fix build failure when VCPKG_BUILD_TYPE is set * [gdal] remove libmysql dependency from port core to allow x86 build * create new port features: mysql-libmysql and mysql-libmariadb * add mysql-libmysql as default feature: to build on x86, install gdal[core] or gdal[core,mysql-libmariadb] if mysql support is needed
2018-10-12[hwloc] Added utility hwloc-info (#4279)Nagy-Egri Máté Ferenc
* Added version number to project() invocation * Added URL to project() invocation * added hwloc-info target and install() * Removed URL (oops), fixed hwloc-info when using shared libs * [hwloc] Bump control version. Don't package debug version of hwloc-info.
2018-10-12Rebase of #4290 (#4460)Robert Schumacher
* Add tmx port. * [tmx] Simplify port
2018-10-12Update opusfile to v0.11 (#4404)hesiod
2018-10-12[realsense2] Update to v2.16.1 (#4436)Tsukasa Sugiura
Update realsense2 port to librealsense v2.16.1.
2018-10-12Adding Async++ package (#4438)Mohammed Alyousef
* Add files via upload * Update portfile.cmake * Update portfile.cmake * [asyncplusplus] Use more port helpers * [asyncplusplus] Fixup cmake targets
2018-10-12fix boost-lockfree missing dependency (#4445)Alien-AV
* fix boost-lockfree missing dependency spsc_queue.hpp is including next_prior.hpp, which is contained in boost-iterator package. however, boost-iterator is not listed as a dependency of boost-lockfree * [boost-lockfree] Bump control version
2018-10-11connected fail (#4375)Voskrese
wget https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2 --2018-09-30 08:14:17-- https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2 Resolving download.savannah.gnu.org (download.savannah.gnu.org)... 208.118.235.200 Connecting to download.savannah.gnu.org (download.savannah.gnu.org)|208.118.235.200|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2 [following] --2018-09-30 08:14:19-- https://mirror.freedif.org/GNU-Sa/freetype/freetype-2.8.1.tar.bz2 Resolving mirror.freedif.org (mirror.freedif.org)... 113.161.52.138 Connecting to mirror.freedif.org (mirror.freedif.org)|113.161.52.138|:443... failed: Unknown error. Retrying.
2018-10-11Update to ExprTk package (#4378)Arash Partow
2018-10-11[shaderc] Fix for build (#4398)Jens Weggemann
* [shaderc] Fix for build * [glslang] Use 'd' debug suffix on all platforms * [shaderc][spirv-tools] Restore missing cmake options
2018-10-11Fixes #4422 dynamic build failure on Linux (#4423)Lyle Tafoya
* Fixes #4422 dynamic build failure on Linux * [libvorbis] Adapt to modern best practices. Test for files instead of using the platform.
2018-10-11[abseil] Remove cctz dependency. Install all headers. Fixes #4442. Fixes #4373.Robert Schumacher
2018-10-10Add luabridge 2.1 (#4443)jadedrip
* Add luabridge 2.1 * [luabridge] Update to modern port practices, avoid checking in the License.
2018-10-10Fix issue with compiling vcpkg.exe (#4149) (#4213)Ken A. Redergård
* Fix issue with compiling vcpkg.exe (#4149) The check for environment variable PATH match other environment variables. When environment variable VCTargetsPath used by msbuild is changed in cleanEnvironmentHelper.ps1 the path is broken. This makes the compilation of vcpkg.exe fail. This commit fix the issue by checking that environment variable PATH is exactly PATH. * [cleanEnvironmentHelper] Use -eq instead of -match
2018-10-10Add definitions for CMAKE_SYSTEM_VERSION and CMAKE_SYSTEM_PROCESSOR to osx ↵LRFLEW
toolchain (#4441)
2018-10-09clang-formattingAlexander Karatarakis
2018-10-09[vcpkg ci] Remove src as wellAlexander Karatarakis
2018-10-09Remove status_known()Alexander Karatarakis
2018-10-09Fix harfbuzz targets (#4345)Simon Hausmann
Since commit 6a97d0f3d377a35ea691d15ac142ce043f953e71 upstream, the target is in the harfbuzz:: namespace.
2018-10-09Add qt5-script package (#4389)Maxime GIMENO
2018-10-09[tinyfiledialogs] initial release (#4416)kiwixz
* tinyfiledialogs * [tinyfiledialogs] Download loose files instead of tarball
2018-10-09[live555] fix linux build : invalid conversion socklen_t (#4403)Erwan BERNARD