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
/
vcpkglib
Age
Commit message (
Expand
)
Author
2017-08-24
Introduce GlobalState struct
Alexander Karatarakis
2017-06-20
[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.
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-05-24
[vcpkg] Refactored to simplify BuildPolicies into BuildPolicy.
Robert Schumacher
2017-05-01
[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildC...
Robert Schumacher
2017-04-30
[vcpkg] Remove OptBool in favor of Optional<bool>
Robert Schumacher
2017-04-27
Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...
Alexander Karatarakis
2017-04-21
Add skeleton code for `vcpkg export`
Alexander Karatarakis
2017-04-05
Introduce `vcpkg depend-info` command
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
version_t -> VersionT
Alexander Karatarakis
2017-04-04
vcpkg_cmd_arguments -> VcpkgCmdArguments
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
cstring_view -> CStringView
Alexander Karatarakis
2017-04-03
[vcpkg-env] Added internal 'env' command to help diagnose environment issues.
Robert Schumacher
2017-04-01
[vcpkg] ImmutableSortedVector is actually Mutable via move.
Robert Schumacher
2017-04-01
[vcpkg] Replace explicit bulk operations with fmap
Robert Schumacher
2017-04-01
[vcpkg] Dead code elimination
Robert Schumacher
2017-03-31
Fix issue in vcxproj.filters
Alexander Karatarakis
2017-03-31
Version_t
Alexander Karatarakis
2017-03-31
Place cXstring_view in a separate header
Alexander Karatarakis
2017-03-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-31
Rename expected.h to vcpkg_expected.h
Alexander Karatarakis
2017-03-27
Rework Paragraph parsing error handling. Add single paragraph functions
Alexander Karatarakis
2017-03-13
Put LineInfo in separate h/cpp
Alexander Karatarakis
2017-03-10
Add lazy.h
Alexander Karatarakis
2017-02-17
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Alexander Karatarakis
2017-02-16
Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cpp
Alexander Karatarakis
2017-02-15
Raise Warning level for the vcpkg tool to W4
Alexander Karatarakis
2017-02-15
Introduce ci command: builds all packages of a triplet
Alexander Karatarakis
2017-02-10
Add vcpkg_Enums
Alexander Karatarakis
2017-02-08
Remove unnecessary $(PlatformToolset) condition
Alexander Karatarakis
2017-02-07
Remove OutdatedDynamicCrt enum. Replace with vector<struct>
Alexander Karatarakis
2017-02-01
Fix filename
Alexander Karatarakis
2017-02-01
Split OutdatedDynamicCrt into separate h/cpp
Alexander Karatarakis
2017-02-01
Split BuildType into separate h/cpp
Alexander Karatarakis
2017-02-01
Split ConfigurationType into separate h/cpp
Alexander Karatarakis
2017-02-01
Split LinkageType into separate h/cpp
Alexander Karatarakis
2017-02-01
Rename files in PostBuildLint namespace
Alexander Karatarakis
2017-02-01
Introduce BuildPolicies (not used by the post_build checks yet)
Alexander Karatarakis
2017-02-01
Enhance the opt_bool type
Alexander Karatarakis
2017-01-30
Introduce "optional" alias
Alexander Karatarakis
2017-01-30
Disable MinimalRebuild
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-30
Enable multiprocessor compilation for vcpkg itself
Alexander Karatarakis
2017-01-25
Remove vcpkgcommon.vcxproj. Merge it into vcpkglib.vcxproj
Alexander Karatarakis
[next]