aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2016-09-23`vcpkg create` now checks for invalid chars in the zip fileAlexander Karatarakis
2016-09-23Add Files::has_invalid_chars_for_filesystem()Alexander Karatarakis
2016-09-23Fix `vcpkg create` to not parse all arguments as package specsAlexander Karatarakis
2016-09-23Change vcpkg::parse() to vcpkg::package_spec::from_string()Alexander Karatarakis
2016-09-23parse_all_arguments_as_package_specs: remove unused parameterAlexander Karatarakis
2016-09-23[vcpkg] Rename `vcpkg_ports::find_available_x` to be more conciseRobert Schumacher
2016-09-23[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.Robert Schumacher
2016-09-23Merged alzie:default_triplet for PR #70Robert Schumacher
2016-09-23find_unment_dependencies() now works for a single packageAlexander Karatarakis
2016-09-23[vcpkg build] Print the missing package's arch along with the package nameAlexander Karatarakis
2016-09-23Disabled validation of per-package tripletAlbert Ziegenhagel
2016-09-23Fixed errors introduced during mergeAlbert Ziegenhagel
2016-09-23Merge branch 'master' into default_tripletAlbert Ziegenhagel
2016-09-23Improved error reporting when user provides invalid tripletsAlbert Ziegenhagel
2016-09-23Restruct `vcpkg build` to 1 packageAlexander Karatarakis
2016-09-22`vcpkg build` will now show helpful error if dependencies are missingAlexander Karatarakis
2016-09-22Refactor dependency related code to vcpkg::DependenciesAlexander Karatarakis
2016-09-22Fixed encoding of default triplet nameAlbert Ziegenhagel
2016-09-22Introduced environment variable "VCPKG_DEFAULT_TRIPLET"Albert Ziegenhagel
2016-09-22Use System::println()Alexander Karatarakis
2016-09-22Place import_command() in a separate cpp fileAlexander Karatarakis
2016-09-22Use print_example()Alexander Karatarakis
2016-09-22Place owns_command() in a separate cpp fileAlexander Karatarakis
2016-09-22Place command_create() in a separate cpp fileAlexander Karatarakis
2016-09-22Place list_command() in a separate cpp fileAlexander Karatarakis
2016-09-21Place command_list() in a separate cpp fileAlexander Karatarakis
2016-09-21Place update_command() in a separate cpp fileAlexander Karatarakis
2016-09-21Place command_cache in a separate cpp fileAlexander Karatarakis
2016-09-21vcpkg search now does substring searchAlexander Karatarakis
2016-09-21Simplify for-iteratorAlexander Karatarakis
2016-09-21Move search_command to a separate fileAlexander Karatarakis
2016-09-21MOve recursive upwards search to FilesAlexander Karatarakis
2016-09-21Remove 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 copiedAlexander Karatarakis
2016-09-21Account for when ImportBefore does not existAhmed Mahdy
2016-09-20[vcpkg] Improve consistency in use of %VS140COMNTOOLS%Alexander Karatarakis
2016-09-20Merge branch 'master' of https://github.com/Remotion/vcpkgRobert Schumacher
2016-09-20[vcpkg] Fix mismatch between props and targets for user integration.Robert Schumacher
2016-09-20Using %VS140COMNTOOLS% now for the case if VS is not installed in default loc...Remotion
2016-09-19vcpkg.exe now detects the root dir via the .vcpkg-root fileAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis