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
/
commands_installation.cpp
Age
Commit message (
Expand
)
Author
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
2016-12-16
[install_command] now overwrites files if they are already present
Alexander Karatarakis
2016-12-15
Use Files::write_all_lines()
Alexander Karatarakis
2016-12-14
Refactor writing of listfile
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
[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-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
Move install_package() and deinstall_package() to the files of the
Alexander Karatarakis
2016-11-29
Introduce PostBuildLint namespace
Alexander Karatarakis
2016-11-17
Add (undocumented) --checks-only option to the build command
Alexander Karatarakis
2016-11-15
Renames and cleanup
Alexander Karatarakis
2016-11-15
Use custom struct instead of std::pair
Alexander Karatarakis
2016-11-15
Major refactor/rework of dependency resolution
Alexander Karatarakis
2016-11-07
Introduce vcpkg_info.h/cpp
Alexander Karatarakis
2016-11-07
[Dependencies] Remove unused parameter
Alexander Karatarakis
2016-11-07
[Dependencies] Function rename
Alexander Karatarakis
2016-11-07
Move Dependency-related functions from vcpkg.h to vcpkg_Dependencies.h
Alexander Karatarakis
2016-11-07
Refactor: create new Paragraphs.h/cpp
Alexander Karatarakis
2016-11-05
Enable qualified dependencies. Fix bug in internal 'build' command.
Robert Schumacher
2016-11-03
SourceParagraph checks fields at construction time
Alexander Karatarakis
2016-11-03
[SourceParagraph] Consistency rename
Alexander Karatarakis
2016-11-02
Add port name to the output message
Alexander Karatarakis
2016-11-02
Add checks for fields in CONTROL file. Resolves #228
Alexander Karatarakis
2016-11-02
[building] Parse SourceParagraph at the start of the build
Alexander Karatarakis
2016-10-10
Rename System::Stopwatch to System::Stopwatch2
Alexander Karatarakis
2016-10-04
[package_spec]User input gets lowercased; other input is checked
Alexander Karatarakis
2016-10-03
[package_spec] Force using the factories that do sanity checks
Alexander Karatarakis
2016-10-03
[triplet] Force using the factory that does sanity checks
Alexander Karatarakis
2016-09-30
Rename check_all_triplets() to check_triplets()
Alexander Karatarakis
2016-09-30
Added triplet check in all commands that obtain package_specs
Alexander Karatarakis
2016-09-30
Place check_and_get_package_spec in a separate file
Alexander Karatarakis
2016-09-30
Replace usage of parse_all_args_as_package_specs with the new functions
Alexander Karatarakis
2016-09-30
All commands now use the new functions for argument checking
Alexander Karatarakis
2016-09-30
Rename check_max_args to check_max_arg_count and introduce min/exact variants
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of Strings::format() to wformat()
Alexander Karatarakis
2016-09-29
[vcpkg] Improved help message upon build failure.
Robert Schumacher
2016-09-23
Change vcpkg::parse() to vcpkg::package_spec::from_string()
Alexander Karatarakis
2016-09-23
parse_all_arguments_as_package_specs: remove unused parameter
Alexander Karatarakis
2016-09-23
[vcpkg] Rename `vcpkg_ports::find_available_x` to be more concise
Robert Schumacher
2016-09-23
[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.
Robert Schumacher
2016-09-23
Merged alzie:default_triplet for PR #70
Robert Schumacher
2016-09-23
find_unment_dependencies() now works for a single package
Alexander Karatarakis
2016-09-23
[vcpkg build] Print the missing package's arch along with the package name
Alexander Karatarakis
2016-09-23
Fixed errors introduced during merge
Albert Ziegenhagel
2016-09-23
Merge branch 'master' into default_triplet
Albert Ziegenhagel
[next]