Commit Graph
123 Commits
Author SHA1 Message Date
Bartek Kryza ba978221c7 Fixed instantiation of function template params with different namespaces 2021-09-02 22:16:30 +02:00
Bartek Kryza bf6210a602 Fixed nested template test cases t00033 2021-08-29 23:07:43 +02:00
Bartek Kryza ab4da6c87c Fixed nested template dependency relationship inference 2021-08-20 00:43:52 +02:00
Bartek Kryza 42b9a481d1 Initial refactor 2021-08-08 23:08:06 +02:00
Bartek Kryza 76dc761538 Added nested template instantiation dependency test case 2021-08-07 21:03:29 +02:00
Bartek Kryza 1f2d8e2433 Updated test cases documentation 2021-08-03 23:54:19 +02:00
Bartek Kryza 55f1cc0298 Updated clang-format to version 12 2021-08-03 23:47:12 +02:00
Bartek Kryza d629398389 Added template overload pattern test case 2021-08-03 23:41:15 +02:00
Bartek Kryza 868ee1e04b Adding template base class inheritance inference 2021-08-03 18:17:18 +02:00
Bartek Kryza ce045ca0f3 Fixed formatting 2021-07-31 20:59:33 +02:00
Bartek Kryza ec6b66391f Updated test cases documentation 2021-07-31 20:59:12 +02:00
Bartek Kryza ed999d9f5c Added style decorators 2021-07-31 20:57:01 +02:00
Bartek Kryza 841f97eeb5 Added relationship decorators 2021-07-31 19:16:09 +02:00
Bartek Kryza 3f8100a050 Added test for skip and skiprelationship decorators 2021-07-31 16:16:25 +02:00
Bartek Kryza 0168edeba2 Changed decorator tag from clanguml to uml 2021-07-30 13:14:30 +02:00
Bartek Kryza 7b9fe2ee2d Added decorator diagram scope 2021-07-30 00:39:43 +02:00
Bartek Kryza a285ea0781 Fixed formatting 2021-07-29 19:19:54 +02:00
Bartek Kryza 4ee1aee0e7 Added note decorator test case 2021-07-29 19:19:24 +02:00
Bartek Kryza 0c82da9160 Refactored command to decorators 2021-07-29 17:43:41 +02:00
Bartek Kryza 70f195bb8e Added skiprelationship command 2021-07-29 17:23:03 +02:00
Bartek Kryza 0e941c90fb Added skip inline command 2021-07-28 23:29:46 +02:00
Bartek Kryza 4cdd034017 Added basic inline command parser 2021-07-28 23:10:46 +02:00
Bartek Kryza e7f9674433 Changed default config file name to .clang-uml 2021-07-25 23:02:18 +02:00
Bartek Kryza 734b82eb09 Changed default config file name to .clang-uml 2021-07-25 23:01:08 +02:00
Bartek Kryza ee753f5595 Added template decorator pattern 2021-07-25 22:52:02 +02:00
Bartek Kryza 16e60ec8c5 Added template memento pattern 2021-07-25 22:19:16 +02:00
Bartek Kryza 9e44fec60e Fixed multiple relationship generation for template instantiation 2021-07-25 18:00:50 +02:00
Bartek Kryza 5484a23647 Added template proxy design pattern test case 2021-07-25 13:18:52 +02:00
Bartek Kryza ba090a1af4 Added proxy design pattern test case 2021-07-25 12:52:18 +02:00
Bartek Kryza 4c3a662feb Added strategy pattern test case 2021-07-25 12:39:41 +02:00
Bartek Kryza ee5c670c07 Added template method pattern 2021-07-25 12:17:09 +02:00
Bartek Kryza 11d56768db Added visitor pattern test case 2021-07-25 11:26:36 +02:00
Bartek Kryza b06335f2f8 Added abstract factory pattern 2021-07-25 10:54:57 +02:00
Bartek Kryza 79fb0e8d60 Added layer cake patter 2021-07-25 10:23:50 +02:00
Bartek Kryza 386f35b8df Fixed relationship parsing to forward declared classes 2021-07-24 20:40:06 +02:00
Bartek Kryza a80bf65835 Added pimpl unit test case 2021-07-24 20:14:27 +02:00
Bartek Kryza ea8f0e83c1 Added include_relations_also_as_members flag 2021-07-24 19:40:12 +02:00
Bartek Kryza ae5f2b2006 Added scope symbol in front of relationships 2021-07-24 18:46:20 +02:00
Bartek Kryza 524cf36ecd Fixed template instantiations generation without known primary template 2021-07-20 19:35:47 +02:00
Bartek Kryza 9bf1dca9e5 Switched default composition for aggregation 2021-07-18 14:55:25 +02:00
Bartek Kryza ce02432178 Added alias resolution for PlantUML annotations 2021-05-27 00:31:44 +02:00
Bartek Kryza e1c6da5f2e Generate enums as aliases 2021-05-22 14:10:50 +02:00
Bartek Kryza 2cba92fe48 Added handling of class template specializations 2021-05-03 20:31:38 +02:00
Bartek Kryza d3b6f1ca13 Adding template specialization handling 2021-05-03 15:47:02 +02:00
Bartek Kryza cff012ab7b Added handling of anonymous nested enums 2021-05-03 11:12:02 +02:00
Bartek Kryza ed6bcf1c71 Added test for unnamed enums 2021-05-02 22:47:57 +02:00
Bartek Kryza d6552dc629 Added handling of inline namespaces 2021-05-02 21:03:28 +02:00
Bartek Kryza 35ca011f9b Fixed nested namespace handling 2021-05-02 20:26:23 +02:00
Bartek Kryza dac8823ff9 Refactored method and field type rendering 2021-05-01 15:39:41 +02:00
Bartek Kryza 68be22f9dd Fixed building on LLVM 12 2021-05-01 11:27:36 +02:00