aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2018-02-16[vcpkg] Add find/find_installed/is_installed for FeatureSpecSquareys
2018-02-16[vcpkg] http_proxy and https_proxy should be lowercase (#2815)Fujii Hironori
2018-02-14[vcpkg] Implement Default-Features (#2697)Jonathan Hale
2018-02-10fixed typo in warning message (#2773)ChrisBFX
2018-02-09[vcpkg-ci] Delete intermediate build folders even on unsuccesful buildsAlexander Karatarakis
2018-02-07Update CHANGELOG and bump version to v0.0.104Alexander Karatarakis
2018-02-07Merge findFileRecursivelyUp into VcpkgPowershellUtilsAlexander Karatarakis
2018-02-03[vcpkg] Fix crash when trying to enumerate nonexistent directory.Robert Schumacher
2018-02-03[vcpkg] Add cmake variable containing all features in the packageSquareys
2018-02-01[vcpkg] Add missing include. Fixes #2700.Robert Schumacher
2018-01-26[vcpkg] Add string constructor (#2429)atkawa7
2018-01-24Update CHANGELOG and bump version to v0.0.103Alexander Karatarakis
2018-01-24[vcpkg] Fix issue with any command executing more than 10 transactions with m...Robert Schumacher
2018-01-23Update CHANGELOG and bump version to v0.0.102Alexander Karatarakis
2018-01-23Use !empty() instead of size() > 0Alexander Karatarakis
2018-01-23Add missing method constAlexander Karatarakis
2018-01-23Remove unneeded elseAlexander Karatarakis
2018-01-23Init order should match order of fieldsAlexander Karatarakis
2018-01-23Use =default for trivial destructorAlexander Karatarakis
2018-01-23Parameter name consistency between declaration and definitionAlexander Karatarakis
2018-01-23Use empty() instead of size() == 0Alexander Karatarakis
2018-01-23Use char instead of string when string-searching for a single charAlexander Karatarakis
2018-01-23Use for-each loopAlexander Karatarakis
2018-01-23Rename to avoid variable hiding. Move temp into vectorAlexander Karatarakis
2018-01-23Use emplace_back() instead of push_back()Alexander Karatarakis
2018-01-23Use empty() instead of comparing with size()Alexander Karatarakis
2018-01-23Add missing initializerAlexander Karatarakis
2018-01-23Fix #include casingAlexander Karatarakis
2018-01-23Update CMake to 3.10.2Alexander Karatarakis
2018-01-23[vcpkg] Revert making remove_package() take status_db by constRobert Schumacher
2018-01-23[vcpkg] Use InstalledPackageView instead of unsorted raw vectorsRobert Schumacher
2018-01-23[vcpkg] Remove overload of StatusParagraphs::find_installed()Robert Schumacher
2018-01-23[vcpkg] Remove AnyParagraph and InstallPlanType::INSTALLRobert Schumacher
2018-01-23[vcpkg] Added StatusParagraph::is_installed()Robert Schumacher
2018-01-23[vcpkg] Span usage improvements.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-17Use StringLiteral and constexpr for options/switchesAlexander Karatarakis
2018-01-17Add new struct: StringLiteralAlexander Karatarakis
2018-01-17Fix variable lifetime issueAlexander Karatarakis
2018-01-12Add output option to exportRyan Fitzsimon
2018-01-10Update CHANGELOG and bump version to v0.0.101Alexander Karatarakis
2018-01-06[vcpkg] fix typos in error messagesStanislav Ershov
2018-01-05Merge pull request #2218 from jasjuang/llvmRobert Schumacher
2018-01-03Add preliminary support for arm-windows and arm64-windows triplets (#2371)Jacek Blaszczynski
2018-01-03Update cmake to 3.10.1Albert Ziegenhagel
2018-01-02Merge pull request #2431 from procxx/certutil_replaceAlexander Karatarakis
2017-12-23Revert "clang-tidy fixes"Robert Schumacher
2017-12-23[vcpkg-hash] Replace certutil.exe with cmake built-in hash commandsStanislav Ershov