Commit Graph
524 Commits
Author SHA1 Message Date
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 2136ebefb3 Fixed clang-tidy warnings 2023-01-22 16:02:53 +01:00
Bartek Kryza b802eaee3d Fixed relative lambda names in MSVC 2023-01-22 15:49:12 +01:00
Bartek Kryza 8deaf0246b Fixed handling of lambda names in auto types in class diagrams (#78,#82) 2023-01-22 13:56:54 +01:00
Bartek Kryza 3005ad7c37 Fixed formatting 2023-01-21 23:23:36 +01:00
Bartek Kryza 023a4a0cc0 Fixed generation of lambda names in class diagrams (#78) 2023-01-21 23:23:13 +01:00
bram b5cf78ce82 Fix for segfault in path::pop_back 2023-01-21 20:44:32 +01:00
Bartek Kryza 78cfa630e5 Fixed handling of relative paths in configuration files (#69) 2023-01-21 18:07:46 +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 f3ef592f01 Fixed clang-tidy warnings 2023-01-17 00:14:43 +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 7153666087 Fixed formatting 2023-01-13 18:24:26 +01:00
Bartek Kryza ada11c6047 Fixed class and include diagrams tests in Windows 2023-01-12 23:31:12 +01:00
Bartek Kryza 3fbf3da27f Fixed path separators in diagram link URL's in Windows 2023-01-11 00:29:43 +01:00
Bartek Kryza e0012cca89 Fixed formatting 2023-01-07 19:16:35 +00:00
Bartek Kryza d1ccee9c98 Fix handling of --compile-database option (Fixes #70) 2023-01-07 19:13:02 +00:00
Bartek Kryza 0ace023985 Fixed building on macos 2023-01-07 14:42:12 +01:00
Bartek Kryza a1a9d4ae99 Fixed formatting 2023-01-07 12:32:46 +01:00
Bartek Kryza f1f6051cf7 Fixed path filters on Windows 2023-01-07 11:07:00 +00:00
Bartek Kryza f5bcbeec0b Initial MSVC build working 2023-01-06 23:39:56 +00: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 f1b7dfee0d Updated sample sequence diagram config template 2022-12-27 23:28:23 +01:00
Bartek Kryza 48e8770208 Added command line options to add diagrams to config 2022-12-27 22:01:41 +01:00
Bartek Kryza 139f61fdeb Added quiet command line option to disable logging 2022-12-27 20:02:23 +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 e45bcb6267 Updated version message 2022-12-25 21:41:50 +01:00
Bartek Kryza a1223b1471 Fixed formatting 2022-12-25 21:32:15 +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 d82ac4a46b Applied readability-container-size-empty clang-tidy fixes 2022-12-24 15:34:22 +01:00
Bartek Kryza ec9a510f76 Applied readability-redundant-declaration clang-tidy fixes 2022-12-24 15:30:31 +01:00
Bartek Kryza dae4519ed7 Applied readability-redundant-control-flow clang-tidy fixes 2022-12-24 15:01:53 +01:00
Bartek Kryza c13cc1d118 Applied llvm-else-after-return clang-tidy fixes 2022-12-24 14:58:06 +01:00
Bartek Kryza b734018673 Applied llvm-else-after-return clang-tidy fixes 2022-12-24 13:34:21 +01:00
Bartek Kryza 5c4cf1e561 Applied hicpp-named-parameter clang-tidy fixes 2022-12-23 22:55:28 +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 aecbbd704b Applied misc-unused-parameters clang-tidy fixes 2022-12-23 17:02: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