aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2019-01-26Update RESTinio to v.0.4.8.5. (#5235)Nicolai Grodzitski
2019-01-26[xsimd] Add new port (#5194)myd7349
* [xsimd] Add new port * Add a header include guard to xsimd's algorithm.hpp algorithm.hpp is not guarded by a header include guard, which can cause difficulty for users. xhihaoy asked that we be sure to include this patch because it caused a lot of pain.
2019-01-26[amqpcpp] Add new port (#5201)Todor Prokopov
* [amqpcpp] Add new port * Force static linkage for amqpcpp The documentation for this library says that shared linkage on Windows is unsupported. Furthermore, the build currently errors out on Windows because shared DLLs are not placed correctly. vcpkg only supports static linkage on Linux and macOS, so I'm categorically making amqpcpp build with static linkage on all platforms. This unifies the platforms and gives consistent behavior
2019-01-26[freetype] Add mirror (#5073)past-due
2019-01-26Add sqlpp11 libraries (#4747)Octavian Dima
* Add sqlpp11 * Add sqlpp11-connector-mysql * Add sqlpp11-connector-sqlite3 * Apply a patch for MSVC
2019-01-26new port Spectralib 0.7.0 (#5129)Lennart Trunk
* add CONTROL and portfile for spectralib 0.7.0 * Rename spectralib -> spectra I'm making this change based on the naming in the other repositories that the library is packaged in (DPorts, FreeBSD Ports) and the terminology used on the website. Code examples use Spectra* for the prefixes, so I think using "Spectra" is better than "spectralib".
2019-01-26[json-spirit] Add initial port (#5157)smlee-hdactech
* [json-spirit] Add initial port * Modify PR to using pn85, enable some features json-spirit is a weird case because the main repo that package managers tend to use appears to not be actively maintained. Nevertheless, vcpkg tries to use the "official" source of a repository if at all possible. In order to do this, I've made the following changes to the PR: - I've changed the upstream REPO, REF, and SHA512. - I've passed options to disable building the demos and tests - I've made the project build only as a static library. The reason for this is that vcpkg does not support dynamical linkin. Another reason is that the library as it is in the repo does not have all the definitions correctly annotated.smlee-hdactech has made a PR against the major upstream repo to fix this, butwe are going to defer to the main repo until that change is accepted.
2019-01-26[selene] Update to v0.3. (#5192)Michael Hofmann
* [selene] Update to v0.3. Add libtiff as a dependency. Update release hash. Remove the `vcpkg_check_linkage` call, since the relevant symbols for shared libraries are now explicitly exported. * [selene] Update to v0.3.1. Also reinstate linkage check.
2019-01-25[gdal] update to 2.4.0 (#5195)hlysunnaram
* [gdal] update to 2.4.0 (#5132) * [gdal] update CONTROL file (#5132)
2019-01-25Update fmi4cpp to v0.5.3 (#5183)Lars Ivar Hatledal
2019-01-25Merge pull request #5175 from myd7349/spdlog-issue-5143Victor Romero
[spdlog] Fix #5143 and update to 1.3.1
2019-01-25Merge pull request #5166 from saedrna/masterVictor Romero
Port openmvg, included new ports of coin-or projects, lemon
2019-01-25[xtl] Add new port (#5145)myd7349
* [xtl] Add new port * [xtl] Update to 0.5.3
2019-01-25Added port for effolkronium-random (#5203)Daniel Marshall
2019-01-24[aws-sdk-cpp] Update port to version 1.7.38 and add ports for its ↵bdonlan
dependencies (#5214) * [aws-c-common] Add new port * [aws-checksums] Add new port * [aws-c-event-stream] Add new port * [aws-sdk-cpp] Update port to version 1.7.38 * [aws-sdk-cpp] Add dependencies on aws-c-event-stream, aws-checksums
2019-01-24[ace] 6.5.4 (#5225)Johnny Willemsen
2019-01-24Add a more correct port for libass (#5223)Codiferous
This port currently only works on Windows because the dependencies of the port (fribidi in particular) don't build on non-Windows platforms. I made patch modifications to the source code because the Visual C++ C compiler does not allow for non-constant-expression array indicesto be used to declare a static array. I've verified that this (1) builds on Windows and (2) works with a sample test that's included in the libass github repo.
2019-01-24Update cpprestsdk to v2.10.9. (#5190)Billy O'Neal
2019-01-24Merge pull request #5202 from EMCECS/masterVictor Romero
[ECSUtil] Update to v1.0.3.1
2019-01-23Merge pull request #5207 from huangqinjin/fix-tiff-uwpVictor Romero
fix tiff build for uwp
2019-01-23Merge pull request #5206 from Simverge/pdalcVictor Romero
[pdal-c] Add pdal-c port files
2019-01-23[pdal-c] Apply patches when obtaining source from GitHubVictor Romero
2019-01-23[cnl] Add new port (#5158)myd7349
2019-01-23Merge pull request #5208 from Jasper-Bekkers/masterVictor Romero
Update flatbuffers to 1.10.0
2019-01-23Merge branch 'master' of https://github.com/Microsoft/vcpkg into ↵Victor Romero
dev/viromer/5206
2019-01-23Merge pull request #5220 from ShinNoNoir/libgeotiff-fix-proj4-depVictor Romero
[libgeotiff] Debug version gets incorrectly linked with release version of PROJ4
2019-01-23Merge pull request #5219 from jasjuang/tinyobjloaderVictor Romero
[tinyobjloader] update to 1.4.1
2019-01-23Merge pull request #5165 from seanyen-msft/ports/angleVictor Romero
[angle] update to version 2019-01-14-c2ee2cc
2019-01-23Merge pull request #5173 from Dagizmo/x265-linuxVictor Romero
[x265] Enable Linux compilation
2019-01-23[x265] Fix detect platformVictor Romero
2019-01-23[libgeotiff] Remove FindPROJ4.cmake from srcRaynor 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.1jasjuang
2019-01-22Updating HPX to V1.2 (#4778)Hartmut Kaiser
2019-01-22fix 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[celero] Revert changes in c6db2c880a064b29e0b38eda29f19510235fb4c9Robert Schumacher
2019-01-22Update flatbuffers to 1.10.0Jasper-Bekkers
2019-01-22fix tiff build for uwphuangqinjin
2019-01-21[pdal-c] Add pdal-c port filesJaime Soto
2019-01-18Updates 2019.01.09Robert Schumacher
2019-01-18Merge pull request #5122 from kafeg/masterVictor Romero
[autobahn] Add autobahn-cpp header-only library for WAMP
2019-01-18[spdlog] Fix #5143 and update to 1.3.1myd7349
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-17Add 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-17ms-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 compilationJosé de Jesús Medina Ríos
2019-01-16Merge pull request #5127 from cdcseacave/tinyexifVictor 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 refVictor Romero