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
Age
Commit message (
Expand
)
Author
2017-04-21
Move source_dir outside of InstallDir struct
Alexander Karatarakis
2017-04-21
InstallationDirs -> InstallDir
Alexander Karatarakis
2017-04-21
[vcpkg-update] Add .\ to update message.
Robert Schumacher
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-19
Update CHANGELOG and bump version to v0.0.80
Alexander Karatarakis
2017-04-18
Reduce verbosity of `vcpkg remove` when purging the package
Alexander Karatarakis
2017-04-18
Workaround for fs::remove_all()
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
Add fs::create_directories() forwarding function
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-17
Remove unused #include
Alexander Karatarakis
2017-04-17
Add SortedVector.cbegin() and .cend()
Alexander Karatarakis
2017-04-17
`ci`: pretty print the package build times
Alexander Karatarakis
2017-04-17
Formatting
Alexander Karatarakis
2017-04-14
Merge branch 'dev/roschuma/fs-testing'
Robert Schumacher
2017-04-14
Merge from master
Robert Schumacher
2017-04-14
Rework print_plan() for `remove` and `install`
Alexander Karatarakis
2017-04-14
Introduce Util::group_by()
Alexander Karatarakis
2017-04-14
Use Util::find_if/not()
Alexander Karatarakis
2017-04-14
Add Util::find_if() and Util::find_if_not()
Alexander Karatarakis
2017-04-14
Remove explicit keyword from constructor
Alexander Karatarakis
2017-04-14
Rename p->plan and formatting
Alexander Karatarakis
2017-04-14
Use Strings::join()
Alexander Karatarakis
2017-04-13
Use Util::erase_remove_if()
Alexander Karatarakis
2017-04-13
keep_if (wrong name) renamed to erase_remove_if
Alexander Karatarakis
2017-04-13
Revert "Use Util::keep_if()"
Robert Schumacher
2017-04-12
Remove unused #include
Alexander Karatarakis
2017-04-12
Add final keyword
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
Files::read_lines() -> Files::read_all_lines()
Alexander Karatarakis
2017-04-12
Merge from master
Robert Schumacher
2017-04-12
[vcpkg] Remove+indirect nearly all uses of iostreams
Robert Schumacher
2017-04-12
Use Util::keep_if()
Alexander Karatarakis
2017-04-12
Add PackageSpec != operator
Alexander Karatarakis
2017-04-12
Introduce keep_if function
Alexander Karatarakis
2017-04-12
Remove AUTO_SELECTED && ALREADY_INSTALLED packages from the install plan
Alexander Karatarakis
2017-04-12
Simplify Remove plan generation
Alexander Karatarakis
2017-04-12
Simplify Install plan generation
Alexander Karatarakis
2017-04-12
Fix issue in the toposort algorithm and move-only types
Alexander Karatarakis
2017-04-12
edges() -> dependencies()
Alexander Karatarakis
2017-04-12
Remove Graph class
Alexander Karatarakis
2017-04-12
Rework create_install_plan()
Alexander Karatarakis
2017-04-12
Move line below temp struct
Alexander Karatarakis
2017-04-12
Improve create_remove_plan (still using Graph)
Alexander Karatarakis
2017-04-12
Use status_db.find_installed()
Alexander Karatarakis
[next]