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-07-26
[vcpkg-export] Add NuGet id and NuGet version options to export command.
Robert Schumacher
2017-07-26
[vcpkg] Add support for single-option arguments.
Robert Schumacher
2017-07-24
end to end feature pkg draft
Daniel Shaw
2017-07-19
refactor feature packages
Daniel Shaw
2017-07-14
feature packages graph traversal
Daniel Shaw
2017-06-27
refactor create_install_plan tests
Daniel Shaw
2017-06-26
adding tests for install plans
Daniel Shaw
2017-06-21
[triplet] Use pointer to instance-controlled strings and cache hashcode
Alexander Karatarakis
2017-06-20
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
Robert Schumacher
2017-06-19
Merge branch 'feature_package_implementation'
Robert Schumacher
2017-06-19
[vcpkg] feature packages initial parsing
Daniel Shaw
2017-06-19
Use std::experimental::filesystem instead of std::tr2::sys
Alexander Karatarakis
2017-06-08
[vcpkg] Hotfix previous commit.
Robert Schumacher
2017-06-08
[vcpkg] Improve diagnostics upon port load failure
Robert Schumacher
2017-06-06
Convert BuildType/Configuration Type into simple enum classes
Alexander Karatarakis
2017-06-06
[vcpkg] Added parser support for 'Supports' field
Robert Schumacher
2017-06-06
Add missing #include
Alexander Karatarakis
2017-06-06
Install continue
Alexander Karatarakis
2017-06-06
minor changes
Daniel Shaw
2017-06-06
PackageSpecParseResult const ref bug
Daniel Shaw
2017-06-06
ExpectedT factory class
Daniel Shaw
2017-06-05
[vcpkg] Formatting and simplification of VcpkgPaths::get_toolset()
Robert Schumacher
2017-06-02
Implement support to request a specific toolset version via the variable `VCP...
Albert Ziegenhagel
2017-05-24
[vcpkg] Add comments
Robert Schumacher
2017-05-24
[vcpkg] Refactored to simplify BuildPolicies into BuildPolicy.
Robert Schumacher
2017-05-22
Adding policy ALLOW_OBSOLETE_MSVCRT suppressing dependency check for msvcrt.dll
Hartmut Kaiser
2017-05-05
Introduce Debug::println()
Alexander Karatarakis
2017-05-04
Introduce Strings::case_insensitive_ascii_compare()
Alexander Karatarakis
2017-05-04
Rework vcpkg's triplet environment reading
Alexander Karatarakis
2017-05-04
get_environmental_variable() -> get_environment_variable()
Alexander Karatarakis
2017-05-04
Rename Strings:: function for utf8/utf16 conversion
Alexander Karatarakis
2017-05-03
Remove unneeded #includes
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-30
[vcpkg] check_exit should accept explicitly-convertible-to-bool
Robert Schumacher
2017-04-30
[vcpkg] Remove OptBool in favor of Optional<bool>
Robert Schumacher
2017-04-30
[vcpkg] CStringView improvements
Robert Schumacher
2017-04-28
Use CStringView instead of const char*
Alexander Karatarakis
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
[next]