| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-31 | [vcpkg] Add optional Abi field to BinaryParagraph for future use. | Robert Schumacher | |
| 2017-10-30 | [vcpkg] Enable pkg[*] as alias for all features. | Robert Schumacher | |
| 2017-10-26 | Remove VcpkgCmdArguments.check_and_get_optional_command_arguments() overload | Alexander Karatarakis | |
| Also, use Util::Sets::contains() where possible. | |||
| 2017-10-26 | [vcpkg ci] Introduce --exclude option | Alexander Karatarakis | |
| 2017-10-26 | Introduce Util::Sets::contains() | Alexander Karatarakis | |
| 2017-10-23 | Merge trim() and trimmed() functions | Alexander Karatarakis | |
| 2017-10-23 | [LineInfo] Store empty string instead of null in default construction | Alexander Karatarakis | |
| 2017-10-19 | [system.h] Naming scheme fixes | Alexander Karatarakis | |
| 2017-10-19 | Do not depend on newlines when getting output from powershell | Alexander Karatarakis | |
| 2017-10-19 | Introduce Strings::replace_all() | Alexander Karatarakis | |
| 2017-10-18 | ci now accepts multiple triplets. Refactoring to accomodate | Alexander Karatarakis | |
| 2017-10-17 | `autocomplete` Add autocompletion for `vcpkg integrate` | Alexander Karatarakis | |
| 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-15 | Introduce Vectors::concatenate() | Alexander Karatarakis | |
| 2017-10-15 | Introduce VcpkgPaths::get_available_triplets() | Alexander Karatarakis | |
| 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 | [vcpkg-autocomplete] Add edit completion | Robert Schumacher | |
| 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 | `autocomplete` Rework command, fixing a lot of corner cases in the process | Alexander Karatarakis | |
| 2017-10-12 | Fix #1963 (permissive- issue) | Alexander Karatarakis | |
| 2017-10-06 | Merge pull request #1896 from mariatav/dev/mariatav/autocomplete | Robert Schumacher | |
| Autocomplete: Command to enable tab completion | |||
| 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 | Overhaul VS selection. Add triplet option to specify VS instance | Alexander Karatarakis | |
| 2017-10-05 | Introduce Util::stable_keep_if() | Alexander Karatarakis | |
| 2017-10-04 | [vcpkg] Refactor out implication in option parsing for export | 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). | |||
| 2017-10-03 | Merge branch 'master' into martin-s-patch-vs2013 | Robert Schumacher | |
| 2017-10-03 | [vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming ↵ | Robert Schumacher | |
| convention. | |||
| 2017-10-02 | Suppress 4768 warning from shlobj.h | Alexander Karatarakis | |
| 2017-10-02 | Create stub autocomplete function | Maria Tavlaki | |
| 2017-10-01 | Introduce Strings::case_insensitive_ascii_starts_with(); | Alexander Karatarakis | |
| 2017-09-27 | [Toolset selection] Use VS2017 vcvarsall for v140 if available | Alexander Karatarakis | |
| 2017-09-28 | [vcpkg-export-ifw] Usage QtIFW tools | Konstantin Podsvirov | |
| Download and use tools to make repository and installer | |||
| 2017-09-28 | [vcpkg-export-ifw] Separate IFW loop | Konstantin Podsvirov | |
| Separate IFW loop compatible with main export loop Fixed mistakes in templates Set current date to ReleaseDate tag | |||
| 2017-09-28 | WIP: Export IFW | Konstantin Podsvirov | |
| 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-14 | Introduce Version::warn_if_vcpkg_version_mismatch() | Alexander Karatarakis | |
| 2017-09-13 | Rework vcpkg install (and vcpkg ci) | Alexander Karatarakis | |
| - Refactor install-plan-execution code to reduce duplication - Add `vcpkg install --keep-going` option - Add elapsed time to each invidial package and total time - Add a counter to the install (e.g. Starting package 3/12: <name>) | |||
| 2017-09-13 | Refactor package removal code to eliminate its duplication | Alexander Karatarakis | |
| 2017-09-07 | [vcpkg_Build.h] Naming scheme, unneeded #include, unneeded inline | Alexander Karatarakis | |
| 2017-09-02 | - Added support for VS2013 build chain tools. | martin-s | |
| 2017-09-01 | Remove unused #include | Alexander Karatarakis | |
| 2017-09-01 | Don't return by const copy | Alexander Karatarakis | |
