aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_integration.cpp
AgeCommit message (Collapse)Author
2017-01-12Rename commands_integration.cpp to commands_integrate.cppAlexander Karatarakis
Filename should match the command name
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-11-07Remove unused #includesAlexander Karatarakis
2016-09-30All commands now use the new functions for argument checkingAlexander Karatarakis
2016-09-29Rename wchar_t overload of Strings::format() to wformat()Alexander Karatarakis
2016-09-28[vcpkg] Fix user wide integration to avoid XCOPY due to locale-specific failuresRobert Schumacher
2016-09-21Remove use of wildcard in integration installation dest path.Dan Sarginson
This seemed to be used in order to stop XPATH blocking on the file/directory dialog. It was causing odd issues I mentioned in #62. Instead used "echo f" to assure XCOPY that we're dealing with files. Fixes #62.
2016-09-21[vcpkg] Place VS user-wide integration into a C++ specific folder instead of ↵Robert Schumacher
for all projects. This avoids a bug where the IDE would erroneously add x86, x64, and ARM architectures to C# projects.
2016-09-21[integration] Add check that the targets file was properly copiedAlexander Karatarakis
2016-09-21Account for when ImportBefore does not existAhmed Mahdy
2016-09-20[vcpkg] Fix mismatch between props and targets for user integration.Robert Schumacher
2016-09-18Initial commitAlexander Karatarakis