Граф коммитов

576 Коммитов

Автор SHA1 Сообщение Дата
Billy O'Neal 779ab31a43
Teach x-ci-verify-versions to check that versions exist in the database (#1210) 2024-06-21 17:15:37 -07:00
Embedded Bot 2e27bc753b [localization][automated][ci skip] update locale files 2024-06-14 05:03:41 +00:00
Embedded Bot e8807f3fc5 [localization][automated][ci skip] update locale files 2024-06-11 05:03:28 +00:00
Embedded Bot fb6c0b578b [localization][automated][ci skip] update locale files 2024-06-08 05:03:16 +00:00
Billy O'Neal 8014d4b938
Ensure that all post-build checks have skip policies. (#1405)
Also audited for:
* Consistently following the 'IDE error format' pointing to portfile.cmake.
* Consistently referring to the correct skip policy in the error message where applicable.
* Printing paths and other information relative to ${CURRENT_PACKAGES_DIR} or similar as appropriate.
* Debug before release.
* Don't duplicate messages when a problem happens for both debug and release.

Drive by bugfix:

    if (!build_info.policies.is_enabled(BuildPolicy::ONLY_RELEASE_CRT))
    {
        error_count += check_crt_linkage_of_libs(
            build_info, false, debug_libs, debug_lib_info.value_or_exit(VCPKG_LINE_INFO), msg_sink);
    }

was wrong; ONLY_RELEASE_CRT should mean 'these should all be release', not 'we aren't even going to look at debug'.

It is fixed to:

    error_count += check_crt_linkage_of_libs(build_info.crt_linkage,
                                              build_info.policies.is_enabled(BuildPolicy::ONLY_RELEASE_CRT),
                                              debug_libs,
                                              debug_lib_info.value_or_exit(VCPKG_LINE_INFO),
                                              msg_sink);

here.

Drive-by bugfix:
EMPTY_INCLUDE_FOLDER should not block CMAKE_HELPER_PORT from checking that the include folder is, in fact, empty.

Drive-by bugfix:
        if (!violations.empty())
        {
            msg_sink.println_warning(msgPortBugRestrictedHeaderPaths);
            print_paths(msg_sink, violations);
            msg_sink.println(msgPortBugRestrictedHeaderPaths);     // <-- duplicate!
            return LintStatus::PROBLEM_DETECTED;
        }

Drive-by bugfix:
There were duplicate checks for the lib/cmake and debug/lib/cmake directories which even printed the same message; these have been merged.

Drive-by bugfix:
The existing copyright check emitted nonsense output that included full absolute paths like:
warning: The software license must be available at ${CURRENT_PACKAGES_DIR}/share/cmdline/copyright. vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/D:/b/cmdline//LICENSE")
since at least https://github.com/microsoft/vcpkg-tool/pull/1116/
That check has been basically rewritten to use vcpkg_install_copyright if there's only one src directory, and otherwise give up and print them all

Drive-by bugfix:
Several of the outdated CRTs didn't have the debug versions listed. Also, P was duplicated and there was no R for VC6.
2024-06-07 16:53:59 -07:00
Embedded Bot 7a3214852a [localization][automated][ci skip] update locale files 2024-05-03 05:04:19 +00:00
Embedded Bot 968db4d0d2 [localization][automated][ci skip] update locale files 2024-05-02 05:02:48 +00:00
Embedded Bot ff22556ec2 [localization][automated][ci skip] update locale files 2024-04-30 05:02:55 +00:00
Billy O'Neal 28a4083482
Soften the 'use version rather than version-string' message. (#1367)
In https://github.com/microsoft/vcpkg/pull/37563#discussion_r1536452701 we have an example of versions which meet the semantic versioning format but don't sort like semantic versions, so the message:

```console
PS D:\vcpkg> .\vcpkg.exe x-add-version sqlite-modern-cpp
Use the version scheme "version" rather than "version-string" in port "sqlite-modern-cpp".
Use --skip-version-format-check to disable this check.
```

is too strong. We need to explain to the user that they should only do that if the versions actually are intended to sort that way.
2024-04-29 13:56:20 -07:00
Embedded Bot cead04ace7 [localization][automated][ci skip] update locale files 2024-04-23 18:55:01 +00:00
Billy O'Neal 62ef0300fe
Avoid curl command line length limits (#1390) 2024-04-22 14:14:05 -07:00
Thomas1664 1603ecb4ff
[postbuildlint] Don't read lib info twice (#1384) 2024-04-16 19:50:58 +00:00
Javier Matos Denizac 296a34e6cd
Add "verify-messages" target (#1372)
* should be forward slashes

* add script to check for unused messages

* add messages check to pr workflow

* error if unused messages

* dont print every message every time

* remove bogus comment

* remove bogus comment

* remove bogus comment (again)

* Remove timer; add word boundry to regex;merge format and very messages job in pr.yaml

* Use JSON files instead of REGEX to declare messages

* pass artifact messages as argument

* filter out empty from unused messages

* filter out empty from unused messages

* infer path from PSScriptRoot; reuse configure in format job

* remove unused messages

* add new line at the end of ps script

* remove unused messages

* try something

* add messages.json again

---------

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.lan>
2024-04-10 19:50:55 -04:00
Alexander Neumann 23305650b8
Introduce VCPKG_HASH_ADDITIONAL_FILES (#797)
* fix warnings

* WIP VCPKG_HASH_ADDITIONAL_FILES

* cleanup

* e2e test

* more cleanup

* appyl format

* enable e2e test on linux and osx

* Fail CI if unsuccesful

* use TARGET_TRIPLET var

* remove ps assignment

* fix e2e

* remove trailing ,

* make test run on other platforms

* Apply suggestions from code review

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* Fix e2e test after CR

* fix syntax errors

* add failure if the file path is relative or not a regular file.

* format and logic fix

* fix format

* fix logic.

* Apply suggestions from code review

- fix typo
- rephrase description sentence

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Rephrase description

* Make the failure case actually capture output

* Apply format change

* Test-Match is only available for artifact tests

---------

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2024-03-19 16:16:07 -07:00
Billy O'Neal fa20b09e2d
Make --only-downloads not affect ABI (#1363)
While reviewing changes to https://github.com/microsoft/vcpkg-tool/pull/1339 , I observed that it was strange that the abi hash depends on whether download_only is selected. After discussion with @ras0219-msft , he agreed that the ABI hash shouldn't be affected by this setting.

However, given that in download mode, we intentionally build things which do not have all their dependencies present, it would not be safe to attempt to cache or otherwise install anything in that condition.

This change removes download_only from the ABI calculation, and changes installation to only attempt to install built bits whose dependencies are all satisfied.
2024-03-12 12:44:18 -07:00
Billy O'Neal 324c38bef5
"<unknown>" and "<command>" are not origins (#1346) 2024-03-08 17:07:16 -08:00
data-queue 13fd7ab03f
Print path to compiler in output (#1328)
* print compiler path

* update messages.json

* fix empty message

* fix format

* add tests and fix

* update vcpkg to latest commit

* fix

* fix

* Fix e2e test on Windows.

* Change scripts SHA to not include https://github.com/microsoft/vcpkg/pull/36056

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-03-04 14:59:49 -08:00
Billy O'Neal 0fcbb7d9ff
Remove the default triplet warning. (#1351) 2024-02-27 13:34:48 -08:00
Billy O'Neal 42dbe07290
Consistently ensure the word 'overlay' is printed when talking about overlays. (#1345) 2024-02-20 17:25:58 -08:00
Embedded Bot f8506c035c [localization][automated][ci skip] update locale files 2024-02-01 04:06:12 +00:00
Embedded Bot 47c8ebf769 [localization][automated][ci skip] update locale files 2024-01-31 00:33:09 +00:00
Embedded Bot d79bfa3729 [localization][automated][ci skip] update locale files 2024-01-29 20:14:49 +00:00
Embedded Bot 5e43b9f147 [localization][automated][ci skip] update locale files 2024-01-26 21:48:50 +00:00
Billy O'Neal 910db8b0bb
Eliminate ParseError. (#1322)
* Eliminate ParseError.

Another pseudo-extraction from https://github.com/microsoft/vcpkg-tool/pull/1210 ; this means that ExpectedL is the only ExpectedT that exists.

* MessageMap
2024-01-26 13:45:58 -08:00
Embedded Bot b652f06408 [localization][automated][ci skip] update locale files 2024-01-05 01:39:25 +00:00
Billy O'Neal 4e75e1c5a5
Fix Utf8Decoder operator== handling of the last code point in the input (#1316)
* Fix Utf8Decoder operator== handling of the last code point in the input

While working on diagnostics for https://github.com/microsoft/vcpkg-tool/pull/1210 I observed that we were printing the caret ^ in the wrong place when it goes after the input.

The way this works is we form the line of text to print, then decode the unicode encoding units, and when we hit the target, we stop and print ^:

5b8f9c40dd/src/vcpkg/base/parse.cpp (L51-L68)

however, if the intended location for the ^ is the "end" of the line, we hit this bug:

5b8f9c40dd/src/vcpkg/base/unicode.cpp (L273)

The iterator only compares the last_ pointers, but both the "points at the last code point in the input" and "points to the end of the input" state set `next_ == last_`. See:

5b8f9c40dd/src/vcpkg/base/unicode.cpp (L222-L226)

This means that the points to the end and points one past the end iterator compare equal, so the loop in parse.cpp stops one position too early.

Also adds a bunch of testing for this specific case, for other parts of Utf8Decoder, adds a way to parse the first code point without failing, makes all the operators 'hidden friends', and removes localized strings for bugs-in-vcpkg-itself.

* Add noexcepts as requested by @Thomas1664
2024-01-04 17:36:54 -08:00
Embedded Bot f104fe6fac [localization][automated][ci skip] update locale files 2023-12-20 06:33:06 +00:00
Embedded Bot e36037366e [localization][automated][ci skip] update locale files 2023-12-11 23:09:52 +00:00
Billy O'Neal 3ba6cec1bd
Reset PROCESSOR_ARCHITECTURE on start
A customer reported a problem where sometimes `vcpkg-cmake` can't detect that Ninja is safe to use. There, despite being on an amd64 system, this block didn't detect that things were OK: 

(#1297)08c4e71048/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake (L55-L61)

We are unable to replicate the problem, but suspect that they may be in an environment where PROCESSOR_ARCHITECTURE isn't set properly, similar to what we experienced in https://github.com/microsoft/vcpkg-tool/pull/769 .

Try to fix this problem by explicitly setting it to what it should be.

Before:

```console
PS D:\vcpkg> rm env:PROCESSOR_ARCHITECTURE
Remove-Item: Cannot find path 'Env:\PROCESSOR_ARCHITECTURE' because it does not exist.
PS D:\vcpkg> rm env:PROCESSOR_ARCHITEW6432
Remove-Item: Cannot find path 'Env:\PROCESSOR_ARCHITEW6432' because it does not exist.
PS D:\vcpkg> echo "PROCESSOR_ARCHITEW6432: $env:PROCESSOR_ARCHITEW6432 PROCESSOR_ARCHITECTURE: $env:PROCESSOR_ARCHITECTURE"
PROCESSOR_ARCHITEW6432:  PROCESSOR_ARCHITECTURE:
PS D:\vcpkg> .\vcpkg.exe env
Microsoft Windows [Version 10.0.22631.2715]
(c) Microsoft Corporation. All rights reserved.

D:\vcpkg>echo PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: %PROCESSOR_ARCHITECTURE%
PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: %PROCESSOR_ARCHITECTURE%

D:\vcpkg>exit
PS D:\vcpkg> echo "PROCESSOR_ARCHITEW6432: $env:PROCESSOR_ARCHITEW6432 PROCESSOR_ARCHITECTURE: $env:PROCESSOR_ARCHITECTURE"
PROCESSOR_ARCHITEW6432:  PROCESSOR_ARCHITECTURE:
PS D:\vcpkg> .\vcpkg.exe env C:\Windows\SysWOW64\cmd.exe
Microsoft Windows [Version 10.0.22631.2715]
(c) Microsoft Corporation. All rights reserved.

D:\vcpkg>echo PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: %PROCESSOR_ARCHITECTURE%
PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: %PROCESSOR_ARCHITECTURE%
```

After:

```console
PS D:\vcpkg> rm env:PROCESSOR_ARCHITECTURE
PS D:\vcpkg> rm env:PROCESSOR_ARCHITEW6432
Remove-Item: Cannot find path 'Env:\PROCESSOR_ARCHITEW6432' because it does not exist.
PS D:\vcpkg> echo "PROCESSOR_ARCHITEW6432: $env:PROCESSOR_ARCHITEW6432 PROCESSOR_ARCHITECTURE: $env:PROCESSOR_ARCHITECTURE"
PROCESSOR_ARCHITEW6432:  PROCESSOR_ARCHITECTURE:
PS D:\vcpkg> .\vcpkg.exe env
Microsoft Windows [Version 10.0.22631.2715]
(c) Microsoft Corporation. All rights reserved.

D:\vcpkg>echo PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: %PROCESSOR_ARCHITECTURE%
PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: AMD64

D:\vcpkg>exit
PS D:\vcpkg> echo "PROCESSOR_ARCHITEW6432: $env:PROCESSOR_ARCHITEW6432 PROCESSOR_ARCHITECTURE: $env:PROCESSOR_ARCHITECTURE"
PROCESSOR_ARCHITEW6432:  PROCESSOR_ARCHITECTURE:
PS D:\vcpkg> .\vcpkg.exe env C:\Windows\SysWOW64\cmd.exe
Microsoft Windows [Version 10.0.22631.2715]
(c) Microsoft Corporation. All rights reserved.

D:\vcpkg>echo PROCESSOR_ARCHITEW6432: %PROCESSOR_ARCHITEW6432% PROCESSOR_ARCHITECTURE: %PROCESSOR_ARCHITECTURE%
PROCESSOR_ARCHITEW6432: AMD64 PROCESSOR_ARCHITECTURE: x86
```
2023-12-11 14:53:00 -08:00
Embedded Bot 59acafe813 [localization][automated][ci skip] update locale files 2023-12-11 19:05:29 +00:00
autoantwort c1b70fb90e
Separate user and machine output (#1175) 2023-12-11 11:01:40 -08:00
Embedded Bot 3022efe190 [localization][automated][ci skip] update locale files 2023-12-11 18:59:19 +00:00
Embedded Bot a652540257 [localization][automated][ci skip] update locale files 2023-12-11 18:28:06 +00:00
Embedded Bot f098d3e0aa [localization][automated][ci skip] update locale files 2023-12-08 09:25:31 +00:00
Embedded Bot 2f25fc8cd2 [localization][automated][ci skip] update locale files 2023-12-05 22:02:25 +00:00
autoantwort 5fbcab79b1
Generate usage text for pkgconfig files (#1268) 2023-12-05 14:00:00 -08:00
Embedded Bot 032bfaa083 [localization][automated][ci skip] update locale files 2023-12-05 02:27:53 +00:00
data-queue 2f523c3faf
Print ABI of a package in output (#1293)
* fix

* format
2023-12-04 18:25:30 -08:00
Embedded Bot 4771b64dc8 [localization][automated][ci skip] update locale files 2023-12-01 01:08:28 +00:00
Embedded Bot 6a27ba5389 [localization][automated][ci skip] update locale files 2023-11-29 20:10:06 +00:00
Embedded Bot 5308918322 [localization][automated][ci skip] update locale files 2023-11-27 18:32:51 +00:00
Billy O'Neal 07041b08f0
Eliminate remaining users of ParseControlErrorInfo. (#1279)
Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>
2023-11-27 10:30:23 -08:00
Embedded Bot 7324d6e6f8 [localization][automated][ci skip] update locale files 2023-11-27 18:26:49 +00:00
Embedded Bot 7a9a8f902c [localization][automated][ci skip] update locale files 2023-11-22 19:31:12 +00:00
Embedded Bot 661055235f [localization][automated][ci skip] update locale files 2023-11-21 01:13:36 +00:00
Billy O'Neal a35ce804e1
[z-applocal] Reduce nonexistent and non-PE files to warnings. (#1274) 2023-11-20 17:11:21 -08:00
Embedded Bot a0c8bf70e9 [localization][automated][ci skip] update locale files 2023-11-07 19:30:31 +00:00
Embedded Bot 1192e9f019 [localization][automated][ci skip] update locale files 2023-11-03 19:19:49 +00:00
Embedded Bot a50687ccd1 [localization][automated][ci skip] update locale files 2023-11-01 03:43:37 +00:00
Billy O'Neal da950b3761
Clarify to localizers git tree SHA vs git commit SHA. (#1239) 2023-10-31 20:41:30 -07:00
Embedded Bot 59e38bf80a [localization][automated][ci skip] update locale files 2023-10-31 23:48:37 +00:00
Billy O'Neal f9df9b33bf
Delocalize error: warning: and note:. (#1260)
* Delocalize error: warning: and note:.

Response to code review comment https://github.com/microsoft/vcpkg-tool/pull/1239#discussion_r1373803950
2023-10-31 16:46:17 -07:00
Embedded Bot 6e4d863587 [localization][automated][ci skip] update locale files 2023-10-25 19:34:31 +00:00
Embedded Bot 81d63a213b [localization][automated][ci skip] update locale files 2023-10-19 20:42:28 +00:00
Embedded Bot 225ba3ca89 [localization][automated][ci skip] update locale files 2023-10-17 22:50:25 +00:00
Billy O'Neal d38bf94771
Split functions to avoid 'is_manifest' control coupling. (#1229) 2023-10-17 15:48:10 -07:00
Embedded Bot 72858a8672 [localization][automated][ci skip] update locale files 2023-10-06 15:20:04 +00:00
Embedded Bot e0dacc065c [localization][automated][ci skip] update locale files 2023-10-06 03:25:20 +00:00
Billy O'Neal 0d3da0808d
Make registries distinguish between 'baseline is broken' and 'baseline missing'. (#1203) 2023-10-05 20:22:33 -07:00
Embedded Bot bc25e25c54 [localization][automated][ci skip] update locale files 2023-10-05 18:10:57 +00:00
Embedded Bot 27d94794cd [localization][automated][ci skip] update locale files 2023-10-04 18:42:23 +00:00
Embedded Bot 915829fd53 [localization][automated][ci skip] update locale files 2023-10-04 05:51:14 +00:00
Billy O'Neal 96851de5df
Add z-changelog; replacement for scripts/Get-Changelog.ps1 (#1200) 2023-10-03 22:49:25 -07:00
Embedded Bot bd9a29d666 [localization][automated][ci skip] update locale files 2023-10-03 20:56:06 +00:00
Embedded Bot 6a2849a2e3 [localization][automated][ci skip] update locale files 2023-10-02 08:33:31 +00:00
Billy O'Neal 77d1cc508b
Fix crash while parsing malformed manifest files and make errors prettier (#1219)
Co-authored-by: autoantwort <41973254+autoantwort@users.noreply.github.com>
2023-10-02 01:31:22 -07:00
Embedded Bot 7050f02373 [localization][automated][ci skip] update locale files 2023-09-22 19:45:22 +00:00
Embedded Bot 5e3ce7eb4e [localization][automated][ci skip] update locale files 2023-09-20 17:23:00 +00:00
Embedded Bot 4fb391a908 [localization][automated][ci skip] update locale files 2023-09-18 23:57:44 +00:00
Billy O'Neal bfdd29ef82
Plumb error reporting through registries interfaces. (#1153) 2023-09-18 16:55:17 -07:00
Embedded Bot 9bc83951f4 [localization][automated][ci skip] update locale files 2023-09-14 19:18:41 +00:00
Embedded Bot 9ac8d209b6 [localization][automated][ci skip] update locale files 2023-09-14 01:25:42 +00:00
Embedded Bot 2d3f07dfa5 [localization][automated][ci skip] update locale files 2023-09-11 22:39:07 +00:00
Billy O'Neal c881585d95
Suggest x-update-baseline for manifest mode vcpkg upgrade. (#1184) 2023-09-11 15:36:48 -07:00
Embedded Bot ae8c57a298 [localization][automated][ci skip] update locale files 2023-09-11 20:19:44 +00:00
Embedded Bot 91585a6a90 [localization][automated][ci skip] update locale files 2023-09-08 19:04:58 +00:00
Embedded Bot d036eb0605 [localization][automated][ci skip] update locale files 2023-09-07 06:57:53 +00:00
Billy O'Neal e6c0307088
Make help be consistent. (#1169)
* Add name, synopsis, and example information to CommandMetadata.
* Clean up needing to make thunks for all help text in command metadata machinery.
* Power autocomplete and help with the same tables that power command lookup. Resolves this line item first discovered in https://github.com/microsoft/vcpkg-tool/pull/1164
* Improve help by printing synopsis and grouped examples powered by CommandMetadata.
* Update the main usage to make sure every relevant command is included.
* Add website link to all help commands.
* split rarely used and artifacts into separate `vcpkg help commands` from @ras0219-msft
* make tense for all synopsis and argument help text consistent from @ras0219-msft
* burninate 'instead of' and 'writes out'
* Deduplicate the all commands help topic and remove 'vcpkg' from 'vcpkg help blah'.
2023-09-06 23:55:19 -07:00
Embedded Bot 6695a56e7b [localization][automated][ci skip] update locale files 2023-09-07 00:00:02 +00:00
Billy O'Neal 51dfe0f4d3
Change the default triplet to the same as the host triplet on Windows. (#1180)
This removes the 'in September 2023' message and does what the message said we would do. For the next 6 months we'll warn that the behavior changed.

The specific change to triplet.cpp to change the triplet setting is from https://github.com/microsoft/vcpkg-tool/pull/640

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-09-06 16:57:32 -07:00
Billy O'Neal 80b792671b
Delete 'vcpkg cache'. (#1174)
* Delete 'vcpkg cache'.

'vcpkg cache' was a helper for folks to attempt to implement caching systems. It prints the contents of the "packages" directory. It was a kind of helper for before we had real binary caching support built into the tool proper.

@vicroms indicates that telemetry shows fewer than 100 invocations of `vcpkg cache` in the last 90 days, so this should be OK to outright remove without a deprecation period.

* Also get rid of unique messages.
2023-09-06 16:56:53 -07:00
Embedded Bot f67d2aa7ff [localization][automated][ci skip] update locale files 2023-09-04 20:31:10 +00:00
Embedded Bot c8844211ac [localization][automated][ci skip] update locale files 2023-09-01 19:45:25 +00:00
Embedded Bot c1854e8630 [localization][automated][ci skip] update locale files 2023-08-30 21:04:16 +00:00
Billy O'Neal 117a5e64d0
Make artifacts use common console handling. (#1165) 2023-08-30 14:01:22 -07:00
Embedded Bot cdb62446f9 [localization][automated][ci skip] update locale files 2023-08-29 00:51:42 +00:00
Embedded Bot 50f74e7732 [localization][automated][ci skip] update locale files 2023-08-25 20:06:22 +00:00
Embedded Bot 40317bbc53 [localization][automated][ci skip] update locale files 2023-08-24 18:46:48 +00:00
Embedded Bot 19b2fdc98b [localization][automated][ci skip] update locale files 2023-08-23 00:29:24 +00:00
Billy O'Neal 6b2f36a769
Fix integrate to always know its subcommands. (#1161) 2023-08-22 17:27:11 -07:00
Embedded Bot 27d7feda8f [localization][automated][ci skip] update locale files 2023-08-16 21:48:47 +00:00
Javier Matos Denizac 2d4fea47b9
vcpkg contact remove --survey option (#1160)
* --survey is retired

* silence compiler warning

* remove unused messages
2023-08-16 14:45:46 -07:00
Embedded Bot 2d516e3253 [localization][automated][ci skip] update locale files 2023-08-14 16:33:32 +00:00
Embedded Bot cb84a6a018 [localization][automated][ci skip] update locale files 2023-08-12 04:20:01 +00:00
autoantwort 47a03cc552
Ci: Detect not needed entries in ci.baseline.txt (#1111) 2023-08-11 21:14:56 -07:00
Embedded Bot 27eb1d47e4 [localization][automated][ci skip] update locale files 2023-08-10 20:08:57 +00:00
Javier Matos Denizac c94e4034e9
[Export Command] Enabling Manifest Mode (#1136)
* initial implementation

* avoid value or exit and reuse MissinOption message

* improve messaging

* reduce redundancy

* add end2end test file

* add test cases for raw based exports in manifest mode
2023-08-10 13:06:37 -07:00
Embedded Bot a7ba501e4c [localization][automated][ci skip] update locale files 2023-08-03 19:29:14 +00:00
Embedded Bot 5b615b1cdb [localization][automated][ci skip] update locale files 2023-08-03 04:43:45 +00:00
Embedded Bot 9a4e2efbdd [localization][automated][ci skip] update locale files 2023-07-31 22:56:39 +00:00