aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
2017-09-28Revert "Extract function for duplicated code"Alexander Karatarakis
This reverts commit eca068e4c5673b888d6470b42d6b5b44b21c4007.
2017-09-27[Toolset selection] Use VS2017 vcvarsall for v140 if availableAlexander Karatarakis
2017-09-27Fix: Don't break before finding all VS2017 instancesAlexander Karatarakis
2017-09-27Place line closer to usageAlexander Karatarakis
2017-09-27Extract function for duplicated codeAlexander Karatarakis
2017-09-24Update CHANGELOG and bump version to v0.0.90Alexander Karatarakis
2017-09-24`vcpkg portsdiff` Make output format closer to the CHANGELOG formattingAlexander Karatarakis
2017-09-22Bump required version of CMake to 3.9.3Alexander Karatarakis
3.9.3 contains this interesting change: FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9
2017-09-19Bump required version of CMake to 3.9.2Alexander Karatarakis
2017-09-19[vcpkg edit] Fix VSCode pathAlexander Karatarakis
2017-09-14Update CHANGELOG and bump version to v0.0.89Alexander Karatarakis
2017-09-14`vcpkg edit`: Improve detection for VSCode - Insiders. Prefer it if availableAlexander Karatarakis
2017-09-14Remove stray debugging codeAlexander Karatarakis
2017-09-14[vcpkg] hotfix for ci/install mergeRobert Schumacher
Disables accidental testing statement that was left in during the commit.
2017-09-14Version check is now performed before running any commandAlexander Karatarakis
(except vcpkg version/hash/contact)
2017-09-14Change message of version mismach to a warningAlexander Karatarakis
2017-09-14Introduce Version::warn_if_vcpkg_version_mismatch()Alexander Karatarakis
2017-09-13[metrics.cpp] More naming scheme and const fixesAlexander Karatarakis
2017-09-13[metrics.cpp] Naming scheme and missing constAlexander Karatarakis
2017-09-13[vcpkg.cpp] Naming schemeAlexander Karatarakis
2017-09-13[commands_remove.cpp] Naming scheme and missing constAlexander Karatarakis
2017-09-13Rework vcpkg install (and vcpkg ci)Alexander Karatarakis
- Refactor install-plan-execution code to reduce duplication - Add `vcpkg install --keep-going` option - Add elapsed time to each invidial package and total time - Add a counter to the install (e.g. Starting package 3/12: <name>)
2017-09-13[install] Naming scheme and constAlexander Karatarakis
2017-09-13Refactor package removal code to eliminate its duplicationAlexander Karatarakis
2017-09-09Update CHANGELOG and bump version to v0.0.88Alexander Karatarakis
2017-09-08Update CHANGELOG and bump version to v0.0.87Alexander Karatarakis
2017-09-07[vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inlineAlexander Karatarakis
2017-09-06an empty delimiter causes the split function to failatkawa7
2017-09-04Update CHANGELOG and bump version to v0.0.86Alexander Karatarakis
2017-09-01Use Strings::join() and Strings::format()Alexander Karatarakis
2017-09-01Add missing constsAlexander Karatarakis
2017-09-01Remove unused #includeAlexander Karatarakis
2017-09-01Don't return by const copyAlexander Karatarakis
2017-09-01Add missing constsAlexander Karatarakis
2017-09-01[Triplet] Naming convention and missing constAlexander Karatarakis
2017-09-01[vcpkg_Checks] Naming convention fixesAlexander Karatarakis
2017-09-01[vcpkg_Chrono] Add missing constsAlexander Karatarakis
2017-09-01[vcpkg_Input] Add missing constAlexander Karatarakis
2017-09-01[vcpkg_Parse] Add missing constAlexander Karatarakis
2017-09-01[VcpkgPaths.cpp] Don't modify and ref on the flyAlexander Karatarakis
2017-09-01Remove uneeded else branch. Fix variable hidingAlexander Karatarakis
2017-09-01[VcpkgPaths.cpp] Naming conventions and const fixesAlexander Karatarakis
2017-09-01Remove #1712 workaround. Clean Byte-Order-Mark if presentAlexander Karatarakis
2017-08-31[vcpkg portsdiff] Add missing const, remove unused #includeAlexander Karatarakis
2017-08-31[vcpkg import] Add missing constsAlexander Karatarakis
2017-08-31[vcpkg integrate] Change regex to static const, add missing constsAlexander Karatarakis
2017-08-31[vcpkg integrate] Naming convention fixesAlexander Karatarakis
2017-08-31[vcpkg list] Naming convention fixAlexander Karatarakis
2017-08-31Add missing constAlexander Karatarakis
2017-08-31Remove unused #includeAlexander Karatarakis