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-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
LinkageType to UpperCamelCase
Alexander Karatarakis
2017-04-04
ConfigurationType to UpperCamelCase
Alexander Karatarakis
2017-04-04
BuildType to UpperCamelCase
Alexander Karatarakis
2017-04-04
BuildPolicies to UpperCamelCase
Alexander Karatarakis
2017-04-04
paragraph_parse_result -> ParagraphParseResult
Alexander Karatarakis
2017-04-04
package_spec_parse_result -> PackageSpecParseResult
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
Alexander Karatarakis
2017-04-04
opt_bool->OptBool
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-04-04
dll_info->DllInfo, lib_info->LibInfo
Alexander Karatarakis
2017-04-04
[vcpkg-remove] Make purge the default for remove.
Robert Schumacher
2017-04-04
[vcpkg-remove-outdated] Add documentation for remove --outdated.
Robert Schumacher
2017-04-04
`remove` Add --outdated option
Alexander Karatarakis
2017-04-03
adds line comments for CONTROL
Tobias Kohlbau
2017-04-03
[vcpkg-env] Added internal 'env' command to help diagnose environment issues.
Robert Schumacher
2017-04-01
[vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience.
Robert Schumacher
2017-04-01
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Robert Schumacher
2017-04-01
[vcpkg] Merge search for dumpbin and toolchain (they are the same).
Robert Schumacher
2017-04-01
[vcpkg] Use fmap instead of std::transform.
Robert Schumacher
2017-04-01
[vcpkg] Collapse join() overloads into a single template.
Robert Schumacher
2017-04-01
[vcpkg] Replace explicit bulk operations with fmap
Robert Schumacher
2017-03-31
`update` needs to use package_spec
Alexander Karatarakis
2017-03-31
Refactor update and portsdiff
Alexander Karatarakis
2017-03-31
Version_t
Alexander Karatarakis
2017-03-31
Remove Files::check_is_directory()
Robert Schumacher
2017-03-31
Use cstring_view in utf conversion functions
Robert Schumacher
2017-03-31
Fix memory leak in get_environmental_variable()
Robert Schumacher
2017-03-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-31
Move Environment::get_program_files() to System::get_program_files()
Robert Schumacher
2017-03-31
Remove System::set_environmental_variable()
Alexander Karatarakis
2017-03-31
Use [[noreturn]] instead of declspec(noreturn)
Robert Schumacher
2017-03-31
Inline function
Robert Schumacher
2017-03-31
Remove Checks::check_throw() #2
Robert Schumacher
2017-03-31
Eliminate last usage of Checks::check_throw()
Robert Schumacher
2017-03-31
Use cwstring_view in CMakeVariable
Robert Schumacher
2017-03-31
Rename optional::get_or_exit() to optional::value_or_exit()
Robert Schumacher
2017-03-31
Rename expected::get_or_exit() to expected::value_or_exit()
Robert Schumacher
2017-03-31
`remove`: Add --dry-run option
Alexander Karatarakis
2017-03-31
Introduce get_installed_ports()
Alexander Karatarakis
2017-03-31
[vcpkg] Rework code structure to satisfy /analyze in VS2017
Robert Schumacher
2017-03-29
Merge branch 'patch-2' of https://github.com/OlafvdSpek/vcpkg into OlafvdSpek...
Alexander Karatarakis
2017-03-29
[vcpkg] Fix regression introduced in 67ce764. Fixes #868. Fixes #866.
Robert Schumacher
2017-03-28
Remove unneeded call to c_str()
Alexander Karatarakis
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-28
[expected] Now uses exit variants instead of throw variants
Alexander Karatarakis
2017-03-28
Use cstring_view in all functions in Checks::
Alexander Karatarakis
2017-03-28
Remove unneeded calls to c_str()
Alexander Karatarakis
[next]