Alex Kremer
3d06263830
refactor: Enable clang-tidy readability-identifier-naming check ( #6571 )
2026-05-04 14:09:33 -04:00
Alex Kremer
1c6fab8345
chore: Enable clang-tidy v21 new checks ( #7031 )
2026-05-04 10:13:54 -04:00
Mayukha Vadari
2a30934bb1
fix: More clang-tidy issues ( #6992 )
2026-05-04 10:13:52 -04:00
Alex Kremer
dab0ceaf8b
chore: Enable clang-tidy modernize checks ( #6975 )
...
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com >
Co-authored-by: Bart <bthomee@users.noreply.github.com >
2026-05-04 10:13:51 -04:00
Alex Kremer
3e67c0f71d
chore: Enable clang-tidy readability checks ( #6930 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-05-04 10:13:49 -04:00
Alex Kremer
f04943fc50
chore: Enable clang-tidy coreguidelines checks ( #6698 )
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2026-04-01 13:27:23 -04:00
Alex Kremer
2dc705bd99
chore: Enable clang-tidy misc checks ( #6655 )
2026-04-01 13:27:22 -04:00
Bart
34ef577604
refactor: Replace include guards by '#pragma once' ( #6322 )
...
This change replaces all include guards in the `src/` and `include/` directories by `#pragma once`.
2026-02-04 09:50:21 -05:00
Ayaz Salikhov
5f638f5553
chore: Set ColumnLimit to 120 in clang-format ( #6288 )
...
This change updates the ColumnLimit from 80 to 120, and applies clang-format to reformat the code.
2026-01-28 18:09:50 +00:00
Bart
1eb0fdac65
refactor: Rename ripple namespace to xrpl ( #5982 )
...
This change renames all occurrences of `namespace ripple` and `ripple::` to `namespace xrpl` and `xrpl::`, respectively, as well as the names of test suites. It also provides a script to allow developers to replicate the changes in their local branch or fork to avoid conflicts.
2025-12-11 16:51:49 +00:00
Pratik Mankawde
496efb71ca
refactor: Move JobQueue and related classes into xrpl.core module ( #6121 )
2025-12-11 10:30:54 -05:00