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-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
2016-09-21
vcpkg search now does substring search
Alexander Karatarakis
2016-09-21
Simplify for-iterator
Alexander Karatarakis
2016-09-21
Move search_command to a separate file
Alexander Karatarakis
2016-09-21
MOve recursive upwards search to Files
Alexander Karatarakis
2016-09-21
Remove use of wildcard in integration installation dest path.
Dan Sarginson
2016-09-21
[vcpkg] Place VS user-wide integration into a C++ specific folder instead of ...
Robert Schumacher
2016-09-21
[integration] Add check that the targets file was properly copied
Alexander Karatarakis
2016-09-21
Account for when ImportBefore does not exist
Ahmed Mahdy
2016-09-20
[vcpkg] Improve consistency in use of %VS140COMNTOOLS%
Alexander Karatarakis
2016-09-20
Merge branch 'master' of https://github.com/Remotion/vcpkg
Robert Schumacher
2016-09-20
[vcpkg] Fix mismatch between props and targets for user integration.
Robert Schumacher
2016-09-20
Using %VS140COMNTOOLS% now for the case if VS is not installed in default loc...
Remotion
2016-09-19
vcpkg.exe now detects the root dir via the .vcpkg-root file
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis