aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-12-23[vcpkg_install_qmake] Add vcpkg_install_qmake (#9412)Robert Schumacher
* [vcpkg_install_qmake] Add vcpkg_install_qmake and convert existing ports to use it. [vcpkg_configure_qmake] Add 'staticlib' to CONFIG in static builds * [vcpkg_configure_qmake] Don't specify DESTDIR * [libqglviewer][vcpkg_configure_qmake] Add staticlib CONFIG only for libqglviewer * [qt5-base] Increment version to track changes in vcpkg_configure_qmake()
2019-12-16Remove deprecated call to includeGriffin Downs
2019-12-11Update pr-review-checklist.mdGriffin Downs
2019-12-09[vcpkg] Initialize PR review checklist (#9264)Griffin Downs
2019-12-02Fix field name. (#9140)KURATA Sayuri
2019-11-22Merge pull request #9080 from dan-shaw/telemetry-updateRobert Schumacher
[vcpkg] update telemetry
2019-11-22Merge pull request #5719 from donny-dont/github-urlRobert Schumacher
[vcpkg_from_github] Allow targeting Github Enterprise instances
2019-11-22update telemetrydan-shaw
2019-11-22[vcpkg_from_github] Rename GITHUB_URL -> GITHUB_HOSTRobert Schumacher
Rename TOKEN -> AUTHORIZATION_TOKEN
2019-11-14Update privacy.mddan-shaw
2019-11-14[vcpkg] update telemetrydan-shaw
2019-10-29[libxslt]Using vcpkg_install_nmake in Windows, support unix. (#8589)JackBoosY
* [libxslt]Using vcpkg_install_nmake in Windows, support unix. * support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE * Re-trigger CI.
2019-10-24maintainer-guide.md - Fix link (#8720)Wolfgang Stöggl
"source_" was missing in the name of the helper function. Fix typo: vcpkg_extract_archive_ex -> vcpkg_extract_source_archive_ex
2019-10-21support SKIP_CONFIGURE in vcpkg_configure_make. (#8647)JackBoosY
2019-10-05Add function ↵JackBoosY
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.
2019-10-02Update and rename cmake_fixup_cmake_targets.md to ↵Vinny
vcpkg_fixup_cmake_targets.md (#8424) Corrected incorrect file name. Added inline code for reading clarity Added examples
2019-10-01[Documentation] Added documentation page for vcpkg_fixup_cmake_targets.cmake ↵Vinny
(#8365) * Added documentation page for vcpkg_fixup_cmake_targets.cmake, added example usage comment to .cmake file * Update cmake_fixup_cmake_targets.md * Update cmake_fixup_cmake_targets.md
2019-09-29Fix a typo in maintainer-guide.md (#8383)Wolfgang Stöggl
2019-09-19Add detailed instructions for custom configurations (#8258)shogerr
Resolves #2346
2019-08-28Download Mode (#7950)Victor Romero
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option * [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option * [vcpkg_find_acquire_program] Allow in Download Mode * Don't stop when build fails for a package * Download sources for all packages in dependency graph * Improve output messages * Enable acquiring MSYS packages in download mode * Documentation * Update documentation * execute_process() always fails on Download Mode * Regenerate docs and fix formatting * Run clang-format * Use _execute_process on vcpkg_from_<source> helpers * Fix calls to _execute_process() when not in Download Mode
2019-08-28Revert "[vcpkg install] Enable Download Mode (#7797)" (#7949)Victor Romero
This reverts commit 65d4bc146bf7c1c21989b680497b1f6f9a09c967.
2019-08-28[vcpkg install] Enable Download Mode (#7797)Victor Romero
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option * [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option * [vcpkg_find_acquire_program] Allow in Download Mode * Don't stop when build fails for a package * Download sources for all packages in dependency graph * Improve output messages * Enable acquiring MSYS packages in download mode * Documentation * Update documentation * execute_process() always fails on Download Mode * Regenerate docs and fix formatting * Run clang-format * Use _execute_process on vcpkg_from_<source> helpers
2019-08-24[vcpkg docs] More tool maintainer docs! (#7821)nicole mazzuca
* [vcpkg docs] Add benchmarking 🏎 to the docs! Also, minor changes to the testing docs. * add documentation for the layout of the project
2019-08-19Add guideline for VCPKG_<LANG>_FLAGS (#7751)Victor Romero
2019-08-13[vcpkg_check_features] Set output variable explicitly and allow ↵Victor Romero
reverse-logic check (#7558) * [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly * [vcpkg_check_features] Allow reverse logic for features * [vcpkg_check_features] Document new parameters * [vcpkg_check_features] Remove unnecessary logging * Do not create variables for each feature only set OUT_FEATURE_OPTIONS * Improve documentation * Update ports that use vcpkg_check_features() * Missing documentation updates * [pcl] Fix tools feature * [opencv,opencv4] Fix usage of vcpkg_check_features() * [opencv4] Fix typo
2019-08-02[vcpkg-docs] Reword and reorganize overlay-triplets-linux-dynamic.md (#7502)Robert Schumacher
2019-08-02Update tests, and add documentation! (#7506)nicole mazzuca
This PR does the following: * fix tests -- now, they're always built in the CMake scripts, and they work on VS2015 *add a new flag, BUILD_TESTING, which allows one to turn off testing builds * Add documentation for running tests
2019-07-23[docs] add notes about manual-link (#7390)Phil Christensen
2019-07-17Example: Building dynamic libraries on Linux using overlay triplets (#7291)Victor Romero
* Example building dynamic libraries on Linux using overlay triplets * Change triplets list to multi-columns * Override default triplets example
2019-07-01Fix vcpkg_from_git (#7082)Phil Christensen
* [vcpkg_from_git/fdlibm] Fix flaky sha256 issues * [doc] regenerate docs
2019-06-30[vcpkg_configure_cmake] Add NO_CHARSET_FLAG option (#7074)2019.06Victor Romero
* [vcpkg_configure_cmake] Add NO_CHARSET_FLAG option * [vcpkg_configure_cmake] Add documentation for new NO_CHARSET_FLAG option * [vcpkg_configure_cmake, windows toolchain] Handle NO_CHARSET_FLAG in toolchain * [build.cpp] Add Windows toolchain to package hash * [duilib,msix,thrift,tidy-html5] Use NO_CHARSET_FLAG to fix regressions
2019-06-29[vcpkg] Update vcpkg_check_features document (#7091)myd7349
* [oniguruma] Fix misusage of vcpkg_check_features * [xsimd] Use vcpkg_check_features
2019-06-28[vcpkg] Add vcpkg_check_features (#6958)myd7349
* [vcpkg] Add vcpkg_check_feature, vcpkg_check_features * [vcpkg] Remove vcpkg_check_feature * [oniguruma,xtensor] Use vcpkg_check_features
2019-06-27Update ports-overlay.mdVictor Romero
2019-06-25[docs]Update cmake docs (#7039)Phil Christensen
2019-06-21Ports Overlay partial implementation (#6981)Victor Romero
* Ports Overlay feature spec * Ports Overlay implementation * [--overlay-ports] Refactor handling of additional paths * Code cleanup * [--overlay-ports] Add help * [depend-info] Support --overlay-ports * Add method to load all ports using PathsPortFileProvider * Make PortFileProvider::load_all_control_files() const * Remove unused code * [vcpkg] Avoid double-load of source control file between Build::perform_and_exit and Build::perform_and_exit_ex * [vcpkg] Clang format * [vcpkg] Fixup build failure introduced in b069ceb2f231 * Report errors from Paragraphs::try_load_port()
2019-06-21[docs] Add maintainer guidelines (#6871)Robert Schumacher
* [maintainer-guide] Initial commit of maintainer guidelines * [maintainer-guide] Rearrange sections * [maintainer-guide] Add note about GitHub Draft PRs * [maintainer-guide] Improvements * [maintainer-guide] Address comments about versioning conventions * [maintainer-guide] Add section about how portfiles interact with CMakeLists.txt * [maintainer-guidelines] Add link from docs index
2019-06-10[vcpkg] Add optional 'Homepage' field to CONTROL (#6844)Phil Christensen
* [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.
2019-05-10[docs] update port naming info in CONTROL docs (#6397)Phil Christensen
2019-05-09[docs] clean up CONTROL file documentation (#6378)Phil Christensen
2019-04-11[docs] Add VCPKG_CMAKE_SYSTEM_VERSION (#6061)Robert Schumacher
2019-03-28Allow additional environment variables to be set in a clean environment (#5650)Don
* Allow additional environment variables to be set in a clean environment * Add documentation for VCPKG_KEEP_ENV_VARS
2019-03-14Add headers to vcpkg_download_distfile (#5640)Don
* Add headers to vcpkg_download_distfile Allows headers to be appended when downloading a distribution. This allows for setting authentication headers to download from a private repository. * [scripts,docs] Regenerate docs for portfile functions * [docs,scripts] Fix typo regressions * [docs,scripts] Fix broken link
2019-03-13[docs] Fix broken linkPhil Christensen
2019-03-11[docs] Add vcpkg functions usage examples (#5639)Victor Romero
2019-03-10Fix minor spelling mistakes in documentation (#5620)Bo Rydberg
2019-02-25[vcpkg-docs] Replace reference to VCPKG_DEFAULT_VS_PATH with ↵Robert Schumacher
VCPKG_VISUAL_STUDIO_PATH
2019-02-22[docs] Show how to default VCPKG_TARGET_TRIPLET (#5346)zhihaoy
2019-02-15[vcpkg create, docs] Update create command's template and documentation on ↵Victor Romero
patching (#5370)
2019-01-30[vcpkg-docs] Improve documentation for Visual Studio 2019Robert Schumacher