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
2017-01-13
[edit command] Now checks that port exists before opening
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
2017-01-12
Place contact and version commands in different cpp files
Alexander Karatarakis
2017-01-12
Introduce Command namespace. Refactoring
Alexander Karatarakis
2017-01-12
Rename commands_integration.cpp to commands_integrate.cpp
Alexander Karatarakis
2017-01-12
Rename commands_installation to commands_install
Alexander Karatarakis
2017-01-12
Place build & build_external commands into separate files
Alexander Karatarakis
2017-01-05
Refactor pre-install check
Alexander Karatarakis
2017-01-05
Introduce ImmutableSortedVector
Alexander Karatarakis
2017-01-05
Use Nested Namespace Definition
Alexander Karatarakis
2017-01-05
Use Nested Namespace Definition
Alexander Karatarakis
2017-01-05
Pass by reference
Alexander Karatarakis
2017-01-05
Use Nested Namespace Definition
Alexander Karatarakis
2017-01-05
Use nullptr
Alexander Karatarakis
2017-01-05
Use nested namespace definition
Alexander Karatarakis
2016-12-24
Fix signed/unsigned mismatch warning
nekko1119
2016-12-20
Improve trim implementation
Alexander Karatarakis
2016-12-20
Improve error message
Alexander Karatarakis
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
[next]