merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
318 changed files with 10149 additions and 30729 deletions
Showing only changes of commit 91911b3e2f - Show all commits

View File

@@ -55,9 +55,9 @@ jobs:
run: | run: |
grep -P 'auto_(char|gchar|gcharv|gerror|guchar|jid|sqlite|gfd|FILE)[\w *]*;$' -r src && exit -1 || true grep -P 'auto_(char|gchar|gcharv|gerror|guchar|jid|sqlite|gfd|FILE)[\w *]*;$' -r src && exit -1 || true
- name: Run clang-format - name: Run clang-format
uses: jidicula/clang-format-action@v4.11.0 uses: jidicula/clang-format-action@v4.15.0
with: with:
clang-format-version: '16' clang-format-version: '21'
check-path: 'src' check-path: 'src'
spell-check: spell-check:

View File

@@ -63,7 +63,7 @@ We will then pull from your repository and merge manually.
Follow the style already present ;-) Follow the style already present ;-)
To make this easier for you we created a `.clang-format` file. To make this easier for you we created a `.clang-format` file.
You'll need to have `clang-format` installed. You'll need to have `clang-format` installed. We currently use **version 21**, which is also the version enforced by our CI in `.github/workflows/main.yml`.
Then just run `make format` before you do any commit. Then just run `make format` before you do any commit.