Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azure-iot-sdk-c] LTS Release 07-2022_Ref02 #26361

Merged
merged 45 commits into from
Sep 22, 2022
Merged

Conversation

vaavva
Copy link
Member

@vaavva vaavva commented Aug 15, 2022

Describe the pull request

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

github-actions[bot]
github-actions bot previously approved these changes Aug 15, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/azure-macro-utils-c/vcpkg.json
  • ports/umock-c/vcpkg.json

Valid values for the license field can be found in the documentation

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/azure-iot-sdk-c/vcpkg.json b/ports/azure-iot-sdk-c/vcpkg.json
index fa1e9c7..90e48a3 100644
--- a/ports/azure-iot-sdk-c/vcpkg.json
+++ b/ports/azure-iot-sdk-c/vcpkg.json
@@ -4,6 +4,7 @@
   "description": "A C99 SDK for connecting devices to Microsoft Azure IoT services",
   "homepage": "https://github.com/Azure/azure-iot-sdk-c",
   "license": "MIT",
+  "builtin-baseline": "925f9f413df132b876639d7abdaa599806e5b039",
   "dependencies": [
     "azure-c-shared-utility",
     "azure-macro-utils-c",
@@ -21,13 +22,6 @@
       "host": true
     }
   ],
-  "builtin-baseline": "925f9f413df132b876639d7abdaa599806e5b039",
-  "overrides": [
-    {
-      "name": "openssl",
-      "version-string": "1.1.1n"
-    }
-  ],
   "features": {
     "public-preview": {
       "description": "A version of the azure-iot-sdk-c containing public-preview features.",
@@ -73,5 +67,11 @@
     "use-prov-client": {
       "description": "Enables device provisioning client for DPS"
     }
-  }
+  },
+  "overrides": [
+    {
+      "name": "openssl",
+      "version-string": "1.1.1n"
+    }
+  ]
 }
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for azure-iot-sdk-c have changed but the version was not updated
version: 2022-07-18
old SHA: 5c3c7e2dc13f6ef98e77993cea520c12c23f85c9
new SHA: 5eefa170b2a66199f2242dd9a850b25478a2c1a3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/azure-macro-utils-c/vcpkg.json
  • ports/umock-c/vcpkg.json

Valid values for the license field can be found in the documentation

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for azure-iot-sdk-c have changed but the version was not updated
version: 2022-07-18
old SHA: d218d3f82ba0ba09eae6aa2382563f5002065e2e
new SHA: 5eefa170b2a66199f2242dd9a850b25478a2c1a3
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/azure-macro-utils-c/vcpkg.json
  • ports/umock-c/vcpkg.json

Valid values for the license field can be found in the documentation

github-actions[bot]
github-actions bot previously approved these changes Aug 15, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/azure-macro-utils-c/vcpkg.json
  • ports/umock-c/vcpkg.json

Valid values for the license field can be found in the documentation

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/azure-c-shared-utility/vcpkg.json b/ports/azure-c-shared-utility/vcpkg.json
index 24cd6a7..31dc13d 100644
--- a/ports/azure-c-shared-utility/vcpkg.json
+++ b/ports/azure-c-shared-utility/vcpkg.json
@@ -5,8 +5,8 @@
   "description": "Azure C SDKs common code",
   "homepage": "https://github.com/Azure/azure-c-shared-utility",
   "license": "MIT",
-  "builtin-baseline": "e0c6c99ce8ed8bdfb77dc3d316c80d2a2d9f0d02",
   "supports": "!uwp",
+  "builtin-baseline": "e0c6c99ce8ed8bdfb77dc3d316c80d2a2d9f0d02",
   "dependencies": [
     "azure-macro-utils-c",
     {
PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for azure-c-shared-utility have changed but the version was not updated
version: 2022-07-18#3
old SHA: 8a23d7b8af8ae9859a59f900ff121e06359c69f8
new SHA: e1e2f89fdb6cd296d8c401eb248956ff86686c80
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/azure-macro-utils-c/vcpkg.json
  • ports/umock-c/vcpkg.json

Valid values for the license field can be found in the documentation

@LilyWangLL LilyWangLL self-assigned this Aug 16, 2022
@LilyWangLL LilyWangLL added the category:port-update The issue is with a library, which is requesting update new revision label Aug 16, 2022
@LilyWangLL
Copy link
Contributor

Please update the port's version fields and then run:

    vcpkg x-add-version azure-c-shared-utility
    git add versions
    git commit -m "Update version database"

to add a new version.

@LilyWangLL
Copy link
Contributor

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted
PRs must add only one version and must not modify any published versions
You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions: vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake) vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake) vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake) vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

Could you apply these suggestions in ports/azure-uamqp-c/portfile.cmake?

github-actions[bot]
github-actions bot previously approved these changes Aug 16, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one portfile where deprecated functions are used.

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/azure-uamqp-c/portfile.cmake

You have modified or added at least one vcpkg.json where you should check the license field.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/azure-macro-utils-c/vcpkg.json
  • ports/umock-c/vcpkg.json

Valid values for the license field can be found in the documentation

@LilyWangLL
Copy link
Contributor

@vaavva You could run ./vcpkg x-add-version PORT_NAME --overwrite-version after change files of on port, this command will update PORT_NAME.json correctly.
And I noticed port umock-c and azure-macro-utils-c just update the version-date in vcpkg.json, why not change the commit in portfile.cmake? I saw the upstream has new commit.

versions/a-/azure-c-shared-utility.json Outdated Show resolved Hide resolved
versions/a-/azure-uamqp-c.json Show resolved Hide resolved
versions/a-/azure-uhttp-c.json Show resolved Hide resolved
versions/a-/azure-umqtt-c.json Show resolved Hide resolved
@vaavva
Copy link
Member Author

vaavva commented Sep 21, 2022

@vaavva You could run ./vcpkg x-add-version PORT_NAME --overwrite-version after change files of on port, this command will update PORT_NAME.json correctly. And I noticed port umock-c and azure-macro-utils-c just update the version-date in vcpkg.json, why not change the commit in portfile.cmake? I saw the upstream has new commit.

./vcpkg x-add-version PORT_NAME --overwrite-version didn't remove the extra entries, but I was able to remove them by hand!

For umock-c and azure-macro-utils-c, we're still pointing to the same commit as before in our repos.

github-actions[bot]
github-actions bot previously approved these changes Sep 21, 2022
@LilyWangLL
Copy link
Contributor

For umock-c and azure-macro-utils-c, we're still pointing to the same commit as before in our repos.

If this, I think we don't need update the version-date in vcpkg.json, because these two ports have no new change.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for umock-c have changed but the version was not updated
version: 2022-01-21
old SHA: 67f2fda1636719281706ebef0314a388ba5c8d15
new SHA: e15c4fd4a604ed8ba367ac285515d9be1a7c20c6
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
error: checked-in files for azure-macro-utils-c have changed but the version was not updated
version: 2022-01-21
old SHA: 0c90715278e5ab77af983254bdf17571bf69c55b
new SHA: 7543087e81170714dd0b7bb21681025470c88606
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

github-actions[bot]
github-actions bot previously approved these changes Sep 22, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for azure-macro-utils-c have changed but the version was not updated
version: 2022-01-21
old SHA: 7543087e81170714dd0b7bb21681025470c88606
new SHA: 0c90715278e5ab77af983254bdf17571bf69c55b
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

error: checked-in files for umock-c have changed but the version was not updated
version: 2022-01-21
old SHA: e15c4fd4a604ed8ba367ac285515d9be1a7c20c6
new SHA: 67f2fda1636719281706ebef0314a388ba5c8d15
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

