aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-07-03[botan] Fix 2.6.0 issuesAlexander Karatarakis
2018-07-03[botan] Update to 2.6.0Alberto Mardegan
2018-07-03[3fd] Initial port of 3FD project (#3811)Felipe Aburaya
* [2fd] Initial port of 3FD project * [3fd] Fix 2017 builds. Enable static builds in dynamic triplets. Improve vcpkg_build_msbuild().
2018-07-03Add icu support for harfbuzz (#3738)krow
* Add icu support for harfbuzz * [harfbuzz] Set feature OFF if not provided instead of leaving it blank.
2018-07-03[folly] Fix fatal error in folly-config.cmake (#3747)Paul Rosania
facebook/folly@10d1edd8b3a01e49096e01647b2e04213c12faed makes two simultaneous changes: 1. It uses a different mechanism for setting `FOLLY_CMAKE_DIR`, which confuses `vcpkg_fixup_cmake_targets` so the path isn't rewritten. 2. It introduces `set_and_check` validation on `FOLLY_CMAKE_DIR`, which causes a fatal cmake error if the path is missing. The combination of these two changes is that folly-config.cmake produces a fatal error when executed. This PR tweaks folly's build params and the `vcpkg_fixup_cmake_targets` arguments so things are rewritten correctly and everything works again.
2018-07-03[odgf] Escape : in URLRobert Schumacher
2018-07-03Fix glfw3:x64-linux producing incorrect target (#3803)Qi-rui Chen
* Fix glfw3 creating incorrect target glfw3Target.cmake uses a semicolon seperated list which needs to be escaped with quotes on write * Fix semicolon stripping * Fix typo * [dlib][glfw3][libodb][signalrclient] Bump versions
2018-07-03Adding OGDF and LEMON library port (#3779)Navid Rahimi
* Adding OGDF library port * Adding C++ Graph library - LEMON * [liblemon][ogdf] Rename lemon -> liblemon. Fix cmake targets.
2018-07-03Update Draco port (#3784)Jamie Marconi
2018-07-03[safeint] Initial port (#3762)RT222
* [safeint] Initial port * [safeint] Use LICENSE from source repo
2018-07-03update gtest to latest commit to fix issues of google-cloud-cpp (#3836)LarryIII
2018-07-03Add inih port (#3806)Seo Sanghyeon
2018-07-03Update eastl source to the latest commit (#3834)Cheney Wang
2018-07-03[libdshowcapture] Initial Port (#3813)Matt Ickstadt
2018-07-03qpid-proton: Bumped to 0.24.0 (#3817)fquinner
2018-07-03[pegtl] Initial port (#3832)wisk
* [pegtl] Initial port * [pegtl] fixup_cmake_targets
2018-07-03[graphicsmagick] version 1.3.30 (#3824)Josue Andrade Gomes
2018-07-03Fix for python3 compile, fixes issue 3715 (#3827)Miodrag Milanović
* Fix for python3 compile, fixes issue 3715 * [python3] Use PATCHES of vcpkg_from_github
2018-07-03[openimageio] build with libraw support (#3830)Yann Lanthony
* [openimageio] build with libraw * patch: replace 'LibRaw_r_LIBRARIES' occurrences by 'LibRaw_LIBRARIES' since libraw port installs 'raw_r' library as 'raw' * activate USE_LIBRAW * declare dependency to libraw in CONTROL file * [openimageio] 'libraw' as Feature * [openimageio] Use PATCHES parameter of vcpkg_from_github()
2018-07-03[libuv] Update to 1.12.0Robert Schumacher
2018-07-03Upgrades 2018.07.01Robert Schumacher
2018-07-02Update cxxopts to v2.1.0 (#3809)Vlad Marica
2018-07-02openmama: Bumped to 6.2.2 (#3818)fquinner
2018-07-02[entt] update to 2.7.0 (#3826)Sztergbaum Roman
* [entt] update to 2.7.0 * [entt] update to 2.7.1
2018-07-02[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around ↵Robert Schumacher
changing download locations.
2018-07-01[imgui] Update to 1.62 (#3819)Jhon Adams
2018-06-30[sery] Remove sery -- no longer available on GitHubRobert Schumacher
2018-06-29Merge pull request #3465 from IronsDu/patch-1Alexander Karatarakis
fix error when install args under linux
2018-06-29Merge pull request #3454 from planaria/duktapeAlexander Karatarakis
[duktape] Fix static linking (#3450)
2018-06-29[grpc] Merge 2 patchesJozef Izso
2018-06-29[grpc] Greatly simplify uwp patchAlexander Karatarakis
2018-06-29[wt] Fix missing boost-interprocess dependency.Robert Schumacher
2018-06-28Update osg version to 3.6.2-rc3 to fix error C2039Larry-Hu
2018-06-28[fmt] Export all symbols (#3805)Seo Sanghyeon
2018-06-27[sol2] update to 2.20.4 and remove deprecated patchs (#3800)Sztergbaum Roman
* [sol2] update to 2.20.4 and remove deprecated patchs * [sol2] remove unecessary commentary
2018-06-26[dimcli] Fix Windows builds. Avoid writing to source directory.Robert Schumacher
2018-06-26[xlnt] Use vcpkg_from_github()Alexander Karatarakis
2018-06-26Merge pull request #3756 from Haojia521/masterAlexander Karatarakis
fix download url of freetype
2018-06-25[sol2] rename port sol to sol2 and fix the full port (#3766)Sztergbaum Roman
* [sol2] rename port sol to sol2 and fix the full port * [sol2] Simplification and cleanup. Don't remove upstream's include directory.
2018-06-25Merge pull request #3730 from LarryIII/FixFollyAlexander Karatarakis
Add option -D_DISABLE_EXTENDED_ALIGNED to disable error C2338 in Folly
2018-06-21fix download url of freetypeHaojia Yu
cannot download freetype by using 'http'. should use 'https'
2018-06-20Remove call to nonexistent member seekpos() of std::fposLarry-Hu
2018-06-19Merge pull request #3713 from Cheney-W/Fixqt5-baseAlexander Karatarakis
Fix error C3615 for qt5-base
2018-06-19Merge pull request #3718 from robmikh/allanglefixAlexander Karatarakis
Fix ANGLE on Windows, Linux, and MacOS
2018-06-19Fix build of llvm on Linux (#3751)Simon Hausmann
The mfcatl dependency is only needed on Windows.
2018-06-19Add argtable2 port (#3742)Peter Spiess-Knafl
* Add argtable2 port argtable2 include pdbs * [argtable2] Revert removal of DEBUG_POSTFIX
2018-06-18[nanorange] Fix description, --head only, don't use the single-headerAlexander Karatarakis
2018-06-18[nanorange] Introduce portAlexander Karatarakis
2018-06-17[shiva] update to 0.3 (#3739)Sztergbaum Roman
2018-06-17[json11] Initial json11 port. (#3673)Daniel Santana
* [json11] Initial json11 port. * [json11] Adjust version due to lack of upstream version scheme