aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg-test
AgeCommit message (Expand)Author
2021-02-04[vcpkg] Download vcpkg.exe rather than building it in bootstrap on Windows. (...Billy O'Neal
2021-02-03[vcpkg] Emit parse errors to match '<file>:<line>:<col>: error: <text>' for b...ras0219
2021-02-03[vcpkg] Apply fixes needed to extract vcpkg-tool (#16012)Billy O'Neal
2021-02-02[vcpkg] Miscellaneous internal improvements extracted from #15424 (#15677)ras0219
2021-01-28update tests (#15449)Alex Pozhylenkov
2021-01-22[vcpkg] Fix regression in error messages with registries/versioning (#15709)ras0219
2021-01-22Restore x-upload-metrics command accidentally disabled by removing VCPKG_DISA...Billy O'Neal
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca
2021-01-15[vcpkg] Rewriting CmdLineBuilder/Command (3/n) (#15673)nicole mazzuca
2021-01-15[vcpkg] Add initial versioning documentation (#15565)ras0219
2021-01-13[vcpkg] Add parse checking for version fields and enable non-string versions ...ras0219
2021-01-12[vcpkg] Add a different way to use CommandBuilder, support InWorkingDirectory...nicole mazzuca
2021-01-07[vcpkg] Add commands to maintain and verify versions db integrity (#14999)Victor Romero
2021-01-07[vcpkg] Add support for --overlay-ports to versioning (#15013)ras0219
2020-12-21[vcpkg registries] support versions (#15114)nicole mazzuca
2020-12-21Print failing upload attempts in !debug. (#15206)Billy O'Neal
2020-12-17[vcpkg] Fix warning (as error) when building vcpgk/toolsrc with clang++ 10 or...Kevin Lalumiere
2020-12-15[vcpkg] Refactor end-to-end tests (#15081)ras0219
2020-12-07[vcpkg] Add SemVer and Date versioning schemes (#14889)Victor Romero
2020-12-06[vcpkg] Add --nuget-description option for `vcpkg export` (#14953)ras0219
2020-12-04Change Nuget binary cache pre-release info to always start with letters (#14857)Francois Rivard
2020-12-04[vcpkg] Error on '#' in version strings to avoid confusion (#14927)ras0219
2020-11-27[vcpkg] Introduce `create_versioned_install_plan()` (#14633)ras0219
2020-11-18[vcpkg] Add experimental x-azblob binary provider (#13626)ras0219
2020-11-13[vcpkg] Implement constraints and overrides in manifests (#14183)ras0219
2020-11-09[vcpkg] Initial Registries: Part 2 MVP (#14153)nicole mazzuca
2020-10-27[vcpkg, jsonnet, openssl-uwp] Enable use of the system powershell-core if it ...Billy O'Neal
2020-10-26[vcpkg] Implement versions db generator (#13777)Victor Romero
2020-10-24Replace fwd header files to declarations (#13972)Cengizhan Pasaoglu
2020-10-21[vcpkg] Add `versions` feature flag and version field manifest parsing (#14079)ras0219
2020-10-12[vcpkg] Further JSON error improvements (#13399)ras0219
2020-10-08[vcpkg] Use more forward declarations rather than definitions (#13623)Cengizhan Pasaoglu
2020-10-07Always accept = or space as delimiters when parsing common command line param...Billy O'Neal
2020-10-06[vcpkg] Enable reentrant vcpkg calls (#13751)ras0219
2020-09-27[vcpkg] Add compiler info to nuspec description (#13571)Francois Rivard
2020-09-22[vcpkg] Fix the case of current_path() before use on Windows. (#13537)Billy O'Neal
2020-09-14[vcpkg manifest] Add documentation! (#13488)nicole mazzuca
2020-09-11[vcpkg] Merge the vcpkg metadata uploader into the vcpkg binary (#13421)Billy O'Neal
2020-09-07[vcpkg] Improve Json error messages (#12981)ras0219
2020-09-02[vcpkg] Registries MVP (#13038)nicole mazzuca
2020-08-31[vcpkg] Implement 'repository' tag for NuGet binary caching (#13228)ras0219
2020-08-25[vcpkg] Fix #13094 by avoiding the comma operator. (#13117)Billy O'Neal
2020-08-19[vcpkg] Add Forward Declarations (originally by @cngzhnp) (#12985)nicole mazzuca
2020-08-18[vcpkg] Use std::filesystem when Visual Studio is greater than 2015 (#12774)Jack·Boos·Yu
2020-08-14[vcpkg] Reduce dependencies and contents of vcpkgpaths.h (#12876)ras0219
2020-08-13[vcpkg] Lift `--x-json` to a global option, implement experimental `x-package...ras0219
2020-08-12[vcpkg] Fix resolution of default features when using Manifest mode (#12829)ras0219
2020-08-02[vcpkg format-manifest] Add convert-control flag (#12471)nicole mazzuca
2020-08-01[vcpkg] Refactor commands 2: Electric Boogaloo (#12641)nicole mazzuca
2020-07-31[vcpkg] Refactor Commands: Part 1 (#12585)nicole mazzuca