aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-07-03Fix dependencies, remove commented out CMake, use appropriate CMake versionPhil Felton
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-28Add Parquet-cpp 1.4Phil Felton
2018-06-28Update Arrow from 0.6 to 0.9Phil Felton
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-19Update CMakeLists.txtHungMingWu
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
2018-06-17[crossguid] Cross Guid Initial port (#3672)Daniel Santana
* [crossguid] Cross Guid Initial port * [crossguid] Update to latest master to use significantly improved buildsystem.
2018-06-16[yaml-cpp] Fix regression on non-windowsRobert Schumacher
2018-06-16[benchmark] Enable static CRT linkageRobert Schumacher
2018-06-16[unicorn-lib] Change dependency to pcre2Robert Schumacher
2018-06-16Remove freeglut as dependency for SFML (#3681)Lukas Dürrenberger
* Remove freeglut as dependency for SFML SFML doesn't use freeglut as dependency. I'm not familiar enough with vcpkg, but does 'stb' need to be specified as dependency as well? We already include that header, or does vcpkg make sure it replaces it with the latest stb version? * [sfml] Bump version and remove qualifier from stb dependency