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-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
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
2016-09-29
Valiting triplets is now the responsibility of vcpkg_paths
Alexander Karatarakis
2016-09-29
[triplet] Part before dash is arch. Part after dash is system
Alexander Karatarakis
2016-09-29
[vcpkg] Improved help message upon build failure.
Robert Schumacher
2016-09-28
Rename SCAFFOLD to CREATE to match `vcpkg create`
Alexander Karatarakis
2016-09-28
[vcpkg] Fix user wide integration to avoid XCOPY due to locale-specific failures
Robert Schumacher
2016-09-27
Merge branch 'master' of https://github.com/microsoft/vcpkg
Robert Schumacher
2016-09-27
[vcpkg] Provide more error information on installation failures
Robert Schumacher
2016-09-27
Make member function const
Alexander Karatarakis
2016-09-26
vcpkglib_helpers: Return output instead of accepting it as arg
Alexander Karatarakis
2016-09-23
`vcpkg create` now checks for invalid chars in the zip file
Alexander Karatarakis
2016-09-23
Add Files::has_invalid_chars_for_filesystem()
Alexander Karatarakis
2016-09-23
Fix `vcpkg create` to not parse all arguments as package specs
Alexander Karatarakis
2016-09-23
Change vcpkg::parse() to vcpkg::package_spec::from_string()
Alexander Karatarakis
2016-09-23
parse_all_arguments_as_package_specs: remove unused parameter
Alexander Karatarakis
2016-09-23
[vcpkg] Rename `vcpkg_ports::find_available_x` to be more concise
Robert Schumacher
2016-09-23
[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.
Robert Schumacher
2016-09-23
Merged alzie:default_triplet for PR #70
Robert Schumacher
2016-09-23
find_unment_dependencies() now works for a single package
Alexander Karatarakis
2016-09-23
[vcpkg build] Print the missing package's arch along with the package name
Alexander Karatarakis
2016-09-23
Disabled validation of per-package triplet
Albert Ziegenhagel
2016-09-23
Fixed errors introduced during merge
Albert Ziegenhagel
2016-09-23
Merge branch 'master' into default_triplet
Albert Ziegenhagel
2016-09-23
Improved error reporting when user provides invalid triplets
Albert Ziegenhagel
2016-09-23
Restruct `vcpkg build` to 1 package
Alexander Karatarakis
2016-09-22
`vcpkg build` will now show helpful error if dependencies are missing
Alexander Karatarakis
2016-09-22
Refactor dependency related code to vcpkg::Dependencies
Alexander Karatarakis
2016-09-22
Fixed encoding of default triplet name
Albert Ziegenhagel
2016-09-22
Introduced environment variable "VCPKG_DEFAULT_TRIPLET"
Albert Ziegenhagel
2016-09-22
Use System::println()
Alexander Karatarakis
2016-09-22
Place import_command() in a separate cpp file
Alexander Karatarakis
2016-09-22
Use print_example()
Alexander Karatarakis
2016-09-22
Place owns_command() in a separate cpp file
Alexander Karatarakis
2016-09-22
Place command_create() in a separate cpp file
Alexander Karatarakis
2016-09-22
Place list_command() in a separate cpp file
Alexander Karatarakis
2016-09-21
Place command_list() in a separate cpp file
Alexander Karatarakis
2016-09-21
Place update_command() in a separate cpp file
Alexander Karatarakis
2016-09-21
Place command_cache in a separate cpp file
Alexander Karatarakis
[next]