Commit Graph
26 Commits
Author SHA1 Message Date
Bartek Kryza 59180efebf Fixed friend relationship generation in mermaid class diagram generator 2023-09-12 20:22:10 +02:00
Bartek Kryza eb00cd21c3 Added mermaid test cases for class diagrams 2023-09-12 00:55:20 +02:00
Bartek Kryza 084bb20ef7 First working version of Mermaid class diagram generator 2023-09-06 21:21:12 +02:00
Bartek Kryza 491fb2b443 Added test cases for JSON class generators 2023-03-22 01:00:26 +01:00
Bartek Kryza c59fbfa565 Added JSON test case stubs for all class diagram test cases 2023-03-21 00:37:57 +01:00
Bartek Kryza cf0d87a0bf Updated clang-format to version 15 2023-03-01 20:22:00 +01:00
Bartek Kryza 78cfa630e5 Fixed handling of relative paths in configuration files (#69) 2023-01-21 18:07:46 +01:00
Bartek Kryza 37b6e69d41 Updated copyright headers 2023-01-02 11:29:11 +01:00
Bartek Kryza f2760a5e21 Applied google-readability-namespace-comments clang-tidy fixes 2022-12-20 21:57:47 +01:00
Bartek Kryza b5b116a14d Fixed up to t00011 2022-07-21 23:47:12 +02:00
Bartek Kryza a8b57e4eb1 Changed scope_t to access_t and fixed friend access specifier handling 2022-03-30 23:28:03 +02:00
Bartek Kryza 3d7c446d57 Enabled subclass filter to generate class inheritance diagram 2022-03-29 00:27:02 +02:00
Bartek Kryza 36065a7819 Refactored include and exclude filters 2022-03-27 19:32:58 +02:00
Bartek Kryza 8117dfefab Added basic config option inheritance 2022-02-06 00:02:58 +01:00
Bartek Kryza d62a2a1e9f Updated copyright dates 2022-01-16 18:34:15 +01:00
Bartek Kryza 1ae7a149e9 Refactored class_mode diagram class 2021-09-26 23:12:22 +02:00
Bartek Kryza 55f1cc0298 Updated clang-format to version 12 2021-08-03 23:47:12 +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 b61143a5b2 Ported template instantiation handling to cppast 2021-03-28 22:22:04 +02:00
Bartek Kryza 130ab4dc11 Added basic friendship relationship handling 2021-03-26 23:12:50 +01:00
Bartek Kryza a86add009c Refactored test cases tags 2021-03-15 00:04:32 +01:00
Bartek Kryza 5a5652a443 Fixed logging levels 2021-03-14 23:27:53 +01:00
Bartek Kryza 0ee5eeb619 Added friend relationship to class templates 2021-03-11 22:11:11 +01:00
Bartek Kryza bf64b75bdd Skip friends outside of included scope 2021-03-11 18:20:02 +01:00
Bartek Kryza 3bdac248ba Added support for class friend declarations 2021-03-11 18:05:16 +01:00