| Age | Commit message (Collapse) | Author |
|
* add liblemon preflow patch, see https://lemon.cs.elte.hu/trac/lemon/ticket/608
* [liblemon] track HEAD of version 1.3
* [liblemon] update version
|
|
|
|
* [libbson mongo-c-driver mongo-cxx-driver] upgrades to new revision
* [mongo-cxx-driver] Minimize patch
* [mongo-c-driver] Fix dependencies on openssl and zlib
|
|
* [libsodium/darts-clone] remove conflicting makefile
|
|
|
|
* Update applocal.ps1
* Update applocal.ps1
Fix Microsoft#2801,
prev modify mistake UTF8 to UTF
* Update applocal.ps1
in win7 chinese path, must utf8 to avoid copy dll fail
|
|
* [prometheus-cpp] Update to version 0.7.0
* [prometheus-cpp] add a testing feature
|
|
openssl-version-bump
|
|
|
|
|
|
lld on Linux can now process #pragma comment(lib, "foo") macros which
results in build failures on Linux when lld is used. Fix this by
protecting these macros with _WIN32 checks.
|
|
* [networkdirect-sdk] Add networkdirect sdk install
|
|
* [glew] Disable the link option /nodefaultlib and /noentry
* [glew] Combine with vcpkg_extract_source_archive_ex
|
|
|
|
|
|
* Add VCPKG_NUM_LOGICAL_CORES
* break out logic that retries running a command several times into its own function
* Parallelize icu
|
|
|
|
|
|
* [libmysql]Fix build error in linux.
* [libmysql] Fix typo in prerequisites message
|
|
|
|
|
|
* [aws-c-common]Upgrade version to 0.3.11
* [aws-c-common]Fix dependency port build error.
* [aws-c-common]Disable internal crt option because vcpkg contains crt processing flow
|
|
|
|
|
|
* [many ports] Updates 2019.05.24
* Update SHA512 and resolve conflict for ebml and matroska
* [avro-c]Fix build error caused by jansson upgrades.
* [xxhash]Update to the next version to fix build error.(xxhash issue:#179)
* Fix failures and undo asio
* [libyaml, grpc, miniz, paho-mqtt, sqlitecpp] Update patches
* Update REF
* Undo nvtt flann itk libtins aws-sdk-cpp openvdb vlpp xmsh changes
* [flann, fastcdr] Fix old patches and build error.
* [flann, fastcdr] Fix build error.
* Fix ensmallen uvatlas cppcms libplist failures and undo aws-c-common libopusenc arb taglib changes
* [dcmtk, draco, flatbuffers, forge, ftgl, mosquitto,nmslib, ogre] Update old patches and fix build error.
* fix libusbmuxd failures and undo xxhash paho-mqtt mongo-c-driver flann libffi
* fix libimobiledevice and undo qhull harfbuzz lcm libbson draco flatbuffers
* undo libmupdf forge kd-soap qca
* [mosquitto] Fix installation of import libs
* [arb][asio][aws-c-common][collada-dom][concurrentqueue][cryptopp][ebml] Revert trivial/undesired changes
* [fastcdr] Minimize patch
* [many ports] Revert trivial changes
* [libyaml] Switch to non-dist tag
* [sqlite-modern-cpp] Track master due to infrequent release
* [nano-signal-slot] Revert downgrade
* [openvpn3] Bump control version to account for portfile change
* [sqlite-modern-cpp] Fixup wrong hash
* [mosquitto] Commit missing patch
|
|
* [control file] Add optional 'Homepage' tag
This allows a 'Homepage' tag to be added to a port in order to support
changes such as PR #2933. It currently does not do anything with it.
* [docs]
Add Homepage to the control file documentation
* move urls from descriptions to homepage field.
|
|
|
|
* [hedley] Add new port
* [hedley] Generate license from source code
|
|
* Add instruction for library unavailable in vcpkg catalog
|
|
|
|
|
|
|
|
* [boost-thread] Fix old patches
* [boost-thread] Modify version
|
|
|
|
[mongo-cxx-driver] Add options for C++17 polyfill selection
|
|
* [immer] Add new port
* [immer] Clean
* [immer] Update to 2019-06-07
|
|
* [paho-mqtt] upgrade to 1.3.0
* fix type issue
|
|
|
|
* [cryptopp] fix build by disabling assembly on osx
* [cryptopp] Bump control version
|
|
|
|
|
|
* [netcdf_c] improve HDF5 linkage
* [hdf5] add required HDF5 definitions not set by findHDF5
* [netcdf-c] Call chain HDF5: -> vcpkg_cmake_wrapper (old behvior)
-> port supplied FindHDF5 -> includes hdf5Config from HDF5_ROOT
* [hdf5] fix szip linkage...again..
will now double link against szip target but thats better than before
the double link issue does not hurt and should be resolved upstream
* revert find_dependency
requires include(CMakeFindDependencyMacro)
* [netcdf-c] removed unnecessary patch
|
|
|
|
The way of including freetype headers is by using
#include <ft2build.h>
#include FT_FREETYPE_H
along with $root/include/freetype which has $root/include/freetype/ft2build.h
and then the rest of the headers under $root/include/freetype/freetype2/*.h.
The portfile.cmake moves the headers one directory up into $root/include
so that there's $root/include/ft2build.h and the rest of the headers
under $root/include/freetype/.
This in turn means that the above way of including header files requires
$root/include to be in the include search path. That's not the case by
default and the generated freetype-config.cmake also doesn't include
that.
Therefore the freetype config approach results in failing builds when
applications wants to use it. This is easy to reproduce using
find_package(Freetype CONFIG REQUIRED)
...
target_link_libraries(foo PRIVATE freetype)
As a remedy, this patch fixes the freetype-config.cmake file to add
$root/include in the include search path.
|
|
* [magic-enum] Add new port
* Update portfile.cmake
|
|
* [libjpeg_turbo] Upgrades 2019.05.08
* Remove debug/bin
* Update patch
* Add black line
|
|
to list the package when searching for it
|
|
|
|
|
|
* [vlpp] Upgrade to 0.10.0.0
* fix type issue
|