Bartek Kryza
|
fc3110fd4e
|
Fixed clang-tidy warnings
|
2023-03-26 00:19:49 +01:00 |
|
Bartek Kryza
|
9e3c387fbd
|
Optimized sequence diagram JSON models
|
2023-03-25 21:19:27 +01:00 |
|
Bartek Kryza
|
43b81f97ce
|
Added JSON test cases for all sequence diagram test cases
|
2023-03-25 01:25:59 +01:00 |
|
Bartek Kryza
|
49a40723a7
|
Added sequence diagram JSON test matchers
|
2023-03-23 00:25:51 +01:00 |
|
Bartek Kryza
|
b412f46fb2
|
Added initial json generator test cases
|
2023-03-20 01:33:50 +01:00 |
|
Bartek Kryza
|
44cd7b0484
|
Refactored JSON sequence diagram generator
|
2023-03-19 19:08:31 +01:00 |
|
Bartek Kryza
|
f0497e934d
|
First working version of JSON sequence diagram generator
|
2023-03-19 18:30:00 +01:00 |
|
Bartek Kryza
|
f13ce56840
|
Fixed class template parameter generation in sequence visitor
|
2023-03-16 23:45:05 +01:00 |
|
Bartek Kryza
|
e0447f28c1
|
Fixed class template parameter generation in class visitor
|
2023-03-16 21:45:08 +01:00 |
|
Bartek Kryza
|
6d4533018b
|
Refactoring template_parameter model
|
2023-03-16 01:53:10 +01:00 |
|
Bartek Kryza
|
464d80eca3
|
Fix clang-tidy warning after upgrading to clang-tidy-15
|
2023-03-02 00:33:28 +01:00 |
|
Bartek Kryza
|
21e7c3d3a0
|
Refactored cx utils to clang_utils
|
2023-01-25 22:43:49 +01:00 |
|
Bartek Kryza
|
9a7d66f93f
|
Improved rendering of template methods in class diagrams
|
2023-01-25 22:13:57 +01:00 |
|
Bartek Kryza
|
a9f793e407
|
Removed dead code and improve test coverage
|
2023-01-18 21:37:06 +01:00 |
|
Bartek Kryza
|
00b9321034
|
Added --dump-config command line option (Fixes #77)
|
2023-01-18 00:31:05 +01:00 |
|
Bartek Kryza
|
bdf55d45b7
|
Fixed formatting
|
2023-01-16 23:47:14 +01:00 |
|
Bartek Kryza
|
c49053dcf2
|
Fixed test cases under MS Visual Studio
|
2023-01-16 23:39:30 +01:00 |
|
Bartek Kryza
|
37b6e69d41
|
Updated copyright headers
|
2023-01-02 11:29:11 +01:00 |
|
Bartek Kryza
|
681dd5c91e
|
Changed lambda naming in sequence diagrams to relative paths
|
2022-12-28 22:08:35 +01:00 |
|
Bartek Kryza
|
95d3339fd2
|
Fixed formatting
|
2022-12-26 21:47:50 +01:00 |
|
Bartek Kryza
|
887652ed6b
|
Added debug_mode config option
|
2022-12-26 21:47:27 +01:00 |
|
Bartek Kryza
|
1a344f9d8c
|
Refactored sequence diagram visitor
|
2022-12-26 21:46:45 +01:00 |
|
Bartek Kryza
|
6a167f0835
|
Fixed segfault in sequence diagram template class generation
|
2022-12-26 21:44:49 +01:00 |
|
Bartek Kryza
|
07584c8616
|
Fixed building on macos with LLVM 15
|
2022-12-25 21:30:01 +01:00 |
|
Bartek Kryza
|
87f6616783
|
Refactored sequence diagram translation unit visitor
|
2022-12-25 16:08:39 +01:00 |
|
Bartek Kryza
|
0afd64668c
|
Applied ppcoreguidelines-init-variables nullptr access warnings
|
2022-12-24 18:53:21 +01:00 |
|
Bartek Kryza
|
354bfcf67c
|
Applied clang-tidy nullptr access warnings
|
2022-12-24 18:33:40 +01:00 |
|
Bartek Kryza
|
dae4519ed7
|
Applied readability-redundant-control-flow clang-tidy fixes
|
2022-12-24 15:01:53 +01:00 |
|
Bartek Kryza
|
7fb4ab25ff
|
Applied readability-const-return-type clang-tidy fixes
|
2022-12-23 22:46:52 +01:00 |
|
Bartek Kryza
|
c1d7f28f57
|
Applied cppcoreguidelines-pro-type-static-cast-downcast nullptr access warnings
|
2022-12-23 22:42:23 +01:00 |
|
Bartek Kryza
|
f07dc35e06
|
Applied clang-tidy nullptr access warnings
|
2022-12-23 21:26:36 +01:00 |
|
Bartek Kryza
|
4c7c9ff7dc
|
Applied llvm-else-after-return clang-tidy fixes
|
2022-12-23 16:59:33 +01:00 |
|
Bartek Kryza
|
91487cf49f
|
Applied performance-unnecessary-copy-initialization clang-tidy fixes
|
2022-12-23 16:51:02 +01:00 |
|
Bartek Kryza
|
fb2aeb6dea
|
Applied readability-make-member-function-const clang-tidy fixes
|
2022-12-23 16:47:08 +01:00 |
|
Bartek Kryza
|
d83a1f1805
|
Applied readability-qualified-auto clang-tidy fixes
|
2022-12-22 17:17:18 +01:00 |
|
Bartek Kryza
|
e1b6babc93
|
Applied hicpp-move-const-arg fixes
|
2022-12-21 19:11:39 +01:00 |
|
Bartek Kryza
|
4539ea9c64
|
Applied readability-implicit-bool-conversion fixes
|
2022-12-21 19:07:17 +01:00 |
|
Bartek Kryza
|
0d7167fff2
|
Applied clang-analyzer-core.* fixes
|
2022-12-21 19:02:17 +01:00 |
|
Bartek Kryza
|
5d8f31dbe6
|
Applying llvm-qualified-auto clang-tidy fixes
|
2022-12-21 17:47:00 +01:00 |
|
Bartek Kryza
|
6750365d54
|
Applying readability-simplify-boolean-expr clang-tidy fixes
|
2022-12-21 17:42:54 +01:00 |
|
Bartek Kryza
|
a907769c38
|
Applied misc-unused-parameters clang-tidy fixes
|
2022-12-21 17:35:05 +01:00 |
|
Bartek Kryza
|
25f787785f
|
Applied readability-avoid-const-params-in-decls clang-tidy fixes
|
2022-12-21 17:20:07 +01:00 |
|
Bartek Kryza
|
e32e4cd2aa
|
Applied llvm-else-after-return clang-tidy fixes
|
2022-12-20 23:56:36 +01:00 |
|
Bartek Kryza
|
134ad77f5c
|
Applied readability-magic-numbers clang-tidy fixes
|
2022-12-20 23:49:43 +01:00 |
|
Bartek Kryza
|
0687c3093e
|
Applied hicpp-use-override clang-tidy fixes
|
2022-12-20 23:29:30 +01:00 |
|
Bartek Kryza
|
6b883c4562
|
Applied hicpp-use-equals-default clang-tidy fixes
|
2022-12-20 23:06:21 +01:00 |
|
Bartek Kryza
|
682c6648be
|
Applied cppcoreguidelines-pro-type-member-init,hicpp-explicit-conversionsm,modernize-use-default-member-init clang-tidy fixes
|
2022-12-20 23:01:55 +01:00 |
|
Bartek Kryza
|
f2760a5e21
|
Applied google-readability-namespace-comments clang-tidy fixes
|
2022-12-20 21:57:47 +01:00 |
|
Bartek Kryza
|
d6f2007a2b
|
Fixed segfault in created class participants in sequence diagrams
|
2022-12-20 20:28:14 +01:00 |
|
Bartek Kryza
|
834ead063e
|
Minor code cleanup
|
2022-12-19 23:56:48 +01:00 |
|