| Age | Commit message (Collapse) | Author |
|
[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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
* Fix version number
* Bump version
|
|
|
|
|
|
|
|
* Fix false generated paths
* Change thrift version number
|
|
|
|
|
|
- Update description.
- Remove unused REPROC++_INSTALL option.
- Stop installing pkgconfig files.
- Remove explicit REPROC_INSTALL option as its enabled by default in
this scenario.
|
|
|
|
|
|
|
|
|
|
vcpkg_fixup_cmake_targets.md (#8424)
Corrected incorrect file name.
Added inline code for reading clarity
Added examples
|