Commit Graph
113 Commits
Author SHA1 Message Date
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
Bartek Kryza c6acc7bf20 Fixed formatting 2021-04-17 22:39:59 +02:00
Bartek Kryza 9884cc6d94 Added test case documentation generator 2021-04-17 22:39:18 +02:00
Bartek Kryza 4f0302496e Added aliased template handling 2021-04-17 18:12:56 +02:00
Bartek Kryza dd5befa89b Added file and line information to logger 2021-04-17 17:33:03 +02:00
Bartek Kryza 9cb765d758 Added generation of type alias map 2021-04-04 23:42:42 +02:00
Bartek Kryza acdb1b704d Added filters for relationships and entities 2021-04-01 23:08:25 +02:00
Bartek Kryza cc14a3f9e3 Fixed formatting 2021-03-31 00:54:57 +02:00
Bartek Kryza 4ab38a3f3c Added back sequence diagram test 2021-03-31 00:54:08 +02:00
Bartek Kryza 912084c972 Fixed dependency from method arguments generation 2021-03-31 00:47:51 +02:00
Bartek Kryza d25a252212 Fixed template template example 2021-03-30 00:39:45 +02:00