Commit Graph

229 Commits

Author SHA1 Message Date
Alexander Karatarakis
188eac680b Rename check_all_triplets() to check_triplets() 2016-09-30 17:02:39 -07:00
Alexander Karatarakis
51bc83c70e Added triplet check in all commands that obtain package_specs 2016-09-30 17:01:41 -07:00
Alexander Karatarakis
e3455e281b Introduce Input::check_all_triplets() 2016-09-30 16:55:34 -07:00
Alexander Karatarakis
4b0f3d87be Introduce Input::check_triplet() 2016-09-30 16:54:07 -07:00
Alexander Karatarakis
d31498d0e7 Merge branch 'master' of https://github.com/Microsoft/vcpkg 2016-09-30 16:49:47 -07:00
Alexander Karatarakis
8becbe15a2 Place check_and_get_package_spec in a separate file 2016-09-30 16:49:30 -07:00
Robert Schumacher
cddc4f612e Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-09-30 16:48:16 -07:00
Robert Schumacher
39c0c7152f [opencv] Require use of internal tiff, libjpeg, libpng. Partially fixes #81. 2016-09-30 16:48:12 -07:00
Alexander Karatarakis
bcb2be360a Remove parse_all_arguments_as_package_specs() 2016-09-30 16:39:23 -07:00
Alexander Karatarakis
d7c357db2e Replace usage of parse_all_args_as_package_specs with the new functions 2016-09-30 16:38:29 -07:00
Alexander Karatarakis
df55e93b18 [vcpkg_paths] Use fs alias in all places within the header 2016-09-30 16:34:55 -07:00
Alexander Karatarakis
3f5275ed9f Add function check_and_get_package_spec() and variant for multiple specs 2016-09-30 16:29:12 -07:00
Alexander Karatarakis
b2c1076aef All commands now use the new functions for argument checking 2016-09-30 15:02:08 -07:00
Robert Schumacher
17786b865a Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-09-30 14:59:58 -07:00
Alexander Karatarakis
82d145c9bc Add quotes around command name 2016-09-30 11:52:54 -07:00
Alexander Karatarakis
fc1e55173b Rename check_max_args to check_max_arg_count and introduce min/exact variants 2016-09-30 11:29:01 -07:00
Alexander Karatarakis
0fdd57983a Introduce create_example_string() 2016-09-30 11:23:05 -07:00
Alexander Karatarakis
3419a7f9ca Change error_count to size_t 2016-09-30 11:22:24 -07:00
Alexander Karatarakis
4faf11f206 Add size_t overload to to_printf_arg() 2016-09-30 11:21:51 -07:00
Alexander Karatarakis
8ed88af8c9 Rename wchar_t overload of Strings::format() to wformat() 2016-09-29 19:28:00 -07:00
Alexander Karatarakis
a4ab4fd241 Rename wchar_t overload of format_internal to wformat_internal 2016-09-29 19:25:07 -07:00
Alexander Karatarakis
8e3ee05230 Rename validate_triplet to is_valid_triplet 2016-09-29 15:02:56 -07:00
Alexander Karatarakis
033f577c51 Fix formatting 2016-09-29 15:02:56 -07:00
Alexander Karatarakis
fb1130876f Valiting triplets is now the responsibility of vcpkg_paths 2016-09-29 15:00:40 -07:00
Alexander Karatarakis
ac2e248e8f Rename variable to CMAKE_TRIPLET_FILE 2016-09-29 15:00:39 -07:00
Alexander Karatarakis
17b95eb28c Remove leading underscore in _VCPKG_TARGET_TRIPLET and add CACHE attribute 2016-09-29 14:58:09 -07:00
Alexander Karatarakis
8ea76e833e [triplet] Part before dash is arch. Part after dash is system 2016-09-29 14:58:09 -07:00
Robert Schumacher
4ab32c520d [vcpkg] Improve error message on mistyped package name. 2016-09-29 14:31:28 -07:00
Robert Schumacher
6273b1d170 [FAQ] Rewording, adding links where appropriate 2016-09-29 14:06:02 -07:00
Robert Schumacher
84e8641d0d [eigen3] Avoid calling file(REMOVE ...) with a blank argument 2016-09-29 13:10:51 -07:00
Robert Schumacher
91ec700f6c Merge pull request #100 from chrullrich/boost-version
Track updated Boost version.
2016-09-29 12:59:35 -07:00
Christian Ullrich
7cbc7fdc86 Track updated Boost version. 2016-09-29 21:55:14 +02:00
Robert Schumacher
93f8088a5a [vcpkg] Improved help message upon build failure. 2016-09-29 11:50:31 -07:00
Alexander Karatarakis
ab74726c99 [fmt] Disable FMT_DOC to prevent build error 2016-09-29 11:17:57 -07:00
Robert Schumacher
d9aba9f0fe [vcpkg] Add extract destination argument to vcpkg_extract_source_archive 2016-09-29 08:31:12 -07:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Alexander Karatarakis
4c382b02c7 Merge branch 'KindDragon-boost-1-62' 2016-09-28 16:41:21 -07:00
Alexander Karatarakis
ae8f6e3271 [boost] Extract SOURCE_PATH variable 2016-09-28 16:41:02 -07:00
Alexander Karatarakis
48fe5f36b2 Rename SCAFFOLD to CREATE to match vcpkg create 2016-09-28 16:25:32 -07:00
Alexander Karatarakis
958b1063ff Merge branch 'boost-1-62' of https://github.com/KindDragon/vcpkg into KindDragon-boost-1-62 2016-09-28 16:22:30 -07:00
Alexander Karatarakis
e4ada711c2 Add Common Ambient Variables to porfile template 2016-09-28 16:21:47 -07:00
Arkadiy Shapkin
d18209dd42 [boost] Update to version 1.62 2016-09-29 00:58:25 +03:00
Robert Schumacher
1402262962 [vcpkg] Fix user wide integration to avoid XCOPY due to locale-specific failures 2016-09-28 12:22:12 -07:00
Robert Schumacher
0ce48afe1c [opencv] Fix URL->URLS, -DWITH_CUDA=OFF, and LICENSE location 2016-09-28 12:12:04 -07:00
Robert Schumacher
cc29d43f85 Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-09-27 15:51:16 -07:00
Robert Schumacher
2ed13a583d [vcpkg] Provide more error information on installation failures 2016-09-27 15:51:00 -07:00
Robert Schumacher
288bdf367a [vcpkg] Enable multicore builds by default. 2016-09-27 15:50:11 -07:00
Robert Schumacher
cd4d8c110c [opencv] Adjust installation to deploy correct cmake files 2016-09-27 15:49:41 -07:00
Alexander Karatarakis
687ac42cdd Make member function const 2016-09-27 01:48:51 -07:00
Alexander Karatarakis
a098ecad03 vcpkglib_helpers: Return output instead of accepting it as arg 2016-09-26 21:12:04 -07:00