aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_hash.cpp
AgeCommit message (Expand)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
2017-08-28[commands_hash.cpp] Use const. Naming scheme.Alexander Karatarakis
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-13Use Util::erase_remove_if()Alexander Karatarakis
2017-04-13Revert "Use Util::keep_if()"Robert Schumacher
2017-04-12Use Util::keep_if()Alexander Karatarakis
2017-04-04vcpkg_cmd_arguments -> VcpkgCmdArgumentsAlexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-02-17`hash` check for --optionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
2017-01-12Introduce Command namespace. RefactoringAlexander Karatarakis
2016-12-12Use System::println(std::string&) overloadAlexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-10-20Remove unused include directivesAlexander Karatarakis
2016-10-20Rename function and make it staticAlexander Karatarakis
2016-10-20src FormattingAlexander Karatarakis
2016-10-21Switch to using CertUtil to generate hash.flysha
2016-10-20Add hash file support.sdcb