aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
2017-01-25Remove defunct reference to vcpkgcommon.vcxprojAlexander Karatarakis
2017-01-25Remove vcpkgcommon.vcxproj. Merge it into vcpkglib.vcxprojAlexander Karatarakis
2017-01-25Change check_throw() to check_exit()Alexander Karatarakis
2017-01-25Rename main.cpp to vcpkg.cppAlexander Karatarakis
2017-01-25Rename vcpkg.h/cpp to vcpkglib.h/cppAlexander Karatarakis
2017-01-25Move all sources (except main.cpp) from vcpkg.vcxproj to vcpkglib.vcxprojAlexander Karatarakis
2017-01-25Remove vcpkgmetrics.vcxproj. Merge it into vcpkglib.vcxprojAlexander Karatarakis
2017-01-25Add quotes are port name in error messageAlexander Karatarakis
2017-01-25[vcpkg] Do not build tests when running scripts\bootstrap.ps1.Robert Schumacher
2017-01-25Move MachineType.cpp to src\Alexander Karatarakis
2017-01-25Update commands_update.cppOlaf van der Spek
2017-01-24Properly convert wchar to char before printingAlexander Karatarakis
2017-01-24Add error message when CONTROL file cannot be openedAlexander Karatarakis
2017-01-24Suppress VS2017's vcvarsall.bat outputAlexander Karatarakis
2017-01-24Download nuget.exe in a version-including subfolder in Downloads\Alexander Karatarakis
2017-01-23Update CHANGELOG and bump version to v0.0.70Alexander Karatarakis
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-23Bump nuget.exe versionAlexander Karatarakis
2017-01-23Extract methodAlexander Karatarakis
2017-01-23Improve format of output error messagesAlexander Karatarakis
2017-01-23Improve commentAlexander Karatarakis
2017-01-23[Environemnt] Don't depend on present working dirAlexander Karatarakis
2017-01-23Bump version of required CMake to 3.7.2Alexander Karatarakis
2017-01-23Improve Strings::split()Alexander Karatarakis
2017-01-23Strings::split() now handles trailing delimitersAlexander Karatarakis
2017-01-23Add comment about trailing backslash in VS140COMNTOOLSAlexander Karatarakis
2017-01-23Remove check for empty MSVC dir.Alexander Karatarakis
2017-01-23[VS2017] Use Environment::get_vcvarsall_bat()Alexander Karatarakis
2017-01-23[VS2017] Add function to get vcvarsall.batAlexander Karatarakis
2017-01-23FormattingAlexander Karatarakis
2017-01-23Build path throuh fs::path APIs instead of Strings::format()Alexander Karatarakis
2017-01-23[VS2017] Don't depend on a specific MSVC dir nameAlexander Karatarakis
2017-01-23[VS2017] Extract function that detects the VS2015 instance, when no VS2017 ↵Alexander Karatarakis
is found
2017-01-23[VS2017] Use Environment::get_dumpbin_exe()Alexander Karatarakis
2017-01-23[VS2017] Add function do get dumpbin.exeAlexander Karatarakis
2017-01-23Add Strings::split() functionAlexander Karatarakis
2017-01-23[vcpkg_paths] Add "scripts" entryAlexander Karatarakis
2017-01-23[VS2017] Enable building vcpkg itself with VS2017Alexander Karatarakis
2017-01-18Update CHANGELOG and bump version to v0.0.67Alexander Karatarakis
2017-01-13[edit command] Now checks that port exists before openingAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12Place contact and version commands in different cpp filesAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2017-01-12Rename commands_integration.cpp to commands_integrate.cppAlexander Karatarakis
Filename should match the command name
2017-01-12Rename commands_installation to commands_installAlexander Karatarakis
Names should match the command
2017-01-12Place build & build_external commands into separate filesAlexander Karatarakis
2017-01-10Update CHANGELOG and bump version to v0.0.66Alexander Karatarakis
2017-01-05Refactor pre-install checkAlexander Karatarakis
2017-01-05Introduce ImmutableSortedVectorAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis