aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2017-08-31Function naming conventionAlexander Karatarakis
2017-08-31Naming schemeAlexander Karatarakis
2017-08-30Use ::TerminateProcess() instead of ::exit()Alexander Karatarakis
2017-08-30Improve `vcpkg edit` and feedback when no editor is foundAlexander Karatarakis
2017-08-30Move function to Files::find_from_PATH()Alexander Karatarakis
2017-08-29Add missing constAlexander Karatarakis
2017-08-29Add missing constAlexander Karatarakis
2017-08-29Naming convention fixesAlexander Karatarakis
2017-08-29Add missing constAlexander Karatarakis
2017-08-29[vcpkg] Refactor workaround for issue #1712. This should be removed once the ...Robert Schumacher
2017-08-29Merge branch 'utf-1702'Robert Schumacher
2017-08-29[vcpkg] Dependency instead of installcmdRobert Schumacher
2017-08-29Remove Strings::is_empty(). Use std::string.empty()Alexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-28Use System::println() with no argsAlexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-28Add System::println() with no argsAlexander Karatarakis
2017-08-28Use Strings::EMPTY instead of ""Alexander Karatarakis
2017-08-28Improve BinaryParagraph::displayname()Alexander Karatarakis
2017-08-28Introduce Strings::is_empty()Alexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-28Make member functions constAlexander Karatarakis
2017-08-28Use Strings::join() and Strings::format()Alexander Karatarakis
2017-08-28[vcpkg_Dependencies.cpp] Remove redundant elseAlexander Karatarakis
2017-08-28[vcpkg_Dependencies.cpp] Order of initializationAlexander Karatarakis
2017-08-28[vcpkg_Build.cpp] USe const. Misc fixesAlexander Karatarakis
2017-08-28[vcpkg] Hack to fix codepage problems -- root cause unknownRobert Schumacher
2017-08-28[commands_hash.cpp] Use const. Naming scheme.Alexander Karatarakis
2017-08-28[commands_env.cpp] Use const. Naming schemeAlexander Karatarakis
2017-08-28[edit] Fix variable names to be consistence with vcpkg's conventionAlexander Karatarakis
2017-08-28Use constAlexander Karatarakis
2017-08-28Use const. Take str by referenceAlexander Karatarakis
2017-08-28Add missing constAlexander Karatarakis
2017-08-28Add missing const keywordsAlexander Karatarakis
2017-08-26[vcpkg] free memory CommandLineToArgvWatkawa7
2017-08-26Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fixRobert Schumacher
2017-08-26[vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string poi...Robert Schumacher
2017-08-25[vcpkg] Use fgetws instead of fgets to accomodate non-ascii resultsRobert Schumacher
2017-08-25[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644Robert Schumacher
2017-08-25[vcpkg] use UTF-8 for console input/outputMikhail Paulyshka
2017-08-25[vcpkg] Trap Ctrl-C, enable thread safety for global data structuresRobert Schumacher
2017-08-24Fix merge issuesAlexander Karatarakis
2017-08-24Run cleanup before exiting instead of calling atexitAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-25[vcpkg] prefer AMD64 host architectureMikhail Paulyshka
2017-08-24Use CreateProcess instead of _wspawnlpeAlexander Karatarakis
2017-08-24[vcpkg] testing for architectures supported by toolsetMikhail Paulyshka
2017-08-23[vcpkg] Add stringify for BuildResult::FILE_CONFLICTSRobert Schumacher
2017-08-23[vcpkg] Fix typoRobert Schumacher
2017-08-23Merge branch 'master' of https://github.com/Microsoft/vcpkgRobert Schumacher