Commit Graph
1481 Commits
Author SHA1 Message Date
Bartek Kryza 06ada3af55 Fixed building with LLVM 18 (#251) 2024-03-07 23:10:46 +01:00
Bartek Kryza 97b094f77e Merge pull request #250 from bkryza/v0.5.1
V0.5.1
2024-03-06 22:21:30 +01:00
Bartek Kryza 9e689b55f0 Fixed building on macos 0.5.1 2024-03-06 20:25:04 +01:00
Bartek Kryza ec9d28fd42 Updated test cases documentation 2024-03-06 18:55:42 +01:00
Bartek Kryza 87ef029249 Updated highlight.js to 11.9.0 2024-03-06 18:53:50 +01:00
Bartek Kryza d0a9f0c317 Updated version to 0.5.1 2024-03-06 18:20:05 +01:00
Bartek Kryza 9d2a1252c9 Updated CHANGELOG 2024-03-06 18:06:46 +01:00
Bartek Kryza 8499eecd27 Updated test cases documentation 2024-03-06 18:05:54 +01:00
Bartek Kryza b8a649ff93 Updated clang-uml diagrams 2024-03-06 17:53:29 +01:00
Bartek Kryza fdea7f5852 Added test case for elements filter in sequence diagrams (#248) 2024-03-06 17:39:42 +01:00
Bartek Kryza 6facb386bb Fixed handling of elements filter in sequence diagrams (#248) 2024-03-06 17:39:04 +01:00
Bartek Kryza 812979779b Fixed issues in docs 2024-03-05 17:36:48 +01:00
Bartek Kryza ba9e435786 Updated autocomplete scripts 2024-03-04 22:44:10 +01:00
Bartek Kryza 2967d27de8 Updated CHANGELOG 2024-03-04 22:25:09 +01:00
Bartek Kryza b057407809 Fixed progress indicators ranges with multiple commands per TU (#240) 2024-03-04 22:17:58 +01:00
Bartek Kryza 51a9242b49 Removed very slow and unnecessary clang-tidy checks 2024-03-04 20:34:42 +01:00
Bartek Kryza baef768f6c Added default diagram generation error for empty diagrams (#246) 2024-03-04 19:56:12 +01:00
Bartek Kryza cb44c3ded4 Merge pull request #247 from bkryza/improve-arrows-and-template-rendering
Improve arrows and template rendering
2024-03-04 12:59:21 +01:00
Bartek Kryza 8f6a56d9bc Updated test cases documentation 2024-03-04 12:33:29 +01:00
Bartek Kryza 6cf8c0a995 Fixed clang-tidy warnings 2024-03-03 23:42:52 +01:00
Bartek Kryza 76fa811869 Added option style to plantuml config section 2024-03-03 17:01:50 +01:00
Bartek Kryza c4ec8bef8a Added generate_concept_requirements config option (#237) 2024-02-27 22:36:41 +01:00
Bartek Kryza 52b72f38c5 Merge pull request #245 from bkryza/refactor-util-pipe-handling
Refactored util pipe handling (#244)
2024-02-27 00:50:19 +01:00
Bartek Kryza 674441f3cd Fixed error when running clang-uml outside of a Git repository 2024-02-27 00:18:06 +01:00
Bartek Kryza 40194eb9b5 Refactored util pipe handling (#244) 2024-02-26 23:15:31 +01:00
Bartek Kryza a404a3070d Fix handling of query_driver option in config file (#243) 2024-02-23 21:33:23 +01:00
Bartek Kryza c5e3b7e71d Merge pull request #241 from bkryza/fix-handling-of-variadic-template-functions-in-sequence-diagrams
Fix handling of variadic template functions in sequence diagrams
2024-02-14 00:40:46 +01:00
Bartek Kryza eedf594c7a Updated test cases documentation 2024-02-14 00:17:47 +01:00
Bartek Kryza 5630149016 Fixed clang-tidy warnings 2024-02-13 23:42:27 +01:00
Bartek Kryza d305902e3c Added variable template base class overload pattern class diagram test case 2024-02-13 00:05:07 +01:00
Bartek Kryza 09e1812509 Added variable template base class overload pattern sequence diagram test case 2024-02-12 00:23:54 +01:00
Bartek Kryza 3af55f1e78 Added variadic class template recursive call sequence diagram 2024-02-11 23:52:52 +01:00
Bartek Kryza 7f25fa58f5 Continued refactor of template building code to template_builder 2024-02-11 19:33:22 +01:00
Bartek Kryza 251857e9c4 Added class translation unit visitor detailed diagram 2024-02-08 20:16:17 +01:00
Bartek Kryza 14105422b4 Merge pull request #235 from bkryza/v0.5.0
V0.5.0
2024-01-28 23:58:18 +01:00
Bartek Kryza 10dae021e1 Updated test cases documentation 0.5.0 2024-01-28 22:16:37 +01:00
Bartek Kryza 20093b9b1c Updated version to 0.5.0 2024-01-28 21:28:13 +01:00
Bartek Kryza 6db5970b80 Merge pull request #234 from bkryza/fix-static-linking-llvm-12
Fix static LLVM linking (#225)
2024-01-28 20:47:59 +01:00
Bartek Kryza 6226b31ea4 Fix static LLVM linking (#225) 2024-01-28 20:02:29 +01:00
Bartek Kryza 875bf16621 Merge pull request #233 from bkryza/fix-glob-absolute-paths
Fixed handling of absolute paths in glob patterns
2024-01-28 17:11:53 +01:00
Bartek Kryza 7d28be525f Fixed glob absolute paths handling on Windows 2024-01-28 15:55:59 +01:00
Bartek Kryza 3dba31a792 Fixed handling of absolute paths in glob patterns 2024-01-28 13:12:07 +01:00
Bartek Kryza 334140b73c Merge pull request #232 from bkryza/refactor-sequence-tuvisitor-template-building
Refactor sequence tuvisitor template building
2024-01-25 11:11:52 +01:00
Bartek Kryza ddb604a218 Updated test cases documentation 2024-01-25 10:46:41 +01:00
Bartek Kryza 757b4d0947 Fixed type aliases handling 2024-01-25 01:23:34 +01:00
Bartek Kryza 9376b856cc Fixed template specialization handling in subclass filter 2024-01-22 09:50:47 +01:00
Bartek Kryza 25adff0080 Extended sequence diagram config type alias test case (#227) 2024-01-15 23:00:13 +01:00
Bartek Kryza 16195bfa62 Refactored template_builder to common namespace (#227) 2024-01-14 13:38:23 +01:00
Bartek Kryza 100f7c88ad Merge pull request #228 from bkryza/add-coroutine-testcase
Add coroutine testcase
0.4.3-rc1
2024-01-11 17:10:25 +01:00
Bartek Kryza 2006d62d4d Fixed building on MSVC 2024-01-11 16:32:03 +01:00