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
2016-10-11
Rename lint_status::ERROR to lint_status::ERROR_DETECTED
Alexander Karatarakis
2016-10-10
[Stopwatch] start()/stop() return const &
Alexander Karatarakis
2016-10-10
Rename System::Stopwatch to System::Stopwatch2
Alexander Karatarakis
2016-10-10
[post-build-lint] Look no further than newline when detecting "machine" line
Alexander Karatarakis
2016-10-10
Post-build checks no longer use findstr. Resolves #69
Alexander Karatarakis
2016-10-10
Add Stopwatch class
Alexander Karatarakis
2016-10-05
Add post build checks for the presence of dlls in static builds
Alexander Karatarakis
2016-10-05
Add triplet::build_type()
Alexander Karatarakis
2016-10-05
Fix cast to size_t
Alexander Karatarakis
2016-10-05
Add "lowercase" to the message about invalid chars
Alexander Karatarakis
2016-10-05
Fix #119 [regression]: cannot use numbers in library names
Alexander Karatarakis
2016-10-05
Display the lowercased name for errors in package parsing
Alexander Karatarakis
2016-10-04
Temporarily use get_or_throw()
Alexander Karatarakis
2016-10-04
Rename function case_insensitive_find() to case_insensitive_ascii_find()
Alexander Karatarakis
2016-10-04
Remove function prefix_path_for_package()
Alexander Karatarakis
2016-10-04
BinaryParagraph now contains a package_spec instead of name+triplet
Alexander Karatarakis
2016-10-04
Replace auto with actual type
Alexander Karatarakis
2016-10-04
Temporarily use get_or_throw()
Alexander Karatarakis
2016-10-04
All-CAPS for enum members
Alexander Karatarakis
2016-10-04
[package_spec]User input gets lowercased; other input is checked
Alexander Karatarakis
2016-10-04
Add another result when parsing package spec: has_invalid_characters
Alexander Karatarakis
2016-10-04
Add Strings::ascii_to_lowercase()
Alexander Karatarakis
2016-10-03
Remove redundant parentheses
Alexander Karatarakis
2016-10-03
[package_spec] Force using the factories that do sanity checks
Alexander Karatarakis
2016-10-03
[package_spec] Static factory now lowercases all chars
Alexander Karatarakis
2016-10-03
[triplet] Force using the factory that does sanity checks
Alexander Karatarakis
2016-10-03
[vcpkg] Adjust ersion to point at LICENSE.txt
Robert Schumacher
2016-09-30
create & edit commands now only handle package names
Alexander Karatarakis
2016-09-30
[vcpkg edit] Now throws an error if it cannot launch an editor
Alexander Karatarakis
2016-09-30
Rename check_all_triplets() to check_triplets()
Alexander Karatarakis
2016-09-30
Added triplet check in all commands that obtain package_specs
Alexander Karatarakis
2016-09-30
Introduce Input::check_all_triplets()
Alexander Karatarakis
2016-09-30
Introduce Input::check_triplet()
Alexander Karatarakis
2016-09-30
Merge branch 'master' of https://github.com/Microsoft/vcpkg
Alexander Karatarakis
2016-09-30
Place check_and_get_package_spec in a separate file
Alexander Karatarakis
2016-09-30
Merge branch 'master' of https://github.com/microsoft/vcpkg
Robert Schumacher
2016-09-30
Remove parse_all_arguments_as_package_specs()
Alexander Karatarakis
2016-09-30
Replace usage of parse_all_args_as_package_specs with the new functions
Alexander Karatarakis
2016-09-30
[vcpkg_paths] Use fs alias in all places within the header
Alexander Karatarakis
2016-09-30
Add function check_and_get_package_spec() and variant for multiple specs
Alexander Karatarakis
2016-09-30
All commands now use the new functions for argument checking
Alexander Karatarakis
2016-09-30
Merge branch 'master' of https://github.com/microsoft/vcpkg
Robert Schumacher
2016-09-30
Add quotes around command name
Alexander Karatarakis
2016-09-30
Rename check_max_args to check_max_arg_count and introduce min/exact variants
Alexander Karatarakis
2016-09-30
Introduce create_example_string()
Alexander Karatarakis
2016-09-30
Change error_count to size_t
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of Strings::format() to wformat()
Alexander Karatarakis
2016-09-29
Rename wchar_t overload of format_internal to wformat_internal
Alexander Karatarakis
2016-09-29
Rename validate_triplet to is_valid_triplet
Alexander Karatarakis
2016-09-29
Fix formatting
Alexander Karatarakis
[next]