Commit Graph
633 Commits
Author SHA1 Message Date
Bartek Kryza 4b6e6717a5 Updated util/test_llvm_versions.sh script 2024-06-19 17:56:40 +02:00
Bartek Kryza 9a43ebe739 Fixed handling of relationships to nested structs 2024-06-18 22:00:50 +02:00
Bartek Kryza e7eadc03a2 Added context exclude filter with relationships option test case (#274) 2024-06-17 18:59:23 +02:00
Bartek Kryza 6952c3296d Added context filter relationships option (#274) 2024-06-13 21:35:11 +02:00
Bartek Kryza db2bd0417a Extended context filter inward test case with nested class (#274) 2024-06-13 20:13:41 +02:00
Bartek Kryza dca616328c Added test case for context filter outward direction (#274) 2024-06-13 18:55:30 +02:00
Bartek Kryza 30337c1aa3 Extended context filter inward test case to larger radius (#274) 2024-06-13 17:29:34 +02:00
Bartek Kryza bd921822c2 Added relationship direction flag to context diagram filter (#274) 2024-06-13 14:19:56 +02:00
Bartek Kryza 4f9a09783f Fixed building on MSVC (#287) 2024-06-10 20:09:13 +02:00
Bartek Kryza fa742a03c4 Improved test coverage (#287) 2024-06-10 15:51:27 +02:00
Bartek Kryza 514c439413 Changed std::tmpnam (deprecated) to a custom random name generator in cli tests 2024-06-09 22:37:34 +02:00
Bartek Kryza 94f5f445ee Improved test coverage (#287) 2024-06-09 21:10:09 +02:00
Bartek Kryza 82846dcc27 Extended cli_handler test cases (#287) 2024-06-08 13:29:22 +02:00
Bartek Kryza beba7d16b9 Added test case for sequence diagram with nested classes (#287) 2024-06-07 19:45:15 +02:00
Bartek Kryza 420475ab64 Renamed common::id_t to eid_t to avoid conflicts with system id_t 2024-06-05 22:01:13 +02:00
Bartek Kryza 2cf9d2f22a Added test case for common::id_t 2024-06-05 00:15:21 +02:00
Bartek Kryza 2e861ee3de Fixed handling of relationships to nested enums (#280) 2024-06-03 16:59:26 +02:00
Bartek Kryza ff7edef585 Fixed handling of multiple dimension arrays in class fields (#278) 2024-06-01 19:05:54 +02:00
Bartek Kryza d599bb6715 Fixed handling of nested anonymous arrays of structs 2024-06-01 14:23:38 +02:00
Bartek Kryza 1283364ef4 Fixed handling of enums in class diagram context filter (#275) 2024-05-31 19:09:28 +02:00
Bartek Kryza a7e2f7a496 Fixed MessageChainsOrder test helper function for JSON 2024-05-22 22:14:28 +02:00
Bartek Kryza 5937061674 Fixed MessageChainsOrder test helper function 2024-05-21 23:38:16 +02:00
Bartek Kryza fbe416b50e Fixed formatting 2024-05-20 23:06:56 +02:00
Bartek Kryza 31100af689 Ported remaining tests from Catch to doctest (#266) 2024-05-20 22:32:10 +02:00
Bartek Kryza 387b46f683 Refactored sequence diagrams test cases (#266) 2024-05-20 21:56:54 +02:00
Bartek Kryza 4b5cfa7b48 Refactoring sequence diagrams test cases (#266) 2024-05-20 00:09:30 +02:00
Bartek Kryza 7c1e0420c6 Refactoring sequence diagrams test cases (#266) 2024-05-16 21:58:45 +02:00
Bartek Kryza 5d69f5063a Refactored config based test cases (#266) 2024-05-14 17:51:55 +02:00
Bartek Kryza 6d3d1ae450 Fixed building on LLVM < 14 (#266) 2024-05-14 17:27:34 +02:00
Bartek Kryza 27eaea5bbe Refactored class, package and include diagram test cases (#266) 2024-05-14 11:39:42 +02:00
Bartek Kryza eeae5caef5 WIP 2024-05-13 15:51:45 +02:00
Bartek Kryza 235533d9fa WIP 2024-05-12 00:45:45 +02:00
Bartek Kryza baeda78c7e Added doctest to thirdparty deps 2024-05-12 00:45:11 +02:00
Bartek Kryza f05267997b Added test case for inlining nested lambda expressions (#261) 2024-05-03 17:22:33 +02:00
Bartek Kryza 14a13b45aa Added option inline_lambda_messages to omit lambda expressions from sequence diagrams (#261) 2024-05-03 14:42:34 +02:00
Bartek Kryza 1a3d1c19cf Fixed cmake CUDA target defines 2024-05-01 21:27:33 +02:00
Bartek Kryza 35b66beeca Updated test cases documentation 2024-05-01 19:39:50 +02:00
Bartek Kryza b574a41a64 Added test case for cuda_kernel and cuda_device callee types in callee_type filter (#263) 2024-05-01 19:01:25 +02:00
Bartek Kryza 67363013fe Added support for CUDA calls in sequence diagrams (#263) 2024-05-01 18:18:41 +02:00
Bartek Kryza dfb4f38ded Fixed generation of internal clang-uml diagrams 2024-04-30 11:51:47 +02:00
Bartek Kryza 51c5b887a8 Added lambda operator() arguments to messages in sequence diagrams 2024-04-30 10:53:33 +02:00
Bartek Kryza 4293a6cc79 Improved handling of message call comments (#264) 2024-04-30 00:06:42 +02:00
Bartek Kryza 6c6575bc7f Added test case for call directive in sequence diagrams 2024-04-29 13:17:17 +02:00
Bartek Kryza efc34bcec6 Fixed handling of nested lambda expressions in sequence diagrams 2024-04-28 01:14:01 +02:00
Bartek Kryza 0539fb0101 Fixed type aliases handling in sequence diagram message names (#260) 2024-04-27 10:43:15 +02:00
Bartek Kryza 9c07dbfde3 Added support for call expressions tracking through lambdas in function arguments (#168) 2024-04-26 19:26:32 +02:00
Bartek Kryza fdea7f5852 Added test case for elements filter in sequence diagrams (#248) 2024-03-06 17:39: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 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