aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-01[box2d] Replace buildsystem with CMake for better cross-platform supportRobert Schumacher
2018-05-01[abseil][aws-sdk-cpp][directxmesh][directxtex][directxtk][discord-rpc][exiv2 ↵Robert Schumacher
][folly][jsonnet][libuv][ms-gsl][nuklear][rocksdb][rs-core-lib][thrift][unicorn][zeromq] Upgrades
2018-05-01Clarify toolset numbers and Visual Studio versions (#3355)Jozef Izso
2018-05-01[range-v3] Split ports to enable newer range-v3 versions on linuxRobert Schumacher
2018-05-01[poco] Suffix binaries with mt when building against static CRTRobert Schumacher
2018-05-01[GEOS] Generate debug library names with `d` suffix (#3371)Mateusz Loskot
* [GEOS] Generate debug library names with `d` suffix Currently geos.lib name is used for both, debug and optimised GEOS libraries. This leads to situation when: ``` find_library(GEOS_LIBRARY_DEBUG NAMES geos) find_library(GEOS_LIBRARY_RELEASE NAMES geos) ``` finds the same library for both ``` GEOS_LIBRARY_DEBUG=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib GEOS_LIBRARY_RELEASE=D:/vcpkg/installed/x64-windows/debug/lib/geos.lib ``` This is minimal patch that works around the problem. Next, complete fix should be submitted to GEOS upstream, preferably using exported targets. * [libspatialite] Add missing geos suffixes in static builds
2018-05-01[vcpkg] Fix temporary download directory when vcpkg is located at the root ↵Robert Schumacher
of a drive
2018-04-30Merge pull request #3359 from jasjuang/cgalAlexander Karatarakis
[cgal] update to 4.12
2018-04-30Merge pull request #3376 from pravic/sciter-updateAlexander Karatarakis
[sciter] Update to 4.1.7.5890
2018-04-30Merge pull request #3358 from fbudin69500/DetectAllOldVersionsOfGCCAlexander Karatarakis
Require the version of g++ to be at least 6
2018-04-30[sfml] Support LinuxRobert Schumacher
2018-04-30[docs] Update docsRobert Schumacher
2018-04-30[yato] Bump CONTROL file versionAlexander Karatarakis
2018-04-30Merge pull request #3392 from agruzdev/dev/agruzdev/yatoAlexander Karatarakis
[yato] Bugfix
2018-04-30Merge remote-tracking branch 'remotes/origin/master' into dev/agruzdev/yatoAlexey Gruzdev
2018-04-30[yato] Fixed artifacts copying for non-windows platformsAlexey Gruzdev
2018-04-29[sciter] Update to 4.1.7.5890pravic
2018-04-28[vcpkg-integrate-install] Add vcpkg.path.txt to localappdata for more ↵Robert Schumacher
generic consumption.
2018-04-28Add Visual Studio 2013 Support for Qt5 (#3361)Paul T
Add case for toolset v120 which corresponds to visual studio 2013.
2018-04-28[openssl] added support for platforms without libdl (#3368)Alexej Harm
2018-04-27[ci] Don't block binarycaching = falseAlexander Karatarakis
2018-04-27[Clean patching] Each portref-patchset combo gets its own hash-based directoryAlexander Karatarakis
2018-04-27Bump version of git to 2.17.0 (was 2.16.2)Alexander Karatarakis
2018-04-27Merge pull request #3288 from W1m0k/masterAlexander Karatarakis
[uwebsockets] Update to 0.14.8
2018-04-27Require the version of g++ to be at least 6Francois Budin
On Ubuntu 16.04, old versions of g++ such as 4.9 are available. Other Linux distributions may also ship with g++ versions older than 5. With the previous test, the bootstrap script was not failing fast and instead was starting to compile vcpkg before it encountered the unsupported flag -std=c++1z. The error message was not very explicit and that was making it difficult to the developer to understand what the problem was. However, when using g++ 5, an clear error message was printed to help the user. This commit shows the helpful error message anytime g++ is older than version 6.
2018-04-27[cgal] update to 4.12jasjuang
2018-04-26Fix #3250 (#3284)jiefangxuanyan
* [rapidjson] Fix CMake target (#3250) * [rapidjson] Bump control version. Add usage information.
2018-04-26[clblas] Also delete clBLAS-tune.pdbAlexander Karatarakis
2018-04-26Merge pull request #3299 from jennifer19931112/FixClblasAlexander Karatarakis
Fix vcpkg port clblas
2018-04-26Merge pull request #3300 from UnaNancyOwen/update_realsense2Alexander Karatarakis
[realsense2] Update to v2.10.4
2018-04-26Merge pull request #3325 from agruzdev/dev/agruzdev/yatoAlexander Karatarakis
[yato] Added yato library package
2018-04-26[quirc] Use SOURCE_PATHAlexander Karatarakis
2018-04-26[libqrencode] Use SOURCE_PATHAlexander Karatarakis
2018-04-26[leveldb] Fix SOURCE_PATH. Warn before changing linkage. Other fixesAlexander Karatarakis
2018-04-26[ismrmrd] Use ${SOURCE_PATH}Alexander Karatarakis
2018-04-26[python3] Fix folder handlingAlexander Karatarakis
2018-04-26Merge pull request #3296 from pravic/sqliteAlexander Karatarakis
[sqlite3] update to 3.23.1
2018-04-26Merge pull request #3297 from pravic/sciter-updateAlexander Karatarakis
[sciter] Update to 4.1.6.5883
2018-04-26[llvm] fix issue #3282 (#3286)Jason Juang
2018-04-26Improve cmake routine for nodejs/http-parser. (#3283)Nicolai Grodzitski
* Improve cmake routine for nodejs/http-parser. Now it is installed as a propper target and can be searched with `find_package(http-parser REQUIRED)` and then used as a dependency like this: `target_link_libraries(main PRIVATE nodejs::http_parser)`. Also using namespace for referencing http-parser lib, which is safer, although the old name must still work, as names of the binaries remained unchanged. * Remove duplicate variable definition and add newlines at the end of files. * [http-parser] Rename exported targets to "unofficial", since they are not blessed by upstream
2018-04-25[bootstrap.sh] Minor refactoring for clarityAlexander Karatarakis
2018-04-25Merge pull request #3329 from rudilee/masterAlexander Karatarakis
Checking for sha512sum on OS which doesn't have shasum
2018-04-26[sh] Tweak so only the sh forwarder needs to be +xAlexander Karatarakis
2018-04-25Merge pull request #3256 from eao197/masterAlexander Karatarakis
sobjectizer updated to v.5.5.22
2018-04-25Merge pull request #3277 from lazyhamster/rhashAlexander Karatarakis
Updated rhash to 1.3.6.
2018-04-25[bigint] Add missing header file #3319 (#3320)tamaroth
* [bigint] Add missing header file. File BigIntegerUtils.hh, which is required by the library, was not being copied. * [bigint] Bump control file version
2018-04-25Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2018-04-25Fix #3170 issue with /permissive-Alexander Karatarakis
2018-04-25Update Readme to reflect cross-platform support (#3304)Joel Clay
* Remove Windows as specific prerequisite * Add crossplatform announcement to docs * [find_acquire.cmake] Fix ninja path for mac * Another pass at making more platfrom neutral * two additional fixes * [osx] Ignore .DS_Store file. Fixes #3306 * Remove noexcept from BinaryParagraph() * Add Bash shebang to bootstrap script * Update gitignore to exclude the `vcpkg` binary (artifact of the build script) from the git repo * [sh] Change to #!/bin/sh * [sh] Remove merge conflict lines * [sh] permissions * Since the auto_ptr is removed in c++17, so use unique_ptr to instead of it. * [libxmlpp] Bump version in CONTROL file * [readme] Add additional supported host platforms * [readme] Slight packing and reformatting
2018-04-26Checking for sha512sum on OS which doesn't have shasumRudi Lee