| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-14 | Merge pull request #5634 from edmBernard/fix_realsense2 | Griffin Downs | |
| [realsense2] fix cmake for linux | |||
| 2019-03-14 | [roaring] Add new port (#5643) | myd7349 | |
| * [roaring] Add new port * [roaring] Add a warning for 32-bit build | |||
| 2019-03-14 | [physx] Initial port (#5618) | RT222 | |
| * [physx] Initial port * [physx] use vcpkg version of cmake if not installed | |||
| 2019-03-14 | Angle updated to master, UWP fix for Angle (#4862) | Roland | |
| * Angle updated to master, UWP fix for Angle * updated uwp patch | |||
| 2019-03-14 | [qt5] Fix mac build (#5624) | Sean Warren | |
| * [qt5] Fix mac build * [qt5] Disable parallel build on mac * [qt5] Fix qmake find on mac * [qt5] Update find jom for mac * [qt5] Fix invocation of build command * [qt5-base] Rebuild packages for #5624 * [harfbuzz] Remove disabled assert (failing due to -Werror) * [qt5] Bump control version * [qt5] Disable harfbuzz on mac * [qt5-base] Disable harfbuzz on mac | |||
| 2019-03-14 | [luasocket] Fix static build for renaming files (#5665) | LarryIII | |
| 2019-03-14 | [libssh]fix config.cmake error, add usage. (#5666) | JackBoosY | |
| 2019-03-14 | Add nuget to vcpkg_find_acquire_program (#4568) | Ethan Smith | |
| * Add nuget to vcpkg_find_acquire_program * Add niget to list of programs one can download | |||
| 2019-03-13 | [tiff] use vcpkg wrapper for all configs, remove dead code (#5584) | Stefano Sinigardi | |
| * [tiff] use vcpkg wrapper for all configs, remove dead code * [tiff] update CONTROL | |||
| 2019-03-13 | [docs] Fix broken link | Phil Christensen | |
| 2019-03-13 | [assimp] fix linux build (#5632) | markdegreef | |
| 2019-03-13 | [fix][jsonnet] Replicating generation command in Linux format (#5652) | Andre Abrantes | |
| * Replicating generation command in Linux format Current port only support Windows. Replicating the commands that generate "std.jsonnet.h" for a Linux build. New command is closer to the original at https://github.com/google/jsonnet/blob/master/Makefile#L162 * [jsonnet] bump control version to force rebuild on update | |||
| 2019-03-13 | [wangle]fix wangle-config.cmake bug (#5653) | JackBoosY | |
| 2019-03-13 | [ecm] Update ecm to 5.56.0 (#5654) | NancyLi1013 | |
| 2019-03-13 | Update libzip to 1.5.2 (#5656) | Lars Ivar Hatledal | |
| * Update libzip to 1.5.2 * Remove reference to patch in portfile * Add patch to fix compilation on windows * Prefer ninja and fix indentation | |||
| 2019-03-13 | Merge pull request #5651 from donny-dont/check-for-filesystem | Griffin Downs | |
| Use feature macro and VC++ compiler version macro to check for support of filesystem | |||
| 2019-03-12 | Update check for VS2015 | Griffin Downs | |
| 2019-03-12 | [pixman]Update version to 0.38.0 (#5641) | NancyLi1013 | |
| 2019-03-12 | install gdal tools (#5644) | shelltdf | |
| 2019-03-12 | [hunspell] update hunspell to 1.7.0 (#5645) | NancyLi1013 | |
| 2019-03-12 | [pangolin]Fix usage bug:include path has one more ../, add usage file. (#5647) | JackBoosY | |
| 2019-03-12 | Use identical check when creating namespace alias | Griffin Downs | |
| 2019-03-12 | Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵ | Griffin Downs | |
| dev/grdowns/5651 | |||
| 2019-03-12 | Merge pull request #5580 from JackBoosY/dev/jack/2181 | Griffin Downs | |
| [apr]Add feature to enable option "APR_INSTALL_PRIVATE_H" to build non-standard files. | |||
| 2019-03-12 | Remove options var; Create var for setting APR_INSTALL_PRIVATE_H | Griffin Downs | |
| 2019-03-12 | [harfbuzz] update Harfbuzz to 2.3.1 (#5359) | Lennart Trunk | |
| * update harfbuzz to 2.2.0 * clean up port and fix portfile/patches * update harfbuzz to 2.3.1 * fix uwp patch * skip test building | |||
| 2019-03-12 | Add newline | Griffin Downs | |
| 2019-03-12 | Express install private headers as feature | Griffin Downs | |
| 2019-03-12 | Merge branch 'master' of https://github.com/microsoft/vcpkg into ↵ | Griffin Downs | |
| dev/grdowns/5580 | |||
| 2019-03-12 | Use feature macro to check for support of filesystem | Don | |
| Rather than defaulting to std::experimental::filesystem in files.h a feature macro can be used to determine what stdfs uses. | |||
| 2019-03-12 | [apr]Modify cmake file instead of make a patch. | JackBoosY | |
| 2019-03-11 | [docs] Add vcpkg functions usage examples (#5639) | Victor Romero | |
| 2019-03-11 | Merge pull request #5509 from myd7349/simdjson-init | Griffin Downs | |
| [simdjson] Add new port (fix #5418) | |||
| 2019-03-11 | [opencv] add nonfree as feature for opencv (#4802) | Griffin Downs | |
| * add nonfree as feature for opencv * Add nonfree feature; Update version str | |||
| 2019-03-11 | Install CGAL as header-only (#4975) | Laurent Rineau | |
| * Update to install CGAL as header-only I think the issue #2471 would be completely solved, if vcpkg installed CGAL as header-only. That way, the installed `CGALConfig.cmake` would search for its dependencies, instead of hard-coding their path in the file. * Bump the version * Fix the cleaning Once CGAL is header-only, no binary library is created, and the `debug/` directory got empty. This commit fixes the cleaning: now the whole `debug/` directory is removed. | |||
| 2019-03-11 | [itk] Fixes broken dependencies between ITK and VTK (#5615) | Tetsuya Hayashi | |
| * Fixes broken dependencies between ITK and VTK restore a line of ed9357a overrided by aa560f1 fixes #5614 * [itk] Fixes broken dependencies between ITK and VTK | |||
| 2019-03-11 | Update various SDL2-based libraries (#5623) | Daniel | |
| * [sdl2-gfx] Update to 1.0.4 * [sdl2-mixer] Update to 2.0.4 (#4934) * [sdl2-image] Update to 2.0.4 * [sdl2-ttf] Update to 2.0.15 * [sdl2-gfx,-image,-ttf] Use vcpkg_extract_source_archive_ex() | |||
| 2019-03-11 | [libepoxy/fribidi] Update version of meson to support VS2019 (#5629) | Cheney Wang | |
| 2019-03-11 | Fix tools/ and add support vcpkg_test_cmake() | Thomas Arcila | |
| 2019-03-11 | sobjectizer updated to v.5.5.24.3 (#5627) | eao197 | |
| 2019-03-11 | [libraw] Add wrapper for static build dependencies (#5626) | Sean Warren | |
| 2019-03-10 | Now able to build the Microsoft/Angle that can be leveraged for UWP (#3272) | Johan Lindfors | |
| * Microsoft Angle now builds for UWP * Updates to files * Fix for Control Flow Guard * Now fails for OSX and Linux, also includes support for ARM64 * Fix for ARM64-WINDOWS | |||
| 2019-03-10 | Fix shaderc compilation with clang (#5622) | tarcila | |
| Using a patch already integrated upstream. | |||
| 2019-03-10 | Fix minor spelling mistakes in documentation (#5620) | Bo Rydberg | |
| 2019-03-11 | [apr]remove enviroment variable "${CMAKE_CURRENT_LIST_DIR}" | JackBoosY | |
| 2019-03-10 | Fix missing terminator .bashrc integration (#5616) | Bo Rydberg | |
| Add NL to last line in ~/.bashrc file | |||
| 2019-03-10 | Upgrade google-cloud-cpp to 0.7.0. (#5619) | Carlos O'Ryan | |
| In this version we can remove the dependency on gtest for the build. Of course there are many other changes, but that is the one relevant for packaging. | |||
| 2019-03-10 | Add Capnproto package | Thomas Arcila | |
| 2019-03-10 | [simdjson] Update to 2019-03-09 (fix UWP build) | myd7349 | |
| 2019-03-09 | Update http-parser to 2.9.0 (#5609) | WebFolder OÜ | |
