aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2020-03-10Implement a warning when running vcpkg inside a developer command prompt if t...Billy Robert O'Neal III
2020-03-10[vcpkg] Introduce Job Objects to improve ctrl-c performance on WindowsRobert Schumacher
2020-03-10[vcpkg-export-nuget] Fix a import bug of nuget package, give priority to nuge...shihaonan369
2020-03-10[vcpkg] Added command line switch --all-installed to allow exporting of all p...miseri
2020-03-09Merge remote-tracking branch 'origin/master' into HEADRobert Schumacher
2020-03-03Fix log write failure when installing port for the first time (#10287)Jack·Boos·Yu
2020-02-24[vcpkg] Fix issue #9916; `vcpkg upgrade` did not `load_tag_vars()` (#10202)Robert Schumacher
2020-02-19Fix build for VS2015 (#10126)Victor Romero
2020-02-13[vcpkg] Record output from build process into log file (#10063)Robert Schumacher
2020-02-12[vcpkg] Fix VS2015 compileRobert Schumacher
2020-02-12Add binarycaching.(h|cpp) to project filesVictor Romero
2020-02-11[vcpkg] Compute all ABIs upfront instead of during build_package()Robert Schumacher
2020-02-11[vcpkg] Extract binary caching functionality into separate interfaceRobert Schumacher
2020-02-09[vcpkg] Remove superfluous BuildPackageConfig struct (#9997)Robert Schumacher
2020-02-09[vcpkg] Track parser row/col state in Paragraph (renamed from RawParagraph) (...Robert Schumacher
2020-02-08[vcpkg] Use CreateProcess on Windows. Improve EnvVars manipulation and handli...Robert Schumacher
2020-02-07[vcpkg] Further parser improvements (#9895)Robert Schumacher
2020-02-06Merge pull request #9901 from Neumann-A/skip_dumpbinRobert Schumacher
2020-02-06[vcpkg] Improve error messages when failing to find a backing portRobert Schumacher
2020-02-05[vcpkg] fix missing " around path include (#9912)Alexander Neumann
2020-02-05Move " to correct positionAlexander Neumann
2020-02-04rename string variable to NAME_SKIP_DUMPBIN_CHECKSAlexander Neumann
2020-02-04[vcpkg] Add skip dumpbin checksAlexander Neumann
2020-02-03[vcpkg] Add Supports: field. Use contents of triplets instead of names for de...Phil Christensen
2020-01-17Add support for building with MinGW (#9137)Cristian Adam
2020-01-17Community Triplets 🤝 (#7976)Victor Romero
2020-01-16[toolsrc] Added missing @ to FATAL_ERROR message (#9720)Kristof
2020-01-16[VCPKG] WinHTTPOption for company Proxy not correctly taken into account (#9372)xabbudm
2020-01-13Minor edit to help message for cli depend-info option. Fix for #9534. (#9536)Darrell
2020-01-13Introduce new policy to skip post verification of dll exports (#9642)martin-s
2020-01-09Contributing: Fix a typo (#9566)Maher Jendoubi
2020-01-09Allow ARM64 to build x86 things (#9578)Curtis J Bezault
2019-12-20[vcpkg] Removed unused template function. (#9287)dpoliarush
2019-11-22Merge pull request #9080 from dan-shaw/telemetry-updateRobert Schumacher
2019-11-22update telemetrydan-shaw
2019-11-22[vcpkg] Fix build breaks and run clang-formatRobert Schumacher
2019-11-22Merge branch 'master' into vcpkg_nugetRobert Schumacher
2019-11-21Update to clang 9.* (removed libc++fs) (#8924)fradav
2019-11-14[vcpkg] update telemetrydan-shaw
2019-10-17Fix compile error in Visual Studio 2017 15.1Sergey Zolotarev
2019-10-14Fix CMake checks for Apple Clang 11.0 on macOS 10.15 (#8580)Joel Pelaez Jorge
2019-10-07Find default for text/plain on Linux and Windows (#567) (#8435)Chris-SG
2019-09-26[CI system] Add features to test result xml (#8342)Phil Christensen
2019-09-17Fix #8193 (#8200)Alexander Neumann
2019-09-17[vcpkg] Continue on malformed paths in PATH (#8129)Phoebe
2019-09-12Fix bug in `.vcpkg-root` detection that breaks `--overlay-triplets` (#7954)martin-s
2019-09-11[vcpkg] Fix depend-info command arguments (#8135)Victor Romero
2019-09-09fix x-history help desc. (#8101)JackBoosY
2019-09-06[x-history] Prints CONTROL version history of a port 👻 (#7377)Victor Romero
2019-08-28Download Mode (#7950)Victor Romero