index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
Age
Commit message (
Expand
)
Author
2016-12-19
Avoid unnecessary copy
Alexander Karatarakis
2016-12-16
Don't return by const value
Alexander Karatarakis
2016-12-16
Pass by const ref
Alexander Karatarakis
2016-12-16
Files::get_contents() -> Files::read_contents()
Alexander Karatarakis
2016-12-16
Pass by ref
Alexander Karatarakis
2016-12-16
Use check_exit() instead of check_throw()
Alexander Karatarakis
2016-12-16
Do the trim and empty string erase in separate passes
Alexander Karatarakis
2016-12-16
Replace reading lines and ignoring empty lines with the new functions
Alexander Karatarakis
2016-12-16
Add Strings::trim_all_and_remove_whitespace_strings()
Alexander Karatarakis
2016-12-16
[install_command] now overwrites files if they are already present
Alexander Karatarakis
2016-12-15
Improve code that filters out the directories from a vector of paths
Alexander Karatarakis
2016-12-15
Use Files::write_all_lines()
Alexander Karatarakis
2016-12-15
Add Files::read_all_lines() and Files::write_all_lines()
Alexander Karatarakis
2016-12-15
Add Strings::trim() function
Alexander Karatarakis
2016-12-15
[listfile] When reading a listfile, add / at the end of directories
Alexander Karatarakis
2016-12-14
Refactor writing of listfile
Alexander Karatarakis
2016-12-13
Avoid copying struct
Alexander Karatarakis
2016-12-13
Minor code clarity change
Alexander Karatarakis
2016-12-12
Change signature to std::string& (from char*)
Alexander Karatarakis
2016-12-12
Use System::println(std::string&) overload
Alexander Karatarakis
2016-12-12
[vcpkg_System] Add missing const keywords
Alexander 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-12
Add SQM User Id to metrics
Robert Schumacher
2016-12-07
Add "vcpkg /?" which is equivalent to "vcpkg help"
Alexander Karatarakis
2016-12-01
get_installed_files() now filters out the directories
Alexander Karatarakis
2016-12-01
[pre-install checks] Greatly improve the check for already isntalled
Alexander Karatarakis
2016-12-01
[owns command] Use get_installed_files()
Alexander Karatarakis
2016-12-01
Introduce function get_installed_files()
Alexander Karatarakis
2016-12-01
Remove unused function
Alexander Karatarakis
2016-12-01
Remove unused #include directives
Alexander Karatarakis
2016-12-01
Move install_package() and deinstall_package() to the files of the
Alexander Karatarakis
2016-12-01
Remove unused variable
Alexander Karatarakis
2016-12-01
Merge branch 'checkbeforeinstalling'
Alexander Karatarakis
2016-12-01
[install-command] Verify files will not overwrite existing files
Alexander Karatarakis
2016-11-30
Use check_exit() instead of check_throw()
Alexander Karatarakis
2016-11-30
Move print_paths() to Files::
Alexander Karatarakis
2016-11-30
Rename function
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-11-29
Use new Files functions
Alexander Karatarakis
2016-11-29
[Files] Add functions to get all files of a dir recursively or non-recursively
Alexander Karatarakis
2016-11-29
Introduce PostBuildLint namespace
Alexander Karatarakis
2016-11-29
Move file functions to vcpkg_Files.h
Alexander Karatarakis
2016-11-29
Remove unused function
Alexander Karatarakis
2016-11-29
[post-build-checks] Refactor - pass around package_dir
Alexander Karatarakis
2016-11-29
Use extracted local variable
Alexander Karatarakis
2016-11-29
[post-build-checks] Add check for files in package dir and debug dir
Alexander Karatarakis
2016-11-29
Extract local variable
Alexander Karatarakis
2016-11-29
Extract local variable
Alexander Karatarakis
2016-11-29
Don't return by const value
Alexander Karatarakis
[next]