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_install.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-10-02
Show warning instead of failing if port cannot be parsed
Alexander Karatarakis
2017-09-14
Remove stray debugging code
Alexander Karatarakis
2017-09-14
[vcpkg] hotfix for ci/install merge
Robert Schumacher
2017-09-13
Rework vcpkg install (and vcpkg ci)
Alexander Karatarakis
2017-09-13
[install] Naming scheme and const
Alexander Karatarakis
2017-09-13
Refactor package removal code to eliminate its duplication
Alexander Karatarakis
2017-08-31
example -> EXAMPLE
Alexander Karatarakis
2017-08-28
Use System::println() with no args
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY instead of ""
Alexander Karatarakis
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-08-24
Fix merge issues
Alexander Karatarakis
2017-08-23
[vcpkg] Install should not list already installed packages as "to be built"
Robert Schumacher
2017-08-23
[vcpkg] Deduplicate code from feature packages
Robert Schumacher
2017-08-21
[vcpkg] Fix feature packages for non-default triplets. Reduce duplication bet...
Robert Schumacher
2017-08-20
[vcpkg] Refactor parsing together and flatten featurespec usages
Robert Schumacher
2017-08-16
partial end to end feature packages hdf5
Daniel Shaw
2017-07-24
end to end feature pkg draft
Daniel Shaw
2017-06-27
refactor create_install_plan tests
Daniel Shaw
2017-06-26
adding tests for install plans
Daniel Shaw
2017-06-06
Install continue
Alexander Karatarakis
2017-05-04
Introduce Strings::case_insensitive_ascii_compare()
Alexander Karatarakis
2017-05-03
[vcpkg] Add support for installing from HEAD
Robert Schumacher
2017-05-02
[vcpkg] Reduce arguments to build_package() by bundling
Robert Schumacher
2017-05-01
[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildC...
Robert Schumacher
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-23
[vcpkg-build] Fix regression in build command.
Robert Schumacher
2017-04-21
Find group_by_plan_type outside of print_plan()
Alexander Karatarakis
2017-04-21
Move source_dir outside of InstallDir struct
Alexander Karatarakis
2017-04-21
InstallationDirs -> InstallDir
Alexander Karatarakis
2017-04-20
[InstallationDirs] Better name for static factory
Alexander Karatarakis
2017-04-20
Simplify InstallDirs class. No longer touches disk
Alexander Karatarakis
2017-04-17
Use read-only pattern for InstallationDirs
Alexander Karatarakis
2017-04-17
InstallationDirs struct now checks/create the needed dirs
Alexander Karatarakis
2017-04-17
Make install_and_write_listfile() public
Alexander Karatarakis
2017-04-17
Variable rename and formatting
Alexander Karatarakis
2017-04-17
Introduce InstallationDirs stuct
Alexander Karatarakis
2017-04-14
Merge branch 'dev/roschuma/fs-testing'
Robert Schumacher
2017-04-14
Rework print_plan() for `remove` and `install`
Alexander Karatarakis
2017-04-14
Use Util::find_if/not()
Alexander Karatarakis
2017-04-14
Use Strings::join()
Alexander Karatarakis
2017-04-12
write_all_lines() -> write_lines()
Alexander Karatarakis
2017-04-12
get_files_recursive()/get_files_non_recursive()
Alexander Karatarakis
2017-04-12
Merge from master
Robert Schumacher
2017-04-12
Simplify Install plan generation
Alexander Karatarakis
2017-04-11
Merge from master
Robert Schumacher
2017-04-11
[vcpkg] Alias out standard filesystem headers to ensure clean separation.
Robert Schumacher
2017-04-10
`install` target_triplet -> triplet
Alexander Karatarakis
2017-04-10
PackageSpec.target_triplet() -> ".triplet()
Alexander Karatarakis
[next]