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
/
vcpkg_Input.cpp
Age
Commit message (
Collapse
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-09-01
[vcpkg_Input] Add missing const
Alexander Karatarakis
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-07-24
end to end feature pkg draft
Daniel Shaw
2017-06-19
[vcpkg] feature packages initial parsing
Daniel Shaw
2017-06-06
ExpectedT factory class
Daniel Shaw
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-10
default_target_triplet -> default_triplet
Alexander Karatarakis
2017-04-07
Use Triplet.canonical_name() or .to_string()
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
expected -> Expected
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
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-01
[vcpkg] Replace explicit bulk operations with fmap
Robert Schumacher
2017-03-22
Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-12
Reorganize commands, each in its own namespace
Alexander Karatarakis
Additionally, functions related to a command can now live in the same namespace
2017-01-12
Introduce Command namespace. Refactoring
Alexander Karatarakis
2017-01-05
Pass by reference
Alexander Karatarakis
2017-01-05
Use Nested Namespace Definition
Alexander Karatarakis
2016-12-12
[vcpkg_Input] Use std::string instead of char*
Alexander Karatarakis
2016-10-05
Display the lowercased name for errors in package parsing
Alexander Karatarakis
2016-10-04
[package_spec]User input gets lowercased; other input is checked
Alexander Karatarakis
2016-10-03
[package_spec] Force using the factories that do sanity checks
Alexander Karatarakis
2016-10-03
[triplet] Force using the factory that does sanity checks
Alexander Karatarakis
2016-09-30
Rename check_all_triplets() to check_triplets()
Alexander Karatarakis
2016-09-30
Introduce Input::check_all_triplets()
Alexander Karatarakis
2016-09-30
Introduce Input::check_triplet()
Alexander Karatarakis
2016-09-30
Place check_and_get_package_spec in a separate file
Alexander Karatarakis