Commit Graph
1115 Commits
Author SHA1 Message Date
Bartek Kryza 702a1655d0 Updated docs 2023-05-07 16:33:17 +02:00
Bartek Kryza 16ca3bd50a Added handling of query-driver target and using default driver for '.' 2023-05-07 16:33:10 +02:00
Bartek Kryza d31f282816 Fixed building on macOS 2023-05-06 16:58:19 +02:00
Bartek Kryza 9b2adc5d2f Added --query-driver option to enable automatic detection of system include paths from selected compiler (#109) 2023-05-06 16:39:41 +02:00
Bartek Kryza 023fac07f9 Merge pull request #133 from bkryza/fix-add-compile-commands-flags
Fix add compile commands flags
2023-05-06 00:16:10 +02:00
Bartek Kryza 68a20c550b Updated troubleshooting 2023-05-06 00:15:46 +02:00
Bartek Kryza 4477a1892f Updated configuration file specification 2023-05-06 00:14:26 +02:00
Bartek Kryza 2367765d1f Fixed .gitignore 2023-05-05 23:47:40 +02:00
Bartek Kryza e6fb4329df Updated troubleshooting docs section 2023-05-05 23:00:23 +02:00
Bartek Kryza 5e78377cf3 Added add_compile_flag and remove_compile_flag options to cli_handler (#130) 2023-05-05 22:40:31 +02:00
Bartek Kryza d349f3e01c Updated remove_compile_flags option 2023-05-05 21:09:21 +02:00
Bartek Kryza f912e7ae5d Merge pull request #129 from bkryza/fix-template-specialization-members
Fix template specialization members
2023-05-04 23:03:09 +02:00
Bartek Kryza 3b0c7ed3a2 Updated test cases documentation 2023-05-04 22:32:47 +02:00
Bartek Kryza 3eb1c476b3 Added rendering of template specialization members 2023-05-04 22:29:13 +02:00
Bartek Kryza 7277320199 Improved error message about no translation units found 2023-05-04 20:53:13 +02:00
Bartek Kryza 2c5769982b Updated README formatting 2023-05-03 23:15:10 +02:00
Bartek Kryza 92ec340292 Merge pull request #127 from bkryza/fix-handling-of-template-parameters-of-different-kinds
Fix handling of template parameters of different kinds
2023-05-03 23:10:39 +02:00
Bartek Kryza 475eaa2974 Fixed typo 2023-05-03 22:28:15 +02:00
Bartek Kryza 60c2f31060 Updated github actions to nodejs 16 2023-05-03 22:28:09 +02:00
Bartek Kryza a42009e459 Updated test cases documentation 2023-05-03 21:53:49 +02:00
Bartek Kryza 665c784fed Updated CHANGELOG 2023-05-03 21:47:03 +02:00
Bartek Kryza 82410b345d Fixed clang-tidy warnings 2023-05-03 21:38:31 +02:00
Bartek Kryza e9a57283fc Fixed test cases on LLVM 16 2023-05-03 20:23:17 +02:00
Bartek Kryza 3df81d5878 Updated README with examples 2023-05-03 16:25:02 +02:00
Bartek Kryza 3fea01d452 Fixed handling of template template specialization parameters in instantiation deduction 2023-05-03 12:41:26 +02:00
Bartek Kryza f01ddc63f2 Fixed handling of array template specialization types 2023-05-02 16:10:35 +02:00
Bartek Kryza 640c5263ce Fixed handling of qualifiers in template parameter deduced contexts 2023-05-01 12:39:45 +02:00
Bartek Kryza 68f067f76a Refactored template builder with try_as methods for different types 2023-05-01 01:41:04 +02:00
Bartek Kryza 6ebdc8ab77 WIP 2023-04-28 22:46:36 +02:00
Bartek Kryza 0f4a2e1f9c Fixed handling of qualifiers in unexposed template parameters 2023-04-25 01:13:48 +02:00
Bartek Kryza 47ccb561c9 Fixed handling of unexposed variadic template params 2023-04-24 00:28:57 +02:00
Bartek Kryza 3ed50ba3b2 Fixed formatting 2023-04-23 19:29:46 +02:00
Bartek Kryza 192e1993e8 Added initial unexposed template parameter deduction test case 2023-04-23 19:29:30 +02:00
Bartek Kryza 0aa4eb732d Improved unexposed template parameter tokenization 2023-04-23 19:29:02 +02:00
Bartek Kryza 7f9d698afc Improved handling of method template deductions 2023-04-18 23:56:37 +02:00
Bartek Kryza 6323ce8a92 Fixed template_builder handling of nested template specializations 2023-04-18 00:13:48 +02:00
Bartek Kryza 758c1418a6 Refactored template instantiation builder methods to a separate class 2023-04-15 22:42:17 +02:00
Bartek Kryza f034b554de Added case handling of template argument kinds 2023-04-15 11:48:21 +02:00
Bartek Kryza 0d524b38a4 Fixed handling of template template default arguments 2023-04-14 21:05:48 +02:00
Bartek Kryza c91fe43c1c Merge pull request #120 from bkryza/v0.3.4
V0.3.4
2023-04-07 12:15:07 +02:00
Bartek Kryza 9a96c03c57 Updated release badges 2023-04-07 11:17:21 +02:00
Bartek Kryza b74bdab785 Updated CHANGELOG for 0.3.4 0.3.4 2023-04-07 10:29:35 +02:00
Bartek Kryza a06ac52865 Updated test cases documentation 2023-04-07 00:55:14 +02:00
Bartek Kryza e2a6b81f7f Fixed CLI11 print help handling 2023-04-07 00:46:01 +02:00
Bartek Kryza 2a6f515b47 Added diagram metadata to PlantUML and JSON generators 2023-04-07 00:22:52 +02:00
Bartek Kryza a682aab21d Updated CLI11 version to 2.3.2 2023-04-07 00:21:07 +02:00
Bartek Kryza 06fe24f59b Merge pull request #119 from bkryza/fix-t00044
Fix t00044
2023-04-06 00:02:05 +02:00
Bartek Kryza 14cba01a3f Updated test cases documentation 2023-04-05 23:35:29 +02:00
Bartek Kryza 69a94bcc43 Extended t00044 with JSON checks 2023-04-05 23:28:51 +02:00
Bartek Kryza ade1f76640 Fixed clang-tidy warnings 2023-04-05 22:55:54 +02:00