aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
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-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 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
2016-12-01Remove unused functionAlexander Karatarakis
2016-12-01Remove unused #include directivesAlexander Karatarakis
2016-12-01Move install_package() and deinstall_package() to the files of theAlexander Karatarakis
2016-12-01Remove unused variableAlexander Karatarakis
2016-12-01Merge branch 'checkbeforeinstalling'Alexander Karatarakis
2016-12-01[install-command] Verify files will not overwrite existing filesAlexander Karatarakis
2016-11-30Use check_exit() instead of check_throw()Alexander Karatarakis
2016-11-30Move print_paths() to Files::Alexander Karatarakis
2016-11-30Rename functionAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-29Use new Files functionsAlexander Karatarakis
2016-11-29[Files] Add functions to get all files of a dir recursively or non-recursivelyAlexander Karatarakis
2016-11-29Introduce PostBuildLint namespaceAlexander Karatarakis
2016-11-29Move file functions to vcpkg_Files.hAlexander Karatarakis
2016-11-29Remove unused functionAlexander Karatarakis
2016-11-29[post-build-checks] Refactor - pass around package_dirAlexander Karatarakis
2016-11-29Use extracted local variableAlexander Karatarakis
2016-11-29[post-build-checks] Add check for files in package dir and debug dirAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-29Extract local variableAlexander Karatarakis
2016-11-29Don't return by const valueAlexander Karatarakis