warning: there are uncommitted changes for vtk
warning: there are uncommitted changes for libcuckoo
warning: there are uncommitted changes for spatialite-tools
warning: there are uncommitted changes for wtl
warning: there are uncommitted changes for azmq
warning: there are uncommitted changes for halide
warning: there are uncommitted changes for rapidxml
warning: there are uncommitted changes for gdcm
warning: there are uncommitted changes for catch
warning: there are uncommitted changes for qtserialbus
warning: there are uncommitted changes for boost-iterator
warning: there are uncommitted changes for boringssl
warning: there are uncommitted changes for oatpp-postgresql
warning: there are uncommitted changes for libpmemobj-cpp
warning: there are uncommitted changes for pcg
warning: there are uncommitted changes for boost-integer
warning: there are uncommitted changes for duktape
warning: there are uncommitted changes for replxx
warning: there are uncommitted changes for discreture
warning: there are uncommitted changes for boost-ratio
warning: there are uncommitted changes for tap-windows6
warning: there are uncommitted changes for sqlite-orm
warning: there are uncommitted changes for json-dto
warning: there are uncommitted changes for mapbox-geometry
warning: there are uncommitted changes for lzfse
warning: there are uncommitted changes for rapidcsv
warning: there are uncommitted changes for tinycthread
warning: there are uncommitted changes for type-safe
warning: there are uncommitted changes for umock-c
warning: there are uncommitted changes for minitrace
warning: there are uncommitted changes for brigand
warning: there are uncommitted changes for monkeys-audio
warning: there are uncommitted changes for unixodbc
warning: there are uncommitted changes for muparser
warning: there are uncommitted changes for iir1
warning: there are uncommitted changes for libgeotiff
warning: there are uncommitted changes for clara
warning: there are uncommitted changes for vulkan-hpp
warning: there are uncommitted changes for yomm2
warning: there are uncommitted changes for nativefiledialog
warning: there are uncommitted changes for marl
warning: there are uncommitted changes for otl
warning: there are uncommitted changes for ptyqt
warning: there are uncommitted changes for stormlib
warning: there are uncommitted changes for urho3d
warning: there are uncommitted changes for trompeloeil
warning: there are uncommitted changes for sdl2pp
warning: there are uncommitted changes for mio
warning: there are uncommitted changes for polyhook2
warning: there are uncommitted changes for flat
warning: there are uncommitted changes for gflags
warning: there are uncommitted changes for threadpool
warning: there are uncommitted changes for restbed
warning: there are uncommitted changes for rexo
warning: there are uncommitted changes for tsl-hopscotch-map
warning: there are uncommitted changes for glui
warning: there are uncommitted changes for tinkerforge
warning: there are uncommitted changes for omplapp
warning: there are uncommitted changes for spdlog
warning: there are uncommitted changes for gdal
warning: there are uncommitted changes for libsvm
warning: there are uncommitted changes for libbson
warning: there are uncommitted changes for directxtk12
warning: there are uncommitted changes for zlib
warning: there are uncommitted changes for ampl-asl
warning: there are uncommitted changes for pfring
warning: there are uncommitted changes for cwalk
warning: there are uncommitted changes for gmp
warning: there are uncommitted changes for approval-tests-cpp
warning: there are uncommitted changes for raylib
warning: there are uncommitted changes for directxmesh
warning: there are uncommitted changes for wayland-protocols
warning: there are uncommitted changes for kenlm
warning: there are uncommitted changes for qt5-quickcontrols
warning: there are uncommitted changes for libunifex
warning: there are uncommitted changes for qtnetworkauth
warning: there are uncommitted changes for catch2
warning: there are uncommitted changes for crossguid
warning: there are uncommitted changes for flatbuffers
warning: there are uncommitted changes for optional-bare
warning: there are uncommitted changes for azure-uhttp-c
warning: there are uncommitted changes for boost-uninstall
warning: there are uncommitted changes for 7zip
warning: there are uncommitted changes for gpgmm
warning: there are uncommitted changes for b64
warning: there are uncommitted changes for elfio
warning: there are uncommitted changes for spirv-reflect
warning: there are uncommitted changes for randomstr
warning: there are uncommitted changes for color-console
warning: there are uncommitted changes for irrlicht
warning: there are uncommitted changes for autobahn
warning: there are uncommitted changes for d3dx12
warning: there are uncommitted changes for blaze
warning: there are uncommitted changes for reproc
warning: there are uncommitted changes for gstreamer
warning: there are uncommitted changes for magic-enum
warning: there are uncommitted changes for pdal
warning: there are uncommitted changes for avisynthplus
warning: there are uncommitted changes for wildmidi
warning: there are uncommitted changes for atkmm
warning: there are uncommitted changes for boost-fusion
warning: there are uncommitted changes for libconfuse
warning: there are uncommitted changes for sdl2-image
warning: there are uncommitted changes for oatpp-consul
warning: there are uncommitted changes for boost-mpi
warning: there are uncommitted changes for qt5-translations
warning: there are uncommitted changes for tmxparser
warning: there are uncommitted changes for wintoast
warning: there are uncommitted changes for azure-macro-utils-c
warning: there are uncommitted changes for healpix
warning: there are uncommitted changes for valijson
warning: there are uncommitted changes for dataframe
warning: there are uncommitted changes for vlfeat
warning: there are uncommitted changes for clblas
warning: there are uncommitted changes for readline-unix
warning: there are uncommitted changes for tinydir
warning: there are uncommitted changes for entt
warning: there are uncommitted changes for exprtk
warning: there are uncommitted changes for cli
warning: there are uncommitted changes for daw-header-libraries
warning: there are uncommitted changes for openmpi
warning: there are uncommitted changes for libmicrodns
warning: there are uncommitted changes for metrohash
warning: there are uncommitted changes for libx11
warning: there are uncommitted changes for knet
warning: there are uncommitted changes for gettext
warning: there are uncommitted changes for cppgraphqlgen
warning: there are uncommitted changes for libepoxy
warning: there are uncommitted changes for rest-rpc
warning: there are uncommitted changes for exiv2
warning: there are uncommitted changes for qtwebview
warning: there are uncommitted changes for grppi
warning: there are uncommitted changes for ecsutil
warning: there are uncommitted changes for zserge-webview
warning: there are uncommitted changes for boost-math
warning: there are uncommitted changes for ncnn
warning: there are uncommitted changes for libbacktrace
warning: there are uncommitted changes for imgui
warning: there are uncommitted changes for vulkan-headers
warning: there are uncommitted changes for boost-xpressive
warning: there are uncommitted changes for nspr
warning: there are uncommitted changes for libudns
warning: there are uncommitted changes for bitserializer-rapidjson
warning: there are uncommitted changes for ceres
warning: there are uncommitted changes for double-conversion
warning: there are uncommitted changes for ryml
warning: there are uncommitted changes for libavif
warning: there are uncommitted changes for tinythread
warning: there are uncommitted changes for azure-core-cpp
warning: there are uncommitted changes for pfultz2-linq
warning: there are uncommitted changes for jsoncpp
warning: there are uncommitted changes for mdns
warning: there are uncommitted changes for dxut
warning: there are uncommitted changes for nameof
warning: there are uncommitted changes for qt5-connectivity
warning: there are uncommitted changes for levmar
warning: there are uncommitted changes for qt5-canvas3d
warning: there are uncommitted changes for gl2ps
warning: there are uncommitted changes for srell
warning: there are uncommitted changes for boost-process
warning: there are uncommitted changes for zeroc-ice
warning: there are uncommitted changes for assimp
warning: there are uncommitted changes for simage
warning: there are uncommitted changes for tmx
warning: there are uncommitted changes for xmlsec
warning: there are uncommitted changes for corrade
warning: there are uncommitted changes for cppitertools
warning: there are uncommitted changes for opus
warning: there are uncommitted changes for bext-di
warning: there are uncommitted changes for igloo
warning: there are uncommitted changes for openblas
warning: there are uncommitted changes for qtsensors
warning: there are uncommitted changes for argumentum
warning: there are uncommitted changes for libplist
warning: there are uncommitted changes for cimg
warning: there are uncommitted changes for re2
warning: there are uncommitted changes for cpuid
warning: there are uncommitted changes for qt5-modularscripts
warning: there are uncommitted changes for rsm-binary-io
warning: there are uncommitted changes for srpc
warning: there are uncommitted changes for v8
warning: there are uncommitted changes for g3log
warning: there are uncommitted changes for mapbox-geojson-vt-cpp
warning: there are uncommitted changes for qtvirtualkeyboard
warning: there are uncommitted changes for boost-stacktrace
warning: there are uncommitted changes for mapbox-wagyu
warning: there are uncommitted changes for docopt
warning: there are uncommitted changes for libftdi1
warning: there are uncommitted changes for proj
warning: there are uncommitted changes for google-cloud-cpp-spanner
warning: there are uncommitted changes for libgpiod
warning: there are uncommitted changes for nu-book-zxing-cpp
warning: there are uncommitted changes for if97
warning: there are uncommitted changes for libsass
warning: there are uncommitted changes for cereal
warning: there are uncommitted changes for networkdirect-sdk
warning: there are uncommitted changes for libqglviewer
warning: there are uncommitted changes for libcurl-simple-https
warning: there are uncommitted changes for boost-dynamic-bitset
warning: there are uncommitted changes for vs-yasm
warning: there are uncommitted changes for kf5coreaddons
warning: there are uncommitted changes for ignition-fuel-tools1
warning: there are uncommitted changes for boost-lambda
warning: there are uncommitted changes for cfitsio
warning: there are uncommitted changes for proxygen
warning: there are uncommitted changes for boost-statechart
warning: there are uncommitted changes for flint
warning: there are uncommitted changes for span-lite
warning: there are uncommitted changes for xalan-c
warning: there are uncommitted changes for azure-core-tracing-opentelemetry-cpp
warning: there are uncommitted changes for directxtk
warning: there are uncommitted changes for openigtlink
warning: there are uncommitted changes for xframe
warning: there are uncommitted changes for cminpack
warning: there are uncommitted changes for libzippp
warning: there are uncommitted changes for ezfoundation
warning: there are uncommitted changes for cmocka
warning: there are uncommitted changes for boost-python
warning: there are uncommitted changes for commsdsl
warning: there are uncommitted changes for bitserializer-cpprestjson
warning: there are uncommitted changes for kuku
warning: there are uncommitted changes for laszip
warning: there are uncommitted changes for angle
warning: there are uncommitted changes for ttauri
warning: there are uncommitted changes for magic-get
warning: there are uncommitted changes for libwandio
warning: there are uncommitted changes for vcpkg-tool-mozbuild
warning: there are uncommitted changes for ppmagic
warning: there are uncommitted changes for libp7client
warning: there are uncommitted changes for cpp-timsort
warning: there are uncommitted changes for gloo
warning: there are uncommitted changes for quazip
warning: there are uncommitted changes for hungarian
warning: there are uncommitted changes for boost-locale
warning: there are uncommitted changes for s2geometry
warning: there are uncommitted changes for dv-processing
warning: there are uncommitted changes for spirit-po
warning: there are uncommitted changes for libfs
warning: there are uncommitted changes for entityx
warning: there are uncommitted changes for nanodbc
warning: there are uncommitted changes for ignition-msgs1
warning: there are uncommitted changes for libtasn1
warning: there are uncommitted changes for modp-base64
warning: there are uncommitted changes for hyperscan
warning: there are uncommitted changes for cudnn
warning: there are uncommitted changes for libxmlmm
warning: there are uncommitted changes for duckx
warning: there are uncommitted changes for lapack
warning: there are uncommitted changes for stlab
warning: there are uncommitted changes for boost-parameter
warning: there are uncommitted changes for azure-security-attestation-cpp
warning: there are uncommitted changes for vcglib
warning: there are uncommitted changes for chipmunk
warning: there are uncommitted changes for roaring
warning: there are uncommitted changes for crashpad
warning: there are uncommitted changes for qtdatavis3d
warning: there are uncommitted changes for atk
warning: there are uncommitted changes for libwebsockets
warning: there are uncommitted changes for sord
warning: there are uncommitted changes for z3
warning: there are uncommitted changes for xerces-c
warning: there are uncommitted changes for minizip
warning: there are uncommitted changes for yara
warning: there are uncommitted changes for boost-range
warning: there are uncommitted changes for nsync
warning: there are uncommitted changes for tinynpy
warning: there are uncommitted changes for libexif
warning: there are uncommitted changes for openmama
warning: there are uncommitted changes for transwarp
warning: there are uncommitted changes for phnt
warning: there are uncommitted changes for libqcow
warning: there are uncommitted changes for aws-sdk-cpp
warning: there are uncommitted changes for libodb-mysql
warning: there are uncommitted changes for mpg123
warning: there are uncommitted changes for wayland
warning: there are uncommitted changes for faiss
warning: there are uncommitted changes for liblo
warning: there are uncommitted changes for libstk
warning: there are uncommitted changes for boost-interval
warning: there are uncommitted changes for boost-date-time
warning: there are uncommitted changes for openssl
warning: there are uncommitted changes for boost-polygon
warning: there are uncommitted changes for opencsg
warning: there are uncommitted changes for libsndfile
warning: there are uncommitted changes for libao
warning: there are uncommitted changes for cppad
warning: there are uncommitted changes for mdnsresponder
warning: there are uncommitted changes for dimcli
warning: there are uncommitted changes for libfido2
warning: there are uncommitted changes for boost-callable-traits
warning: there are uncommitted changes for dbg-macro
warning: there are uncommitted changes for freealut
warning: there are uncommitted changes for libgwenhywfar
warning: there are uncommitted changes for tiff
warning: there are uncommitted changes for kf5package
warning: there are uncommitted changes for alsa
warning: there are uncommitted changes for cgicc
warning: there are uncommitted changes for rhash
warning: there are uncommitted changes for qt5-3d
warning: there are uncommitted changes for fftw3
warning: there are uncommitted changes for aws-c-event-stream
warning: there are uncommitted changes for nanopb
warning: there are uncommitted changes for openxr-loader
warning: there are uncommitted changes for armadillo
warning: there are uncommitted changes for qt5-sensors
warning: there are uncommitted changes for qtlocation
warning: there are uncommitted changes for seqan
warning: there are uncommitted changes for libsamplerate
warning: there are uncommitted changes for gettimeofday
warning: there are uncommitted changes for oof
warning: there are uncommitted changes for winsock2
warning: there are uncommitted changes for mailio
warning: there are uncommitted changes for libfabric
warning: there are uncommitted changes for libmad
warning: there are uncommitted changes for shaderc
warning: there are uncommitted changes for jaeger-client-cpp
warning: there are uncommitted changes for sdformat6
warning: there are uncommitted changes for qtkeychain
warning: there are uncommitted changes for libics
warning: there are uncommitted changes for libharu
warning: there are uncommitted changes for qt5-x11extras
warning: there are uncommitted changes for spirv-headers
warning: there are uncommitted changes for osg-qt
warning: there are uncommitted changes for plib
warning: there are uncommitted changes for h3
warning: there are uncommitted changes for xtensor-blas
warning: there are uncommitted changes for liblemon
warning: there are uncommitted changes for asyncplusplus
warning: there are uncommitted changes for zug
warning: there are uncommitted changes for sciter-js
warning: there are uncommitted changes for boolinq
warning: there are uncommitted changes for wxcharts
warning: there are uncommitted changes for eventpp
warning: there are uncommitted changes for jxrlib
warning: there are uncommitted changes for sockpp
warning: there are uncommitted changes for gtkmm
warning: there are uncommitted changes for qt5
warning: there are uncommitted changes for mpir
warning: there are uncommitted changes for daw-utf-range
warning: there are uncommitted changes for oatpp-websocket
warning: there are uncommitted changes for pdqsort
warning: there are uncommitted changes for lv2
warning: there are uncommitted changes for quirc
warning: there are uncommitted changes for h5py-lzf
warning: there are uncommitted changes for libkeyfinder
warning: there are uncommitted changes for bitsery
warning: there are uncommitted changes for igraph
warning: there are uncommitted changes for boost-icl
warning: there are uncommitted changes for kf5configwidgets
warning: there are uncommitted changes for libgta
warning: there are uncommitted changes for mmloader
warning: there are uncommitted changes for functions-framework-cpp
warning: there are uncommitted changes for log4cpp
warning: there are uncommitted changes for libsecret
warning: there are uncommitted changes for clipp
warning: there are uncommitted changes for zstr
warning: there are uncommitted changes for libgd
warning: there are uncommitted changes for jansson
warning: there are uncommitted changes for libxml2
warning: there are uncommitted changes for libtommath
warning: there are uncommitted changes for libtomcrypt
warning: there are uncommitted changes for restclient-cpp
warning: there are uncommitted changes for giflib
warning: there are uncommitted changes for openfbx
warning: there are uncommitted changes for librtmp
warning: there are uncommitted changes for cgns
warning: there are uncommitted changes for cnl
warning: there are uncommitted changes for aws-c-common
warning: there are uncommitted changes for boost-tokenizer
warning: there are uncommitted changes for scnlib
warning: there are uncommitted changes for readline
warning: there are uncommitted changes for woff2
warning: there are uncommitted changes for ffmpeg
warning: there are uncommitted changes for libpng
warning: there are uncommitted changes for coroutine
warning: there are uncommitted changes for json-schema-validator
warning: there are uncommitted changes for libdisasm
warning: there are uncommitted changes for libzip
warning: there are uncommitted changes for opengl-registry
warning: there are uncommitted changes for boost-throw-exception
warning: there are uncommitted changes for argparse
warning: there are uncommitted changes for dbow2
warning: there are uncommitted changes for aws-c-s3
warning: there are uncommitted changes for boost-align
warning: there are uncommitted changes for bext-ut
warning: there are uncommitted changes for libqrencode
warning: there are uncommitted changes for utf8proc
warning: there are uncommitted changes for argon2
warning: there are uncommitted changes for sparsehash
warning: there are uncommitted changes for vcpkg-tool-ninja
warning: there are uncommitted changes for vcpkg-tool-meson
warning: there are uncommitted changes for mysql-connector-cpp
warning: there are uncommitted changes for minio-cpp
warning: there are uncommitted changes for earcut-hpp
warning: there are uncommitted changes for tsl-ordered-map
warning: there are uncommitted changes for netcdf-c
warning: there are uncommitted changes for leveldb
warning: there are uncommitted changes for libdjinterop
warning: there are uncommitted changes for boost-build
warning: there are uncommitted changes for gul14
warning: there are uncommitted changes for boost-variant2
warning: there are uncommitted changes for boost-circular-buffer
warning: there are uncommitted changes for fawdlstty-libfv
warning: there are uncommitted changes for boost-odeint
warning: there are uncommitted changes for libcroco
warning: there are uncommitted changes for libnop
warning: there are uncommitted changes for cccapstone
warning: there are uncommitted changes for boost-modular-build-helper
warning: there are uncommitted changes for vulkan
warning: there are uncommitted changes for libmikmod
warning: there are uncommitted changes for nonius
warning: there are uncommitted changes for http-parser
warning: there are uncommitted changes for ignition-msgs5
warning: there are uncommitted changes for eigen3
warning: there are uncommitted changes for libdatachannel
warning: there are uncommitted changes for qtcoap
warning: there are uncommitted changes for workflow
warning: there are uncommitted changes for libgpg-error
warning: there are uncommitted changes for qt5-graphicaleffects
warning: there are uncommitted changes for boost-dll
warning: there are uncommitted changes for sentry-native
warning: there are uncommitted changes for libxkbfile
warning: there are uncommitted changes for qtinterfaceframework
warning: there are uncommitted changes for libudis86
warning: there are uncommitted changes for libosmscout
warning: there are uncommitted changes for numcpp
warning: there are uncommitted changes for unrar
warning: there are uncommitted changes for libgit2
warning: there are uncommitted changes for open62541
warning: there are uncommitted changes for libssh2
warning: there are uncommitted changes for guilite
warning: there are uncommitted changes for plplot
warning: there are uncommitted changes for glog
warning: there are uncommitted changes for boost-utility
warning: there are uncommitted changes for boost-smart-ptr
warning: there are uncommitted changes for ignition-cmake0
warning: there are uncommitted changes for materialx
warning: there are uncommitted changes for epsilon
warning: there are uncommitted changes for egl-registry
warning: there are uncommitted changes for highfive
warning: there are uncommitted changes for ezc3d
warning: there are uncommitted changes for sratom
warning: there are uncommitted changes for nlopt
warning: there are uncommitted changes for libstemmer
warning: there are uncommitted changes for libtins
warning: there are uncommitted changes for mbedtls
warning: there are uncommitted changes for vcpkg-tool-python2
warning: there are uncommitted changes for indicators
warning: there are uncommitted changes for qt5-tools
warning: there are uncommitted changes for libb2
warning: there are uncommitted changes for qtdeclarative
warning: there are uncommitted changes for c-dbg-macro
warning: there are uncommitted changes for libosip2
warning: there are uncommitted changes for gklib
warning: there are uncommitted changes for tidy-html5
warning: there are uncommitted changes for pthreadpool
warning: there are uncommitted changes for zlib-ng
warning: there are uncommitted changes for cpr
warning: there are uncommitted changes for doctest
warning: there are uncommitted changes for presentmon
warning: there are uncommitted changes for linmath
warning: there are uncommitted changes for xbyak
warning: there are uncommitted changes for fmi4cpp
warning: there are uncommitted changes for libsbml
warning: there are uncommitted changes for beast
warning: there are uncommitted changes for concurrencpp
warning: there are uncommitted changes for proj4
warning: there are uncommitted changes for boost-log
warning: there are uncommitted changes for configcat
warning: there are uncommitted changes for hiredis
warning: there are uncommitted changes for abseil
warning: there are uncommitted changes for visit-struct
warning: there are uncommitted changes for daw-json-link
warning: there are uncommitted changes for wg21-sg14
warning: there are uncommitted changes for ensmallen
warning: there are uncommitted changes for libsigcpp
warning: there are uncommitted changes for openjpeg
warning: there are uncommitted changes for boost-lockfree
warning: there are uncommitted changes for kubazip
warning: there are uncommitted changes for random123
warning: there are uncommitted changes for libcerf
warning: there are uncommitted changes for qt5-doc
warning: there are uncommitted changes for tbb
warning: there are uncommitted changes for nghttp2
warning: there are uncommitted changes for gts
warning: there are uncommitted changes for sundials
warning: there are uncommitted changes for lilv
warning: there are uncommitted changes for gemmlowp
warning: there are uncommitted changes for boost-type-erasure
warning: there are uncommitted changes for mvfst
warning: there are uncommitted changes for kf5sonnet
warning: there are uncommitted changes for qtkeychain-qt6
warning: there are uncommitted changes for libgxps
warning: there are uncommitted changes for ilmbase
warning: there are uncommitted changes for freerdp
warning: there are uncommitted changes for ms-gsl
warning: there are uncommitted changes for kf5declarative
warning: there are uncommitted changes for gsl-lite
warning: there are uncommitted changes for argtable2
warning: there are uncommitted changes for plibsys
warning: there are uncommitted changes for boost-multi-index
warning: there are uncommitted changes for eathread
warning: there are uncommitted changes for libfort
warning: there are uncommitted changes for sltbench
warning: there are uncommitted changes for ncurses
warning: there are uncommitted changes for tensorflow-common
warning: there are uncommitted changes for nettle
warning: there are uncommitted changes for ngspice
warning: there are uncommitted changes for libevent
warning: there are uncommitted changes for starlink-ast
warning: there are uncommitted changes for vcpkg-tool-gyp-nss
warning: there are uncommitted changes for libe57
warning: there are uncommitted changes for trantor
warning: there are uncommitted changes for apr-util
warning: there are uncommitted changes for pngpp
warning: there are uncommitted changes for nt-wrapper
warning: there are uncommitted changes for fftwpp
warning: there are uncommitted changes for gtk
warning: there are uncommitted changes for activemq-cpp
warning: there are uncommitted changes for ignition-msgs6
warning: there are uncommitted changes for mpfr
warning: there are uncommitted changes for draco
warning: there are uncommitted changes for tmxlite
warning: there are uncommitted changes for range-v3-vs2015
warning: there are uncommitted changes for volk
warning: there are uncommitted changes for arb
warning: there are uncommitted changes for rapidcheck
warning: there are uncommitted changes for libsmb2
warning: there are uncommitted changes for vcpkg-gn
warning: there are uncommitted changes for picosha2
warning: there are uncommitted changes for nowide
warning: there are uncommitted changes for cuda
warning: there are uncommitted changes for qt5-wayland
warning: there are uncommitted changes for c9y
warning: there are uncommitted changes for libheif
warning: there are uncommitted changes for boost-metaparse
warning: there are uncommitted changes for glm
warning: there are uncommitted changes for azure-storage-files-datalake-cpp
warning: there are uncommitted changes for pcl
warning: there are uncommitted changes for boost-any
warning: there are uncommitted changes for sfgui
warning: there are uncommitted changes for oatpp-openssl
warning: there are uncommitted changes for tvision
warning: there are uncommitted changes for clrng
warning: there are uncommitted changes for bshoshany-thread-pool
warning: there are uncommitted changes for libopenmpt
warning: there are uncommitted changes for font-chef
warning: there are uncommitted changes for intelrdfpmathlib
warning: there are uncommitted changes for cgltf
warning: there are uncommitted changes for winsparkle
warning: there are uncommitted changes for pystring
warning: there are uncommitted changes for safeint
warning: there are uncommitted changes for aricpp
warning: there are uncommitted changes for xtensor-fftw
warning: there are uncommitted changes for jbig2dec
warning: there are uncommitted changes for mathgl
warning: there are uncommitted changes for freeopcua
warning: there are uncommitted changes for hfsm2
warning: there are uncommitted changes for gdcm2
warning: there are uncommitted changes for effolkronium-random
warning: there are uncommitted changes for nlohmann-fifo-map
warning: there are uncommitted changes for clamav
warning: there are uncommitted changes for gazebo
warning: there are uncommitted changes for dmlc
warning: there are uncommitted changes for yyjson
warning: there are uncommitted changes for tinyexpr
warning: there are uncommitted changes for readline-win32
warning: there are uncommitted changes for yajl
warning: there are uncommitted changes for theia
warning: there are uncommitted changes for taglib
warning: there are uncommitted changes for libressl
warning: there are uncommitted changes for qtserialport
warning: there are uncommitted changes for usd
warning: there are uncommitted changes for libbf
warning: there are uncommitted changes for libmesh
warning: there are uncommitted changes for getdns
warning: there are uncommitted changes for lemon
warning: there are uncommitted changes for winreg
warning: there are uncommitted changes for kf5archive
warning: there are uncommitted changes for septag-sx
warning: there are uncommitted changes for string-theory
warning: there are uncommitted changes for flann
warning: there are uncommitted changes for ctemplate
warning: there are uncommitted changes for jbigkit
warning: there are uncommitted changes for gmsh
warning: there are uncommitted changes for superlu
warning: there are uncommitted changes for zopfli
warning: there are uncommitted changes for gst-rtsp-server
warning: there are uncommitted changes for boost-pfr
warning: there are uncommitted changes for s2n
warning: there are uncommitted changes for openexr
warning: there are uncommitted changes for tesseract
warning: there are uncommitted changes for v-hacd
warning: there are uncommitted changes for freeglut
warning: there are uncommitted changes for blas
warning: there are uncommitted changes for kissfft
warning: there are uncommitted changes for cpp-httplib
warning: there are uncommitted changes for kf5solid
warning: there are uncommitted changes for spix
warning: there are uncommitted changes for libxmlpp
warning: there are uncommitted changes for numactl
warning: there are uncommitted changes for nlohmann-json
warning: there are uncommitted changes for qtcharts
warning: there are uncommitted changes for openmvg
warning: there are uncommitted changes for paraview
warning: there are uncommitted changes for cgal
warning: there are uncommitted changes for forge
warning: there are uncommitted changes for nanobench
warning: there are uncommitted changes for genann
warning: there are uncommitted changes for x264
warning: there are uncommitted changes for gzip-hpp
warning: there are uncommitted changes for ebml
warning: there are uncommitted changes for protopuf
warning: there are uncommitted changes for podofo
warning: there are uncommitted changes for szip
warning: there are uncommitted changes for python2
warning: there are uncommitted changes for qt5-scxml
warning: there are uncommitted changes for g2o
warning: there are uncommitted changes for vcpkg-cmake-config
warning: there are uncommitted changes for mcpp
warning: there are uncommitted changes for vlpp
warning: there are uncommitted changes for uthash
warning: there are uncommitted changes for tensorflow
warning: there are uncommitted changes for vkfft
warning: there are uncommitted changes for uthenticode
warning: there are uncommitted changes for aws-c-http
warning: there are uncommitted changes for usrsctp
warning: there are uncommitted changes for co
warning: there are uncommitted changes for scottt-debugbreak
warning: there are uncommitted changes for immer
warning: there are uncommitted changes for zfp
warning: there are uncommitted changes for libjpeg-turbo
warning: there are uncommitted changes for ashes
warning: there are uncommitted changes for ode
warning: there are uncommitted changes for hwloc
warning: there are uncommitted changes for constexpr
warning: there are uncommitted changes for boost-uuid
warning: there are uncommitted changes for fakeit
warning: there are uncommitted changes for qt5-script
warning: there are uncommitted changes for jemalloc
warning: there are uncommitted changes for fruit
warning: there are uncommitted changes for dpdk
warning: there are uncommitted changes for kf5itemmodels
warning: there are uncommitted changes for pixman
warning: there are uncommitted changes for toml11
warning: there are uncommitted changes for coin
warning: there are uncommitted changes for rocksdb
warning: there are uncommitted changes for boost-yap
warning: there are uncommitted changes for qtbase
warning: there are uncommitted changes for libarchive
warning: there are uncommitted changes for libass
warning: there are uncommitted changes for xcb
warning: there are uncommitted changes for qt5-base
warning: there are uncommitted changes for kealib
warning: there are uncommitted changes for simdjson
warning: there are uncommitted changes for qtmqtt
warning: there are uncommitted changes for sleepy-discord
warning: there are uncommitted changes for tiny-process-library
warning: there are uncommitted changes for optimus-cpp
warning: there are uncommitted changes for mujs
warning: there are uncommitted changes for gpgme
warning: there are uncommitted changes for librabbitmq
warning: there are uncommitted changes for boost-conversion
warning: there are uncommitted changes for bsio
warning: there are uncommitted changes for tl-function-ref
warning: there are uncommitted changes for microsoft-signalr
warning: there are uncommitted changes for moos-essential
warning: there are uncommitted changes for boost-format
warning: there are uncommitted changes for mozjpeg
warning: there are uncommitted changes for darknet
warning: there are uncommitted changes for liblzma
warning: there are uncommitted changes for librsvg
warning: there are uncommitted changes for qtscxml
warning: there are uncommitted changes for robin-map
warning: there are uncommitted changes for json-c
warning: there are uncommitted changes for units
warning: there are uncommitted changes for d3d12-memory-allocator
warning: there are uncommitted changes for boost-mp11
warning: there are uncommitted changes for cairo
warning: there are uncommitted changes for hidapi
warning: there are uncommitted changes for outcome
warning: there are uncommitted changes for buck-yeh-bux-mariadb-client
warning: there are uncommitted changes for libffi
warning: there are uncommitted changes for comms-ublox
warning: there are uncommitted changes for libsigcpp-3
warning: there are uncommitted changes for cpp-ipc
warning: there are uncommitted changes for freexl
warning: there are uncommitted changes for sdl1
warning: there are uncommitted changes for kf5config
warning: there are uncommitted changes for gmmlib
warning: there are uncommitted changes for sciplot
warning: there are uncommitted changes for keystone
warning: there are uncommitted changes for absent
warning: there are uncommitted changes for qpid-proton
warning: there are uncommitted changes for murmurhash
warning: there are uncommitted changes for cpp-redis
warning: there are uncommitted changes for tiny-aes-c
warning: there are uncommitted changes for boost-coroutine2
warning: there are uncommitted changes for loguru
warning: there are uncommitted changes for z4kn4fein-semver
warning: there are uncommitted changes for matio
warning: there are uncommitted changes for liblinear
warning: there are uncommitted changes for aws-c-io
warning: there are uncommitted changes for directxtex
warning: there are uncommitted changes for oniguruma
warning: there are uncommitted changes for mgnlibs
warning: there are uncommitted changes for gppanel
warning: there are uncommitted changes for qtquickcontrols2
warning: there are uncommitted changes for kf5plotting
warning: there are uncommitted changes for magnum-integration
warning: there are uncommitted changes for xeus
warning: there are uncommitted changes for nanovg
warning: there are uncommitted changes for qtopcua
warning: there are uncommitted changes for tinyfiledialogs
warning: there are uncommitted changes for geographiclib
warning: there are uncommitted changes for serd
warning: there are uncommitted changes for lest
warning: there are uncommitted changes for bond
warning: there are uncommitted changes for milerius-sfml-imgui
warning: there are uncommitted changes for fp16
warning: there are uncommitted changes for boost-json
warning: there are uncommitted changes for ctre
warning: there are uncommitted changes for mdspan
warning: there are uncommitted changes for qt5-serialport
warning: there are uncommitted changes for arrow
warning: there are uncommitted changes for selene
warning: there are uncommitted changes for qhttpengine
warning: there are uncommitted changes for shaderwriter
warning: there are uncommitted changes for easycl
warning: there are uncommitted changes for cubeb
warning: there are uncommitted changes for compoundfilereader
warning: there are uncommitted changes for tinyspline
warning: there are uncommitted changes for boost-graph-parallel
warning: there are uncommitted changes for cnats
warning: there are uncommitted changes for libcanberra
warning: there are uncommitted changes for sleef
warning: there are uncommitted changes for libxslt
warning: there are uncommitted changes for yasm-tool
warning: there are uncommitted changes for boost
warning: there are uncommitted changes for boost-histogram
warning: there are uncommitted changes for tinytoml
warning: there are uncommitted changes for libuvc
warning: there are uncommitted changes for jasper
warning: there are uncommitted changes for happly
warning: there are uncommitted changes for continuable
warning: there are uncommitted changes for wolfmqtt
warning: there are uncommitted changes for boost-vcpkg-helpers
warning: there are uncommitted changes for kf5completion
warning: there are uncommitted changes for saucer
warning: there are uncommitted changes for type-lite
warning: there are uncommitted changes for x265
warning: there are uncommitted changes for clp
warning: there are uncommitted changes for tinygltf
warning: there are uncommitted changes for pipewire
warning: there are uncommitted changes for pe-parse
warning: there are uncommitted changes for berkeleydb
warning: there are uncommitted changes for oatpp-ssdp
warning: there are uncommitted changes for qnnpack
warning: there are uncommitted changes for dxsdk-d3dx
warning: there are uncommitted changes for pdal-c
warning: there are uncommitted changes for kinectsdk2
warning: there are uncommitted changes for marble
warning: there are uncommitted changes for air-ctl
warning: there are uncommitted changes for frozen
warning: there are uncommitted changes for qt5-serialbus
warning: there are uncommitted changes for libmodbus
warning: there are uncommitted changes for usbmuxd
warning: there are uncommitted changes for libui
warning: there are uncommitted changes for boost-unordered
warning: there are uncommitted changes for easyloggingpp
warning: there are uncommitted changes for rply
warning: there are uncommitted changes for libwebm
warning: there are uncommitted changes for gcem
warning: there are uncommitted changes for cppfs
warning: there are uncommitted changes for glib
warning: there are uncommitted changes for liburing
warning: there are uncommitted changes for minifb
warning: there are uncommitted changes for libcbor
warning: there are uncommitted changes for flecs
warning: there are uncommitted changes for fastcgi
warning: there are uncommitted changes for boost-static-string
warning: there are uncommitted changes for readline-osx
warning: there are uncommitted changes for fastfeat
warning: there are uncommitted changes for kf5itemviews
warning: there are uncommitted changes for matplotplusplus
warning: there are uncommitted changes for hedley
warning: there are uncommitted changes for readosm
warning: there are uncommitted changes for faad2
warning: there are uncommitted changes for vcpkg-tool-gn
warning: there are uncommitted changes for qtremoteobjects
warning: there are uncommitted changes for pprint
warning: there are uncommitted changes for libxau
warning: there are uncommitted changes for boost-hof
warning: there are uncommitted changes for xorstr
warning: there are uncommitted changes for ring-span-lite
warning: there are uncommitted changes for cello
warning: there are uncommitted changes for openal-soft
warning: there are uncommitted changes for openssl-uwp
warning: there are uncommitted changes for plog
warning: there are uncommitted changes for boost-functional
warning: there are uncommitted changes for grpc
warning: there are uncommitted changes for sfsexp
warning: there are uncommitted changes for openni2
warning: there are uncommitted changes for azure-storage-common-cpp
warning: there are uncommitted changes for basisu
warning: there are uncommitted changes for bigint
warning: there are uncommitted changes for matplotlib-cpp
warning: there are uncommitted changes for libcrafter
warning: there are uncommitted changes for treehopper
warning: there are uncommitted changes for boost-static-assert
warning: there are uncommitted changes for libmount
warning: there are uncommitted changes for azure-storage-blobs-cpp
warning: there are uncommitted changes for asynch
warning: there are uncommitted changes for boost-endian
warning: there are uncommitted changes for strtk
warning: there are uncommitted changes for libunibreak
warning: there are uncommitted changes for boost-iostreams
warning: there are uncommitted changes for boost-multi-array
warning: there are uncommitted changes for recast
warning: there are uncommitted changes for hexl
warning: there are uncommitted changes for kf5xmlgui
warning: there are uncommitted changes for qt5-charts
warning: there are uncommitted changes for aurora
warning: there are uncommitted changes for aliyun-oss-c-sdk
warning: there are uncommitted changes for breakpad
warning: there are uncommitted changes for gsl
warning: there are uncommitted changes for lz4
warning: there are uncommitted changes for aom
warning: there are uncommitted changes for simpleini
warning: there are uncommitted changes for darts-clone
warning: there are uncommitted changes for devicenameresolver
warning: there are uncommitted changes for opencolorio
warning: there are uncommitted changes for intel-mkl
warning: there are uncommitted changes for libvpx
warning: there are uncommitted changes for blake3
warning: there are uncommitted changes for sqlitecpp
warning: there are uncommitted changes for qhull
warning: there are uncommitted changes for unqlite
warning: there are uncommitted changes for ms-angle
warning: there are uncommitted changes for zstd
warning: there are uncommitted changes for mnn
warning: there are uncommitted changes for rsm-mmio
warning: there are uncommitted changes for boost-poly-collection
warning: there are uncommitted changes for lzokay
warning: there are uncommitted changes for rmlui
warning: there are uncommitted changes for farmhash
warning: there are uncommitted changes for soxr
warning: there are uncommitted changes for efsw
warning: there are uncommitted changes for kf5newstuff
warning: there are uncommitted changes for boost-tuple
warning: there are uncommitted changes for boost-test
warning: there are uncommitted changes for blend2d
warning: there are uncommitted changes for libspnav
warning: there are uncommitted changes for pthread-stubs
warning: there are uncommitted changes for kf5attica
warning: there are uncommitted changes for vcpkg-get-python-packages
warning: there are uncommitted changes for vcpkg-gfortran
warning: there are uncommitted changes for soil2
warning: there are uncommitted changes for aubio
warning: there are uncommitted changes for alac-decoder
warning: there are uncommitted changes for boost-pool
warning: there are uncommitted changes for shiftmedia-libgnutls
warning: there are uncommitted changes for msinttypes
warning: there are uncommitted changes for restinio
warning: there are uncommitted changes for soil
warning: there are uncommitted changes for portable-snippets
warning: there are uncommitted changes for eabase
warning: there are uncommitted changes for parmetis
warning: there are uncommitted changes for ryu
warning: there are uncommitted changes for orc
warning: there are uncommitted changes for popsift
warning: there are uncommitted changes for qtsvg
warning: there are uncommitted changes for boost-rational
warning: there are uncommitted changes for nano-signal-slot
warning: there are uncommitted changes for pthreads
warning: there are uncommitted changes for osi
warning: there are uncommitted changes for vxl
warning: there are uncommitted changes for sajson
warning: there are uncommitted changes for tgui
warning: there are uncommitted changes for osg
warning: there are uncommitted changes for idevicerestore
warning: there are uncommitted changes for hayai
warning: there are uncommitted changes for xcb-proto
warning: there are uncommitted changes for avro-cpp
warning: there are uncommitted changes for edlib
warning: there are uncommitted changes for glfw3
warning: there are uncommitted changes for debug-assert
warning: there are uncommitted changes for sqlpp11-connector-sqlite3
warning: there are uncommitted changes for libsnoretoast
warning: there are uncommitted changes for geogram
warning: there are uncommitted changes for tl-generator
warning: there are uncommitted changes for libzen
warning: there are uncommitted changes for quill
warning: there are uncommitted changes for graphqlparser
warning: there are uncommitted changes for shogun
warning: there are uncommitted changes for cpu-features
warning: there are uncommitted changes for fontconfig
warning: there are uncommitted changes for poissonrecon
warning: there are uncommitted changes for ideviceinstaller
warning: there are uncommitted changes for libusbmuxd
warning: there are uncommitted changes for range-v3
warning: there are uncommitted changes for avcpp
warning: there are uncommitted changes for vulkan-memory-allocator
warning: there are uncommitted changes for cppunit
warning: there are uncommitted changes for libraw
warning: there are uncommitted changes for bddisasm
warning: there are uncommitted changes for vtk-m
warning: there are uncommitted changes for gl3w
warning: there are uncommitted changes for imguizmo
warning: there are uncommitted changes for font-util
warning: there are uncommitted changes for shiva-sfml
warning: there are uncommitted changes for kf5kio
warning: there are uncommitted changes for libde265
warning: there are uncommitted changes for cairomm
warning: there are uncommitted changes for sqlite3
warning: there are uncommitted changes for globjects
warning: there are uncommitted changes for dx
warning: there are uncommitted changes for opencv3
warning: there are uncommitted changes for libkml
warning: there are uncommitted changes for qca
warning: there are uncommitted changes for openscap
warning: there are uncommitted changes for physx
warning: there are uncommitted changes for boost-array
warning: there are uncommitted changes for boost-safe-numerics
warning: there are uncommitted changes for cryptopp
warning: there are uncommitted changes for lockpp
warning: there are uncommitted changes for uriparser
warning: there are uncommitted changes for pagmo2
warning: there are uncommitted changes for libodb-sqlite
warning: there are uncommitted changes for xaudio2redist
warning: there are uncommitted changes for mhook
warning: there are uncommitted changes for netcdf-cxx4
warning: there are uncommitted changes for asiosdk
warning: there are uncommitted changes for pkgconf
warning: there are uncommitted changes for rtabmap
warning: there are uncommitted changes for cpputest
warning: there are uncommitted changes for soci
warning: there are uncommitted changes for curl
warning: there are uncommitted changes for fbthrift
warning: there are uncommitted changes for vcpkg-qmake
warning: there are uncommitted changes for console-bridge
warning: there are uncommitted changes for gherkin-c
warning: there are uncommitted changes for mpmcqueue
warning: there are uncommitted changes for nethost
warning: there are uncommitted changes for nuklear
warning: there are uncommitted changes for mapbox-geojson-cpp
warning: there are uncommitted changes for dbow3
warning: there are uncommitted changes for opencc
warning: there are uncommitted changes for constexpr-contracts
warning: there are uncommitted changes for aws-checksums
warning: there are uncommitted changes for polymorphic-value
warning: there are uncommitted changes for spdk-isal
warning: there are uncommitted changes for kf5globalaccel
warning: there are uncommitted changes for folly
warning: there are uncommitted changes for mongo-c-driver
warning: there are uncommitted changes for libical
warning: there are uncommitted changes for librttopo
warning: there are uncommitted changes for qt5compat
warning: there are uncommitted changes for inih
warning: there are uncommitted changes for boost-type-index
warning: there are uncommitted changes for hps
warning: there are uncommitted changes for boost-fiber
warning: there are uncommitted changes for sdl2-net
warning: there are uncommitted changes for boost-phoenix
warning: there are uncommitted changes for capstone
warning: there are uncommitted changes for freetype
warning: there are uncommitted changes for atlmfc
warning: there are uncommitted changes for opencensus-cpp
warning: there are uncommitted changes for boost-msm
warning: there are uncommitted changes for hffix
warning: there are uncommitted changes for caffe2
warning: there are uncommitted changes for mmx
warning: there are uncommitted changes for libmariadb
warning: there are uncommitted changes for ijg-libjpeg
warning: there are uncommitted changes for utf8h
warning: there are uncommitted changes for greatest
warning: there are uncommitted changes for riffcpp
warning: there are uncommitted changes for czmq
warning: there are uncommitted changes for liblbfgs
warning: there are uncommitted changes for boost-context
warning: there are uncommitted changes for detours
warning: there are uncommitted changes for xlsxio
warning: there are uncommitted changes for status-code
warning: there are uncommitted changes for sais
warning: there are uncommitted changes for boost-intrusive
warning: there are uncommitted changes for atomic-queue
warning: there are uncommitted changes for libmupdf
warning: there are uncommitted changes for snappy
warning: there are uncommitted changes for hareflow
warning: there are uncommitted changes for itpp
warning: there are uncommitted changes for nayuki-qr-code-generator
warning: there are uncommitted changes for zkpp
warning: there are uncommitted changes for boost-nowide
warning: there are uncommitted changes for ktx
warning: there are uncommitted changes for cctz
warning: there are uncommitted changes for duilib
warning: there are uncommitted changes for fxdiv
warning: there are uncommitted changes for mpc
warning: there are uncommitted changes for libsodium
warning: there are uncommitted changes for camport3
warning: there are uncommitted changes for boost-thread
warning: there are uncommitted changes for tinyobjloader
warning: there are uncommitted changes for directx-headers
warning: there are uncommitted changes for eastl
warning: there are uncommitted changes for blitz
warning: there are uncommitted changes for cpp-taskflow
warning: there are uncommitted changes for nvtt
warning: there are uncommitted changes for dav1d
warning: there are uncommitted changes for opencl
warning: there are uncommitted changes for simple-fft
warning: there are uncommitted changes for cxxopts
warning: there are uncommitted changes for wpilib
warning: there are uncommitted changes for shapelib
warning: there are uncommitted changes for libdshowcapture
warning: there are uncommitted changes for qt5-purchasing
warning: there are uncommitted changes for ignition-math4
warning: there are uncommitted changes for freeimage
warning: there are uncommitted changes for pangomm
warning: there are uncommitted changes for libsbsms
warning: there are uncommitted changes for caf
warning: there are uncommitted changes for fltk
warning: there are uncommitted changes for libsoundio
warning: there are uncommitted changes for rxspencer
warning: there are uncommitted changes for unittest-cpp
warning: there are uncommitted changes for boost-function-types
warning: there are uncommitted changes for msgpack
warning: there are uncommitted changes for libalkimia
warning: there are uncommitted changes for cctag
warning: there are uncommitted changes for jwt-cpp
warning: there are uncommitted changes for simbody
warning: there are uncommitted changes for ctbignum
warning: there are uncommitted changes for teemo
warning: there are uncommitted changes for lzo
warning: there are uncommitted changes for rapidjson
warning: there are uncommitted changes for eve
warning: there are uncommitted changes for nmap
warning: there are uncommitted changes for aws-c-auth
warning: there are uncommitted changes for jsmn
warning: there are uncommitted changes for dlib
warning: there are uncommitted changes for libwebp
warning: there are uncommitted changes for nnpack
warning: there are uncommitted changes for boost-coroutine
warning: there are uncommitted changes for ismrmrd
warning: there are uncommitted changes for nanoprintf
warning: there are uncommitted changes for luajit
warning: there are uncommitted changes for c-ares
warning: there are uncommitted changes for fmt
warning: there are uncommitted changes for guile
warning: there are uncommitted changes for quantlib
warning: there are uncommitted changes for libyuv
warning: there are uncommitted changes for aws-c-mqtt
warning: there are uncommitted changes for crc32c
warning: there are uncommitted changes for qtmultimedia
warning: there are uncommitted changes for pango
warning: there are uncommitted changes for boost-core
warning: there are uncommitted changes for lazy-importer
warning: there are uncommitted changes for azure-kinect-sensor-sdk
warning: there are uncommitted changes for triangle
warning: there are uncommitted changes for check
warning: there are uncommitted changes for librsync
warning: there are uncommitted changes for libtess2
warning: there are uncommitted changes for ereignis
warning: there are uncommitted changes for z85
warning: there are uncommitted changes for bitserializer-pugixml
warning: there are uncommitted changes for protozero
warning: there are uncommitted changes for tl-optional
warning: there are uncommitted changes for bext-wintls
warning: there are uncommitted changes for libodb
warning: there are uncommitted changes for nanort
warning: there are uncommitted changes for qt-advanced-docking-system
warning: there are uncommitted changes for zeromq
warning: there are uncommitted changes for mapbox-variant
warning: there are uncommitted changes for kddockwidgets
warning: there are uncommitted changes for c4core
warning: there are uncommitted changes for luasocket
warning: there are uncommitted changes for kf5service
warning: there are uncommitted changes for tinyply
warning: there are uncommitted changes for qt5-websockets
warning: there are uncommitted changes for gobject-introspection
warning: there are uncommitted changes for cpptoml
warning: there are uncommitted changes for pcapplusplus
warning: there are uncommitted changes for skyr-url
warning: there are uncommitted changes for concurrentqueue
warning: there are uncommitted changes for spaceland
warning: there are uncommitted changes for ignition-transport9
warning: there are uncommitted changes for cppwinrt
warning: there are uncommitted changes for cppxaml
warning: there are uncommitted changes for boost-lambda2
warning: there are uncommitted changes for boost-mpl
warning: there are uncommitted changes for openmesh
warning: there are uncommitted changes for opencv4
warning: there are uncommitted changes for croncpp
warning: there are uncommitted changes for boost-move
warning: there are uncommitted changes for foxi
warning: there are uncommitted changes for boost-compatibility
warning: there are uncommitted changes for boost-io
warning: there are uncommitted changes for qt5-macextras
warning: there are uncommitted changes for kdbindings
warning: there are uncommitted changes for sdl2-gfx
warning: there are uncommitted changes for boost-lexical-cast
warning: there are uncommitted changes for qt5-webchannel
warning: there are uncommitted changes for ignition-common3
warning: there are uncommitted changes for libopusenc
warning: there are uncommitted changes for lager
warning: there are uncommitted changes for fdk-aac
warning: there are uncommitted changes for tcl
warning: there are uncommitted changes for lcm
warning: there are uncommitted changes for rsm-bsa
warning: there are uncommitted changes for boost-geometry
warning: there are uncommitted changes for liblsl
warning: there are uncommitted changes for boost-property-map
warning: there are uncommitted changes for boost-type-traits
warning: there are uncommitted changes for urdfdom
warning: there are uncommitted changes for hpx
warning: there are uncommitted changes for moos-core
warning: there are uncommitted changes for libhsplasma
warning: there are uncommitted changes for libideviceactivation
warning: there are uncommitted changes for argagg
warning: there are uncommitted changes for chromaprint
warning: there are uncommitted changes for kf5bookmarks
warning: there are uncommitted changes for argh
warning: there are uncommitted changes for licensepp
warning: there are uncommitted changes for freetype-gl
warning: there are uncommitted changes for websocketpp
warning: there are uncommitted changes for stduuid
warning: there are uncommitted changes for unicorn-lib
warning: there are uncommitted changes for glbinding
warning: there are uncommitted changes for libu2f-server
warning: there are uncommitted changes for libdatrie
warning: there are uncommitted changes for josuttis-jthread
warning: there are uncommitted changes for rappture
warning: there are uncommitted changes for flashlight-cuda
warning: there are uncommitted changes for openvr
warning: there are uncommitted changes for tool-meson
warning: there are uncommitted changes for parallelstl
warning: there are uncommitted changes for boinc
warning: there are uncommitted changes for zookeeper
warning: there are uncommitted changes for blosc
warning: there are uncommitted changes for opencascade
warning: there are uncommitted changes for libpff
warning: there are uncommitted changes for 3fd
warning: there are uncommitted changes for libxkbcommon
warning: there are uncommitted changes for libmodman
warning: there are uncommitted changes for mapbox-polylabel
warning: there are uncommitted changes for nifticlib
warning: there are uncommitted changes for azure-security-keyvault-keys-cpp
warning: there are uncommitted changes for plf-stack
warning: there are uncommitted changes for parson
warning: there are uncommitted changes for directx-dxc
warning: there are uncommitted changes for boost-contract
warning: there are uncommitted changes for llvm
warning: there are uncommitted changes for boost-asio
warning: there are uncommitted changes for cppkafka
warning: there are uncommitted changes for boost-chrono
warning: there are uncommitted changes for comms
warning: there are uncommitted changes for winpcap
warning: there are uncommitted changes for meschach
warning: there are uncommitted changes for boost-property-map-parallel
warning: there are uncommitted changes for ctp
warning: there are uncommitted changes for qttools
warning: there are uncommitted changes for qt5-xmlpatterns
warning: there are uncommitted changes for cppmicroservices
warning: there are uncommitted changes for jsonnet
warning: there are uncommitted changes for boost-random
warning: there are uncommitted changes for discount
warning: there are uncommitted changes for restc-cpp
warning: there are uncommitted changes for libsrt
warning: there are uncommitted changes for sdl2-ttf
warning: there are uncommitted changes for xxhash
warning: there are uncommitted changes for libimobiledevice
warning: there are uncommitted changes for rbdl
warning: there are uncommitted changes for libmt32emu
warning: there are uncommitted changes for xcb-util-m4
warning: there are uncommitted changes for cunit
warning: there are uncommitted changes for sentencepiece
warning: there are uncommitted changes for vk-bootstrap
warning: there are uncommitted changes for oatpp-swagger
warning: there are uncommitted changes for autodock-vina
warning: there are uncommitted changes for azure-iot-sdk-c
warning: there are uncommitted changes for boost-ublas
warning: there are uncommitted changes for uvatlas
warning: there are uncommitted changes for edflib
warning: there are uncommitted changes for libmaxminddb
warning: there are uncommitted changes for xlnt
warning: there are uncommitted changes for cub
warning: there are uncommitted changes for ignition-math6
warning: there are uncommitted changes for octomap
warning: there are uncommitted changes for libassuan
warning: there are uncommitted changes for quaternions
warning: there are uncommitted changes for sjpeg
warning: there are uncommitted changes for xorg-macros
warning: there are uncommitted changes for tree-sitter
warning: there are uncommitted changes for libspatialindex
warning: there are uncommitted changes for minhook
warning: there are uncommitted changes for any-lite
warning: there are uncommitted changes for azure-c-shared-utility
warning: there are uncommitted changes for qt5-mqtt
warning: there are uncommitted changes for casclib
warning: there are uncommitted changes for wincrypt
warning: there are uncommitted changes for orocos-kdl
warning: there are uncommitted changes for tgbot-cpp
warning: there are uncommitted changes for cjson
warning: there are uncommitted changes for ogre-next
warning: there are uncommitted changes for antlr4
warning: there are uncommitted changes for p-ranav-csv
warning: there are uncommitted changes for wren
warning: there are uncommitted changes for gtl
warning: there are uncommitted changes for rttr
warning: there are uncommitted changes for sophus
warning: there are uncommitted changes for boost-concept-check
warning: there are uncommitted changes for pthread
warning: there are uncommitted changes for hunspell
warning: there are uncommitted changes for luafilesystem
warning: there are uncommitted changes for matchit
warning: there are uncommitted changes for colmap
warning: there are uncommitted changes for sail
warning: there are uncommitted changes for signalrclient
warning: there are uncommitted changes for robin-hood-hashing
warning: there are uncommitted changes for fizz
warning: there are uncommitted changes for oatpp-mongo
warning: there are uncommitted changes for solid3
warning: there are uncommitted changes for onnx
warning: there are uncommitted changes for libvmdk
warning: there are uncommitted changes for plf-nanotimer
warning: there are uncommitted changes for mathc
warning: there are uncommitted changes for meshoptimizer
warning: there are uncommitted changes for sokol
warning: there are uncommitted changes for esaxx
warning: there are uncommitted changes for boost-hana
warning: there are uncommitted changes for geotrans
warning: there are uncommitted changes for boost-system
warning: there are uncommitted changes for webview2
warning: there are uncommitted changes for mlpack
warning: there are uncommitted changes for openvdb
warning: there are uncommitted changes for mikktspace
warning: there are uncommitted changes for kf5windowsystem
warning: there are uncommitted changes for boost-optional
warning: there are uncommitted changes for butteraugli
warning: there are uncommitted changes for cpuinfo
warning: there are uncommitted changes for sigslot
warning: there are uncommitted changes for luasec
warning: there are uncommitted changes for foonathan-memory
warning: there are uncommitted changes for isal
warning: there are uncommitted changes for flashlight-cpu
warning: there are uncommitted changes for sol2
warning: there are uncommitted changes for gperf
warning: there are uncommitted changes for hash-library
warning: there are uncommitted changes for libuuid
warning: there are uncommitted changes for fluidlite
warning: there are uncommitted changes for kf5i18n
warning: there are uncommitted changes for hazelcast-cpp-client
warning: there are uncommitted changes for so5extra
warning: there are uncommitted changes for rang
warning: there are uncommitted changes for libusb-win32
warning: there are uncommitted changes for snowhouse
warning: there are uncommitted changes for treehh
warning: there are uncommitted changes for bitserializer-rapidyaml
warning: there are uncommitted changes for bitmagic
warning: there are uncommitted changes for qt5-networkauth
warning: there are uncommitted changes for boost-accumulators
warning: there are uncommitted changes for boost-algorithm
warning: there are uncommitted changes for tinycbor
warning: there are uncommitted changes for libtcod
warning: there are uncommitted changes for qt5-virtualkeyboard
warning: there are uncommitted changes for parquet
warning: there are uncommitted changes for proxy
warning: there are uncommitted changes for stxxl
warning: there are uncommitted changes for boost-numeric-conversion
warning: there are uncommitted changes for ignition-common1
warning: there are uncommitted changes for torch-th
warning: there are uncommitted changes for angelscript
warning: there are uncommitted changes for libxlsxwriter
warning: there are uncommitted changes for boost-interprocess
warning: there are uncommitted changes for boost-tti
warning: there are uncommitted changes for neargye-semver
warning: there are uncommitted changes for sprout
warning: there are uncommitted changes for nanorange
warning: there are uncommitted changes for cpp-base64
warning: there are uncommitted changes for rtmidi
warning: there are uncommitted changes for buck-yeh-bux
warning: there are uncommitted changes for graphene
warning: there are uncommitted changes for opusfile
warning: there are uncommitted changes for poco
warning: there are uncommitted changes for fastrtps
warning: there are uncommitted changes for freetds
warning: there are uncommitted changes for zydis
warning: there are uncommitted changes for libice
warning: there are uncommitted changes for audiofile
warning: there are uncommitted changes for ignition-transport8
warning: there are uncommitted changes for fast-float
warning: there are uncommitted changes for curlpp
warning: there are uncommitted changes for libxdiff
warning: there are uncommitted changes for oatpp-mbedtls
warning: there are uncommitted changes for shiftmedia-libgcrypt
warning: there are uncommitted changes for llfio
warning: there are uncommitted changes for magnum
warning: there are uncommitted changes for icu
warning: there are uncommitted changes for boost-scope-exit
warning: there are uncommitted changes for sparsepp
warning: there are uncommitted changes for ignition-modularscripts
warning: there are uncommitted changes for graphite2
warning: there are uncommitted changes for kf5widgetsaddons
warning: there are uncommitted changes for pcre
warning: there are uncommitted changes for vtk-dicom
warning: there are uncommitted changes for lunasvg
warning: there are uncommitted changes for easyhook
warning: there are uncommitted changes for status-value-lite
warning: there are uncommitted changes for spirv-tools
warning: there are uncommitted changes for libevhtp
warning: there are uncommitted changes for rtlsdr
warning: there are uncommitted changes for fluidsynth
warning: there are uncommitted changes for coolprop
warning: there are uncommitted changes for ffnvcodec
warning: there are uncommitted changes for spscqueue
warning: there are uncommitted changes for x-plane
warning: there are uncommitted changes for offscale-libetcd-cpp
warning: there are uncommitted changes for spectra
warning: there are uncommitted changes for ois
warning: there are uncommitted changes for evpp
warning: there are uncommitted changes for fixed-string
warning: there are uncommitted changes for azure-storage-files-shares-cpp
warning: there are uncommitted changes for qtshadertools
warning: there are uncommitted changes for soundtouch
warning: there are uncommitted changes for mygui
warning: there are uncommitted changes for libconfig
warning: there are uncommitted changes for ableton
warning: there are uncommitted changes for gdk-pixbuf
warning: there are uncommitted changes for paho-mqttpp3
warning: there are uncommitted changes for termcolor
warning: there are uncommitted changes for libspatialite
warning: there are uncommitted changes for sfml
warning: there are uncommitted changes for libidn2
warning: there are uncommitted changes for linenoise-ng
warning: there are uncommitted changes for psimd
warning: there are uncommitted changes for distorm
warning: there are uncommitted changes for moos-ui
warning: there are uncommitted changes for chromium-base
warning: there are uncommitted changes for ponder
warning: there are uncommitted changes for log4cplus
warning: there are uncommitted changes for ftxui
warning: there are uncommitted changes for gli
warning: there are uncommitted changes for openvpn3
warning: there are uncommitted changes for boost-function
warning: there are uncommitted changes for gainput
warning: there are uncommitted changes for linalg
warning: there are uncommitted changes for boost-vmd
warning: there are uncommitted changes for nss
warning: there are uncommitted changes for kvasir-mpl
warning: there are uncommitted changes for libssh
warning: there are uncommitted changes for morton-nd
warning: there are uncommitted changes for plustache
warning: there are uncommitted changes for winpty
warning: there are uncommitted changes for value-ptr-lite
warning: there are uncommitted changes for libcopp
warning: there are uncommitted changes for benchmark
warning: there are uncommitted changes for refl-cpp
warning: there are uncommitted changes for alac
warning: there are uncommitted changes for sqlite-modern-cpp
warning: there are uncommitted changes for kf5syntaxhighlighting
warning: there are uncommitted changes for libhv
warning: there are uncommitted changes for boost-flyweight
warning: there are uncommitted changes for utfcpp
warning: there are uncommitted changes for enet
warning: there are uncommitted changes for kf5jobwidgets
warning: there are uncommitted changes for triton
warning: there are uncommitted changes for poppler
warning: there are uncommitted changes for libpcap
warning: there are uncommitted changes for boost-signals2
warning: there are uncommitted changes for portmidi
warning: there are uncommitted changes for mesa
warning: there are uncommitted changes for advobfuscator
warning: there are uncommitted changes for oatpp-zlib
warning: there are uncommitted changes for miniupnpc
warning: there are uncommitted changes for libjuice
warning: there are uncommitted changes for msix
warning: there are uncommitted changes for akali
warning: there are uncommitted changes for pdcurses
warning: there are uncommitted changes for libilbc
warning: there are uncommitted changes for onnx-optimizer
warning: there are uncommitted changes for vamp-sdk
warning: there are uncommitted changes for aixlog
warning: there are uncommitted changes for asio
warning: there are uncommitted changes for gaussianlib
warning: there are uncommitted changes for spdk-dpdk
warning: there are uncommitted changes for spirv-cross
warning: there are uncommitted changes for qtapplicationmanager
warning: there are uncommitted changes for nifly
warning: there are uncommitted changes for gamenetworkingsockets
warning: there are uncommitted changes for nanomsg
warning: there are uncommitted changes for plf-colony
warning: there are uncommitted changes for openssl-windows
warning: there are uncommitted changes for mpi
warning: there are uncommitted changes for boost-logic
warning: there are uncommitted changes for cppcms
warning: there are uncommitted changes for zziplib
warning: there are uncommitted changes for wepoll
warning: there are uncommitted changes for redis-plus-plus
warning: there are uncommitted changes for mchehab-zbar
warning: there are uncommitted changes for fdlibm
warning: there are uncommitted changes for boost-detail
warning: there are uncommitted changes for rabit
warning: there are uncommitted changes for vcpkg-cmake-get-vars
warning: there are uncommitted changes for boost-qvm
warning: there are uncommitted changes for tensorflow-cc
warning: there are uncommitted changes for xtrans
warning: there are uncommitted changes for lastools
warning: there are uncommitted changes for effects11
warning: there are uncommitted changes for xtensor
warning: there are uncommitted changes for wolfssl
warning: there are uncommitted changes for boost-typeof
warning: there are uncommitted changes for ocilib
warning: there are uncommitted changes for imgui-sfml
warning: there are uncommitted changes for kf5auth
warning: there are uncommitted changes for plf-hive
warning: there are uncommitted changes for libirecovery
warning: there are uncommitted changes for qt5-webview
warning: there are uncommitted changes for qtactiveqt
warning: there are uncommitted changes for realsense2
warning: there are uncommitted changes for lodepng-c
warning: there are uncommitted changes for nghttp3
warning: there are uncommitted changes for mimalloc
warning: there are uncommitted changes for fmilib
warning: there are uncommitted changes for parallel-hashmap
warning: there are uncommitted changes for libsercomm
warning: there are uncommitted changes for boost-predef
warning: there are uncommitted changes for lapack-reference
warning: there are uncommitted changes for boost-regex
warning: there are uncommitted changes for kf5wallet
warning: there are uncommitted changes for kf5kcmutils
warning: there are uncommitted changes for function2
warning: there are uncommitted changes for tinyxml
warning: there are uncommitted changes for xtensor-io
warning: there are uncommitted changes for kangaru
warning: there are uncommitted changes for dlfcn-win32
warning: there are uncommitted changes for chaiscript
warning: there are uncommitted changes for qtconnectivity
warning: there are uncommitted changes for libtheora
warning: there are uncommitted changes for ecos
warning: there are uncommitted changes for json-spirit
warning: there are uncommitted changes for shiva
warning: there are uncommitted changes for sndfile
warning: there are uncommitted changes for cityhash
warning: there are uncommitted changes for libxext
warning: there are uncommitted changes for symengine
warning: there are uncommitted changes for chartdir
warning: there are uncommitted changes for libp7-baical
warning: there are uncommitted changes for qt5-svg
warning: there are uncommitted changes for libgcrypt
warning: there are uncommitted changes for python3
warning: there are uncommitted changes for kf5iconthemes
warning: there are uncommitted changes for qwt
warning: there are uncommitted changes for qtquick3d
warning: there are uncommitted changes for seal
warning: there are uncommitted changes for ecm
warning: there are uncommitted changes for qt5-gamepad
warning: there are uncommitted changes for magnum-plugins
warning: there are uncommitted changes for tiny-dnn
warning: there are uncommitted changes for luabridge
warning: there are uncommitted changes for gmime
warning: there are uncommitted changes for lmdb
warning: there are uncommitted changes for asmjit
warning: there are uncommitted changes for cpp-netlib
warning: there are uncommitted changes for osgearth
warning: there are uncommitted changes for stronk
warning: there are uncommitted changes for tinyutf8
warning: there are uncommitted changes for libmicrohttpd
warning: there are uncommitted changes for minc
warning: there are uncommitted changes for libdivide
warning: there are uncommitted changes for quadtree
warning: there are uncommitted changes for libmorton
warning: there are uncommitted changes for protobuf
warning: there are uncommitted changes for json11
warning: there are uncommitted changes for boost-leaf
warning: there are uncommitted changes for sqlpp11-connector-mysql
warning: there are uncommitted changes for clblast
warning: there are uncommitted changes for cspice
warning: there are uncommitted changes for libmagic
warning: there are uncommitted changes for oatpp
warning: there are uncommitted changes for guetzli
warning: there are uncommitted changes for boost-heap
warning: there are uncommitted changes for zyre
warning: there are uncommitted changes for metis
warning: there are uncommitted changes for boost-winapi
warning: there are uncommitted changes for sf2cute
warning: there are uncommitted changes for liblsquic
warning: there are uncommitted changes for directxmath
warning: there are uncommitted changes for cppcodec
warning: there are uncommitted changes for pqp
warning: there are uncommitted changes for vcpkg-pkgconfig-get-modules
warning: there are uncommitted changes for leptonica
warning: there are uncommitted changes for fastor
warning: there are uncommitted changes for tre
warning: there are uncommitted changes for qcustomplot
warning: there are uncommitted changes for pbc
warning: there are uncommitted changes for avro-c
warning: there are uncommitted changes for openmvs
warning: there are uncommitted changes for discord-rpc
warning: there are uncommitted changes for ccfits
warning: there are uncommitted changes for bfgroup-lyra
warning: there are uncommitted changes for opentelemetry-cpp
warning: there are uncommitted changes for fbgemm
warning: there are uncommitted changes for qtwebsockets
warning: there are uncommitted changes for fuzzylite
warning: there are uncommitted changes for sqlcipher
warning: there are uncommitted changes for elfutils
warning: there are uncommitted changes for brunocodutra-metal
warning: there are uncommitted changes for kcp
warning: there are uncommitted changes for clapack
warning: there are uncommitted changes for azure-uamqp-c
warning: there are uncommitted changes for libfreenect2
warning: there are uncommitted changes for libcaer
warning: there are uncommitted changes for geos
warning: there are uncommitted changes for cargs
warning: there are uncommitted changes for cute-headers
warning: there are uncommitted changes for sassc
warning: there are uncommitted changes for rapidxml-ns
warning: there are uncommitted changes for libigl
warning: there are uncommitted changes for spdk
warning: there are uncommitted changes for apr
warning: there are uncommitted changes for boost-bimap
warning: there are uncommitted changes for inja
warning: there are uncommitted changes for xproperty
warning: there are uncommitted changes for minizip-ng
warning: there are uncommitted changes for libgpod
warning: there are uncommitted changes for brpc
warning: there are uncommitted changes for bitserializer
warning: there are uncommitted changes for onnxruntime-gpu
warning: there are uncommitted changes for libprotobuf-mutator
warning: there are uncommitted changes for jsoncons
warning: there are uncommitted changes for qtlottie
warning: there are uncommitted changes for irrxml
warning: there are uncommitted changes for dpp
warning: there are uncommitted changes for libpqxx
warning: there are uncommitted changes for azure-identity-cpp
warning: there are uncommitted changes for boost-stl-interfaces
warning: there are uncommitted changes for llgl
warning: there are uncommitted changes for pcre2
warning: there are uncommitted changes for args
warning: there are uncommitted changes for drlibs
warning: there are uncommitted changes for pistache
warning: there are uncommitted changes for qt5-activeqt
warning: there are uncommitted changes for opencv2
warning: there are uncommitted changes for libhydrogen
warning: there are uncommitted changes for lionkor-commandline
warning: there are uncommitted changes for tomlplusplus
warning: there are uncommitted changes for arrayfire
warning: there are uncommitted changes for opengl
warning: there are uncommitted changes for boost-foreach
warning: there are uncommitted changes for aws-c-cal
warning: there are uncommitted changes for json5-parser
warning: there are uncommitted changes for nngpp
warning: there are uncommitted changes for boost-convert
warning: there are uncommitted changes for cmakerc
warning: there are uncommitted changes for chakracore
warning: there are uncommitted changes for stftpitchshift
warning: there are uncommitted changes for zpp-bits
warning: there are uncommitted changes for mecab
warning: there are uncommitted changes for ghc-filesystem
warning: there are uncommitted changes for cpp-peglib
warning: there are uncommitted changes for taskflow
warning: there are uncommitted changes for lua
warning: there are uncommitted changes for catch-classic
warning: there are uncommitted changes for libtorrent
warning: there are uncommitted changes for opentracing
warning: there are uncommitted changes for quickfix
warning: there are uncommitted changes for allegro5
warning: there are uncommitted changes for utfz
warning: there are uncommitted changes for libyaml
warning: there are uncommitted changes for socket-io-client
warning: there are uncommitted changes for ragel
warning: there are uncommitted changes for ace
warning: there are uncommitted changes for liblas
warning: there are uncommitted changes for taocpp-json
warning: there are uncommitted changes for getopt-win32
warning: there are uncommitted changes for msgpack11
warning: there are uncommitted changes for serdepp
warning: there are uncommitted changes for qt5-declarative
warning: there are uncommitted changes for kinectsdk1
warning: there are uncommitted changes for speex
warning: there are uncommitted changes for charls
warning: there are uncommitted changes for skia
warning: there are uncommitted changes for stx
warning: there are uncommitted changes for nccl
warning: there are uncommitted changes for thrift
warning: there are uncommitted changes for qt5-webglplugin
warning: there are uncommitted changes for uwebsockets
warning: there are uncommitted changes for msmpi
warning: there are uncommitted changes for tweeny
warning: there are uncommitted changes for libflac
warning: there are uncommitted changes for google-cloud-cpp-common
warning: there are uncommitted changes for clue
warning: there are uncommitted changes for boost-timer
warning: there are uncommitted changes for palsigslot
warning: there are uncommitted changes for fann
warning: there are uncommitted changes for boost-proto
warning: there are uncommitted changes for picojson
warning: there are uncommitted changes for leaf
warning: there are uncommitted changes for crow
warning: there are uncommitted changes for libusb
warning: there are uncommitted changes for vectorclass
warning: there are uncommitted changes for tinyexif
warning: there are uncommitted changes for qtwayland
warning: there are uncommitted changes for cmark
warning: there are uncommitted changes for tfhe
warning: there are uncommitted changes for minimp3
warning: there are uncommitted changes for opendnp3
warning: there are uncommitted changes for openldap
warning: there are uncommitted changes for winlamb
warning: there are uncommitted changes for libiconv
warning: there are uncommitted changes for glibmm
warning: there are uncommitted changes for qt5-winextras
warning: there are uncommitted changes for hypodermic
warning: there are uncommitted changes for azure-storage-queues-cpp
warning: there are uncommitted changes for kf5codecs
warning: there are uncommitted changes for libproxy
warning: there are uncommitted changes for flash-runtime-extensions
warning: there are uncommitted changes for ignition-fuel-tools4
warning: there are uncommitted changes for launch-darkly-server
warning: there are uncommitted changes for boost-config
warning: there are uncommitted changes for libcpplocate
warning: there are uncommitted changes for gperftools
warning: there are uncommitted changes for onednn
warning: there are uncommitted changes for sciter
warning: there are uncommitted changes for tinyxml2
warning: there are uncommitted changes for qt
warning: there are uncommitted changes for clipboardxx
warning: there are uncommitted changes for oatpp-libressl
warning: there are uncommitted changes for clockutils
warning: there are uncommitted changes for tcb-span
warning: there are uncommitted changes for fast-cpp-csv-parser
warning: there are uncommitted changes for wxchartdir
warning: there are uncommitted changes for oatpp-curl
warning: there are uncommitted changes for skcrypter
warning: there are uncommitted changes for rxqt
warning: there are uncommitted changes for pffft
warning: there are uncommitted changes for getopt
warning: there are uncommitted changes for yaml-cpp
warning: there are uncommitted changes for sdformat9
warning: there are uncommitted changes for cartographer
warning: there are uncommitted changes for rbdl-orb
warning: there are uncommitted changes for alpaca
warning: there are uncommitted changes for cgl
warning: there are uncommitted changes for yato
warning: there are uncommitted changes for mqtt-cpp
warning: there are uncommitted changes for libogg
warning: there are uncommitted changes for glew
warning: there are uncommitted changes for nuspell
warning: there are uncommitted changes for boost-parameter-python
warning: there are uncommitted changes for cpp-jwt
warning: there are uncommitted changes for graphviz
warning: there are uncommitted changes for qtwebengine
warning: there are uncommitted changes for libslirp
warning: there are uncommitted changes for quickfast
warning: there are uncommitted changes for anyrpc
warning: there are uncommitted changes for boost-crc
warning: there are uncommitted changes for celero
warning: there are uncommitted changes for yasm-tool-helper
warning: there are uncommitted changes for aws-crt-cpp
warning: there are uncommitted changes for ppconsul
warning: there are uncommitted changes for libebur128
warning: there are uncommitted changes for bde
warning: there are uncommitted changes for systemc
warning: there are uncommitted changes for portsmf
warning: there are uncommitted changes for ogdf
warning: there are uncommitted changes for kf5guiaddons
warning: there are uncommitted changes for mongo-cxx-driver
warning: there are uncommitted changes for qtquicktimeline
warning: there are uncommitted changes for azure-security-keyvault-certificates-cpp
warning: there are uncommitted changes for capnproto
warning: there are uncommitted changes for boost-exception
warning: there are uncommitted changes for clickhouse-cpp
warning: there are uncommitted changes for libxdmcp
warning: there are uncommitted changes for xtl
warning: there are uncommitted changes for mpark-variant
warning: there are uncommitted changes for gumbo
warning: there are uncommitted changes for embree2
warning: there are uncommitted changes for io2d
warning: there are uncommitted changes for alpaka
warning: there are uncommitted changes for gamedev-framework
warning: there are uncommitted changes for openimageio
warning: there are uncommitted changes for qt5-multimedia
warning: there are uncommitted changes for plf-list
warning: there are uncommitted changes for vcpkg-cmake
warning: there are uncommitted changes for cutelyst2
warning: there are uncommitted changes for libmodplug
warning: there are uncommitted changes for librdkafka
warning: there are uncommitted changes for vc
warning: there are uncommitted changes for secp256k1
warning: there are uncommitted changes for boost-gil
warning: there are uncommitted changes for squirrel
warning: there are uncommitted changes for soqt
warning: there are uncommitted changes for piex
warning: there are uncommitted changes for libmysql
warning: there are uncommitted changes for poly2tri
warning: there are uncommitted changes for directxsdk
warning: there are uncommitted changes for usockets
warning: there are uncommitted changes for tl-ranges
warning: there are uncommitted changes for dbus
warning: there are uncommitted changes for libmspack
warning: there are uncommitted changes for qt5-webengine
warning: there are uncommitted changes for sobjectizer
warning: there are uncommitted changes for boost-program-options
warning: there are uncommitted changes for rsasynccpp
warning: there are uncommitted changes for ignition-transport4
warning: there are uncommitted changes for suitesparse
warning: there are uncommitted changes for cppcoro
warning: there are uncommitted changes for kf5crash
warning: there are uncommitted changes for ignition-cmake2
warning: there are uncommitted changes for graphicsmagick
warning: there are uncommitted changes for wxwidgets
warning: there are uncommitted changes for qt5-quickcontrols2
warning: there are uncommitted changes for dcmtk
warning: there are uncommitted changes for jinja2cpplight
warning: there are uncommitted changes for itk
warning: there are uncommitted changes for qtwebchannel
warning: there are uncommitted changes for libsm
warning: there are uncommitted changes for uvw
warning: there are uncommitted changes for pugixml
warning: there are uncommitted changes for upb
warning: there are uncommitted changes for qt5-imageformats
warning: there are uncommitted changes for tclap
warning: there are uncommitted changes for rendergraph
warning: there are uncommitted changes for boost-describe
warning: there are uncommitted changes for boost-sort
warning: there are uncommitted changes for qt5-datavis3d
warning: there are uncommitted changes for libxdamage
warning: there are uncommitted changes for devil
warning: there are uncommitted changes for byte-lite
warning: there are uncommitted changes for hypre
warning: there are uncommitted changes for kwsys
warning: there are uncommitted changes for wt
warning: there are uncommitted changes for boost-ptr-container
warning: there are uncommitted changes for tensorpipe
warning: there are uncommitted changes for msdfgen
warning: there are uncommitted changes for telnetpp
warning: there are uncommitted changes for libnoise
warning: there are uncommitted changes for pybind11
warning: there are uncommitted changes for dstorage
warning: there are uncommitted changes for buck-yeh-bux-sqlite
warning: there are uncommitted changes for ms-gltf
warning: there are uncommitted changes for libxpm
warning: there are uncommitted changes for kf5dbusaddons
warning: there are uncommitted changes for boost-assert
warning: there are uncommitted changes for xqilla
warning: there are uncommitted changes for kf5textwidgets
warning: there are uncommitted changes for libftdi
warning: there are uncommitted changes for binn
warning: there are uncommitted changes for openh264
warning: there are uncommitted changes for septag-dmon
warning: there are uncommitted changes for pmdk
warning: there are uncommitted changes for rioki-glow
warning: there are uncommitted changes for civetweb
warning: there are uncommitted changes for strict-variant
warning: there are uncommitted changes for glslang
warning: there are uncommitted changes for mstch
warning: there are uncommitted changes for dtl
warning: there are uncommitted changes for googleapis
warning: there are uncommitted changes for libdc1394
warning: there are uncommitted changes for ixwebsocket
warning: there are uncommitted changes for opencv
warning: there are uncommitted changes for ampl-mp
warning: there are uncommitted changes for urdfdom-headers
warning: there are uncommitted changes for rhasheq
warning: there are uncommitted changes for fcl
warning: there are uncommitted changes for sdl2
warning: there are uncommitted changes for sdl2-mixer
warning: there are uncommitted changes for discordcoreapi
warning: there are uncommitted changes for convectionkernels
warning: there are uncommitted changes for boost-outcome
warning: there are uncommitted changes for simde
warning: there are uncommitted changes for boost-container
warning: there are uncommitted changes for wavelib
warning: there are uncommitted changes for xcb-render-util
warning: there are uncommitted changes for cli11
warning: there are uncommitted changes for box2d
warning: there are uncommitted changes for libhdfs3
warning: there are uncommitted changes for crfsuite
warning: there are uncommitted changes for platform-folders
warning: there are uncommitted changes for qt5-speech
warning: there are uncommitted changes for fribidi
warning: there are uncommitted changes for tsl-sparse-map
warning: there are uncommitted changes for qtpositioning
warning: there are uncommitted changes for libpq
warning: there are uncommitted changes for magnum-extras
warning: there are uncommitted changes for scylla-wrapper
warning: there are uncommitted changes for fastcdr
warning: there are uncommitted changes for miniz
warning: there are uncommitted changes for qt5-location
warning: there are uncommitted changes for xproto
warning: there are uncommitted changes for libnice
warning: there are uncommitted changes for libcds
warning: there are uncommitted changes for libuv
warning: there are uncommitted changes for decimal-for-cpp
warning: there are uncommitted changes for ptex
warning: there are uncommitted changes for wil
warning: there are uncommitted changes for fastlz
warning: there are uncommitted changes for wolftpm
warning: there are uncommitted changes for munit
warning: there are uncommitted changes for vcpkg-tool-lessmsi
warning: there are uncommitted changes for spdk-ipsec
warning: there are uncommitted changes for openssl-unix
warning: there are uncommitted changes for libfontenc
warning: there are uncommitted changes for oatpp-sqlite
warning: there are uncommitted changes for boost-bind
warning: there are uncommitted changes for qttranslations
warning: there are uncommitted changes for hdf5
warning: there are uncommitted changes for libodb-pgsql
warning: there are uncommitted changes for pegtl-2
warning: there are uncommitted changes for aws-lambda-cpp
warning: there are uncommitted changes for glad
warning: there are uncommitted changes for boost-property-tree
warning: there are uncommitted changes for mfl
warning: there are uncommitted changes for fadbad
warning: there are uncommitted changes for nanoflann
warning: there are uncommitted changes for expected-lite
warning: there are uncommitted changes for rxcpp
warning: there are uncommitted changes for kfr
warning: there are uncommitted changes for boost-spirit
warning: there are uncommitted changes for vcpkg-tool-nodejs
warning: there are uncommitted changes for ogre
warning: there are uncommitted changes for nana
warning: there are uncommitted changes for tiny-bignum-c
warning: there are uncommitted changes for tabulate
warning: there are uncommitted changes for libmediainfo
warning: there are uncommitted changes for refprop-headers
warning: there are uncommitted changes for libgnutls
warning: there are uncommitted changes for infoware
warning: there are uncommitted changes for libodb-boost
warning: there are uncommitted changes for dirent
warning: there are uncommitted changes for brynet
warning: there are uncommitted changes for kf5notifications
warning: there are uncommitted changes for rsocket
warning: there are uncommitted changes for sqlpp11
warning: there are uncommitted changes for xsimd
warning: there are uncommitted changes for libvorbis
warning: there are uncommitted changes for highway
warning: there are uncommitted changes for bzip2
warning: there are uncommitted changes for fmem
warning: there are uncommitted changes for nrf-ble-driver
warning: there are uncommitted changes for libsquish
warning: there are uncommitted changes for libguarded
warning: there are uncommitted changes for lodepng
warning: there are uncommitted changes for libmpeg2
warning: there are uncommitted changes for qt5-remoteobjects
warning: there are uncommitted changes for cmcstl2
warning: there are uncommitted changes for variant-lite
warning: there are uncommitted changes for unicorn
warning: there are uncommitted changes for klein
warning: there are uncommitted changes for coinutils
warning: there are uncommitted changes for libjxl
warning: there are uncommitted changes for gasol
warning: there are uncommitted changes for date
warning: there are uncommitted changes for aws-c-compression
warning: there are uncommitted changes for physfs
warning: there are uncommitted changes for slikenet
warning: there are uncommitted changes for tl-expected
warning: there are uncommitted changes for yoga
warning: there are uncommitted changes for rsig
warning: there are uncommitted changes for boost-multiprecision
warning: there are uncommitted changes for optional-lite
warning: there are uncommitted changes for libgo
warning: there are uncommitted changes for anax
warning: there are uncommitted changes for kf5holidays
warning: there are uncommitted changes for behaviortree-cpp
warning: there are uncommitted changes for think-cell-range
warning: there are uncommitted changes for libopensp
warning: there are uncommitted changes for boost-local-function
warning: there are uncommitted changes for apsi
warning: there are uncommitted changes for expat
warning: there are uncommitted changes for tlx
warning: there are uncommitted changes for boost-beast
warning: there are uncommitted changes for pegtl
warning: there are uncommitted changes for kubernetes
warning: there are uncommitted changes for chmlib
warning: there are uncommitted changes for ms-quic
warning: there are uncommitted changes for sdl1-net
warning: there are uncommitted changes for drogon
warning: there are uncommitted changes for live555
warning: there are uncommitted changes for turbobase64
warning: there are uncommitted changes for c89stringutils
warning: there are uncommitted changes for minisat-master-keying
warning: there are uncommitted changes for qtimageformats
warning: there are uncommitted changes for tinyexr
warning: there are uncommitted changes for bento4
warning: there are uncommitted changes for memorymodule
warning: there are uncommitted changes for kd-soap
warning: there are uncommitted changes for readerwriterqueue
warning: there are uncommitted changes for ftgl
warning: there are uncommitted changes for amqpcpp
warning: there are uncommitted changes for bustache
warning: there are uncommitted changes for braft
warning: there are uncommitted changes for p-ranav-csv2
warning: there are uncommitted changes for collada-dom
warning: there are uncommitted changes for sbp
warning: there are uncommitted changes for mapnik
warning: there are uncommitted changes for boost-container-hash
warning: there are uncommitted changes for tgc
warning: there are uncommitted changes for dartsim
warning: there are uncommitted changes for rpclib
warning: there are uncommitted changes for neon2sse
warning: there are uncommitted changes for libpopt
warning: there are uncommitted changes for wangle
warning: there are uncommitted changes for wampcc
warning: there are uncommitted changes for bcg729
warning: there are uncommitted changes for gtest
warning: there are uncommitted changes for opensubdiv
warning: there are uncommitted changes for nng
warning: there are uncommitted changes for lpeg
warning: there are uncommitted changes for boost-graph
warning: there are uncommitted changes for qtdoc
warning: there are uncommitted changes for frugally-deep
warning: there are uncommitted changes for observer-ptr-lite
warning: there are uncommitted changes for wordnet
warning: there are uncommitted changes for yas
warning: there are uncommitted changes for krabsetw
warning: there are uncommitted changes for azure-storage-cpp
warning: there are uncommitted changes for boost-compute
warning: there are uncommitted changes for boost-assign
warning: there are uncommitted changes for qtdeviceutilities
warning: there are uncommitted changes for promise-cpp
warning: there are uncommitted changes for implot
warning: there are uncommitted changes for mp3lame
warning: there are uncommitted changes for uchardet
warning: there are uncommitted changes for ignition-plugin1
warning: there are uncommitted changes for boost-atomic
warning: there are uncommitted changes for harfbuzz
warning: there are uncommitted changes for wavpack
warning: there are uncommitted changes for lerc
warning: there are uncommitted changes for dbghelp
warning: there are uncommitted changes for stb
warning: there are uncommitted changes for libaaplus
warning: there are uncommitted changes for boost-preprocessor
warning: there are uncommitted changes for crashrpt
warning: there are uncommitted changes for cocoyaxi
warning: there are uncommitted changes for cppzmq
warning: there are uncommitted changes for ccd
warning: there are uncommitted changes for boost-filesystem
warning: there are uncommitted changes for arcus
warning: there are uncommitted changes for gamma
warning: there are uncommitted changes for portaudio
warning: there are uncommitted changes for embree3
warning: there are uncommitted changes for boost-units
warning: there are uncommitted changes for nanogui
warning: there are uncommitted changes for rtaudio
warning: there are uncommitted changes for ade
warning: there are uncommitted changes for libxmp-lite
warning: there are uncommitted changes for pngwriter
warning: there are uncommitted changes for clfft
warning: there are uncommitted changes for gsoap
warning: there are uncommitted changes for nanosvg
warning: there are uncommitted changes for libosmium
warning: there are uncommitted changes for mongoose
warning: there are uncommitted changes for argtable3
warning: there are uncommitted changes for ginkgo
warning: there are uncommitted changes for jack2
warning: there are uncommitted changes for libaiff
warning: there are uncommitted changes for lcms
warning: there are uncommitted changes for yasm
warning: there are uncommitted changes for boost-serialization
warning: there are uncommitted changes for azure-umqtt-c
warning: there are uncommitted changes for matroska
warning: there are uncommitted changes for mman
warning: there are uncommitted changes for libxfixes
warning: there are uncommitted changes for mosquitto
warning: there are uncommitted changes for asio-grpc
warning: there are uncommitted changes for tracy
warning: there are uncommitted changes for speexdsp
warning: there are uncommitted changes for nmslib
warning: there are uncommitted changes for smpeg2
warning: there are uncommitted changes for libsrtp
warning: there are uncommitted changes for bullet3
warning: there are uncommitted changes for string-view-lite
warning: there are uncommitted changes for brotli
warning: there are uncommitted changes for libe57format
warning: there are uncommitted changes for boost-wave
warning: there are uncommitted changes for libunistring
warning: there are uncommitted changes for paho-mqtt
warning: there are uncommitted changes for intel-ipsec
warning: there are uncommitted changes for bext-sml
warning: there are uncommitted changes for prometheus-cpp
warning: there are uncommitted changes for ompl
warning: there are uncommitted changes for libatomic-ops
warning: there are uncommitted changes for soem
warning: there are uncommitted changes for log4cxx
warning: there are uncommitted changes for bdwgc
warning: there are uncommitted changes for cpprestsdk
warning: there are uncommitted changes for discord-game-sdk
warning: there are uncommitted changes for imath
warning: there are uncommitted changes for qscintilla
warning: there are uncommitted changes for pixel
warning: there are uncommitted changes for ned14-internal-quickcpplib
warning: there are uncommitted changes for google-cloud-cpp
warning: there are uncommitted changes for cr
warning: there are uncommitted changes for protobuf-c
warning: there are uncommitted changes for polyclipping
warning: there are uncommitted changes for fplus
warning: there are uncommitted changes for openctm
warning: there are uncommitted changes for kf5diagram
warning: there are uncommitted changes for mp-units
warning: there are uncommitted changes for xnnpack
warning: there are uncommitted changes for ztd-text
warning: there are uncommitted changes for boost-variant
warning: there are uncommitted changes for botan
warning: there are uncommitted changes for scintilla
warning: there are uncommitted changes for qwtw
warning: there are uncommitted changes for tiny-regex-c
warning: there are uncommitted changes for azure-security-keyvault-secrets-cpp
warning: there are uncommitted changes for influxdb-cxx
warning: there are uncommitted changes for libraqm
warning: there are uncommitted changes for thor
warning: there are uncommitted changes for simdutf
warning: there are uncommitted changes for tacopie
warning: there are uncommitted changes for sdformat10
warning: there are uncommitted changes for qt5-androidextras
warning: there are uncommitted changes for pangolin
warning: there are uncommitted changes for iniparser
warning: there are uncommitted changes for alembic

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

