aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-20Update CHANGELOG (#10941)2020.04Victor Romero
2020-04-20[vcpkg baseline] Update hash for otl (#10922)NancyLi1013
2020-04-17[vcpkg] Add initial JSON support (#10521)nicole mazzuca
* [vcpkg] Add initial JSON support This adds a JSON parser, as well as the amount of unicode support required for JSON parsing to work according to the specification. In the future, I hope to rewrite our existing XML files into JSON. Additionally, as a drive-by, we've added the following: * add /wd4800 to pragmas.h -- this is a "performance warning", for when you implicitly convert pointers or integers to bool, and shouldn't be an issue for us. * Switched Parse::ParserBase to read unicode (as utf-8), as opposed to ASCII * Building again under VCPKG_DEVELOPMENT_WARNINGS, yay!
2020-04-17[vcpkg] Add x-set-installed command (#10817)nicole mazzuca
This command takes a list of ports, and causes the final state of the installed directory to be as-if one ran the install on an empty installed directory (removing any unnecessary packages). This is especially useful with the new `--x-install-root` option, which allows one to set the `installed` directory for vcpkg to use. Additionally, as a drive-by, we do some `stdfs` clean-up and add a `.is_feature()` member function to BinaryParagraph (as opposed to checking for `.feature().empty()`, which is far less clear to read). This feature is experimental.
2020-04-17[qscintilla] Update to 2.11.4 (#10511)Long Huan
* update qscintilla to 2.11.4 * Update portfile.cmake * for CI test * undo * add !osx support * fix osx build error * Update ci.baseline.txt * Update ci.baseline.txt * [ci.baseline.txt] Revert line endings change * [qscintilla] Restore vcpkg_copy_pdbs() Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-04-17[abseil] Fix CompressedTuple move constructor on MSVC (#10721)Lily
* [abseil] Fix CompressedTuple move constructor on MSVC * [abseil] Add comment for new patch
2020-04-17[libarchive, libuv]Fix static linkage (#10769)Alexander Neumann
* [libarchive] fix static linkage of libarchive in dependent ports (non yet) * [libuv] fix static builds of dependent ports * modernize portfiles * remove POSIX_REGEX_LIB=NONE since it is added elsewhere * remove debug message
2020-04-17[xerces-c] Update to version 3.2.3 (#10779)Roger Leigh
* [xerces-c] Update to version 3.2.3 Drop patch no-symlinks-in-static-build.patch (fixed upstream) * [xerces-c] Correct version number * [xerces-c] Remove no-symlinks-in-static-build.patch
2020-04-17[c4core] Add new port (#10791)vvandrounik
* [c4core] Add new port * Remove deprecated include * Fix ver regarding maintainer guide * Mark port as unsupport arm/arm64 * Update CI baseline * Mark port as unsupport OSX * Update CI baseline * Fix path to header instead of moving Signed-off-by: vvandrounik <vvandrounik@gmail.com> * Replace deprecated func vcpkg_extract_source_archive, add PREFER_NINJA to conf
2020-04-17Updated Arrow to 0.17 (#10883)Tanguy Fautre
2020-04-17[cgal] Add dependency boost-interval (#10879)Lily
2020-04-17[googleapis] Update to v0.8.0 (#10885)Carlos O'Ryan
2020-04-17[cppgraphqlgen] Update to v3.2.1 for VS 2017 fix (#10869)Bill Avery
2020-04-17[ms-gsl] Update to v3.0.0 (#10831)Farwaykorse
* [ms-gsl] Update to 2019-04-13 * [ms-gsl] Update to v3.0.0 * [ms-gsl] apply suggested changes
2020-04-17[ms-gsl] Update version to v3.0.0 (#10872)Jordan Maples [MSFT]
* update control for ms-gsl to v3.0.0 * adding ref and hash
2020-04-17[vcpkg] Fix build scripts on openSUSE and g++9 (#10867)nicole mazzuca
The existing code did not correctly pass `CXX` to cmake.
2020-04-16[osg] Add feature examples and plugins, fix configure options (#10082)Jack·Boos·Yu
* [osg] Add feature examples and plugins, fix configure options * [osg] Add feature tools, packages and docs * [osgearth] Set dependency to osg[plugins] * [osgearth] bump version * [osg] Fix dependency * [osg] Remove feature plugins dependency nvtt * [osg] Remove empty folder * [osg] Fix dependency sdl and liblas * [osg] Fix install issue * [osg] Fix dependency nvtt * [osg] Re-fix dependency nvtt * [osg] Fix judgment when selecting nvtt * [osg] Create tools folder based on conditions * [osg] Fix typo * update baseline * re-trigger ci test * re-trigger ci test
2020-04-16[sdl2] Update to 2.0.12 version (#10500)Robert Schumacher
* [SDL2] Update to 2.0.12 version * [sdl2] Change homepage link to the official sdl website * [sdl2] Remove no longer used patch * [sdl2] Remove no longer used patch * [sdl2] Fix patches files
2020-04-16[avisynthplus] Add new port (#10496)wangqr
* [avisynthplus] Add new port * [avisynthplus] Disable static build Static build is not supported. See https://github.com/AviSynth/AviSynthPlus/issues/130 * [avisynthplus] Ass Supports to CONTROL * [avisynthplus] set static to fail in CI baseline * [avisynthplus] add vcpkg_fail_port_install
2020-04-16[libffi] Check return value of execute_process() (#10469)Robert Schumacher
To avoid hiding errors, the return values of the execute_process() commands should be checked and a fatal error should be issued.
2020-04-16[lz4] Fix for building Linux shared libraries (#10452)here-mikelley
* [lz4] Fix for building Linux shared libraries * [lz4] Changes requested by maintainer
2020-04-16[mosquitto] Add support for static build (#10636)Robert Schumacher
* [mosquitto] Add support for static build * Update ci.baseline.txt * [libwebsockets] Update options -DLWS_USE_BUNDLED_ZLIB as -DLWS_WITH_BUNDLED_ZLIB
2020-04-16[ismrmrd] updated to version 1.4.2 (#10618)David Christoffer Hansen
* Updated ISMRMRD to version 1.4.2 * Updated version * Updated to new ismrmrd micro version, which fixes build issues on windows-static
2020-04-16[curl] Fix cmake configure error in othertests.cmake check_type_size call, ↵siposcsaba89
CMAKE_TRY_COMPILE_TARGET_TYPE was set to STATIC_LIBRARY (#10659)
2020-04-16[flatbuffers] Update to 1.12.0 (#10664)Code Hz
* [flatbuffers] Update to 1.12.0 * remove deprecated * Bump version * update the revision
2020-04-16[realsense2] Add tm2 feature for support T265 devices (#10673)NancyLi1013
* [realsense2] Add tm2 feature for support T265 devices * Fix tools build error on Visual Studio 2019 * Update the way to handle features as vcpkg_check_features() * Update
2020-04-16Merge pull request #10685 from ruhrie/masterRobert Schumacher
[indicators] Updated indicators to 1.7
2020-04-16Merge pull request #10694 from glynos/skyr-urlRobert Schumacher
[skyr-url] Bumped version of skyr-url to 1.5.2
2020-04-16Merge pull request #10672 from 20zinnm/entt-3.3.2Robert Schumacher
[entt] Update to version 3.3.2
2020-04-16Merge pull request #10713 from xonix-22/supported-version-changeRobert Schumacher
[fribidi] Updated to v1.0.9
2020-04-16Merge pull request #10722 from NancyLi1013/dev/NancyLi/10708-update-raylibRobert Schumacher
[raylib] Update to 3.0.0
2020-04-16Merge pull request #10737 from nuspell/nuspellRobert Schumacher
[nuspell] update port to v3.1.0
2020-04-16Merge pull request #10756 from evpobr/libvorbis-update-to-v1.3.6-4d963fe-4Robert Schumacher
[libvorbis] Update to latest commit
2020-04-16Merge pull request #10739 from LilyWangL/dev/Lily/issue10723Robert Schumacher
[DirectXMesh] Add support build for DirectX12
2020-04-16Merge pull request #10755 from LilyWangL/dev/Lily/issue10741Robert Schumacher
[fmt] update to 6.2.0
2020-04-16Merge pull request #10743 from PhoebeHui/dev/Phoebe/openssl-windowsRobert Schumacher
[openssl-windows] Avoid to install docs for openssl-windows
2020-04-16Merge pull request #10781 from Voskrese/physfs-mirror-urlRobert Schumacher
[physfs] mirror url
2020-04-16Merge pull request #10758 from Neumann-A/update_gsl_2_6Robert Schumacher
[gsl] update to 2.6
2020-04-16Merge pull request #10787 from 20zinnm/add-quadtreeRobert Schumacher
[quadtree] Add port
2020-04-16[ninja] Merge pull request #10796 from Voskrese/ninja-update-1.10Robert Schumacher
[Ninja] Update to 1.10
2020-04-16Merge pull request #10835 from kevinlul/freetype-no-harfbuzzRobert Schumacher
[Freetype] Actually prevent linking HarfBuzz on POSIX
2020-04-16Merge pull request #10816 from zi-m/bloscRobert Schumacher
[blosc] Update to 1.18.1
2020-04-16[zstd] export zstd-config.cmake (#10815)Robert Schumacher
* export zstd-config.cmake * update portfile.cmake according to NancyLi1013 review
2020-04-16[libgit2] Upgrade to 1.0.0 (#10807)Lily
2020-04-16[restinio] Updated to v.0.6.6 (#10813)eao197
* RESTinio updated to v.0.6.6. * Fixed version of RESTinio.
2020-04-16[python3] fix build on macOS and linux (#10841)Stefano Sinigardi
* [python3] fix build on macOS and linux * update ci baseline
2020-04-16[blend2d] Update to beta_2020-04-15 (#10844)ZeeWanderer
Update blend2d to beta_2020-04-15 Update local asmjit to 2020-04-14
2020-04-16[cppitertools] Update to version 2.0 (#10848)Neel Raiyani
* update control and portfile * update portfile based on feedback by Nicole * fix cppitertools Co-authored-by: Nicole Mazzuca <nicole@strega-nil.co>
2020-04-16[nlohmann-fifo-map] Fix Could not find a package "nlohmann-fifo-map" (#10850)Lily
2020-04-16[avro-c] Fix building avro-c in Linux (#10514)Michael Spector
* Fix building avro-c in Linux * Increment version * Declare Linux is supported * Updated CI baseline Co-authored-by: Michael Spector <spektom@gmail.com>