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
/
include
Age
Commit message (
Expand
)
Author
2017-04-28
[CStringView] Rename parameter, add copy ctor
Alexander Karatarakis
2017-04-28
Enums::f(): Accept CStringView instead of std::string&
Alexander Karatarakis
2017-04-28
[clang-format] Cpp11BracedListStyle: true
Alexander Karatarakis
2017-04-28
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Alexander Karatarakis
2017-04-27
Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...
Alexander Karatarakis
2017-04-25
Rework ConfigurationType enum
Alexander Karatarakis
2017-04-25
Rework BuildType enum
Alexander Karatarakis
2017-04-25
ENUM_NAME should be in the enum namespace
Alexander Karatarakis
2017-04-25
Rework LinkageType enum
Alexander Karatarakis
2017-04-25
Make constexprs static
Alexander Karatarakis
2017-04-25
Rework OptBool enum
Alexander Karatarakis
2017-04-25
Rework BuildInfo enum
Alexander Karatarakis
2017-04-23
[vcpkg-build] Fix regression in build command.
Robert Schumacher
2017-04-21
Add System::get_current_date_time()
Alexander Karatarakis
2017-04-21
Add skeleton code for `vcpkg export`
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
Add fs::create_directories() forwarding function
Alexander Karatarakis
2017-04-17
Make install_and_write_listfile() public
Alexander Karatarakis
2017-04-17
Add SortedVector.cbegin() and .cend()
Alexander Karatarakis
2017-04-14
Merge branch 'dev/roschuma/fs-testing'
Robert Schumacher
2017-04-14
Merge from master
Robert Schumacher
2017-04-14
Introduce Util::group_by()
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-13
keep_if (wrong name) renamed to erase_remove_if
Alexander Karatarakis
2017-04-12
Remove unused #include
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
Add PackageSpec != operator
Alexander Karatarakis
2017-04-12
Introduce keep_if function
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
Add default constructor to Optional<T>
Alexander Karatarakis
2017-04-12
Rework toposort and create_install_plan
Alexander Karatarakis
2017-04-12
Parameter by const&
Alexander Karatarakis
2017-04-12
Extract toposort into a free function
Alexander Karatarakis
2017-04-12
Rename
Alexander Karatarakis
2017-04-12
toposort: use lambda to obtain the neighbours of a vertex
Alexander Karatarakis
2017-04-11
Merge from master
Robert Schumacher
[next]