warning: there are uncommitted changes for vtk
warning: there are uncommitted changes for libcuckoo
warning: there are uncommitted changes for spatialite-tools
warning: there are uncommitted changes for wtl
warning: there are uncommitted changes for azmq
warning: there are uncommitted changes for halide
warning: there are uncommitted changes for rapidxml
warning: there are uncommitted changes for gdcm
warning: there are uncommitted changes for catch
warning: there are uncommitted changes for qtserialbus
warning: there are uncommitted changes for boost-iterator
warning: there are uncommitted changes for boringssl
warning: there are uncommitted changes for oatpp-postgresql
warning: there are uncommitted changes for libpmemobj-cpp
warning: there are uncommitted changes for pcg
warning: there are uncommitted changes for boost-integer
warning: there are uncommitted changes for duktape
warning: there are uncommitted changes for replxx
warning: there are uncommitted changes for discreture
warning: there are uncommitted changes for boost-ratio
warning: there are uncommitted changes for tap-windows6
warning: there are uncommitted changes for sqlite-orm
warning: there are uncommitted changes for json-dto
warning: there are uncommitted changes for mapbox-geometry
warning: there are uncommitted changes for lzfse
warning: there are uncommitted changes for rapidcsv
warning: there are uncommitted changes for tinycthread
warning: there are uncommitted changes for type-safe
warning: there are uncommitted changes for umock-c
warning: there are uncommitted changes for minitrace
warning: there are uncommitted changes for brigand
warning: there are uncommitted changes for monkeys-audio
warning: there are uncommitted changes for unixodbc
warning: there are uncommitted changes for muparser
warning: there are uncommitted changes for iir1
warning: there are uncommitted changes for libgeotiff
warning: there are uncommitted changes for clara
warning: there are uncommitted changes for vulkan-hpp
warning: there are uncommitted changes for yomm2
warning: there are uncommitted changes for nativefiledialog
warning: there are uncommitted changes for marl
warning: there are uncommitted changes for otl
warning: there are uncommitted changes for ptyqt
warning: there are uncommitted changes for stormlib
warning: there are uncommitted changes for urho3d
warning: there are uncommitted changes for trompeloeil
warning: there are uncommitted changes for sdl2pp
warning: there are uncommitted changes for mio
warning: there are uncommitted changes for polyhook2
warning: there are uncommitted changes for flat
warning: there are uncommitted changes for gflags
warning: there are uncommitted changes for threadpool
warning: there are uncommitted changes for restbed
warning: there are uncommitted changes for rexo
warning: there are uncommitted changes for tsl-hopscotch-map
warning: there are uncommitted changes for glui
warning: there are uncommitted changes for tinkerforge
warning: there are uncommitted changes for omplapp
warning: there are uncommitted changes for spdlog
warning: there are uncommitted changes for gdal
warning: there are uncommitted changes for libsvm
warning: there are uncommitted changes for libbson
warning: there are uncommitted changes for directxtk12
warning: there are uncommitted changes for zlib
warning: there are uncommitted changes for ampl-asl
warning: there are uncommitted changes for pfring
warning: there are uncommitted changes for cwalk
warning: there are uncommitted changes for gmp
warning: there are uncommitted changes for approval-tests-cpp
warning: there are uncommitted changes for raylib
warning: there are uncommitted changes for directxmesh
warning: there are uncommitted changes for wayland-protocols
warning: there are uncommitted changes for kenlm
warning: there are uncommitted changes for qt5-quickcontrols
warning: there are uncommitted changes for libunifex
warning: there are uncommitted changes for qtnetworkauth
warning: there are uncommitted changes for catch2
warning: there are uncommitted changes for crossguid
warning: there are uncommitted changes for flatbuffers
warning: there are uncommitted changes for optional-bare
warning: there are uncommitted changes for azure-uhttp-c
warning: there are uncommitted changes for boost-uninstall
warning: there are uncommitted changes for 7zip
warning: there are uncommitted changes for gpgmm
warning: there are uncommitted changes for b64
warning: there are uncommitted changes for elfio
warning: there are uncommitted changes for spirv-reflect
warning: there are uncommitted changes for randomstr
warning: there are uncommitted changes for color-console
warning: there are uncommitted changes for irrlicht
warning: there are uncommitted changes for autobahn
warning: there are uncommitted changes for d3dx12
warning: there are uncommitted changes for blaze
warning: there are uncommitted changes for reproc
warning: there are uncommitted changes for gstreamer
warning: there are uncommitted changes for magic-enum
warning: there are uncommitted changes for pdal
warning: there are uncommitted changes for avisynthplus
warning: there are uncommitted changes for wildmidi
warning: there are uncommitted changes for atkmm
warning: there are uncommitted changes for boost-fusion
warning: there are uncommitted changes for libconfuse
warning: there are uncommitted changes for sdl2-image
warning: there are uncommitted changes for oatpp-consul
warning: there are uncommitted changes for boost-mpi
warning: there are uncommitted changes for qt5-translations
warning: there are uncommitted changes for tmxparser
warning: there are uncommitted changes for wintoast
warning: there are uncommitted changes for azure-macro-utils-c
warning: there are uncommitted changes for healpix
warning: there are uncommitted changes for valijson
warning: there are uncommitted changes for dataframe
warning: there are uncommitted changes for vlfeat
warning: there are uncommitted changes for clblas
warning: there are uncommitted changes for readline-unix
warning: there are uncommitted changes for tinydir
warning: there are uncommitted changes for entt
warning: there are uncommitted changes for exprtk
warning: there are uncommitted changes for cli
warning: there are uncommitted changes for daw-header-libraries
warning: there are uncommitted changes for openmpi
warning: there are uncommitted changes for libmicrodns
warning: there are uncommitted changes for metrohash
warning: there are uncommitted changes for libx11
warning: there are uncommitted changes for knet
warning: there are uncommitted changes for gettext
warning: there are uncommitted changes for cppgraphqlgen
warning: there are uncommitted changes for libepoxy
warning: there are uncommitted changes for rest-rpc
warning: there are uncommitted changes for exiv2
warning: there are uncommitted changes for qtwebview
warning: there are uncommitted changes for grppi
warning: there are uncommitted changes for ecsutil
warning: there are uncommitted changes for zserge-webview
warning: there are uncommitted changes for boost-math
warning: there are uncommitted changes for ncnn
warning: there are uncommitted changes for libbacktrace
warning: there are uncommitted changes for imgui
warning: there are uncommitted changes for vulkan-headers
warning: there are uncommitted changes for boost-xpressive
warning: there are uncommitted changes for nspr
warning: there are uncommitted changes for libudns
warning: there are uncommitted changes for bitserializer-rapidjson
warning: there are uncommitted changes for ceres
warning: there are uncommitted changes for double-conversion
warning: there are uncommitted changes for ryml
warning: there are uncommitted changes for libavif
warning: there are uncommitted changes for tinythread
warning: there are uncommitted changes for azure-core-cpp
warning: there are uncommitted changes for pfultz2-linq
warning: there are uncommitted changes for jsoncpp
warning: there are uncommitted changes for mdns
warning: there are uncommitted changes for dxut
warning: there are uncommitted changes for nameof
warning: there are uncommitted changes for qt5-connectivity
warning: there are uncommitted changes for levmar
warning: there are uncommitted changes for qt5-canvas3d
warning: there are uncommitted changes for gl2ps
warning: there are uncommitted changes for srell
warning: there are uncommitted changes for boost-process
warning: there are uncommitted changes for zeroc-ice
warning: there are uncommitted changes for assimp
warning: there are uncommitted changes for simage
warning: there are uncommitted changes for tmx
warning: there are uncommitted changes for xmlsec
warning: there are uncommitted changes for corrade
warning: there are uncommitted changes for cppitertools
warning: there are uncommitted changes for opus
warning: there are uncommitted changes for bext-di
warning: there are uncommitted changes for igloo
warning: there are uncommitted changes for openblas
warning: there are uncommitted changes for qtsensors
warning: there are uncommitted changes for argumentum
warning: there are uncommitted changes for libplist
warning: there are uncommitted changes for cimg
warning: there are uncommitted changes for re2
warning: there are uncommitted changes for cpuid
warning: there are uncommitted changes for qt5-modularscripts
warning: there are uncommitted changes for rsm-binary-io
warning: there are uncommitted changes for srpc
warning: there are uncommitted changes for v8
warning: there are uncommitted changes for g3log
warning: there are uncommitted changes for mapbox-geojson-vt-cpp
warning: there are uncommitted changes for qtvirtualkeyboard
warning: there are uncommitted changes for boost-stacktrace
warning: there are uncommitted changes for mapbox-wagyu
warning: there are uncommitted changes for docopt
warning: there are uncommitted changes for libftdi1
warning: there are uncommitted changes for proj
warning: there are uncommitted changes for google-cloud-cpp-spanner
warning: there are uncommitted changes for libgpiod
warning: there are uncommitted changes for nu-book-zxing-cpp
warning: there are uncommitted changes for if97
warning: there are uncommitted changes for libsass
warning: there are uncommitted changes for cereal
warning: there are uncommitted changes for networkdirect-sdk
warning: there are uncommitted changes for libqglviewer
warning: there are uncommitted changes for libcurl-simple-https
warning: there are uncommitted changes for boost-dynamic-bitset
warning: there are uncommitted changes for vs-yasm
warning: there are uncommitted changes for kf5coreaddons
warning: there are uncommitted changes for ignition-fuel-tools1
warning: there are uncommitted changes for boost-lambda
warning: there are uncommitted changes for cfitsio
warning: there are uncommitted changes for proxygen
warning: there are uncommitted changes for boost-statechart
warning: there are uncommitted changes for flint
warning: there are uncommitted changes for span-lite
warning: there are uncommitted changes for xalan-c
warning: there are uncommitted changes for azure-core-tracing-opentelemetry-cpp
warning: there are uncommitted changes for directxtk
warning: there are uncommitted changes for openigtlink
warning: there are uncommitted changes for xframe
warning: there are uncommitted changes for cminpack
warning: there are uncommitted changes for libzippp
warning: there are uncommitted changes for ezfoundation
warning: there are uncommitted changes for cmocka
warning: there are uncommitted changes for boost-python
warning: there are uncommitted changes for commsdsl
warning: there are uncommitted changes for bitserializer-cpprestjson
warning: there are uncommitted changes for kuku
warning: there are uncommitted changes for laszip
warning: there are uncommitted changes for angle
warning: there are uncommitted changes for ttauri
warning: there are uncommitted changes for magic-get
warning: there are uncommitted changes for libwandio
warning: there are uncommitted changes for vcpkg-tool-mozbuild
warning: there are uncommitted changes for ppmagic
warning: there are uncommitted changes for libp7client
warning: there are uncommitted changes for cpp-timsort
warning: there are uncommitted changes for gloo
warning: there are uncommitted changes for quazip
warning: there are uncommitted changes for hungarian
warning: there are uncommitted changes for boost-locale
warning: there are uncommitted changes for s2geometry
warning: there are uncommitted changes for dv-processing
warning: there are uncommitted changes for spirit-po
warning: there are uncommitted changes for libfs
warning: there are uncommitted changes for entityx
warning: there are uncommitted changes for nanodbc
warning: there are uncommitted changes for ignition-msgs1
warning: there are uncommitted changes for libtasn1
warning: there are uncommitted changes for modp-base64
warning: there are uncommitted changes for hyperscan
warning: there are uncommitted changes for cudnn
warning: there are uncommitted changes for libxmlmm
warning: there are uncommitted changes for duckx
warning: there are uncommitted changes for lapack
warning: there are uncommitted changes for stlab
warning: there are uncommitted changes for boost-parameter
warning: there are uncommitted changes for azure-security-attestation-cpp
warning: there are uncommitted changes for vcglib
warning: there are uncommitted changes for chipmunk
warning: there are uncommitted changes for roaring
warning: there are uncommitted changes for crashpad
warning: there are uncommitted changes for qtdatavis3d
warning: there are uncommitted changes for atk
warning: there are uncommitted changes for libwebsockets
warning: there are uncommitted changes for sord
warning: there are uncommitted changes for z3
warning: there are uncommitted changes for xerces-c
warning: there are uncommitted changes for minizip
warning: there are uncommitted changes for yara
warning: there are uncommitted changes for boost-range
warning: there are uncommitted changes for nsync
warning: there are uncommitted changes for tinynpy
warning: there are uncommitted changes for libexif
warning: there are uncommitted changes for openmama
warning: there are uncommitted changes for transwarp
warning: there are uncommitted changes for phnt
warning: there are uncommitted changes for libqcow
warning: there are uncommitted changes for aws-sdk-cpp
warning: there are uncommitted changes for libodb-mysql
warning: there are uncommitted changes for mpg123
warning: there are uncommitted changes for wayland
warning: there are uncommitted changes for faiss
warning: there are uncommitted changes for liblo
warning: there are uncommitted changes for libstk
warning: there are uncommitted changes for boost-interval
warning: there are uncommitted changes for boost-date-time
warning: there are uncommitted changes for openssl
warning: there are uncommitted changes for boost-polygon
warning: there are uncommitted changes for opencsg
warning: there are uncommitted changes for libsndfile
warning: there are uncommitted changes for libao
warning: there are uncommitted changes for cppad
warning: there are uncommitted changes for mdnsresponder
warning: there are uncommitted changes for dimcli
warning: there are uncommitted changes for libfido2
warning: there are uncommitted changes for boost-callable-traits
warning: there are uncommitted changes for dbg-macro
warning: there are uncommitted changes for freealut
warning: there are uncommitted changes for libgwenhywfar
warning: there are uncommitted changes for tiff
warning: there are uncommitted changes for kf5package
warning: there are uncommitted changes for alsa
warning: there are uncommitted changes for cgicc
warning: there are uncommitted changes for rhash
warning: there are uncommitted changes for qt5-3d
warning: there are uncommitted changes for fftw3
warning: there are uncommitted changes for aws-c-event-stream
warning: there are uncommitted changes for nanopb
warning: there are uncommitted changes for openxr-loader
warning: there are uncommitted changes for armadillo
warning: there are uncommitted changes for qt5-sensors
warning: there are uncommitted changes for qtlocation
warning: there are uncommitted changes for seqan
warning: there are uncommitted changes for libsamplerate
warning: there are uncommitted changes for gettimeofday
warning: there are uncommitted changes for oof
warning: there are uncommitted changes for winsock2
warning: there are uncommitted changes for mailio
warning: there are uncommitted changes for libfabric
warning: there are uncommitted changes for libmad
warning: there are uncommitted changes for shaderc
warning: there are uncommitted changes for jaeger-client-cpp
warning: there are uncommitted changes for sdformat6
warning: there are uncommitted changes for qtkeychain
warning: there are uncommitted changes for libics
warning: there are uncommitted changes for libharu
warning: there are uncommitted changes for qt5-x11extras
warning: there are uncommitted changes for spirv-headers
warning: there are uncommitted changes for osg-qt
warning: there are uncommitted changes for plib
warning: there are uncommitted changes for h3
warning: there are uncommitted changes for xtensor-blas
warning: there are uncommitted changes for liblemon
warning: there are uncommitted changes for asyncplusplus
warning: there are uncommitted changes for zug
warning: there are uncommitted changes for sciter-js
warning: there are uncommitted changes for boolinq
warning: there are uncommitted changes for wxcharts
warning: there are uncommitted changes for eventpp
warning: there are uncommitted changes for jxrlib
warning: there are uncommitted changes for sockpp
warning: there are uncommitted changes for gtkmm
warning: there are uncommitted changes for qt5
warning: there are uncommitted changes for mpir
warning: there are uncommitted changes for daw-utf-range
warning: there are uncommitted changes for oatpp-websocket
warning: there are uncommitted changes for pdqsort
warning: there are uncommitted changes for lv2
warning: there are uncommitted changes for quirc
warning: there are uncommitted changes for h5py-lzf
warning: there are uncommitted changes for libkeyfinder
warning: there are uncommitted changes for bitsery
warning: there are uncommitted changes for igraph
warning: there are uncommitted changes for boost-icl
warning: there are uncommitted changes for kf5configwidgets
warning: there are uncommitted changes for libgta
warning: there are uncommitted changes for mmloader
warning: there are uncommitted changes for functions-framework-cpp
warning: there are uncommitted changes for log4cpp
warning: there are uncommitted changes for libsecret
warning: there are uncommitted changes for clipp
warning: there are uncommitted changes for zstr
warning: there are uncommitted changes for libgd
warning: there are uncommitted changes for jansson
warning: there are uncommitted changes for libxml2
warning: there are uncommitted changes for libtommath
warning: there are uncommitted changes for libtomcrypt
warning: there are uncommitted changes for restclient-cpp
warning: there are uncommitted changes for giflib
warning: there are uncommitted changes for openfbx
warning: there are uncommitted changes for librtmp
warning: there are uncommitted changes for cgns
warning: there are uncommitted changes for cnl
warning: there are uncommitted changes for aws-c-common
warning: there are uncommitted changes for boost-tokenizer
warning: there are uncommitted changes for scnlib
warning: there are uncommitted changes for readline
warning: there are uncommitted changes for woff2
warning: there are uncommitted changes for ffmpeg
warning: there are uncommitted changes for libpng
warning: there are uncommitted changes for coroutine
warning: there are uncommitted changes for json-schema-validator
warning: there are uncommitted changes for libdisasm
warning: there are uncommitted changes for libzip
warning: there are uncommitted changes for opengl-registry
warning: there are uncommitted changes for boost-throw-exception
warning: there are uncommitted changes for argparse
warning: there are uncommitted changes for dbow2
warning: there are uncommitted changes for aws-c-s3
warning: there are uncommitted changes for boost-align
warning: there are uncommitted changes for bext-ut
warning: there are uncommitted changes for libqrencode
warning: there are uncommitted changes for utf8proc
warning: there are uncommitted changes for argon2
warning: there are uncommitted changes for sparsehash
warning: there are uncommitted changes for vcpkg-tool-ninja
warning: there are uncommitted changes for vcpkg-tool-meson
warning: there are uncommitted changes for mysql-connector-cpp
warning: there are uncommitted changes for minio-cpp
warning: there are uncommitted changes for earcut-hpp
warning: there are uncommitted changes for tsl-ordered-map
warning: there are uncommitted changes for netcdf-c
warning: there are uncommitted changes for leveldb
warning: there are uncommitted changes for libdjinterop
warning: there are uncommitted changes for boost-build
warning: there are uncommitted changes for gul14
warning: there are uncommitted changes for boost-variant2
warning: there are uncommitted changes for boost-circular-buffer
warning: there are uncommitted changes for fawdlstty-libfv
warning: there are uncommitted changes for boost-odeint
warning: there are uncommitted changes for libcroco
warning: there are uncommitted changes for libnop
warning: there are uncommitted changes for cccapstone
warning: there are uncommitted changes for boost-modular-build-helper
warning: there are uncommitted changes for vulkan
warning: there are uncommitted changes for libmikmod
warning: there are uncommitted changes for nonius
warning: there are uncommitted changes for http-parser
warning: there are uncommitted changes for ignition-msgs5
warning: there are uncommitted changes for eigen3
warning: there are uncommitted changes for libdatachannel
warning: there are uncommitted changes for qtcoap
warning: there are uncommitted changes for workflow
warning: there are uncommitted changes for libgpg-error
warning: there are uncommitted changes for qt5-graphicaleffects
warning: there are uncommitted changes for boost-dll
warning: there are uncommitted changes for sentry-native
warning: there are uncommitted changes for libxkbfile
warning: there are uncommitted changes for qtinterfaceframework
warning: there are uncommitted changes for libudis86
warning: there are uncommitted changes for libosmscout
warning: there are uncommitted changes for numcpp
warning: there are uncommitted changes for unrar
warning: there are uncommitted changes for libgit2
warning: there are uncommitted changes for open62541
warning: there are uncommitted changes for libssh2
warning: there are uncommitted changes for guilite
warning: there are uncommitted changes for plplot
warning: there are uncommitted changes for glog
warning: there are uncommitted changes for boost-utility
warning: there are uncommitted changes for boost-smart-ptr
warning: there are uncommitted changes for ignition-cmake0
warning: there are uncommitted changes for materialx
warning: there are uncommitted changes for epsilon
warning: there are uncommitted changes for egl-registry
warning: there are uncommitted changes for highfive
warning: there are uncommitted changes for ezc3d
warning: there are uncommitted changes for sratom
warning: there are uncommitted changes for nlopt
warning: there are uncommitted changes for libstemmer
warning: there are uncommitted changes for libtins
warning: there are uncommitted changes for mbedtls
warning: there are uncommitted changes for vcpkg-tool-python2
warning: there are uncommitted changes for indicators
warning: there are uncommitted changes for qt5-tools
warning: there are uncommitted changes for libb2
warning: there are uncommitted changes for qtdeclarative
warning: there are uncommitted changes for c-dbg-macro
warning: there are uncommitted changes for libosip2
warning: there are uncommitted changes for gklib
warning: there are uncommitted changes for tidy-html5
warning: there are uncommitted changes for pthreadpool
warning: there are uncommitted changes for zlib-ng
warning: there are uncommitted changes for cpr
warning: there are uncommitted changes for doctest
warning: there are uncommitted changes for presentmon
warning: there are uncommitted changes for linmath
warning: there are uncommitted changes for xbyak
warning: there are uncommitted changes for fmi4cpp
warning: there are uncommitted changes for libsbml
warning: there are uncommitted changes for beast
warning: there are uncommitted changes for concurrencpp
warning: there are uncommitted changes for proj4
warning: there are uncommitted changes for boost-log
warning: there are uncommitted changes for configcat
warning: there are uncommitted changes for hiredis
warning: there are uncommitted changes for abseil
warning: there are uncommitted changes for visit-struct
warning: there are uncommitted changes for daw-json-link
warning: there are uncommitted changes for wg21-sg14
warning: there are uncommitted changes for ensmallen
warning: there are uncommitted changes for libsigcpp
warning: there are uncommitted changes for openjpeg
warning: there are uncommitted changes for boost-lockfree
warning: there are uncommitted changes for kubazip
warning: there are uncommitted changes for random123
warning: there are uncommitted changes for libcerf
warning: there are uncommitted changes for qt5-doc
warning: there are uncommitted changes for tbb
warning: there are uncommitted changes for nghttp2
warning: there are uncommitted changes for gts
warning: there are uncommitted changes for sundials
warning: there are uncommitted changes for lilv
warning: there are uncommitted changes for gemmlowp
warning: there are uncommitted changes for boost-type-erasure
warning: there are uncommitted changes for mvfst
warning: there are uncommitted changes for kf5sonnet
warning: there are uncommitted changes for qtkeychain-qt6
warning: there are uncommitted changes for libgxps
warning: there are uncommitted changes for ilmbase
warning: there are uncommitted changes for freerdp
warning: there are uncommitted changes for ms-gsl
warning: there are uncommitted changes for kf5declarative
warning: there are uncommitted changes for gsl-lite
warning: there are uncommitted changes for argtable2
warning: there are uncommitted changes for plibsys
warning: there are uncommitted changes for boost-multi-index
warning: there are uncommitted changes for eathread
warning: there are uncommitted changes for libfort
warning: there are uncommitted changes for sltbench
warning: there are uncommitted changes for ncurses
warning: there are uncommitted changes for tensorflow-common
warning: there are uncommitted changes for nettle
warning: there are uncommitted changes for ngspice
warning: there are uncommitted changes for libevent
warning: there are uncommitted changes for starlink-ast
warning: there are uncommitted changes for vcpkg-tool-gyp-nss
warning: there are uncommitted changes for libe57
warning: there are uncommitted changes for trantor
warning: there are uncommitted changes for apr-util
warning: there are uncommitted changes for pngpp
warning: there are uncommitted changes for nt-wrapper
warning: there are uncommitted changes for fftwpp
warning: there are uncommitted changes for gtk
warning: there are uncommitted changes for activemq-cpp
warning: there are uncommitted changes for ignition-msgs6
warning: there are uncommitted changes for mpfr
warning: there are uncommitted changes for draco
warning: there are uncommitted changes for tmxlite
warning: there are uncommitted changes for range-v3-vs2015
warning: there are uncommitted changes for volk
warning: there are uncommitted changes for arb
warning: there are uncommitted changes for rapidcheck
warning: there are uncommitted changes for libsmb2
warning: there are uncommitted changes for vcpkg-gn
warning: there are uncommitted changes for picosha2
warning: there are uncommitted changes for nowide
warning: there are uncommitted changes for cuda
warning: there are uncommitted changes for qt5-wayland
warning: there are uncommitted changes for c9y
warning: there are uncommitted changes for libheif
warning: there are uncommitted changes for boost-metaparse
warning: there are uncommitted changes for glm
warning: there are uncommitted changes for azure-storage-files-datalake-cpp
warning: there are uncommitted changes for pcl
warning: there are uncommitted changes for boost-any
warning: there are uncommitted changes for sfgui
warning: there are uncommitted changes for oatpp-openssl
warning: there are uncommitted changes for tvision
warning: there are uncommitted changes for clrng
warning: there are uncommitted changes for bshoshany-thread-pool
warning: there are uncommitted changes for libopenmpt
warning: there are uncommitted changes for font-chef
warning: there are uncommitted changes for intelrdfpmathlib
warning: there are uncommitted changes for cgltf
warning: there are uncommitted changes for winsparkle
warning: there are uncommitted changes for pystring
warning: there are uncommitted changes for safeint
warning: there are uncommitted changes for aricpp
warning: there are uncommitted changes for xtensor-fftw
warning: there are uncommitted changes for jbig2dec
warning: there are uncommitted changes for mathgl
warning: there are uncommitted changes for freeopcua
warning: there are uncommitted changes for hfsm2
warning: there are uncommitted changes for gdcm2
warning: there are uncommitted changes for effolkronium-random
warning: there are uncommitted changes for nlohmann-fifo-map
warning: there are uncommitted changes for clamav
warning: there are uncommitted changes for gazebo
warning: there are uncommitted changes for dmlc
warning: there are uncommitted changes for yyjson
warning: there are uncommitted changes for tinyexpr
warning: there are uncommitted changes for readline-win32
warning: there are uncommitted changes for yajl
warning: there are uncommitted changes for theia
warning: there are uncommitted changes for taglib
warning: there are uncommitted changes for libressl
warning: there are uncommitted changes for qtserialport
warning: there are uncommitted changes for usd
warning: there are uncommitted changes for libbf
warning: there are uncommitted changes for libmesh
warning: there are uncommitted changes for getdns
warning: there are uncommitted changes for lemon
warning: there are uncommitted changes for winreg
warning: there are uncommitted changes for kf5archive
warning: there are uncommitted changes for septag-sx
warning: there are uncommitted changes for string-theory
warning: there are uncommitted changes for flann
warning: there are uncommitted changes for ctemplate
warning: there are uncommitted changes for jbigkit
warning: there are uncommitted changes for gmsh
warning: there are uncommitted changes for superlu
warning: there are uncommitted changes for zopfli
warning: there are uncommitted changes for gst-rtsp-server
warning: there are uncommitted changes for boost-pfr
warning: there are uncommitted changes for s2n
warning: there are uncommitted changes for openexr
warning: there are uncommitted changes for tesseract
warning: there are uncommitted changes for v-hacd
warning: there are uncommitted changes for freeglut
warning: there are uncommitted changes for blas
warning: there are uncommitted changes for kissfft
warning: there are uncommitted changes for cpp-httplib
warning: there are uncommitted changes for kf5solid
warning: there are uncommitted changes for spix
warning: there are uncommitted changes for libxmlpp
warning: there are uncommitted changes for numactl
warning: there are uncommitted changes for nlohmann-json
warning: there are uncommitted changes for qtcharts
warning: there are uncommitted changes for openmvg
warning: there are uncommitted changes for paraview
warning: there are uncommitted changes for cgal
warning: there are uncommitted changes for forge
warning: there are uncommitted changes for nanobench
warning: there are uncommitted changes for genann
warning: there are uncommitted changes for x264
warning: there are uncommitted changes for gzip-hpp
warning: there are uncommitted changes for ebml
warning: there are uncommitted changes for protopuf
warning: there are uncommitted changes for podofo
warning: there are uncommitted changes for szip
warning: there are uncommitted changes for python2
warning: there are uncommitted changes for qt5-scxml
warning: there are uncommitted changes for g2o
warning: there are uncommitted changes for vcpkg-cmake-config
warning: there are uncommitted changes for mcpp
warning: there are uncommitted changes for vlpp
warning: there are uncommitted changes for uthash
warning: there are uncommitted changes for tensorflow
warning: there are uncommitted changes for vkfft
warning: there are uncommitted changes for uthenticode
warning: there are uncommitted changes for aws-c-http
warning: there are uncommitted changes for usrsctp
warning: there are uncommitted changes for co
warning: there are uncommitted changes for scottt-debugbreak
warning: there are uncommitted changes for immer
warning: there are uncommitted changes for zfp
warning: there are uncommitted changes for libjpeg-turbo
warning: there are uncommitted changes for ashes
warning: there are uncommitted changes for ode
warning: there are uncommitted changes for hwloc
warning: there are uncommitted changes for constexpr
warning: there are uncommitted changes for boost-uuid
warning: there are uncommitted changes for fakeit
warning: there are uncommitted changes for qt5-script
warning: there are uncommitted changes for jemalloc
warning: there are uncommitted changes for fruit
warning: there are uncommitted changes for dpdk
warning: there are uncommitted changes for kf5itemmodels
warning: there are uncommitted changes for pixman
warning: there are uncommitted changes for toml11
warning: there are uncommitted changes for coin
warning: there are uncommitted changes for rocksdb
warning: there are uncommitted changes for boost-yap
warning: there are uncommitted changes for qtbase
warning: there are uncommitted changes for libarchive
warning: there are uncommitted changes for libass
warning: there are uncommitted changes for xcb
warning: there are uncommitted changes for qt5-base
warning: there are uncommitted changes for kealib
warning: there are uncommitted changes for simdjson
warning: there are uncommitted changes for qtmqtt
warning: there are uncommitted changes for sleepy-discord
warning: there are uncommitted changes for tiny-process-library
warning: there are uncommitted changes for optimus-cpp
warning: there are uncommitted changes for mujs
warning: there are uncommitted changes for gpgme
warning: there are uncommitted changes for librabbitmq
warning: there are uncommitted changes for boost-conversion
warning: there are uncommitted changes for bsio
warning: there are uncommitted changes for tl-function-ref
warning: there are uncommitted changes for microsoft-signalr
warning: there are uncommitted changes for moos-essential
warning: there are uncommitted changes for boost-format
warning: there are uncommitted changes for mozjpeg
warning: there are uncommitted changes for darknet
warning: there are uncommitted changes for liblzma
warning: there are uncommitted changes for librsvg
warning: there are uncommitted changes for qtscxml
warning: there are uncommitted changes for robin-map
warning: there are uncommitted changes for json-c
warning: there are uncommitted changes for units
warning: there are uncommitted changes for d3d12-memory-allocator
warning: there are uncommitted changes for boost-mp11
warning: there are uncommitted changes for cairo
warning: there are uncommitted changes for hidapi
warning: there are uncommitted changes for outcome
warning: there are uncommitted changes for buck-yeh-bux-mariadb-client
warning: there are uncommitted changes for libffi
warning: there are uncommitted changes for comms-ublox
warning: there are uncommitted changes for libsigcpp-3
warning: there are uncommitted changes for cpp-ipc
warning: there are uncommitted changes for freexl
warning: there are uncommitted changes for sdl1
warning: there are uncommitted changes for kf5config
warning: there are uncommitted changes for gmmlib
warning: there are uncommitted changes for sciplot
warning: there are uncommitted changes for keystone
warning: there are uncommitted changes for absent
warning: there are uncommitted changes for qpid-proton
warning: there are uncommitted changes for murmurhash
warning: there are uncommitted changes for cpp-redis
warning: there are uncommitted changes for tiny-aes-c
warning: there are uncommitted changes for boost-coroutine2
warning: there are uncommitted changes for loguru
warning: there are uncommitted changes for z4kn4fein-semver
warning: there are uncommitted changes for matio
warning: there are uncommitted changes for liblinear
warning: there are uncommitted changes for aws-c-io
warning: there are uncommitted changes for directxtex
warning: there are uncommitted changes for oniguruma
warning: there are uncommitted changes for mgnlibs
warning: there are uncommitted changes for gppanel
warning: there are uncommitted changes for qtquickcontrols2
warning: there are uncommitted changes for kf5plotting
warning: there are uncommitted changes for magnum-integration
warning: there are uncommitted changes for xeus
warning: there are uncommitted changes for nanovg
warning: there are uncommitted changes for qtopcua
warning: there are uncommitted changes for tinyfiledialogs
warning: there are uncommitted changes for geographiclib
warning: there are uncommitted changes for serd
warning: there are uncommitted changes for lest
warning: there are uncommitted changes for bond
warning: there are uncommitted changes for milerius-sfml-imgui
warning: there are uncommitted changes for fp16
warning: there are uncommitted changes for boost-json
warning: there are uncommitted changes for ctre
warning: there are uncommitted changes for mdspan
warning: there are uncommitted changes for qt5-serialport
warning: there are uncommitted changes for arrow
warning: there are uncommitted changes for selene
warning: there are uncommitted changes for qhttpengine
warning: there are uncommitted changes for shaderwriter
warning: there are uncommitted changes for easycl
warning: there are uncommitted changes for cubeb
warning: there are uncommitted changes for compoundfilereader
warning: there are uncommitted changes for tinyspline
warning: there are uncommitted changes for boost-graph-parallel
warning: there are uncommitted changes for cnats
warning: there are uncommitted changes for libcanberra
warning: there are uncommitted changes for sleef
warning: there are uncommitted changes for libxslt
warning: there are uncommitted changes for yasm-tool
warning: there are uncommitted changes for boost
warning: there are uncommitted changes for boost-histogram
warning: there are uncommitted changes for tinytoml
warning: there are uncommitted changes for libuvc
warning: there are uncommitted changes for jasper
warning: there are uncommitted changes for happly
warning: there are uncommitted changes for continuable
warning: there are uncommitted changes for wolfmqtt
warning: there are uncommitted changes for boost-vcpkg-helpers
warning: there are uncommitted changes for kf5completion
warning: there are uncommitted changes for saucer
warning: there are uncommitted changes for type-lite
warning: there are uncommitted changes for x265
warning: there are uncommitted changes for clp
warning: there are uncommitted changes for tinygltf
warning: there are uncommitted changes for pipewire
warning: there are uncommitted changes for pe-parse
warning: there are uncommitted changes for berkeleydb
warning: there are uncommitted changes for oatpp-ssdp
warning: there are uncommitted changes for qnnpack
warning: there are uncommitted changes for dxsdk-d3dx
warning: there are uncommitted changes for pdal-c
warning: there are uncommitted changes for kinectsdk2
warning: there are uncommitted changes for marble
warning: there are uncommitted changes for air-ctl
warning: there are uncommitted changes for frozen
warning: there are uncommitted changes for qt5-serialbus
warning: there are uncommitted changes for libmodbus
warning: there are uncommitted changes for usbmuxd
warning: there are uncommitted changes for libui
warning: there are uncommitted changes for boost-unordered
warning: there are uncommitted changes for easyloggingpp
warning: there are uncommitted changes for rply
warning: there are uncommitted changes for libwebm
warning: there are uncommitted changes for gcem
warning: there are uncommitted changes for cppfs
warning: there are uncommitted changes for glib
warning: there are uncommitted changes for liburing
warning: there are uncommitted changes for minifb
warning: there are uncommitted changes for libcbor
warning: there are uncommitted changes for flecs
warning: there are uncommitted changes for fastcgi
warning: there are uncommitted changes for boost-static-string
warning: there are uncommitted changes for readline-osx
warning: there are uncommitted changes for fastfeat
warning: there are uncommitted changes for kf5itemviews
warning: there are uncommitted changes for matplotplusplus
warning: there are uncommitted changes for hedley
warning: there are uncommitted changes for readosm
warning: there are uncommitted changes for faad2
warning: there are uncommitted changes for vcpkg-tool-gn
warning: there are uncommitted changes for qtremoteobjects
warning: there are uncommitted changes for pprint
warning: there are uncommitted changes for libxau
warning: there are uncommitted changes for boost-hof
warning: there are uncommitted changes for xorstr
warning: there are uncommitted changes for ring-span-lite
warning: there are uncommitted changes for cello
warning: there are uncommitted changes for openal-soft
warning: there are uncommitted changes for openssl-uwp
warning: there are uncommitted changes for plog
warning: there are uncommitted changes for boost-functional
warning: there are uncommitted changes for grpc
warning: there are uncommitted changes for sfsexp
warning: there are uncommitted changes for openni2
warning: there are uncommitted changes for azure-storage-common-cpp
warning: there are uncommitted changes for basisu
warning: there are uncommitted changes for bigint
warning: there are uncommitted changes for matplotlib-cpp
warning: there are uncommitted changes for libcrafter
warning: there are uncommitted changes for treehopper
warning: there are uncommitted changes for boost-static-assert
warning: there are uncommitted changes for libmount
warning: there are uncommitted changes for azure-storage-blobs-cpp
warning: there are uncommitted changes for asynch
warning: there are uncommitted changes for boost-endian
warning: there are uncommitted changes for strtk
warning: there are uncommitted changes for libunibreak
warning: there are uncommitted changes for boost-iostreams
warning: there are uncommitted changes for boost-multi-array
warning: there are uncommitted changes for recast
warning: there are uncommitted changes for hexl
warning: there are uncommitted changes for kf5xmlgui
warning: there are uncommitted changes for qt5-charts
warning: there are uncommitted changes for aurora
warning: there are uncommitted changes for aliyun-oss-c-sdk
warning: there are uncommitted changes for breakpad
warning: there are uncommitted changes for gsl
warning: there are uncommitted changes for lz4
warning: there are uncommitted changes for aom
warning: there are uncommitted changes for simpleini
warning: there are uncommitted changes for darts-clone
warning: there are uncommitted changes for devicenameresolver
warning: there are uncommitted changes for opencolorio
warning: there are uncommitted changes for intel-mkl
warning: there are uncommitted changes for libvpx
warning: there are uncommitted changes for blake3
warning: there are uncommitted changes for sqlitecpp
warning: there are uncommitted changes for qhull
warning: there are uncommitted changes for unqlite
warning: there are uncommitted changes for ms-angle
warning: there are uncommitted changes for zstd
warning: there are uncommitted changes for mnn
warning: there are uncommitted changes for rsm-mmio
warning: there are uncommitted changes for boost-poly-collection
warning: there are uncommitted changes for lzokay
warning: there are uncommitted changes for rmlui
warning: there are uncommitted changes for farmhash
warning: there are uncommitted changes for soxr
warning: there are uncommitted changes for efsw
warning: there are uncommitted changes for kf5newstuff
warning: there are uncommitted changes for boost-tuple
warning: there are uncommitted changes for boost-test
warning: there are uncommitted changes for blend2d
warning: there are uncommitted changes for libspnav
warning: there are uncommitted changes for pthread-stubs
warning: there are uncommitted changes for kf5attica
warning: there are uncommitted changes for vcpkg-get-python-packages
warning: there are uncommitted changes for vcpkg-gfortran
warning: there are uncommitted changes for soil2
warning: there are uncommitted changes for aubio
warning: there are uncommitted changes for alac-decoder
warning: there are uncommitted changes for boost-pool
warning: there are uncommitted changes for shiftmedia-libgnutls
warning: there are uncommitted changes for msinttypes
warning: there are uncommitted changes for restinio
warning: there are uncommitted changes for soil
warning: there are uncommitted changes for portable-snippets
warning: there are uncommitted changes for eabase
warning: there are uncommitted changes for parmetis
warning: there are uncommitted changes for ryu
warning: there are uncommitted changes for orc
warning: there are uncommitted changes for popsift
warning: there are uncommitted changes for qtsvg
warning: there are uncommitted changes for boost-rational
warning: there are uncommitted changes for nano-signal-slot
warning: there are uncommitted changes for pthreads
warning: there are uncommitted changes for osi
warning: there are uncommitted changes for vxl
warning: there are uncommitted changes for sajson
warning: there are uncommitted changes for tgui
warning: there are uncommitted changes for osg
warning: there are uncommitted changes for idevicerestore
warning: there are uncommitted changes for hayai
warning: there are uncommitted changes for xcb-proto
warning: there are uncommitted changes for avro-cpp
warning: there are uncommitted changes for edlib
warning: there are uncommitted changes for glfw3
warning: there are uncommitted changes for debug-assert
warning: there are uncommitted changes for sqlpp11-connector-sqlite3
warning: there are uncommitted changes for libsnoretoast
warning: there are uncommitted changes for geogram
warning: there are uncommitted changes for tl-generator
warning: there are uncommitted changes for libzen
warning: there are uncommitted changes for quill
warning: there are uncommitted changes for graphqlparser
warning: there are uncommitted changes for shogun
warning: there are uncommitted changes for cpu-features
warning: there are uncommitted changes for fontconfig
warning: there are uncommitted changes for poissonrecon
warning: there are uncommitted changes for ideviceinstaller
warning: there are uncommitted changes for libusbmuxd
warning: there are uncommitted changes for range-v3
warning: there are uncommitted changes for avcpp
warning: there are uncommitted changes for vulkan-memory-allocator
warning: there are uncommitted changes for cppunit
warning: there are uncommitted changes for libraw
warning: there are uncommitted changes for bddisasm
warning: there are uncommitted changes for vtk-m
warning: there are uncommitted changes for gl3w
warning: there are uncommitted changes for imguizmo
warning: there are uncommitted changes for font-util
warning: there are uncommitted changes for shiva-sfml
warning: there are uncommitted changes for kf5kio
warning: there are uncommitted changes for libde265
warning: there are uncommitted changes for cairomm
warning: there are uncommitted changes for sqlite3
warning: there are uncommitted changes for globjects
warning: there are uncommitted changes for dx
warning: there are uncommitted changes for opencv3
warning: there are uncommitted changes for libkml
warning: there are uncommitted changes for qca
warning: there are uncommitted changes for openscap
warning: there are uncommitted changes for physx
warning: there are uncommitted changes for boost-array
warning: there are uncommitted changes for boost-safe-numerics
warning: there are uncommitted changes for cryptopp
warning: there are uncommitted changes for lockpp
warning: there are uncommitted changes for uriparser
warning: there are uncommitted changes for pagmo2
warning: there are uncommitted changes for libodb-sqlite
warning: there are uncommitted changes for xaudio2redist
warning: there are uncommitted changes for mhook
warning: there are uncommitted changes for netcdf-cxx4
warning: there are uncommitted changes for asiosdk
warning: there are uncommitted changes for pkgconf
warning: there are uncommitted changes for rtabmap
warning: there are uncommitted changes for cpputest
warning: there are uncommitted changes for soci
warning: there are uncommitted changes for curl
warning: there are uncommitted changes for fbthrift
warning: there are uncommitted changes for vcpkg-qmake
warning: there are uncommitted changes for console-bridge
warning: there are uncommitted changes for gherkin-c
warning: there are uncommitted changes for mpmcqueue
warning: there are uncommitted changes for nethost
warning: there are uncommitted changes for nuklear
warning: there are uncommitted changes for mapbox-geojson-cpp
warning: there are uncommitted changes for dbow3
warning: there are uncommitted changes for opencc
warning: there are uncommitted changes for constexpr-contracts
warning: there are uncommitted changes for aws-checksums
warning: there are uncommitted changes for polymorphic-value
warning: there are uncommitted changes for spdk-isal
warning: there are uncommitted changes for kf5globalaccel
warning: there are uncommitted changes for folly
warning: there are uncommitted changes for mongo-c-driver
warning: there are uncommitted changes for libical
warning: there are uncommitted changes for librttopo
warning: there are uncommitted changes for qt5compat
warning: there are uncommitted changes for inih
warning: there are uncommitted changes for boost-type-index
warning: there are uncommitted changes for hps
warning: there are uncommitted changes for boost-fiber
warning: there are uncommitted changes for sdl2-net
warning: there are uncommitted changes for boost-phoenix
warning: there are uncommitted changes for capstone
warning: there are uncommitted changes for freetype
warning: there are uncommitted changes for atlmfc
warning: there are uncommitted changes for opencensus-cpp
warning: there are uncommitted changes for boost-msm
warning: there are uncommitted changes for hffix
warning: there are uncommitted changes for caffe2
warning: there are uncommitted changes for mmx
warning: there are uncommitted changes for libmariadb
warning: there are uncommitted changes for ijg-libjpeg
warning: there are uncommitted changes for utf8h
warning: there are uncommitted changes for greatest
warning: there are uncommitted changes for riffcpp
warning: there are uncommitted changes for czmq
warning: there are uncommitted changes for liblbfgs
warning: there are uncommitted changes for boost-context
warning: there are uncommitted changes for detours
warning: there are uncommitted changes for xlsxio
warning: there are uncommitted changes for status-code
warning: there are uncommitted changes for sais
warning: there are uncommitted changes for boost-intrusive
warning: there are uncommitted changes for atomic-queue
warning: there are uncommitted changes for libmupdf
warning: there are uncommitted changes for snappy
warning: there are uncommitted changes for hareflow
warning: there are uncommitted changes for itpp
warning: there are uncommitted changes for nayuki-qr-code-generator
warning: there are uncommitted changes for zkpp
warning: there are uncommitted changes for boost-nowide
warning: there are uncommitted changes for ktx
warning: there are uncommitted changes for cctz
warning: there are uncommitted changes for duilib
warning: there are uncommitted changes for fxdiv
warning: there are uncommitted changes for mpc
warning: there are uncommitted changes for libsodium
warning: there are uncommitted changes for camport3
warning: there are uncommitted changes for boost-thread
warning: there are uncommitted changes for tinyobjloader
warning: there are uncommitted changes for directx-headers
warning: there are uncommitted changes for eastl
warning: there are uncommitted changes for blitz
warning: there are uncommitted changes for cpp-taskflow
warning: there are uncommitted changes for nvtt
warning: there are uncommitted changes for dav1d
warning: there are uncommitted changes for opencl
warning: there are uncommitted changes for simple-fft
warning: there are uncommitted changes for cxxopts
warning: there are uncommitted changes for wpilib
warning: there are uncommitted changes for shapelib
warning: there are uncommitted changes for libdshowcapture
warning: there are uncommitted changes for qt5-purchasing
warning: there are uncommitted changes for ignition-math4
warning: there are uncommitted changes for freeimage
warning: there are uncommitted changes for pangomm
warning: there are uncommitted changes for libsbsms
warning: there are uncommitted changes for caf
warning: there are uncommitted changes for fltk
warning: there are uncommitted changes for libsoundio
warning: there are uncommitted changes for rxspencer
warning: there are uncommitted changes for unittest-cpp
warning: there are uncommitted changes for boost-function-types
warning: there are uncommitted changes for msgpack
warning: there are uncommitted changes for libalkimia
warning: there are uncommitted changes for cctag
warning: there are uncommitted changes for jwt-cpp
warning: there are uncommitted changes for simbody
warning: there are uncommitted changes for ctbignum
warning: there are uncommitted changes for teemo
warning: there are uncommitted changes for lzo
warning: there are uncommitted changes for rapidjson
warning: there are uncommitted changes for eve
warning: there are uncommitted changes for nmap
warning: there are uncommitted changes for aws-c-auth
warning: there are uncommitted changes for jsmn
warning: there are uncommitted changes for dlib
warning: there are uncommitted changes for libwebp
warning: there are uncommitted changes for nnpack
warning: there are uncommitted changes for boost-coroutine
warning: there are uncommitted changes for ismrmrd
warning: there are uncommitted changes for nanoprintf
warning: there are uncommitted changes for luajit
warning: there are uncommitted changes for c-ares
warning: there are uncommitted changes for fmt
warning: there are uncommitted changes for guile
warning: there are uncommitted changes for quantlib
warning: there are uncommitted changes for libyuv
warning: there are uncommitted changes for aws-c-mqtt
warning: there are uncommitted changes for crc32c
warning: there are uncommitted changes for qtmultimedia
warning: there are uncommitted changes for pango
warning: there are uncommitted changes for boost-core
warning: there are uncommitted changes for lazy-importer
warning: there are uncommitted changes for azure-kinect-sensor-sdk
warning: there are uncommitted changes for triangle
warning: there are uncommitted changes for check
warning: there are uncommitted changes for librsync
warning: there are uncommitted changes for libtess2
warning: there are uncommitted changes for ereignis
warning: there are uncommitted changes for z85
warning: there are uncommitted changes for bitserializer-pugixml
warning: there are uncommitted changes for protozero
warning: there are uncommitted changes for tl-optional
warning: there are uncommitted changes for bext-wintls
warning: there are uncommitted changes for libodb
warning: there are uncommitted changes for nanort
warning: there are uncommitted changes for qt-advanced-docking-system
warning: there are uncommitted changes for zeromq
warning: there are uncommitted changes for mapbox-variant
warning: there are uncommitted changes for kddockwidgets
warning: there are uncommitted changes for c4core
warning: there are uncommitted changes for luasocket
warning: there are uncommitted changes for kf5service
warning: there are uncommitted changes for tinyply
warning: there are uncommitted changes for qt5-websockets
warning: there are uncommitted changes for gobject-introspection
warning: there are uncommitted changes for cpptoml
warning: there are uncommitted changes for pcapplusplus
warning: there are uncommitted changes for skyr-url
warning: there are uncommitted changes for concurrentqueue
warning: there are uncommitted changes for spaceland
warning: there are uncommitted changes for ignition-transport9
warning: there are uncommitted changes for cppwinrt
warning: there are uncommitted changes for cppxaml
warning: there are uncommitted changes for boost-lambda2
warning: there are uncommitted changes for boost-mpl
warning: there are uncommitted changes for openmesh
warning: there are uncommitted changes for opencv4
warning: there are uncommitted changes for croncpp
warning: there are uncommitted changes for boost-move
warning: there are uncommitted changes for foxi
warning: there are uncommitted changes for boost-compatibility
warning: there are uncommitted changes for boost-io
warning: there are uncommitted changes for qt5-macextras
warning: there are uncommitted changes for kdbindings
warning: there are uncommitted changes for sdl2-gfx
warning: there are uncommitted changes for boost-lexical-cast
warning: there are uncommitted changes for qt5-webchannel
warning: there are uncommitted changes for ignition-common3
warning: there are uncommitted changes for libopusenc
warning: there are uncommitted changes for lager
warning: there are uncommitted changes for fdk-aac
warning: there are uncommitted changes for tcl
warning: there are uncommitted changes for lcm
warning: there are uncommitted changes for rsm-bsa
warning: there are uncommitted changes for boost-geometry
warning: there are uncommitted changes for liblsl
warning: there are uncommitted changes for boost-property-map
warning: there are uncommitted changes for boost-type-traits
warning: there are uncommitted changes for urdfdom
warning: there are uncommitted changes for hpx
warning: there are uncommitted changes for moos-core
warning: there are uncommitted changes for libhsplasma
warning: there are uncommitted changes for libideviceactivation
warning: there are uncommitted changes for argagg
warning: there are uncommitted changes for chromaprint
warning: there are uncommitted changes for kf5bookmarks
warning: there are uncommitted changes for argh
warning: there are uncommitted changes for licensepp
warning: there are uncommitted changes for freetype-gl
warning: there are uncommitted changes for websocketpp
warning: there are uncommitted changes for stduuid
warning: there are uncommitted changes for unicorn-lib
warning: there are uncommitted changes for glbinding
warning: there are uncommitted changes for libu2f-server
warning: there are uncommitted changes for libdatrie
warning: there are uncommitted changes for josuttis-jthread
warning: there are uncommitted changes for rappture
warning: there are uncommitted changes for flashlight-cuda
warning: there are uncommitted changes for openvr
warning: there are uncommitted changes for tool-meson
warning: there are uncommitted changes for parallelstl
warning: there are uncommitted changes for boinc
warning: there are uncommitted changes for zookeeper
warning: there are uncommitted changes for blosc
warning: there are uncommitted changes for opencascade
warning: there are uncommitted changes for libpff
warning: there are uncommitted changes for 3fd
warning: there are uncommitted changes for libxkbcommon
warning: there are uncommitted changes for libmodman
warning: there are uncommitted changes for mapbox-polylabel
warning: there are uncommitted changes for nifticlib
warning: there are uncommitted changes for azure-security-keyvault-keys-cpp
warning: there are uncommitted changes for plf-stack
warning: there are uncommitted changes for parson
warning: there are uncommitted changes for directx-dxc
warning: there are uncommitted changes for boost-contract
warning: there are uncommitted changes for llvm
warning: there are uncommitted changes for boost-asio
warning: there are uncommitted changes for cppkafka
warning: there are uncommitted changes for boost-chrono
warning: there are uncommitted changes for comms
warning: there are uncommitted changes for winpcap
warning: there are uncommitted changes for meschach
warning: there are uncommitted changes for boost-property-map-parallel
warning: there are uncommitted changes for ctp
warning: there are uncommitted changes for qttools
warning: there are uncommitted changes for qt5-xmlpatterns
warning: there are uncommitted changes for cppmicroservices
warning: there are uncommitted changes for jsonnet
warning: there are uncommitted changes for boost-random
warning: there are uncommitted changes for discount
warning: there are uncommitted changes for restc-cpp
warning: there are uncommitted changes for libsrt
warning: there are uncommitted changes for sdl2-ttf
warning: there are uncommitted changes for xxhash
warning: there are uncommitted changes for libimobiledevice
warning: there are uncommitted changes for rbdl
warning: there are uncommitted changes for libmt32emu
warning: there are uncommitted changes for xcb-util-m4
warning: there are uncommitted changes for cunit
warning: there are uncommitted changes for sentencepiece
warning: there are uncommitted changes for vk-bootstrap
warning: there are uncommitted changes for oatpp-swagger
warning: there are uncommitted changes for autodock-vina
warning: there are uncommitted changes for azure-iot-sdk-c
warning: there are uncommitted changes for boost-ublas
warning: there are uncommitted changes for uvatlas
warning: there are uncommitted changes for edflib
warning: there are uncommitted changes for libmaxminddb
warning: there are uncommitted changes for xlnt
warning: there are uncommitted changes for cub
warning: there are uncommitted changes for ignition-math6
warning: there are uncommitted changes for octomap
warning: there are uncommitted changes for libassuan
warning: there are uncommitted changes for quaternions
warning: there are uncommitted changes for sjpeg
warning: there are uncommitted changes for xorg-macros
warning: there are uncommitted changes for tree-sitter
warning: there are uncommitted changes for libspatialindex
warning: there are uncommitted changes for minhook
warning: there are uncommitted changes for any-lite
warning: there are uncommitted changes for azure-c-shared-utility
warning: there are uncommitted changes for qt5-mqtt
warning: there are uncommitted changes for casclib
warning: there are uncommitted changes for wincrypt
warning: there are uncommitted changes for orocos-kdl
warning: there are uncommitted changes for tgbot-cpp
warning: there are uncommitted changes for cjson
warning: there are uncommitted changes for ogre-next
warning: there are uncommitted changes for antlr4
warning: there are uncommitted changes for p-ranav-csv
warning: there are uncommitted changes for wren
warning: there are uncommitted changes for gtl
warning: there are uncommitted changes for rttr
warning: there are uncommitted changes for sophus
warning: there are uncommitted changes for boost-concept-check
warning: there are uncommitted changes for pthread
warning: there are uncommitted changes for hunspell
warning: there are uncommitted changes for luafilesystem
warning: there are uncommitted changes for matchit
warning: there are uncommitted changes for colmap
warning: there are uncommitted changes for sail
warning: there are uncommitted changes for signalrclient
warning: there are uncommitted changes for robin-hood-hashing
warning: there are uncommitted changes for fizz
warning: there are uncommitted changes for oatpp-mongo
warning: there are uncommitted changes for solid3
warning: there are uncommitted changes for onnx
warning: there are uncommitted changes for libvmdk
warning: there are uncommitted changes for plf-nanotimer
warning: there are uncommitted changes for mathc
warning: there are uncommitted changes for meshoptimizer
warning: there are uncommitted changes for sokol
warning: there are uncommitted changes for esaxx
warning: there are uncommitted changes for boost-hana
warning: there are uncommitted changes for geotrans
warning: there are uncommitted changes for boost-system
warning: there are uncommitted changes for webview2
warning: there are uncommitted changes for mlpack
warning: there are uncommitted changes for openvdb
warning: there are uncommitted changes for mikktspace
warning: there are uncommitted changes for kf5windowsystem
warning: there are uncommitted changes for boost-optional
warning: there are uncommitted changes for butteraugli
warning: there are uncommitted changes for cpuinfo
warning: there are uncommitted changes for sigslot
warning: there are uncommitted changes for luasec
warning: there are uncommitted changes for foonathan-memory
warning: there are uncommitted changes for isal
warning: there are uncommitted changes for flashlight-cpu
warning: there are uncommitted changes for sol2
warning: there are uncommitted changes for gperf
warning: there are uncommitted changes for hash-library
warning: there are uncommitted changes for libuuid
warning: there are uncommitted changes for fluidlite
warning: there are uncommitted changes for kf5i18n
warning: there are uncommitted changes for hazelcast-cpp-client
warning: there are uncommitted changes for so5extra
warning: there are uncommitted changes for rang
warning: there are uncommitted changes for libusb-win32
warning: there are uncommitted changes for snowhouse
warning: there are uncommitted changes for treehh
warning: there are uncommitted changes for bitserializer-rapidyaml
warning: there are uncommitted changes for bitmagic
warning: there are uncommitted changes for qt5-networkauth
warning: there are uncommitted changes for boost-accumulators
warning: there are uncommitted changes for boost-algorithm
warning: there are uncommitted changes for tinycbor
warning: there are uncommitted changes for libtcod
warning: there are uncommitted changes for qt5-virtualkeyboard
warning: there are uncommitted changes for parquet
warning: there are uncommitted changes for proxy
warning: there are uncommitted changes for stxxl
warning: there are uncommitted changes for boost-numeric-conversion
warning: there are uncommitted changes for ignition-common1
warning: there are uncommitted changes for torch-th
warning: there are uncommitted changes for angelscript
warning: there are uncommitted changes for libxlsxwriter
warning: there are uncommitted changes for boost-interprocess
warning: there are uncommitted changes for boost-tti
warning: there are uncommitted changes for neargye-semver
warning: there are uncommitted changes for sprout
warning: there are uncommitted changes for nanorange
warning: there are uncommitted changes for cpp-base64
warning: there are uncommitted changes for rtmidi
warning: there are uncommitted changes for buck-yeh-bux
warning: there are uncommitted changes for graphene
warning: there are uncommitted changes for opusfile
warning: there are uncommitted changes for poco
warning: there are uncommitted changes for fastrtps
warning: there are uncommitted changes for freetds
warning: there are uncommitted changes for zydis
warning: there are uncommitted changes for libice
warning: there are uncommitted changes for audiofile
warning: there are uncommitted changes for ignition-transport8
warning: there are uncommitted changes for fast-float
warning: there are uncommitted changes for curlpp
warning: there are uncommitted changes for libxdiff
warning: there are uncommitted changes for oatpp-mbedtls
warning: there are uncommitted changes for shiftmedia-libgcrypt
warning: there are uncommitted changes for llfio
warning: there are uncommitted changes for magnum
warning: there are uncommitted changes for icu
warning: there are uncommitted changes for boost-scope-exit
warning: there are uncommitted changes for sparsepp
warning: there are uncommitted changes for ignition-modularscripts
warning: there are uncommitted changes for graphite2
warning: there are uncommitted changes for kf5widgetsaddons
warning: there are uncommitted changes for pcre
warning: there are uncommitted changes for vtk-dicom
warning: there are uncommitted changes for lunasvg
warning: there are uncommitted changes for easyhook
warning: there are uncommitted changes for status-value-lite
warning: there are uncommitted changes for spirv-tools
warning: there are uncommitted changes for libevhtp
warning: there are uncommitted changes for rtlsdr
warning: there are uncommitted changes for fluidsynth
warning: there are uncommitted changes for coolprop
warning: there are uncommitted changes for ffnvcodec
warning: there are uncommitted changes for spscqueue
warning: there are uncommitted changes for x-plane
warning: there are uncommitted changes for offscale-libetcd-cpp
warning: there are uncommitted changes for spectra
warning: there are uncommitted changes for ois
warning: there are uncommitted changes for evpp
warning: there are uncommitted changes for fixed-string
warning: there are uncommitted changes for azure-storage-files-shares-cpp
warning: there are uncommitted changes for qtshadertools
warning: there are uncommitted changes for soundtouch
warning: there are uncommitted changes for mygui
warning: there are uncommitted changes for libconfig
warning: there are uncommitted changes for ableton
warning: there are uncommitted changes for gdk-pixbuf
warning: there are uncommitted changes for paho-mqttpp3
warning: there are uncommitted changes for termcolor
warning: there are uncommitted changes for libspatialite
warning: there are uncommitted changes for sfml
warning: there are uncommitted changes for libidn2
warning: there are uncommitted changes for linenoise-ng
warning: there are uncommitted changes for psimd
warning: there are uncommitted changes for distorm
warning: there are uncommitted changes for moos-ui
warning: there are uncommitted changes for chromium-base
warning: there are uncommitted changes for ponder
warning: there are uncommitted changes for log4cplus
warning: there are uncommitted changes for ftxui
warning: there are uncommitted changes for gli
warning: there are uncommitted changes for openvpn3
warning: there are uncommitted changes for boost-function
warning: there are uncommitted changes for gainput
warning: there are uncommitted changes for linalg
warning: there are uncommitted changes for boost-vmd
warning: there are uncommitted changes for nss
warning: there are uncommitted changes for kvasir-mpl
warning: there are uncommitted changes for libssh
warning: there are uncommitted changes for morton-nd
warning: there are uncommitted changes for plustache
warning: there are uncommitted changes for winpty
warning: there are uncommitted changes for value-ptr-lite
warning: there are uncommitted changes for libcopp
warning: there are uncommitted changes for benchmark
warning: there are uncommitted changes for refl-cpp
warning: there are uncommitted changes for alac
warning: there are uncommitted changes for sqlite-modern-cpp
warning: there are uncommitted changes for kf5syntaxhighlighting
warning: there are uncommitted changes for libhv
warning: there are uncommitted changes for boost-flyweight
warning: there are uncommitted changes for utfcpp
warning: there are uncommitted changes for enet
warning: there are uncommitted changes for kf5jobwidgets
warning: there are uncommitted changes for triton
warning: there are uncommitted changes for poppler
warning: there are uncommitted changes for libpcap
warning: there are uncommitted changes for boost-signals2
warning: there are uncommitted changes for portmidi
warning: there are uncommitted changes for mesa
warning: there are uncommitted changes for advobfuscator
warning: there are uncommitted changes for oatpp-zlib
warning: there are uncommitted changes for miniupnpc
warning: there are uncommitted changes for libjuice
warning: there are uncommitted changes for msix
warning: there are uncommitted changes for akali
warning: there are uncommitted changes for pdcurses
warning: there are uncommitted changes for libilbc
warning: there are uncommitted changes for onnx-optimizer
warning: there are uncommitted changes for vamp-sdk
warning: there are uncommitted changes for aixlog
warning: there are uncommitted changes for asio
warning: there are uncommitted changes for gaussianlib
warning: there are uncommitted changes for spdk-dpdk
warning: there are uncommitted changes for spirv-cross
warning: there are uncommitted changes for qtapplicationmanager
warning: there are uncommitted changes for nifly
warning: there are uncommitted changes for gamenetworkingsockets
warning: there are uncommitted changes for nanomsg
warning: there are uncommitted changes for plf-colony
warning: there are uncommitted changes for openssl-windows
warning: there are uncommitted changes for mpi
warning: there are uncommitted changes for boost-logic
warning: there are uncommitted changes for cppcms
warning: there are uncommitted changes for zziplib
warning: there are uncommitted changes for wepoll
warning: there are uncommitted changes for redis-plus-plus
warning: there are uncommitted changes for mchehab-zbar
warning: there are uncommitted changes for fdlibm
warning: there are uncommitted changes for boost-detail
warning: there are uncommitted changes for rabit
warning: there are uncommitted changes for vcpkg-cmake-get-vars
warning: there are uncommitted changes for boost-qvm
warning: there are uncommitted changes for tensorflow-cc
warning: there are uncommitted changes for xtrans
warning: there are uncommitted changes for lastools
warning: there are uncommitted changes for effects11
warning: there are uncommitted changes for xtensor
warning: there are uncommitted changes for wolfssl
warning: there are uncommitted changes for boost-typeof
warning: there are uncommitted changes for ocilib
warning: there are uncommitted changes for imgui-sfml
warning: there are uncommitted changes for kf5auth
warning: there are uncommitted changes for plf-hive
warning: there are uncommitted changes for libirecovery
warning: there are uncommitted changes for qt5-webview
warning: there are uncommitted changes for qtactiveqt
warning: there are uncommitted changes for realsense2
warning: there are uncommitted changes for lodepng-c
warning: there are uncommitted changes for nghttp3
warning: there are uncommitted changes for mimalloc
warning: there are uncommitted changes for fmilib
warning: there are uncommitted changes for parallel-hashmap
warning: there are uncommitted changes for libsercomm
warning: there are uncommitted changes for boost-predef
warning: there are uncommitted changes for lapack-reference
warning: there are uncommitted changes for boost-regex
warning: there are uncommitted changes for kf5wallet
warning: there are uncommitted changes for kf5kcmutils
warning: there are uncommitted changes for function2
warning: there are uncommitted changes for tinyxml
warning: there are uncommitted changes for xtensor-io
warning: there are uncommitted changes for kangaru
warning: there are uncommitted changes for dlfcn-win32
warning: there are uncommitted changes for chaiscript
warning: there are uncommitted changes for qtconnectivity
warning: there are uncommitted changes for libtheora
warning: there are uncommitted changes for ecos
warning: there are uncommitted changes for json-spirit
warning: there are uncommitted changes for shiva
warning: there are uncommitted changes for sndfile
warning: there are uncommitted changes for cityhash
warning: there are uncommitted changes for libxext
warning: there are uncommitted changes for symengine
warning: there are uncommitted changes for chartdir
warning: there are uncommitted changes for libp7-baical
warning: there are uncommitted changes for qt5-svg
warning: there are uncommitted changes for libgcrypt
warning: there are uncommitted changes for python3
warning: there are uncommitted changes for kf5iconthemes
warning: there are uncommitted changes for qwt
warning: there are uncommitted changes for qtquick3d
warning: there are uncommitted changes for seal
warning: there are uncommitted changes for ecm
warning: there are uncommitted changes for qt5-gamepad
warning: there are uncommitted changes for magnum-plugins
warning: there are uncommitted changes for tiny-dnn
warning: there are uncommitted changes for luabridge
warning: there are uncommitted changes for gmime
warning: there are uncommitted changes for lmdb
warning: there are uncommitted changes for asmjit
warning: there are uncommitted changes for cpp-netlib
warning: there are uncommitted changes for osgearth
warning: there are uncommitted changes for stronk
warning: there are uncommitted changes for tinyutf8
warning: there are uncommitted changes for libmicrohttpd
warning: there are uncommitted changes for minc
warning: there are uncommitted changes for libdivide
warning: there are uncommitted changes for quadtree
warning: there are uncommitted changes for libmorton
warning: there are uncommitted changes for protobuf
warning: there are uncommitted changes for json11
warning: there are uncommitted changes for boost-leaf
warning: there are uncommitted changes for sqlpp11-connector-mysql
warning: there are uncommitted changes for clblast
warning: there are uncommitted changes for cspice
warning: there are uncommitted changes for libmagic
warning: there are uncommitted changes for oatpp
warning: there are uncommitted changes for guetzli
warning: there are uncommitted changes for boost-heap
warning: there are uncommitted changes for zyre
warning: there are uncommitted changes for metis
warning: there are uncommitted changes for boost-winapi
warning: there are uncommitted changes for sf2cute
warning: there are uncommitted changes for liblsquic
warning: there are uncommitted changes for directxmath
warning: there are uncommitted changes for cppcodec
warning: there are uncommitted changes for pqp
warning: there are uncommitted changes for vcpkg-pkgconfig-get-modules
warning: there are uncommitted changes for leptonica
warning: there are uncommitted changes for fastor
warning: there are uncommitted changes for tre
warning: there are uncommitted changes for qcustomplot
warning: there are uncommitted changes for pbc
warning: there are uncommitted changes for avro-c
warning: there are uncommitted changes for openmvs
warning: there are uncommitted changes for discord-rpc
warning: there are uncommitted changes for ccfits
warning: there are uncommitted changes for bfgroup-lyra
warning: there are uncommitted changes for opentelemetry-cpp
warning: there are uncommitted changes for fbgemm
warning: there are uncommitted changes for qtwebsockets
warning: there are uncommitted changes for fuzzylite
warning: there are uncommitted changes for sqlcipher
warning: there are uncommitted changes for elfutils
warning: there are uncommitted changes for brunocodutra-metal
warning: there are uncommitted changes for kcp
warning: there are uncommitted changes for clapack
warning: there are uncommitted changes for azure-uamqp-c
warning: there are uncommitted changes for libfreenect2
warning: there are uncommitted changes for libcaer
warning: there are uncommitted changes for geos
warning: there are uncommitted changes for cargs
warning: there are uncommitted changes for cute-headers
warning: there are uncommitted changes for sassc
warning: there are uncommitted changes for rapidxml-ns
warning: there are uncommitted changes for libigl
warning: there are uncommitted changes for spdk
warning: there are uncommitted changes for apr
warning: there are uncommitted changes for boost-bimap
warning: there are uncommitted changes for inja
warning: there are uncommitted changes for xproperty
warning: there are uncommitted changes for minizip-ng
warning: there are uncommitted changes for libgpod
warning: there are uncommitted changes for brpc
warning: there are uncommitted changes for bitserializer
warning: there are uncommitted changes for onnxruntime-gpu
warning: there are uncommitted changes for libprotobuf-mutator
warning: there are uncommitted changes for jsoncons
warning: there are uncommitted changes for qtlottie
warning: there are uncommitted changes for irrxml
warning: there are uncommitted changes for dpp
warning: there are uncommitted changes for libpqxx
warning: there are uncommitted changes for azure-identity-cpp
warning: there are uncommitted changes for boost-stl-interfaces
warning: there are uncommitted changes for llgl
warning: there are uncommitted changes for pcre2
warning: there are uncommitted changes for args
warning: there are uncommitted changes for drlibs
warning: there are uncommitted changes for pistache
warning: there are uncommitted changes for qt5-activeqt
warning: there are uncommitted changes for opencv2
warning: there are uncommitted changes for libhydrogen
warning: there are uncommitted changes for lionkor-commandline
warning: there are uncommitted changes for tomlplusplus
warning: there are uncommitted changes for arrayfire
warning: there are uncommitted changes for opengl
warning: there are uncommitted changes for boost-foreach
warning: there are uncommitted changes for aws-c-cal
warning: there are uncommitted changes for json5-parser
warning: there are uncommitted changes for nngpp
warning: there are uncommitted changes for boost-convert
warning: there are uncommitted changes for cmakerc
warning: there are uncommitted changes for chakracore
warning: there are uncommitted changes for stftpitchshift
warning: there are uncommitted changes for zpp-bits
warning: there are uncommitted changes for mecab
warning: there are uncommitted changes for ghc-filesystem
warning: there are uncommitted changes for cpp-peglib
warning: there are uncommitted changes for taskflow
warning: there are uncommitted changes for lua
warning: there are uncommitted changes for catch-classic
warning: there are uncommitted changes for libtorrent
warning: there are uncommitted changes for opentracing
warning: there are uncommitted changes for quickfix
warning: there are uncommitted changes for allegro5
warning: there are uncommitted changes for utfz
warning: there are uncommitted changes for libyaml
warning: there are uncommitted changes for socket-io-client
warning: there are uncommitted changes for ragel
warning: there are uncommitted changes for ace
warning: there are uncommitted changes for liblas
warning: there are uncommitted changes for taocpp-json
warning: there are uncommitted changes for getopt-win32
warning: there are uncommitted changes for msgpack11
warning: there are uncommitted changes for serdepp
warning: there are uncommitted changes for qt5-declarative
warning: there are uncommitted changes for kinectsdk1
warning: there are uncommitted changes for speex
warning: there are uncommitted changes for charls
warning: there are uncommitted changes for skia
warning: there are uncommitted changes for stx
warning: there are uncommitted changes for nccl
warning: there are uncommitted changes for thrift
warning: there are uncommitted changes for qt5-webglplugin
warning: there are uncommitted changes for uwebsockets
warning: there are uncommitted changes for msmpi
warning: there are uncommitted changes for tweeny
warning: there are uncommitted changes for libflac
warning: there are uncommitted changes for google-cloud-cpp-common
warning: there are uncommitted changes for clue
warning: there are uncommitted changes for boost-timer
warning: there are uncommitted changes for palsigslot
warning: there are uncommitted changes for fann
warning: there are uncommitted changes for boost-proto
warning: there are uncommitted changes for picojson
warning: there are uncommitted changes for leaf
warning: there are uncommitted changes for crow
warning: there are uncommitted changes for libusb
warning: there are uncommitted changes for vectorclass
warning: there are uncommitted changes for tinyexif
warning: there are uncommitted changes for qtwayland
warning: there are uncommitted changes for cmark
warning: there are uncommitted changes for tfhe
warning: there are uncommitted changes for minimp3
warning: there are uncommitted changes for opendnp3
warning: there are uncommitted changes for openldap
warning: there are uncommitted changes for winlamb
warning: there are uncommitted changes for libiconv
warning: there are uncommitted changes for glibmm
warning: there are uncommitted changes for qt5-winextras
warning: there are uncommitted changes for hypodermic
warning: there are uncommitted changes for azure-storage-queues-cpp
warning: there are uncommitted changes for kf5codecs
warning: there are uncommitted changes for libproxy
warning: there are uncommitted changes for flash-runtime-extensions
warning: there are uncommitted changes for ignition-fuel-tools4
warning: there are uncommitted changes for launch-darkly-server
warning: there are uncommitted changes for boost-config
warning: there are uncommitted changes for libcpplocate
warning: there are uncommitted changes for gperftools
warning: there are uncommitted changes for onednn
warning: there are uncommitted changes for sciter
warning: there are uncommitted changes for tinyxml2
warning: there are uncommitted changes for qt
warning: there are uncommitted changes for clipboardxx
warning: there are uncommitted changes for oatpp-libressl
warning: there are uncommitted changes for clockutils
warning: there are uncommitted changes for tcb-span
warning: there are uncommitted changes for fast-cpp-csv-parser
warning: there are uncommitted changes for wxchartdir
warning: there are uncommitted changes for oatpp-curl
warning: there are uncommitted changes for skcrypter
warning: there are uncommitted changes for rxqt
warning: there are uncommitted changes for pffft
warning: there are uncommitted changes for getopt
warning: there are uncommitted changes for yaml-cpp
warning: there are uncommitted changes for sdformat9
warning: there are uncommitted changes for cartographer
warning: there are uncommitted changes for rbdl-orb
warning: there are uncommitted changes for alpaca
warning: there are uncommitted changes for cgl
warning: there are uncommitted changes for yato
warning: there are uncommitted changes for mqtt-cpp
warning: there are uncommitted changes for libogg
warning: there are uncommitted changes for glew
warning: there are uncommitted changes for nuspell
warning: there are uncommitted changes for boost-parameter-python
warning: there are uncommitted changes for cpp-jwt
warning: there are uncommitted changes for graphviz
warning: there are uncommitted changes for qtwebengine
warning: there are uncommitted changes for libslirp
warning: there are uncommitted changes for quickfast
warning: there are uncommitted changes for anyrpc
warning: there are uncommitted changes for boost-crc
warning: there are uncommitted changes for celero
warning: there are uncommitted changes for yasm-tool-helper
warning: there are uncommitted changes for aws-crt-cpp
warning: there are uncommitted changes for ppconsul
warning: there are uncommitted changes for libebur128
warning: there are uncommitted changes for bde
warning: there are uncommitted changes for systemc
warning: there are uncommitted changes for portsmf
warning: there are uncommitted changes for ogdf
warning: there are uncommitted changes for kf5guiaddons
warning: there are uncommitted changes for mongo-cxx-driver
warning: there are uncommitted changes for qtquicktimeline
warning: there are uncommitted changes for azure-security-keyvault-certificates-cpp
warning: there are uncommitted changes for capnproto
warning: there are uncommitted changes for boost-exception
warning: there are uncommitted changes for clickhouse-cpp
warning: there are uncommitted changes for libxdmcp
warning: there are uncommitted changes for xtl
warning: there are uncommitted changes for mpark-variant
warning: there are uncommitted changes for gumbo
warning: there are uncommitted changes for embree2
warning: there are uncommitted changes for io2d
warning: there are uncommitted changes for alpaka
warning: there are uncommitted changes for gamedev-framework
warning: there are uncommitted changes for openimageio
warning: there are uncommitted changes for qt5-multimedia
warning: there are uncommitted changes for plf-list
warning: there are uncommitted changes for vcpkg-cmake
warning: there are uncommitted changes for cutelyst2
warning: there are uncommitted changes for libmodplug
warning: there are uncommitted changes for librdkafka
warning: there are uncommitted changes for vc
warning: there are uncommitted changes for secp256k1
warning: there are uncommitted changes for boost-gil
warning: there are uncommitted changes for squirrel
warning: there are uncommitted changes for soqt
warning: there are uncommitted changes for piex
warning: there are uncommitted changes for libmysql
warning: there are uncommitted changes for poly2tri
warning: there are uncommitted changes for directxsdk
warning: there are uncommitted changes for usockets
warning: there are uncommitted changes for tl-ranges
warning: there are uncommitted changes for dbus
warning: there are uncommitted changes for libmspack
warning: there are uncommitted changes for qt5-webengine
warning: there are uncommitted changes for sobjectizer
warning: there are uncommitted changes for boost-program-options
warning: there are uncommitted changes for rsasynccpp
warning: there are uncommitted changes for ignition-transport4
warning: there are uncommitted changes for suitesparse
warning: there are uncommitted changes for cppcoro
warning: there are uncommitted changes for kf5crash
warning: there are uncommitted changes for ignition-cmake2
warning: there are uncommitted changes for graphicsmagick
warning: there are uncommitted changes for wxwidgets
warning: there are uncommitted changes for qt5-quickcontrols2
warning: there are uncommitted changes for dcmtk
warning: there are uncommitted changes for jinja2cpplight
warning: there are uncommitted changes for itk
warning: there are uncommitted changes for qtwebchannel
warning: there are uncommitted changes for libsm
warning: there are uncommitted changes for uvw
warning: there are uncommitted changes for pugixml
warning: there are uncommitted changes for upb
warning: there are uncommitted changes for qt5-imageformats
warning: there are uncommitted changes for tclap
warning: there are uncommitted changes for rendergraph
warning: there are uncommitted changes for boost-describe
warning: there are uncommitted changes for boost-sort
warning: there are uncommitted changes for qt5-datavis3d
warning: there are uncommitted changes for libxdamage
warning: there are uncommitted changes for devil
warning: there are uncommitted changes for byte-lite
warning: there are uncommitted changes for hypre
warning: there are uncommitted changes for kwsys
warning: there are uncommitted changes for wt
warning: there are uncommitted changes for boost-ptr-container
warning: there are uncommitted changes for tensorpipe
warning: there are uncommitted changes for msdfgen
warning: there are uncommitted changes for telnetpp
warning: there are uncommitted changes for libnoise
warning: there are uncommitted changes for pybind11
warning: there are uncommitted changes for dstorage
warning: there are uncommitted changes for buck-yeh-bux-sqlite
warning: there are uncommitted changes for ms-gltf
warning: there are uncommitted changes for libxpm
warning: there are uncommitted changes for kf5dbusaddons
warning: there are uncommitted changes for boost-assert
warning: there are uncommitted changes for xqilla
warning: there are uncommitted changes for kf5textwidgets
warning: there are uncommitted changes for libftdi
warning: there are uncommitted changes for binn
warning: there are uncommitted changes for openh264
warning: there are uncommitted changes for septag-dmon
warning: there are uncommitted changes for pmdk
warning: there are uncommitted changes for rioki-glow
warning: there are uncommitted changes for civetweb
warning: there are uncommitted changes for strict-variant
warning: there are uncommitted changes for glslang
warning: there are uncommitted changes for mstch
warning: there are uncommitted changes for dtl
warning: there are uncommitted changes for googleapis
warning: there are uncommitted changes for libdc1394
warning: there are uncommitted changes for ixwebsocket
warning: there are uncommitted changes for opencv
warning: there are uncommitted changes for ampl-mp
warning: there are uncommitted changes for urdfdom-headers
warning: there are uncommitted changes for rhasheq
warning: there are uncommitted changes for fcl
warning: there are uncommitted changes for sdl2
warning: there are uncommitted changes for sdl2-mixer
warning: there are uncommitted changes for discordcoreapi
warning: there are uncommitted changes for convectionkernels
warning: there are uncommitted changes for boost-outcome
warning: there are uncommitted changes for simde
warning: there are uncommitted changes for boost-container
warning: there are uncommitted changes for wavelib
warning: there are uncommitted changes for xcb-render-util
warning: there are uncommitted changes for cli11
warning: there are uncommitted changes for box2d
warning: there are uncommitted changes for libhdfs3
warning: there are uncommitted changes for crfsuite
warning: there are uncommitted changes for platform-folders
warning: there are uncommitted changes for qt5-speech
warning: there are uncommitted changes for fribidi
warning: there are uncommitted changes for tsl-sparse-map
warning: there are uncommitted changes for qtpositioning
warning: there are uncommitted changes for libpq
warning: there are uncommitted changes for magnum-extras
warning: there are uncommitted changes for scylla-wrapper
warning: there are uncommitted changes for fastcdr
warning: there are uncommitted changes for miniz
warning: there are uncommitted changes for qt5-location
warning: there are uncommitted changes for xproto
warning: there are uncommitted changes for libnice
warning: there are uncommitted changes for libcds
warning: there are uncommitted changes for libuv
warning: there are uncommitted changes for decimal-for-cpp
warning: there are uncommitted changes for ptex
warning: there are uncommitted changes for wil
warning: there are uncommitted changes for fastlz
warning: there are uncommitted changes for wolftpm
warning: there are uncommitted changes for munit
warning: there are uncommitted changes for vcpkg-tool-lessmsi
warning: there are uncommitted changes for spdk-ipsec
warning: there are uncommitted changes for openssl-unix
warning: there are uncommitted changes for libfontenc
warning: there are uncommitted changes for oatpp-sqlite
warning: there are uncommitted changes for boost-bind
warning: there are uncommitted changes for qttranslations
warning: there are uncommitted changes for hdf5
warning: there are uncommitted changes for libodb-pgsql
warning: there are uncommitted changes for pegtl-2
warning: there are uncommitted changes for aws-lambda-cpp
warning: there are uncommitted changes for glad
warning: there are uncommitted changes for boost-property-tree
warning: there are uncommitted changes for mfl
warning: there are uncommitted changes for fadbad
warning: there are uncommitted changes for nanoflann
warning: there are uncommitted changes for expected-lite
warning: there are uncommitted changes for rxcpp
warning: there are uncommitted changes for kfr
warning: there are uncommitted changes for boost-spirit
warning: there are uncommitted changes for vcpkg-tool-nodejs
warning: there are uncommitted changes for ogre
warning: there are uncommitted changes for nana
warning: there are uncommitted changes for tiny-bignum-c
warning: there are uncommitted changes for tabulate
warning: there are uncommitted changes for libmediainfo
warning: there are uncommitted changes for refprop-headers
warning: there are uncommitted changes for libgnutls
warning: there are uncommitted changes for infoware
warning: there are uncommitted changes for libodb-boost
warning: there are uncommitted changes for dirent
warning: there are uncommitted changes for brynet
warning: there are uncommitted changes for kf5notifications
warning: there are uncommitted changes for rsocket
warning: there are uncommitted changes for sqlpp11
warning: there are uncommitted changes for xsimd
warning: there are uncommitted changes for libvorbis
warning: there are uncommitted changes for highway
warning: there are uncommitted changes for bzip2
warning: there are uncommitted changes for fmem
warning: there are uncommitted changes for nrf-ble-driver
warning: there are uncommitted changes for libsquish
warning: there are uncommitted changes for libguarded
warning: there are uncommitted changes for lodepng
warning: there are uncommitted changes for libmpeg2
warning: there are uncommitted changes for qt5-remoteobjects
warning: there are uncommitted changes for cmcstl2
warning: there are uncommitted changes for variant-lite
warning: there are uncommitted changes for unicorn
warning: there are uncommitted changes for klein
warning: there are uncommitted changes for coinutils
warning: there are uncommitted changes for libjxl
warning: there are uncommitted changes for gasol
warning: there are uncommitted changes for date
warning: there are uncommitted changes for aws-c-compression
warning: there are uncommitted changes for physfs
warning: there are uncommitted changes for slikenet
warning: there are uncommitted changes for tl-expected
warning: there are uncommitted changes for yoga
warning: there are uncommitted changes for rsig
warning: there are uncommitted changes for boost-multiprecision
warning: there are uncommitted changes for optional-lite
warning: there are uncommitted changes for libgo
warning: there are uncommitted changes for anax
warning: there are uncommitted changes for kf5holidays
warning: there are uncommitted changes for behaviortree-cpp
warning: there are uncommitted changes for think-cell-range
warning: there are uncommitted changes for libopensp
warning: there are uncommitted changes for boost-local-function
warning: there are uncommitted changes for apsi
warning: there are uncommitted changes for expat
warning: there are uncommitted changes for tlx
warning: there are uncommitted changes for boost-beast
warning: there are uncommitted changes for pegtl
warning: there are uncommitted changes for kubernetes
warning: there are uncommitted changes for chmlib
warning: there are uncommitted changes for ms-quic
warning: there are uncommitted changes for sdl1-net
warning: there are uncommitted changes for drogon
warning: there are uncommitted changes for live555
warning: there are uncommitted changes for turbobase64
warning: there are uncommitted changes for c89stringutils
warning: there are uncommitted changes for minisat-master-keying
warning: there are uncommitted changes for qtimageformats
warning: there are uncommitted changes for tinyexr
warning: there are uncommitted changes for bento4
warning: there are uncommitted changes for memorymodule
warning: there are uncommitted changes for kd-soap
warning: there are uncommitted changes for readerwriterqueue
warning: there are uncommitted changes for ftgl
warning: there are uncommitted changes for amqpcpp
warning: there are uncommitted changes for bustache
warning: there are uncommitted changes for braft
warning: there are uncommitted changes for p-ranav-csv2
warning: there are uncommitted changes for collada-dom
warning: there are uncommitted changes for sbp
warning: there are uncommitted changes for mapnik
warning: there are uncommitted changes for boost-container-hash
warning: there are uncommitted changes for tgc
warning: there are uncommitted changes for dartsim
warning: there are uncommitted changes for rpclib
warning: there are uncommitted changes for neon2sse
warning: there are uncommitted changes for libpopt
warning: there are uncommitted changes for wangle
warning: there are uncommitted changes for wampcc
warning: there are uncommitted changes for bcg729
warning: there are uncommitted changes for gtest
warning: there are uncommitted changes for opensubdiv
warning: there are uncommitted changes for nng
warning: there are uncommitted changes for lpeg
warning: there are uncommitted changes for boost-graph
warning: there are uncommitted changes for qtdoc
warning: there are uncommitted changes for frugally-deep
warning: there are uncommitted changes for observer-ptr-lite
warning: there are uncommitted changes for wordnet
warning: there are uncommitted changes for yas
warning: there are uncommitted changes for krabsetw
warning: there are uncommitted changes for azure-storage-cpp
warning: there are uncommitted changes for boost-compute
warning: there are uncommitted changes for boost-assign
warning: there are uncommitted changes for qtdeviceutilities
warning: there are uncommitted changes for promise-cpp
warning: there are uncommitted changes for implot
warning: there are uncommitted changes for mp3lame
warning: there are uncommitted changes for uchardet
warning: there are uncommitted changes for ignition-plugin1
warning: there are uncommitted changes for boost-atomic
warning: there are uncommitted changes for harfbuzz
warning: there are uncommitted changes for wavpack
warning: there are uncommitted changes for lerc
warning: there are uncommitted changes for dbghelp
warning: there are uncommitted changes for stb
warning: there are uncommitted changes for libaaplus
warning: there are uncommitted changes for boost-preprocessor
warning: there are uncommitted changes for crashrpt
warning: there are uncommitted changes for cocoyaxi
warning: there are uncommitted changes for cppzmq
warning: there are uncommitted changes for ccd
warning: there are uncommitted changes for boost-filesystem
warning: there are uncommitted changes for arcus
warning: there are uncommitted changes for gamma
warning: there are uncommitted changes for portaudio
warning: there are uncommitted changes for embree3
warning: there are uncommitted changes for boost-units
warning: there are uncommitted changes for nanogui
warning: there are uncommitted changes for rtaudio
warning: there are uncommitted changes for ade
warning: there are uncommitted changes for libxmp-lite
warning: there are uncommitted changes for pngwriter
warning: there are uncommitted changes for clfft
warning: there are uncommitted changes for gsoap
warning: there are uncommitted changes for nanosvg
warning: there are uncommitted changes for libosmium
warning: there are uncommitted changes for mongoose
warning: there are uncommitted changes for argtable3
warning: there are uncommitted changes for ginkgo
warning: there are uncommitted changes for jack2
warning: there are uncommitted changes for libaiff
warning: there are uncommitted changes for lcms
warning: there are uncommitted changes for yasm
warning: there are uncommitted changes for boost-serialization
warning: there are uncommitted changes for azure-umqtt-c
warning: there are uncommitted changes for matroska
warning: there are uncommitted changes for mman
warning: there are uncommitted changes for libxfixes
warning: there are uncommitted changes for mosquitto
warning: there are uncommitted changes for asio-grpc
warning: there are uncommitted changes for tracy
warning: there are uncommitted changes for speexdsp
warning: there are uncommitted changes for nmslib
warning: there are uncommitted changes for smpeg2
warning: there are uncommitted changes for libsrtp
warning: there are uncommitted changes for bullet3
warning: there are uncommitted changes for string-view-lite
warning: there are uncommitted changes for brotli
warning: there are uncommitted changes for libe57format
warning: there are uncommitted changes for boost-wave
warning: there are uncommitted changes for libunistring
warning: there are uncommitted changes for paho-mqtt
warning: there are uncommitted changes for intel-ipsec
warning: there are uncommitted changes for bext-sml
warning: there are uncommitted changes for prometheus-cpp
warning: there are uncommitted changes for ompl
warning: there are uncommitted changes for libatomic-ops
warning: there are uncommitted changes for soem
warning: there are uncommitted changes for log4cxx
warning: there are uncommitted changes for bdwgc
warning: there are uncommitted changes for cpprestsdk
warning: there are uncommitted changes for discord-game-sdk
warning: there are uncommitted changes for imath
warning: there are uncommitted changes for qscintilla
warning: there are uncommitted changes for pixel
warning: there are uncommitted changes for ned14-internal-quickcpplib
warning: there are uncommitted changes for google-cloud-cpp
warning: there are uncommitted changes for cr
warning: there are uncommitted changes for protobuf-c
warning: there are uncommitted changes for polyclipping
warning: there are uncommitted changes for fplus
warning: there are uncommitted changes for openctm
warning: there are uncommitted changes for kf5diagram
warning: there are uncommitted changes for mp-units
warning: there are uncommitted changes for xnnpack
warning: there are uncommitted changes for ztd-text
warning: there are uncommitted changes for boost-variant
warning: there are uncommitted changes for botan
warning: there are uncommitted changes for scintilla
warning: there are uncommitted changes for qwtw
warning: there are uncommitted changes for tiny-regex-c
warning: there are uncommitted changes for azure-security-keyvault-secrets-cpp
warning: there are uncommitted changes for influxdb-cxx
warning: there are uncommitted changes for libraqm
warning: there are uncommitted changes for thor
warning: there are uncommitted changes for simdutf
warning: there are uncommitted changes for tacopie
warning: there are uncommitted changes for sdformat10
warning: there are uncommitted changes for qt5-androidextras
warning: there are uncommitted changes for pangolin
warning: there are uncommitted changes for iniparser
warning: there are uncommitted changes for alembic

@LilyWangLL LilyWangLL added info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response labels Sep 22, 2022
@vaavva
Copy link
Member Author

vaavva commented Sep 22, 2022

@LilyWangLL Anything else I need to do for this to be merged?

@dan-shaw dan-shaw merged commit 9c2ee2a into microsoft:master Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[azure-c-shared-utility] Update to latest version
5 participants