aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2017-01-13[edit command] Now checks that port exists before openingAlexander Karatarakis
2017-01-12Reorganize commands, each in its own namespaceAlexander Karatarakis
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
2017-01-12Rename commands_installation to commands_installAlexander Karatarakis
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
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Pass by referenceAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2017-01-05Use nullptrAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander Karatarakis
2016-12-24Fix signed/unsigned mismatch warningnekko1119
2016-12-20Improve trim implementationAlexander Karatarakis
2016-12-20Improve error messageAlexander Karatarakis
2016-12-19Avoid unnecessary copyAlexander Karatarakis
2016-12-16Don't return by const valueAlexander Karatarakis
2016-12-16Pass by const refAlexander Karatarakis
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-12-16Pass by refAlexander Karatarakis
2016-12-16Use check_exit() instead of check_throw()Alexander Karatarakis
2016-12-16Do the trim and empty string erase in separate passesAlexander Karatarakis
2016-12-16Replace reading lines and ignoring empty lines with the new functionsAlexander Karatarakis
2016-12-16Add Strings::trim_all_and_remove_whitespace_strings()Alexander Karatarakis
2016-12-16[install_command] now overwrites files if they are already presentAlexander Karatarakis
2016-12-15Improve code that filters out the directories from a vector of pathsAlexander Karatarakis
2016-12-15Use Files::write_all_lines()Alexander Karatarakis
2016-12-15Add Files::read_all_lines() and Files::write_all_lines()Alexander Karatarakis
2016-12-15Add Strings::trim() functionAlexander Karatarakis
2016-12-15[listfile] When reading a listfile, add / at the end of directoriesAlexander Karatarakis
2016-12-14Refactor writing of listfileAlexander Karatarakis
2016-12-13Avoid copying structAlexander Karatarakis
2016-12-13Minor code clarity changeAlexander Karatarakis
2016-12-12Update CHANGELOG and bump version to v0.0.65Alexander Karatarakis
2016-12-12Change signature to std::string& (from char*)Alexander Karatarakis
2016-12-12Use System::println(std::string&) overloadAlexander Karatarakis
2016-12-12[vcpkg_System] Add missing const keywordsAlexander Karatarakis
2016-12-12[vcpkg_Input] Use std::string instead of char*Alexander Karatarakis
2016-12-12[vcpkg_cmd_arguments] Use std::string instead of char*Alexander Karatarakis
2016-12-12Add System::println(std::string) overloadsAlexander Karatarakis
2016-12-12Add SQM User Id to metricsRobert Schumacher
2016-12-07Add "vcpkg /?" which is equivalent to "vcpkg help"Alexander Karatarakis
2016-12-01get_installed_files() now filters out the directoriesAlexander Karatarakis
2016-12-01[pre-install checks] Greatly improve the check for already isntalledAlexander Karatarakis
2016-12-01[owns command] Use get_installed_files()Alexander Karatarakis
2016-12-01Introduce function get_installed_files()Alexander Karatarakis