| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-16 | Remove Metrics::track_property(std::wstring) | Alexander Karatarakis | |
| 2017-10-16 | Remove CharType template paramter from Strings::join() | Alexander Karatarakis | |
| 2017-10-16 | Remove Strings::wformat() | Alexander Karatarakis | |
| 2017-10-16 | Remove usages of CWStringView, except in Strings::to_utf8() | Alexander Karatarakis | |
| 2017-10-16 | [vcpkg] Push use of UTF-16 to only around Win32 call boundaries. | Robert Schumacher | |
| 2017-10-16 | [autocomplete] Add triplet completion for `vcpkg install` | Alexander Karatarakis | |
| 2017-10-15 | Introduce Vectors::concatenate() | Alexander Karatarakis | |
| 2017-10-15 | Remove unused functions | Alexander Karatarakis | |
| 2017-10-15 | Introduce VcpkgPaths::get_available_triplets() | Alexander Karatarakis | |
| 2017-10-15 | [triplet] Remove obsolete check about dash in the name | Alexander Karatarakis | |
| Triplets haven't required that for a while now | |||
| 2017-10-15 | Casing and specification correctness | Alexander Karatarakis | |
| 2017-10-15 | - Fixed formatting. | martin-s | |
| 2017-10-15 | Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013 | martin-s | |
| # Conflicts: # toolsrc/include/vcpkg/vcpkgpaths.h # toolsrc/src/vcpkg/vcpkgpaths.cpp | |||
| 2017-10-14 | - Updated naming of msvcrt vector. | martin-s | |
| 2017-10-14 | [vcpkg-autocomplete] Add edit completion | Robert Schumacher | |
| 2017-10-14 | `integrate` Fix quotes in command (in case of space in the path) | Alexander Karatarakis | |
| 2017-10-14 | [vcpkg] Prefer the current vcpkg directory over the one the vcpkg.exe is ↵ | Alexander Karatarakis | |
| located in | |||
| 2017-10-13 | [vcpkg] Begin refactor to use CommandStructure to represent command parsing | Robert Schumacher | |
| 2017-10-13 | [vcpkg] Merge from master into refactor-includes | Robert Schumacher | |
| 2017-10-13 | [vcpkg] Re-layout all files using new organization scheme. | Robert Schumacher | |
| All filenames and directories are lowercase. Use dots for namespace separation. | |||
| 2017-10-13 | Merge pull request #1966 from podsvirov/vcpkg-export-ifw-safe-description | Robert Schumacher | |
| [vcpkg-export-ifw] Safe description | |||
| 2017-10-13 | Don't do function "aliasing" | Alexander Karatarakis | |
| 2017-10-13 | `autocomplete` Rework command, fixing a lot of corner cases in the process | Alexander Karatarakis | |
| 2017-10-13 | [vcpkg-export-ifw] Safe description | Konstantin Podsvirov | |
| 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-12 | `vcpkg autocomplete` More work on autocomplete | Alexander Karatarakis | |
| 2017-10-12 | Fix #1963 (permissive- issue) | Alexander Karatarakis | |
| 2017-10-12 | Merge pull request #1870 from Mixaill/arm64 | Robert Schumacher | |
| [vcpkg] ARM64 support | |||
| 2017-10-12 | add NVCUDASAMPLES_ROOT to whitelist | jasjuang | |
| 2017-10-12 | vcpkg: initial ARM64 support | Mikhail Paulyshka | |
| 2017-10-11 | `vcpkg install` Print summary when using the --keep-going flag | Alexander Karatarakis | |
| 2017-10-06 | Merge pull request #1896 from mariatav/dev/mariatav/autocomplete | Robert Schumacher | |
| Autocomplete: Command to enable tab completion | |||
| 2017-10-06 | Bump version of nuget to 4.3.0 (was 4.1.0) | Alexander Karatarakis | |
| 2017-10-05 | Remove unneeded "continue" | Alexander Karatarakis | |
| 2017-10-05 | Remove stray comment | Alexander Karatarakis | |
| 2017-10-05 | [vcpkg] Remove assert that vswhere returns only 14 or 15. | Robert Schumacher | |
| 2017-10-05 | Update CHANGELOG and bump version to v0.0.91 | Alexander Karatarakis | |
| 2017-10-05 | Completely rework Visual Studio detection | Alexander Karatarakis | |
| - 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 | Fix Strings::split() to handle delimiters of arbitrary size | Alexander Karatarakis | |
| 2017-10-05 | Overhaul VS selection. Add triplet option to specify VS instance | Alexander Karatarakis | |
| 2017-10-05 | Introduce Util::stable_keep_if() | Alexander Karatarakis | |
| 2017-10-05 | Merge pull request #1931 from podsvirov/vcpkg-export-ifw | Robert Schumacher | |
| [vcpkg-export-ifw] Maintenance Tool | |||
| 2017-10-05 | [vcpkg] Clang-format on commands_export_ifw | Robert Schumacher | |
| 2017-10-05 | [vcpkg] Remove multiple byte order marks | Robert Schumacher | |
| 2017-10-05 | [vcpkg] Check size and don't perform stripping if string is too small. | Robert Schumacher | |
| 2017-10-05 | [vcpkg-export-ifw] Maintenance Tool | Konstantin Podsvirov | |
| Install maintenance tool and create Start menu shortcuts to manage, update and uninstall packages. | |||
| 2017-10-04 | [vcpkg] Refactor out implication in option parsing for export | Robert Schumacher | |
| 2017-10-04 | [vcpkg] Reformat and refactor to reduce function size | Robert Schumacher | |
| 2017-10-04 | [vcpkg] Reformat and fix headers. | Robert Schumacher | |
| 2017-10-04 | Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into ↵ | Robert Schumacher | |
| podsvirov-export-ifw | |||
| 2017-10-03 | [vcpkg] Split toolset searches based on triplet's specification (don't pick ↵ | Robert Schumacher | |
| v120 if it's blank). | |||
