Sat, 06 Dec 2025 17:51:08 +0100
fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
|
1544
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
1 | # Generated from CLion Inspection settings and modified for this project |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | --- |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
3 | Checks: '-*, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
4 | bugprone-argument-comment, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
5 | bugprone-assert-side-effect, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
6 | bugprone-bad-signal-to-kill-thread, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
7 | bugprone-branch-clone, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
8 | bugprone-dangling-handle, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
9 | bugprone-dynamic-static-initializers, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
10 | bugprone-fold-init-type, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
11 | bugprone-incorrect-roundings, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
12 | bugprone-integer-division, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
13 | bugprone-macro-parentheses, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
14 | bugprone-macro-repeated-side-effects, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
15 | bugprone-misplaced-operator-in-strlen-in-alloc, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
16 | bugprone-misplaced-pointer-arithmetic-in-alloc, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
17 | bugprone-misplaced-widening-cast, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
18 | bugprone-multiple-statement-macro, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
19 | bugprone-no-escape, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
20 | bugprone-posix-return, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
21 | bugprone-reserved-identifier, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
22 | bugprone-sizeof-container, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
23 | bugprone-sizeof-expression, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
24 | bugprone-spuriously-wake-up-functions, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
25 | bugprone-suspicious-enum-usage, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
26 | bugprone-suspicious-include, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
27 | bugprone-suspicious-memset-usage, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
28 | bugprone-suspicious-missing-comma, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
29 | bugprone-suspicious-semicolon, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
30 | bugprone-suspicious-string-compare, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
31 | bugprone-suspicious-memory-comparison, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
32 | bugprone-suspicious-realloc-usage, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
33 | bugprone-swapped-arguments, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
34 | bugprone-terminating-continue, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
35 | bugprone-too-small-loop-variable, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
36 | bugprone-undefined-memory-manipulation, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
37 | bugprone-undelegated-constructor, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
38 | bugprone-unhandled-self-assignment, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
39 | bugprone-unused-return-value, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
40 | cert-err34-c, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
41 | cert-flp30-c, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
42 | cert-str34-c, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
43 | cppcoreguidelines-narrowing-conversions, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
44 | misc-misplaced-const, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
45 | modernize-deprecated-headers, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
46 | modernize-loop-convert, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
47 | readability-avoid-const-params-in-decls, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
48 | readability-const-return-type, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
49 | readability-misleading-indentation, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
50 | readability-misplaced-array-index, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
51 | readability-non-const-parameter, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
52 | readability-redundant-control-flow, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
53 | readability-redundant-declaration, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
54 | readability-redundant-function-ptr-dereference, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
55 | readability-simplify-subscript-expr, |
|
8fc6f4cdc5b0
add .clang-tidy file to mute warnings about using NULL instead of nullptr
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
56 | readability-string-compare' |