| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-23 | Merge pull request #5207 from huangqinjin/fix-tiff-uwp | Victor Romero | |
| fix tiff build for uwp | |||
| 2019-01-23 | Merge pull request #5206 from Simverge/pdalc | Victor Romero | |
| [pdal-c] Add pdal-c port files | |||
| 2019-01-23 | [pdal-c] Apply patches when obtaining source from GitHub | Victor Romero | |
| 2019-01-23 | [cnl] Add new port (#5158) | myd7349 | |
| 2019-01-23 | Merge pull request #5208 from Jasper-Bekkers/master | Victor Romero | |
| Update flatbuffers to 1.10.0 | |||
| 2019-01-23 | Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵ | Victor Romero | |
| dev/viromer/5206 | |||
| 2019-01-23 | Merge pull request #5220 from ShinNoNoir/libgeotiff-fix-proj4-dep | Victor Romero | |
| [libgeotiff] Debug version gets incorrectly linked with release version of PROJ4 | |||
| 2019-01-23 | Merge pull request #5219 from jasjuang/tinyobjloader | Victor Romero | |
| [tinyobjloader] update to 1.4.1 | |||
| 2019-01-23 | Merge pull request #5165 from seanyen-msft/ports/angle | Victor Romero | |
| [angle] update to version 2019-01-14-c2ee2cc | |||
| 2019-01-23 | Merge pull request #5173 from Dagizmo/x265-linux | Victor Romero | |
| [x265] Enable Linux compilation | |||
| 2019-01-23 | [x265] Fix detect platform | Victor Romero | |
| 2019-01-23 | [libgeotiff] Remove FindPROJ4.cmake from src | Raynor Vliegendhart | |
| The GeoTIFF library ships with its own FindPROJ4.cmake module. This file interferes with the cmake files that are installed by vcpkg for the PROJ4 package. As a result, the debug version of libgeotiff gets incorrectly linked to the release version of PROJ4. By removing FindPROJ4.cmake from the source directory, the vcpkg's .cmake files are used instead, allowing CMake to find the debug version of PROJ4 when building the debug version of libgeotiff. | |||
| 2019-01-22 | [tinyobjloader] update to 1.4.1 | jasjuang | |
| 2019-01-22 | Updating HPX to V1.2 (#4778) | Hartmut Kaiser | |
| 2019-01-22 | fix freetype for macOS (#4774) | angelmixu | |
| * added patch to freetype for assigning a value to macros like HAVE_UNISTD_H as using newer macOS Frameworks fail to compile if they have no value * [freetype] Modernize. Bump control version | |||
| 2019-01-22 | [podofo] Change auto_ptr to unique_ptr. (#5182) | Alexej Harm | |
| * [podofo] Change auto_ptr to unique_ptr. * [podofo] Use PATCHES argument of vcpkg_extract_source_archive_ex | |||
| 2019-01-22 | [vcpkg] Randomize topological sort in CI plans to allow concurrent builds to ↵ | Robert Schumacher | |
| more efficiently interact | |||
| 2019-01-22 | [celero] Revert changes in c6db2c880a064b29e0b38eda29f19510235fb4c9 | Robert Schumacher | |
| 2019-01-22 | Update flatbuffers to 1.10.0 | Jasper-Bekkers | |
| 2019-01-22 | fix tiff build for uwp | huangqinjin | |
| 2019-01-21 | [pdal-c] Add pdal-c port files | Jaime Soto | |
| 2019-01-18 | Updates 2019.01.09 | Robert Schumacher | |
| 2019-01-18 | Merge pull request #5122 from kafeg/master | Victor Romero | |
| [autobahn] Add autobahn-cpp header-only library for WAMP | |||
| 2019-01-17 | [cppgraphqlgen] Update to 1.0.3 bugfix release (#5139) | Bill Avery | |
| * Update to 1.0.2 bugfix release * Update REF to get missing commit * Update to v1.0.3 | |||
| 2019-01-17 | Add public-preview version of azure-iot-sdk-c (#5155) | ewertons | |
| * Add public-preview feature to azure-iot-sdk-c suite of packages * [azure-c-shared-utility][azure-iot-sdk-c] Remove unneeded repeat dependencies in feature | |||
| 2019-01-17 | ms-gsl update to support clang-cl (#5162) | Farwaykorse | |
| 2019-01-17 | [sobjectizer] updated to 5.5.24.1 (#5176) | eao197 | |
| * sobjectizer-v5.5.24 and so5extra-v1.2.2 * sobjectizer updated to v.5.5.24.1 | |||
| 2019-01-16 | [x265] enable linux compilation | José de Jesús Medina Ríos | |
| 2019-01-16 | Merge pull request #5127 from cdcseacave/tinyexif | Victor Romero | |
| [TinyEXIF] Update to version 1.0.2 | |||
| 2019-01-16 | [msmpi] update to 10.0 (#5107) | Stefano Sinigardi | |
| * [msmpi] update to 10.0 * [parmetis] fix build error | |||
| 2019-01-16 | [tinyexif] Use SHA as download source code ref | Victor Romero | |
| 2019-01-16 | [qt5] update to QT5.12 (#4991) | Lennart Trunk | |
| * update qt5-base to 5.12 * update modules to 5.12 (qt5-declarative and dependents don't work yet) * fix qt5-declarative for 5.12 and some hashes. * add qt5-declarative as dependency for qt5-graphicaleffects | |||
| 2019-01-16 | [tinyexif] Fix hash | Victor Romero | |
| 2019-01-16 | [tinyexif] Update CONTROL file | Victor Romero | |
| 2019-01-16 | [minizip] Enable decrypt support for password-encrypted ZIP files. (#5010) | Eric Rosenquist | |
| * Enable support for password-encrypted ZIP files. * [minizip] combine patch with in vcpkg_from_github | |||
| 2019-01-16 | [Arrow] Update Arrow to 0.11.1 (#4977) | Phil Felton | |
| * Arrow update * Add version info * Forgot to apply patch * Whitespace * Fix patch * Fix patch * Version which works on Linux * Fix problem finding ZSTD on x64-windows * Fix zlib dependency finding * Fix renaming on Windows * Include missing boost-format dependency * Linux debug build picks up debug libs now * Make windows work again * Remove boost-format dependency * Error if dependencies not found rather than attempt to download them * [parquet] Turn parquest into a stub | |||
| 2019-01-16 | Update portfile.cmake | cDc | |
| 2019-01-15 | update angle build. | Sean Yen | |
| 2019-01-15 | [selene] Update to v0.2. (#4920) | Michael Hofmann | |
| * [selene] Update to v0.2. * [selene] Simplify portfile slightly * [selene] Ensure the library is only built statically. | |||
| 2019-01-15 | Updated ecm to version 5.53.0 (#4939) | Patrick José Pereira | |
| Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com> | |||
| 2019-01-15 | Merge pull request #5159 from myd7349/imgui-v1.67 | Victor Romero | |
| [imgui] Update to 1.67 | |||
| 2019-01-15 | Merge pull request #5146 from myd7349/spdlog-1.3.0 | Victor Romero | |
| [spdlog] Update to 1.3.0 | |||
| 2019-01-15 | [imgui] Fix SHA512 | Victor Romero | |
| 2019-01-15 | Merge pull request #5156 from Dagizmo/master | Victor Romero | |
| [x265] update to version 2.9 | |||
| 2019-01-15 | [x265] Update version in CONTROL | José de Jesús Medina Ríos | |
| 2019-01-15 | [imgui] Update to 1.67 | myd7349 | |
| 2019-01-14 | [x265] update to version 2.9 | José de Jesús Medina Ríos | |
| 2019-01-14 | [fmt] Update to 5.3.0 (#5136) | Daniel Marshall | |
| 2019-01-14 | [libass] Adding new port (#5026) | Corbin | |
| Added libass control/portfile for vcpkg as requested here: https://github.com/Microsoft/vcpkg/issues/4678 | |||
| 2019-01-14 | Merge pull request #5111 from alenas/master | Victor Romero | |
| [easyloggingpp] updated to 9.96.7 | |||
