aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)Author
2021-08-03Fix title capitalization from ↵Billy O'Neal
https://github.com/vcpkg/vcpkg.github.io/pull/54 (#19345)
2021-07-20[docs] More Getting Started fixes (#18970)Victor Romero
* Use valid commmit ID for baseline * More doc fixes
2021-07-15Use valid commmit ID for baseline (#18969)Victor Romero
2021-06-15[vcpkg_download_distfile] Add condition for padding the SHA (#18459)NancyLi1013
2021-05-18Update versioning.getting-started.md (#18000)ras0219
2021-05-09[doc] Fix spelling errors (#17560)Kai Pastor
* [doc] Fix spelling errors in docs * [doc] Fix spelling errors in scripts * Bump version * x-add-version * Fix another typo * Rebuild
2021-05-03[docs] Consolidate versioning documentation (#17580)Robert Schumacher
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
2021-04-29[docs] Fix broken links (#17566)Phoebe
* [docs] Fix broken links * Fix the charactor * Update the charactor
2021-04-28fix example code. (#17502)tre
2021-03-11[docs] Improve inter-document linking; add 'latest' links (#16502)ras0219
* [docs] Improve inter-document linking; add 'latest' links * [docs] Apply suggestions from code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-01[vcpkg] [docs] Add Boost versioning example (#16381)Victor Romero
* Add boost versioning example * Simplify text * Fix formatting
2020-12-28[cppunit] add linux support and bump version to 1.15.1 (#15018)dweckmann
2020-09-14[vcpkg manifest] Add documentation! (#13488)nicole mazzuca
* [vcpkg docs] add docs for manifest files These are just for the maintainer docs, not user docs. * [vcpkg] EBNF-ify platform expression parsing this modifies nothing about what strings are accepted or rejected, it just moves stuff around. also adds tests. * [vcpkg docs] add manifest mode example * [wip] docs for augustin also fix tabs * [vcpkg manifest] switch to using maps for features * Apply suggestions from code review * un-experimentize format-manifest * flesh out the user manifest mode docs * CRs * billy CRs * final personal pass-thru
2020-08-05[sqlite3] Namespaced targets with unofficial:: (#12516)Phoebe
* [sqlite3] Namespaced targets with unofficial:: * Fix failure ports * Update the targets name * Update related docs
2020-07-07[vcpkg] Implement --editable (#12200)ras0219
--editable suppresses binary caching and source re-extraction for packages listed on the command line (similar to --head). This fundamentally changes the port maintenance loop, so several example documents were updated. To avoid users having substantial changes suddenly destroyed by forgetting to pass --editable, "clean" sources have different extract locations. The undocumented command `build` implies `--editable`. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-18Mention --ignore-space-at-eol in patching.md (#11952)Leonid Pospelov
2020-06-05[docs] fix CMakeLists example for SQLite3 (#11763)James Liu
* docs: fix CMakeLists example for SQLite3 * docs: simplify CMake config * fix: remove extra parenthesis
2020-05-13[vcpkg] Improve Android doc (triplets, usage with cmake and prefab) (#11264)Pascal Thomet
* Android: add docs/examples/vcpkg_android_example_cmake/ * Add docs/users/android.md * Improve Android prefab doc Following additional informations given by @atkawa7 at https://github.com/microsoft/vcpkg/pull/11264 * Link to android.md * Update the prefab usage instructions: "vcpkg install" the 4 archs before exporting a prefab * added --prefab-debug flag * added gradle integration info * reviewed the prefab output directory structure (from a dump of an actual export) * docs/users/triplets.md: link to android.md * docs/index.md: link to android.md * android.md: specify 2 possibiities for android_ndk_home * Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake Usage: 1. Main CMakeLists: if (VCPKG_TARGET_ANDROID) include("cmake/vcpkg_android.cmake") endif() 2. cmake invocation: cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a * trigger pipeline build * trigger pipelines
2020-03-20Correct parameter reference (#10472)Michael Kelley
- Change references to --overlay-ports to --overlay-triplets
2019-12-16Remove deprecated call to includeGriffin Downs
2019-08-02[vcpkg-docs] Reword and reorganize overlay-triplets-linux-dynamic.md (#7502)Robert Schumacher
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-02-15[vcpkg create, docs] Update create command's template and documentation on ↵Victor Romero
patching (#5370)
2018-11-20Merge branch 'master' into documentationRoelf-Jilling
2018-11-19Move -DCMAKE_... to a new line to prevent the line-break after the dash.Roelf-Jilling
2018-11-19Add note, to delete the CMake cache, after editing a configuration.Roelf-Jilling
2018-11-16Add packaging GitHub repo exampleSimon Brand
2018-11-15Rename example documentsSimon Brand
The current names and titles of the examples put too much emphasis on the package which is being demonstrated rather than the concept. This can be jarring for newcomers. This patch renames them to put the emphasis on the concept instead.
2018-09-02Update zlib versiontbeu
2018-07-08Fix typo (#3856)Frederik Gladhorn
* Fix typo * [docs] Simplify wording further
2018-05-28Fixed misspellingCleroth
2018-01-31[docs][packaging-zlib] Fix example doc.Robert Schumacher
2017-05-28[vcpkg-docs] Rework documentation for compatibility with readthedocs.io and ↵Robert Schumacher
MkDocs.