Bronek Kozicki
20f6f8958f
Merge branch 'develop' into vault
2025-05-08 15:29:44 +01:00
Vito Tumas
3e152fec74
refactor: use east const convention ( #5409 )
...
This change refactors the codebase to use the "east const convention", and adds a clang-format rule to follow this convention.
2025-05-08 11:00:42 +00:00
Bronek Kozicki
4c586eb4b0
Merge branch 'develop' into vault
2025-03-11 23:23:02 +00:00
Bart
2406b28e64
refactor: Remove unused and add missing includes ( #5293 )
...
The codebase is filled with includes that are unused, and which thus can be removed. At the same time, the files often do not include all headers that contain the definitions used in those files. This change uses clang-format and clang-tidy to clean up the includes, with minor manual intervention to ensure the code compiles on all platforms.
2025-03-11 14:16:45 -04:00
Bronek Kozicki
fc2e1a2b5a
Remove unused Json::Value operator=
2025-03-06 15:14:01 +00:00
Bronek Kozicki
241429ba32
Simplify conversions to Json::Value
...
Also remove potential ODR violation from json_value.h
2024-12-18 17:30:41 +00:00
Bronek Kozicki
eae2cd3328
Fix compilation errors
2024-12-18 13:12:41 +00:00
John Freeman
12646cb89e
revise tests
2024-12-17 11:10:56 +00:00
John Freeman
ff8c6491d7
Start vault implementation
2024-12-17 11:10:36 +00:00
John Freeman
552377c76f
Reformat code with clang-format-18
2024-10-15 18:27:56 -05:00
Pretty Printer
1d23148e6d
Rewrite includes ( #4997 )
2024-06-20 13:57:16 -05:00
Pretty Printer
e416ee72ca
Rearrange sources ( #4997 )
2024-06-20 13:57:14 -05:00