Commit Graph

1200 Commits

Author SHA1 Message Date
Alexander Karatarakis
23702360ce Merge trim() and trimmed() functions 2017-10-23 16:11:13 -07:00
Alexander Karatarakis
92d1a53215 [LineInfo] Store empty string instead of null in default construction 2017-10-23 16:11:13 -07:00
Alexander Karatarakis
7fb0342b8a [system.h] Naming scheme fixes 2017-10-19 21:35:22 -07:00
Alexander Karatarakis
7c0b541cfd Update CHANGELOG and bump version to v0.0.93 2017-10-19 21:30:12 -07:00
Alexander Karatarakis
50ae9eec87 Do not depend on newlines when getting output from powershell 2017-10-19 19:57:58 -07:00
Alexander Karatarakis
8cefb25bcb Use Strings::replace_all() instead of std::regex_replace() 2017-10-19 19:57:58 -07:00
Alexander Karatarakis
b1d5d8e8ba Introduce Strings::replace_all() 2017-10-19 19:57:58 -07:00
Alexander Karatarakis
9964d84b53 Add extra checks on the return Visual Studio instances 2017-10-18 19:20:11 -07:00
Alexander Karatarakis
ecdfd3c8e3 ci now accepts multiple triplets. Refactoring to accomodate 2017-10-18 19:04:37 -07:00
Alexander Karatarakis
7a4023f1dc [autocomplete] Don't try to autocomplete triplets to --options 2017-10-18 14:53:10 -07:00
Alexander Karatarakis
d7f6a7e4a8 Update CHANGELOG and bump version to v0.0.92 2017-10-17 16:14:52 -07:00
Robert Schumacher
afe2028b75 Merge pull request #1453 from muemart/boost
Build Boost with ICU and Python
2017-10-17 14:44:16 -07:00
Robert Schumacher
ae3fe7cd16 [boost] Add feature packages for regex-icu, locale-icu, and python 2017-10-17 14:42:05 -07:00
Alexander Karatarakis
e9ba8b0ecb [nuget] Update to 4.4.0 (was 4.3.0) 2017-10-17 14:19:48 -07:00
Alexander Karatarakis
fa4e54a373 [git] Update to 2.14.2.3 (was 2.14.1) 2017-10-17 14:05:55 -07:00
Alexander Karatarakis
87296823ac [cmake] Update to 3.9.4 (was 3.9.3) 2017-10-17 12:43:08 -07:00
Alexander Karatarakis
a536a46302 remove: Consistency renames 2017-10-17 03:07:39 -07:00
Alexander Karatarakis
3c4f620dbc autocomplete Add autocompletion for vcpkg integrate 2017-10-17 02:59:55 -07:00
Alexander Karatarakis
947c6cac33 autocomplete Consider private commands if no public commands match 2017-10-17 02:30:27 -07:00
Alexander Karatarakis
7ed8d4f75e Don't warn for outdated vcpkg if command is autocomplete 2017-10-16 17:24:17 -07:00
Alexander Karatarakis
fb1f5f87fb Add timer to vcpkg build 2017-10-16 16:23:10 -07:00
Alexander Karatarakis
e5867d1d63 CWStringView->CStringView, std::wstring->std::string 2017-10-16 15:26:28 -07:00
Alexander Karatarakis
558dcb32ca Revert "[system.cpp] Remove usage of std::wstring. Convert at the last step"
This reverts commit dfe1f880d4.
2017-10-16 15:09:02 -07:00
Alexander Karatarakis
dfe1f880d4 [system.cpp] Remove usage of std::wstring. Convert at the last step 2017-10-16 14:40:19 -07:00
Alexander Karatarakis
fdc6b1ea1a Remove wformat_internal() 2017-10-16 13:57:07 -07:00
Alexander Karatarakis
70b458f5d9 Remove Metrics::track_property(std::wstring) 2017-10-16 13:56:05 -07:00
Alexander Karatarakis
61777425db Remove CharType template paramter from Strings::join() 2017-10-16 13:54:38 -07:00
Alexander Karatarakis
c797ab4794 Remove Strings::wformat() 2017-10-16 13:52:35 -07:00
Alexander Karatarakis
ced047ad78 Remove usages of CWStringView, except in Strings::to_utf8() 2017-10-16 13:50:28 -07:00
Robert Schumacher
7214c3583b [vcpkg] Push use of UTF-16 to only around Win32 call boundaries. 2017-10-16 11:44:04 -07:00
Alexander Karatarakis
01f47f5823 [autocomplete] Add triplet completion for vcpkg install 2017-10-16 01:14:04 -07:00
Alexander Karatarakis
798f8a91e4 Introduce Vectors::concatenate() 2017-10-15 23:53:35 -07:00
Alexander Karatarakis
e46ec53693 Remove unused functions 2017-10-15 23:33:52 -07:00
Alexander Karatarakis
b486be5eb3 Introduce VcpkgPaths::get_available_triplets() 2017-10-15 23:24:34 -07:00
Alexander Karatarakis
6942c00a45 [triplet] Remove obsolete check about dash in the name
Triplets haven't required that for a while now
2017-10-15 23:23:45 -07:00
Alexander Karatarakis
93497f5eab Casing and specification correctness 2017-10-15 22:16:46 -07:00
martin-s
c6d69fac62 - Fixed formatting. 2017-10-15 02:13:36 +02:00
martin-s
9c2fa042ee Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013
# Conflicts:
#	toolsrc/include/vcpkg/vcpkgpaths.h
#	toolsrc/src/vcpkg/vcpkgpaths.cpp
2017-10-15 02:00:19 +02:00
martin-s
630bcd84b8 - Updated naming of msvcrt vector. 2017-10-14 18:31:53 +02:00
Robert Schumacher
58fd38c820 [vcpkg-autocomplete] Add edit completion 2017-10-14 02:16:55 -07:00
Alexander Karatarakis
b73327558b integrate Fix quotes in command (in case of space in the path) 2017-10-14 02:07:56 -07:00
Alexander Karatarakis
bf41a93b9d [vcpkg] Prefer the current vcpkg directory over the one the vcpkg.exe is located in 2017-10-14 02:07:42 -07:00
Robert Schumacher
bea4c2ff49 [vcpkg] Begin refactor to use CommandStructure to represent command parsing 2017-10-13 20:58:00 -07:00
Robert Schumacher
a790820e8c [vcpkg] Merge from master into refactor-includes 2017-10-13 18:50:12 -07:00
Robert Schumacher
e17de99599 [vcpkg] Re-layout all files using new organization scheme.
All filenames and directories are lowercase. Use dots for namespace separation.
2017-10-13 18:37:41 -07:00
Robert Schumacher
2397cc044e Merge pull request #1966 from podsvirov/vcpkg-export-ifw-safe-description
[vcpkg-export-ifw] Safe description
2017-10-13 18:31:07 -07:00
Alexander Karatarakis
d46a992b3c Don't do function "aliasing" 2017-10-13 15:17:11 -07:00
Alexander Karatarakis
f6a0d78c82 autocomplete Rework command, fixing a lot of corner cases in the process 2017-10-13 14:54:31 -07:00
Konstantin Podsvirov
37fba399ef [vcpkg-export-ifw] Safe description
QtIFW support rich text for component description,
bu some port has not safe ampersand symbol
in description text (for example 'openexr' package),
that should be replaced to '&' symbol name
2017-10-13 05:33:32 +03:00
Alexander Karatarakis
9e19c24d29 vcpkg autocomplete More work on autocomplete 2017-10-12 14:03:37 -07:00
Alexander Karatarakis
3efcc3d377 Fix #1963 (permissive- issue) 2017-10-12 11:45:08 -07:00
Robert Schumacher
df9eda4fff Merge pull request #1870 from Mixaill/arm64
[vcpkg] ARM64 support
2017-10-12 11:03:47 -07:00
jasjuang
dcfb9d45c1 add NVCUDASAMPLES_ROOT to whitelist 2017-10-12 04:09:52 -07:00
Mikhail Paulyshka
00d89dbd66 vcpkg: initial ARM64 support 2017-10-12 12:02:14 +03:00
Alexander Karatarakis
7cd465b889 vcpkg install Print summary when using the --keep-going flag 2017-10-11 17:56:01 -07:00
Robert Schumacher
bb48a94606 Merge pull request #1896 from mariatav/dev/mariatav/autocomplete
Autocomplete: Command to enable tab completion
2017-10-06 14:42:34 -07:00
Alexander Karatarakis
cd4142d3ca Bump version of nuget to 4.3.0 (was 4.1.0) 2017-10-06 14:06:02 -07:00
Alexander Karatarakis
03c17e2026 Remove unneeded "continue" 2017-10-05 22:47:45 -07:00
Alexander Karatarakis
3a6e34804a Remove stray comment 2017-10-05 22:46:55 -07:00
Robert Schumacher
540046b564 [vcpkg] Remove assert that vswhere returns only 14 or 15. 2017-10-05 22:16:43 -07:00
Alexander Karatarakis
9ae4b9f885 Update CHANGELOG and bump version to v0.0.91 2017-10-05 19:01:48 -07:00
Alexander Karatarakis
f0c23aeb6b Completely rework Visual Studio detection
- Now using vswhere.exe to detect all VS instance (2015 + 2017)
- Default version preference order is now: stable, prerelease, legacy
- Within each preference weight, the latest one is chosen
- findVisualStudioInstallationInstances.ps1 now has a parameter to choose VS instance
2017-10-05 18:29:34 -07:00
Alexander Karatarakis
86f3a9dbbd Fix Strings::split() to handle delimiters of arbitrary size 2017-10-05 18:27:07 -07:00
Alexander Karatarakis
9a963f7eff Overhaul VS selection. Add triplet option to specify VS instance 2017-10-05 18:27:07 -07:00
Alexander Karatarakis
7f68aa6630 Introduce Util::stable_keep_if() 2017-10-05 18:27:07 -07:00
Robert Schumacher
68a9876682 Merge pull request #1931 from podsvirov/vcpkg-export-ifw
[vcpkg-export-ifw] Maintenance Tool
2017-10-05 18:14:57 -07:00
Robert Schumacher
13385293e6 [vcpkg] Clang-format on commands_export_ifw 2017-10-05 18:14:08 -07:00
Robert Schumacher
9b0c2cb252 [vcpkg] Remove multiple byte order marks 2017-10-05 18:07:29 -07:00
Robert Schumacher
a518ded266 [vcpkg] Check size and don't perform stripping if string is too small. 2017-10-05 14:36:29 -07:00
Konstantin Podsvirov
6f763c5ca8 [vcpkg-export-ifw] Maintenance Tool
Install maintenance tool and create Start menu shortcuts
to manage, update and uninstall packages.
2017-10-05 21:24:32 +03:00
Robert Schumacher
c98db75415 [vcpkg] Refactor out implication in option parsing for export 2017-10-04 16:24:03 -07:00
Robert Schumacher
1b71053ad9 [vcpkg] Reformat and refactor to reduce function size 2017-10-04 16:01:29 -07:00
Robert Schumacher
ddbd57f505 [vcpkg] Reformat and fix headers. 2017-10-04 15:58:05 -07:00
Robert Schumacher
a34b6ee16e Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into podsvirov-export-ifw 2017-10-04 14:14:58 -07:00
Robert Schumacher
63753e86a6 [vcpkg] Split toolset searches based on triplet's specification (don't pick v120 if it's blank). 2017-10-03 16:00:23 -07:00
Robert Schumacher
d5705e87c4 Merge branch 'master' into martin-s-patch-vs2013 2017-10-03 15:52:29 -07:00
Robert Schumacher
3838d58804 [vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming convention. 2017-10-03 15:51:24 -07:00
Alexander Karatarakis
e25a31eca8 Suppress 4768 warning from shlobj.h 2017-10-02 17:29:11 -07:00
Alexander Karatarakis
f72cf87ab2 Change size_t to int (which is the actual return type) 2017-10-02 16:41:52 -07:00
Alexander Karatarakis
ca692e52ce Replace deprecated std::codecvt/std::wstring_convert. Fixes building with v141 2017-10-02 16:40:18 -07:00
Alexander Karatarakis
4c4e6c7c7a Extract local variable 2017-10-02 16:00:45 -07:00
Alexander Karatarakis
d25a072c76 Show warning instead of failing if port cannot be parsed 2017-10-02 14:57:52 -07:00
Alexander Karatarakis
bdbf00c7ab Add message when downloading cmake/git/nuget 2017-10-02 14:44:41 -07:00
Robert Schumacher
20d911a915 [vcpkg] Fix use of UNICODE-sensitive Windows APIs 2017-10-02 13:57:55 -07:00
Maria Tavlaki
016c53e231 Autocomplete: remove 2017-10-02 01:24:19 +03:00
Maria Tavlaki
7c2239f980 Autocomplete: check if first argument is "install" 2017-10-02 01:24:19 +03:00
Maria Tavlaki
fe89e72e95 Autocomplete: handle arguments 2017-10-02 01:24:18 +03:00
Maria Tavlaki
b3e06443ea Create stub autocomplete function 2017-10-02 01:23:55 +03:00
Alexander Karatarakis
2de9f83ff2 Introduce Strings::case_insensitive_ascii_starts_with(); 2017-10-01 13:22:29 -07:00
Alexander Karatarakis
53d5076f64 size_t instead of int 2017-10-01 13:04:10 -07:00
Alexander Karatarakis
450cb8591a Revert "Extract function for duplicated code"
This reverts commit eca068e4c5.
2017-09-28 19:39:11 -07:00
Alexander Karatarakis
0ccea4f367 [Toolset selection] Use VS2017 vcvarsall for v140 if available 2017-09-27 18:55:09 -07:00
Alexander Karatarakis
f617a711ec Fix: Don't break before finding all VS2017 instances 2017-09-27 18:41:28 -07:00
Alexander Karatarakis
712491c822 Place line closer to usage 2017-09-27 17:48:51 -07:00
Alexander Karatarakis
eca068e4c5 Extract function for duplicated code 2017-09-27 17:22:40 -07:00
Konstantin Podsvirov
d25fd5c7b3 [vcpkg-export-ifw] Some improvements
Improvements:
- fix typos;
- remove outdated repository directory.
2017-09-28 01:00:40 +03:00
Konstantin Podsvirov
c6149fae2f [vcpkg-export-ifw] Usage QtIFW tools
Download and use tools to make repository and installer
2017-09-28 00:21:26 +03:00
Konstantin Podsvirov
68b9c2d8b9 [vcpkg-export-ifw] Separate IFW loop
Separate IFW loop compatible with main export loop
Fixed mistakes in templates
Set current date to ReleaseDate tag
2017-09-28 00:21:26 +03:00
Robert Schumacher
5199507a58 [vcpkg-export-ifw] Use template approach for xml instead of line-by-line 2017-09-28 00:21:26 +03:00
Konstantin Podsvirov
ba0cc3f1d7 WIP: Export IFW
Add export to binary crossplatform repository/installer
with GUI based on QtIFW:
http://doc.qt.io/qtinstallerframework/ifw-overview.html

For correct operation of these changes,
you must use the corrected QtIFW:
https://codereview.qt-project.org/#/c/203958
2017-09-28 00:21:25 +03:00