Commit Graph
1512 Commits
Author SHA1 Message Date
Bartek Kryza 919c52a982 Fixed gcov linker options in GH actions 2022-06-09 00:44:57 +02:00
Bartek Kryza dc8c46c7b0 Removed dangling fmt includes 2022-06-08 23:59:00 +02:00
Bartek Kryza a8d907d154 Removed spdlog dep from GH actions 2022-06-08 23:51:01 +02:00
Bartek Kryza 90da2e5238 Switched to header only spdlog for better portability 2022-06-08 23:44:20 +02:00
Bartek Kryza 45d31fba2c Updated gitignore rules 2022-06-08 23:35:23 +02:00
Bartek Kryza 844bfcdbcd Fixed release build 2022-06-08 23:33:53 +02:00
Bartek Kryza 0e7c30541a Force all and extra warnings as errors except for tests 2022-06-08 20:32:55 +02:00
Bartek Kryza fbcecdab50 Updated test cases documentation 2022-06-07 23:14:12 +02:00
Bartek Kryza 1de4a40ae9 Added test case for inner type aliases with parent class template args 2022-06-07 22:49:45 +02:00
Bartek Kryza 5231fb43b4 Updated test cases documentation 2022-06-05 12:41:12 +02:00
Bartek Kryza f12e322c72 Updated template instantiation test case with variadic function template 2022-06-05 12:39:50 +02:00
Bartek Kryza ae44728fc5 Updated test cases documentation 2022-06-05 12:25:05 +02:00
Bartek Kryza fdd5495940 Fixed generating relationships from function template arguments 2022-06-05 12:17:01 +02:00
Bartek Kryza 891caa8ecb Updated cppast ref 2022-06-05 12:10:34 +02:00
Bartek Kryza 2eb09ebceb Updated test cases documentation 2022-05-22 13:08:50 +02:00
Bartek Kryza a2ac47b2be Merge branch 'improve-alias-template-generation' 2022-05-22 13:06:08 +02:00
Bartek Kryza 3bd0f46b5c Fixed parsing non-template aliases to template instantiations 2022-05-22 13:05:46 +02:00
Bartek Kryza bee6f85a51 Updated cppast ref 2022-05-22 12:52:30 +02:00
Bartek Kryza de40efdb3b Merge pull request #41 from bkryza/improve-alias-template-generation
Improve alias template generation
2022-05-21 23:51:16 +02:00
Bartek Kryza adda8300f2 Updated README 2022-05-21 23:24:16 +02:00
Bartek Kryza 58369ad40a Updated test cases documentation 2022-05-21 23:19:28 +02:00
Bartek Kryza f5e0515b7e Refactored standard template aliases to configuration file 2022-05-21 23:17:15 +02:00
Bartek Kryza 13f0f3861c Updated README 2022-05-21 20:48:36 +02:00
Bartek Kryza 28b0dc66b5 Updated test cases documentation 2022-05-21 20:43:27 +02:00
Bartek Kryza ec97414870 Refactored template argument relationship hints to configuration file option 2022-05-21 20:36:35 +02:00
Bartek Kryza 315c1d26e6 Refactored type specialization and instantiation matching 2022-05-21 16:06:41 +02:00
Bartek Kryza dc26d1354d Fixed template instantiation matching 2022-05-21 13:44:27 +02:00
Bartek Kryza 073b3d157d Updated test cases documentation 2022-05-19 00:11:51 +02:00
Bartek Kryza 79be6ef788 Updated t00013 test case for variable template instantiation 2022-05-19 00:10:16 +02:00
Bartek Kryza 300b4f6812 Updated cppast ref 2022-05-19 00:08:15 +02:00
Bartek Kryza cf908434e2 Refactored class template model 2022-05-09 23:36:34 +02:00
Bartek Kryza 641469d1bd Updated test cases documentation 2022-05-08 23:53:03 +02:00
Bartek Kryza 0f72dbdcae Fix namespace handling of template type parameters 2022-05-08 23:24:21 +02:00
Bartek Kryza 7b98cfb4ba Updated test cases documentation 2022-05-07 20:04:48 +02:00
Bartek Kryza f5d80e90a3 Fixed class template handling 2022-05-07 20:00:26 +02:00
Bartek Kryza f264d71d3b Updated test cases after refactoring template alias generation 2022-05-05 21:02:10 +02:00
Bartek Kryza 468393ddb8 WIP Refactoring alias template resolution based on clang canonical representation 2022-05-05 00:34:23 +02:00
Bartek Kryza 9399d80f6f Updated cppast ref 2022-05-05 00:33:15 +02:00
Bartek Kryza 75ff64757e Updated test cases documentation 2022-04-26 00:24:27 +02:00
Bartek Kryza 65829c3f43 Fixed package diagram dependency discovery 2022-04-26 00:22:45 +02:00
Bartek Kryza 6fed330f67 Fixed plantuml config option inheritance 2022-04-25 23:52:55 +02:00
Bartek Kryza d9a8a479df Updated test cases documentation 2022-04-25 00:33:12 +02:00
Bartek Kryza a47553241a Refactored include diagram visitor methods 2022-04-25 00:30:13 +02:00
Bartek Kryza bd0bb4455f Added support for external system headers 2022-04-25 00:18:13 +02:00
Bartek Kryza 6e78e87bb0 Updated test cases documentation 2022-04-24 14:31:03 +02:00
Bartek Kryza b6390d9106 Refactored edge traversal diagram filter 2022-04-24 14:28:38 +02:00
Bartek Kryza 8ba5689662 Refactored include diagram generator to util::for_each 2022-04-24 14:28:38 +02:00
Bartek Kryza cc22494c79 Fixed dependants and dependencies include diagram handling 2022-04-24 14:28:38 +02:00
Bartek Kryza d7781794ec Added test case for dependants and dependencies for include graph diagrams 2022-04-24 14:28:38 +02:00
Bartek Kryza 677d1843cb Merge pull request #38 from buffyanamin/master
fix release version without job limit
2022-04-24 14:27:14 +02:00