aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2018-03-02[vcpkg] Improve handling of external toolchain filesRobert Schumacher
2018-02-28[vcpkg] Add tests for create_export_plan and remove unused argumentsRobert Schumacher
2018-02-28[vcpkg] Fix exporting packages with features-depending-on-featuresRobert Schumacher
2018-02-26[vcpkg] Initial commit of experimental compressed binary archiving behind a flagRobert Schumacher
2018-02-26[vcpkg-hash] Fix target paths containing spacesRobert Schumacher
2018-02-26[vcpkg] Refactor VcpkgCmdArguments to not utilize global stateRobert Schumacher
2018-02-26[vcpkg] Add 7zip internal toolRobert Schumacher
2018-02-26[vcpkg] Fix feature interdependency during installRobert Schumacher
2018-02-26[vcpkg] Fix inter-feature referencesRobert Schumacher
2018-02-26[vcpkg] Add test for default-features with a preinstalled dependencyRobert Schumacher
2018-02-26[vcpkg] Fix issue when removing packages that have explicit feature dependenc...Robert Schumacher
2018-02-25[vcpkg] Fix "just-in-time" requirements calculationRobert Schumacher
2018-02-25[vcpkg] Fix exclusions in ciRobert Schumacher
2018-02-23[vcpkgTools.xml] Reuse in vcpkg.exeAlexander Karatarakis
2018-02-23Rename "depenencies" to tools. Rework xml file to reduce fields.Alexander Karatarakis
2018-02-22[vcpkg] Avoid use of atomic copy constructor on older compilersRobert Schumacher
2018-02-22[vcpkg] Fix previous commit's typoRobert Schumacher
2018-02-21[vcpkg] Enable metrics on linuxRobert Schumacher
2018-02-21[vcpkg] Add non-throwing implementation of write_contents()Robert Schumacher
2018-02-21[CI] Fix too early deletion of filesAlexander Karatarakis
2018-02-21Add internal option to clean packages\<port> after the buildAlexander Karatarakis
2018-02-20Update git to 2.16.2Alexander Karatarakis
2018-02-20[vcpkg-metrics] Adjust reporting of build timesRobert Schumacher
2018-02-19[vcpkg] Remove create_install_plan in favor of create_feature_install_planRobert Schumacher
2018-02-16Merge pull request #2817 from Squareys/fix-build-with-feature-depsRobert Schumacher
2018-02-16[vcpkg] Avoid using s::status_known() -- it does not do what you think it doesRobert Schumacher
2018-02-16[vcpkg] Fix bug with missing dependencies introduced in #2697 (#2819)Jonathan Hale
2018-02-16[vcpkg] Fix build command for packages that depend of featuresSquareys
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-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-01-26[vcpkg] Add string constructor (#2429)atkawa7
2018-01-24[vcpkg] Fix issue with any command executing more than 10 transactions with m...Robert Schumacher
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