| Age | Commit message (Collapse) | Author |
|
[irrlicht] do not build exisiting dependencies
|
|
[stb] update and add cmake module
|
|
[sfml]Add usage.
|
|
[gdcm/libtorrent] Upgrade to new version
|
|
Since libjpeg, libpng, zlib and bzlib are provided as dependencies
through vcpkg, we disable building them in irrlicht. This fixes a
runtime error steming from a version mismatch between the libjpeg
versions provided by irrlicht and vcpkg respectively
|
|
[openxr-loader] Update to 1.0.3 release + latest C++ bindings header
|
|
[azure] Update azure-iot-sdk-c for release of 2019-10-07
|
|
[irrlicht] Reorder link libraries
|
|
[itk]Fix use 64 bit ids.
|
|
[ode] Upgrade to 0.16
|
|
update templates.
|
|
[restinio] updated to v.0.6.0.1
|
|
[armadillo]Fix cmake path.
|
|
[sdl2-mixer]Fix usage issue.
|
|
|
|
|
|
|
|
|
|
* Remove unusable parameters -j
* trigger CI system.
* Add option -j to make.
* Re-trigger CI system.
* Fix -j in make, fix NO_DEBUG in nmake.
* Re-trigger CI system.
|
|
|
|
|
|
|
|
|
|
* [liblas]Fix ${_IMPORT_PREFIX} in liblas-depends-debug.cmake/liblas-depends-release.cmake.
* [liblas]Fix depends.cmake.
* [liblas]Use vcpkg_fixup_cmake_targets to handle liblas-depends-*.cmake.
|
|
* Including config file openssl.cnf in installation.
The original cmake script after the build delete the openssl.cnf files,
but if there is no config file in the environment the openssl.exe
warnings and fails in some commands.
This commit instead of deleting one of the openssl.cnf file it renames
(moves) to the installation dir tools/openssl, the same openssl.exe
final destination.
* Changing version from CONTROL file to help the vcpkg update command know to rebuild.
|
|
Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Find default for text/plain on machines with xdg (#567)
* Add unicode aware detection of text/plain on windows
|
|
|
|
|
|
* [kcp] Add new port
* [kcp] Remove patch
|
|
* [mathgl]Fix feature glut and hdf5.
* [mathgl]Fix feature qt5 glut.
* [mathgl]Use find_library instead of find_package for feature glut.
* revert changes about opengl.
* [mathgl]Revert feature opengl dependency.
|
|
* [libffi] Add support for CMake config
* [libffi] Use vcpkg_fixup_cmake_targets()
|
|
|
|
|
|
* add chinese readme.
* fix format.
|
|
vcpkg will now fail on failure to apply patches except when using `--head`.
|
|
* Began updating
* Added 'Homepage:' to CONTROL, added vcpkg_check_features to vcpkg_create template
* Update portfile.in.cmake
Added documentation link for vcpkg_check_features
|
|
* [metis] install metisConfig.cmake
* [suitesparse] add find_package(metis)
|
|
windows (#8373)
* change control file so activeqt isn't a dependency on non windows systems
* Update CONTROL
|
|
|
|
vcpkg_configure_make/vcpkg_build_make/vcpkg_install_make/vcpkg_build_nmake/vcpkg_install_nmake (#8267)
* Add function vcpkg_configure_make/vcpkg_build_make.
* Fix autoreconf command and add log.
* Add vcpkg_install_make.
* Fix call function name.
* support non-debug mode.
* Add nmake support.
* [tcl]Add new port for testing.
* [vcpkg_configure_make]Fix prefix in linux.
* restart CI systen.
* Separate vcpkg_build_nmake/vcpkg_install_nmake. Add arg PROJECT_NAME.
* fix copy source file. add samples.
* Remove uncommon options.
Add force install para to autoreconf.
* fix build error.
* fix options judgment.
* enable nmake in windows.
* fix some envs and macros. Disable NMAKE in vcpkg_configure_make currently.
* update docs.
* fix environments.
* Modify libosip2 to use vcpkg_configure_make/vcpkg_install_make.
* [tcl]Tcl separates PR.
* trigger PR-EAGER.
* [freexl]Fix options name and remove option NMAKE.
* use tool-chain instead of set environments manually.
* fix autoreconf para.
* use vcpkg_execute_build_process instead.
|
|
|