| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc updates: (#2587)•••- update dictionaries to newer versions
- enable AlignConsecutiveAssignments and AlignConsecutiveDeclarations so they can be re-tested once we are ready to do so, its been fixed since clang 5 apparently.
- update to Devel::PPPort 3.71 (cover more perl versions) and ExtUtils::ParseXS 3.51 (minimal changes) | Dessa | 2023-12-29 | 1 | -0/+2 |
| * | add clang-format setting to avoid starting commas (#2375)•••should match KVIrc style? | Benjamin Staneck | 2018-04-20 | 1 | -0/+1 |
| * | Minor refactor of KviAction.{cpp,h} (#2086)•••* Simplify KviActionCategory
- Constructor moved to header because it's trivial
- Destructor is unnecessary
* Use move semantics in KviAction constructor
* .clang-format: set AccessModifierOffset=-4
* Use move semantics in KviActionCategory constructor
* Re-use KviAction::unregisterAccelerator when possible
| Fylwind | 2016-08-04 | 1 | -0/+2 |
| * | Update my clang-format to 3.8.0•••Don't sort includes
| Alexey Sokolov | 2016-04-30 | 1 | -0/+2 |
| * | Add config for clang-format.•••I tried to make the difference from the current style to be minimal.
Most of differences are:
* New line around "else"
* Space between function arguments
* Aligned declarations and assignments are disabled for now. See
https://llvm.org/bugs/show_bug.cgi?id=27496
https://llvm.org/bugs/show_bug.cgi?id=27497
| Alexey Sokolov | 2016-04-29 | 1 | -0/+17 |