index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
Age
Commit message (
Expand
)
Author
2018-01-24
[vcpkg] Fix issue with any command executing more than 10 transactions with m...
Robert Schumacher
2018-01-23
Use !empty() instead of size() > 0
Alexander Karatarakis
2018-01-23
Add missing method const
Alexander Karatarakis
2018-01-23
Remove unneeded else
Alexander Karatarakis
2018-01-23
Init order should match order of fields
Alexander Karatarakis
2018-01-23
Use =default for trivial destructor
Alexander Karatarakis
2018-01-23
Parameter name consistency between declaration and definition
Alexander Karatarakis
2018-01-23
Use empty() instead of size() == 0
Alexander Karatarakis
2018-01-23
Use char instead of string when string-searching for a single char
Alexander Karatarakis
2018-01-23
Use for-each loop
Alexander Karatarakis
2018-01-23
Rename to avoid variable hiding. Move temp into vector
Alexander Karatarakis
2018-01-23
Use emplace_back() instead of push_back()
Alexander Karatarakis
2018-01-23
Use empty() instead of comparing with size()
Alexander Karatarakis
2018-01-23
Add missing initializer
Alexander Karatarakis
2018-01-23
Fix #include casing
Alexander Karatarakis
2018-01-23
Update CMake to 3.10.2
Alexander Karatarakis
2018-01-23
[vcpkg] Revert making remove_package() take status_db by const
Robert Schumacher
2018-01-23
[vcpkg] Use InstalledPackageView instead of unsorted raw vectors
Robert Schumacher
2018-01-23
[vcpkg] Remove overload of StatusParagraphs::find_installed()
Robert Schumacher
2018-01-23
[vcpkg] Remove AnyParagraph and InstallPlanType::INSTALL
Robert Schumacher
2018-01-23
[vcpkg] Added StatusParagraph::is_installed()
Robert Schumacher
2018-01-22
[vcpkg] Store Optional<&> instead of Optional<*>
Robert Schumacher
2018-01-19
[vcpkg] Add additional tests. Enable featurepackages by default.
Robert Schumacher
2018-01-18
[vkpkg] Fix edit command not considering EDITOR environment variable (#2597)
Jonathan Hale
2018-01-17
Use StringLiteral and constexpr for options/switches
Alexander Karatarakis
2018-01-17
Fix variable lifetime issue
Alexander Karatarakis
2018-01-12
Add output option to export
Ryan Fitzsimon
2018-01-06
[vcpkg] fix typos in error messages
Stanislav Ershov
2018-01-05
Merge pull request #2218 from jasjuang/llvm
Robert Schumacher
2018-01-03
Add preliminary support for arm-windows and arm64-windows triplets (#2371)
Jacek Blaszczynski
2018-01-03
Update cmake to 3.10.1
Albert Ziegenhagel
2018-01-02
Merge pull request #2431 from procxx/certutil_replace
Alexander Karatarakis
2017-12-23
Revert "clang-tidy fixes"
Robert Schumacher
2017-12-23
[vcpkg-hash] Replace certutil.exe with cmake built-in hash commands
Stanislav Ershov
2017-12-22
clang-tidy fixes
Alexander Karatarakis
2017-12-21
[vcpkg-build-cmake] Build at IDLE priority. Try to detect out-of-memory issue...
Robert Schumacher
2017-12-19
[vcpkg-list] Improve list output for long triplets
Robert Schumacher
2017-12-18
[vcpkg] Improve error message upon graph cycle detected.
Robert Schumacher
2017-12-14
[vcpkg] Fix regressions in WSL build.
Robert Schumacher
2017-12-13
[vcpkg] Revert revert of #2369.
Robert Schumacher
2017-12-13
Revert "Add quotation marks to support user profiles with spaces in them"
Robert Schumacher
2017-12-13
Add quotation marks to support user profiles with spaces in them
JUAN DENT
2017-12-13
[vcpkg] Fix regressions introduced with update command. Fixed issue with upgr...
Robert Schumacher
2017-12-13
Revert "[vcpkg-upgrade] Initial commit of upgrade command."
Robert Schumacher
2017-12-13
Revert "[vcpkg-upgrade] Accept list of packages to specifically upgrade."
Robert Schumacher
2017-12-13
[vcpkg-upgrade] Accept list of packages to specifically upgrade.
Robert Schumacher
2017-12-13
[vcpkg-upgrade] Initial commit of upgrade command.
Robert Schumacher
2017-12-12
Fix fetching dependency text
Alexander Karatarakis
2017-12-06
Improve error message on invalid dependency of package
Alexander Karatarakis
2017-12-05
Improve error message when failing to parse package
Alexander Karatarakis
[next]