Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: replace QFile/FTextStream with fstream/stringstream | Dimitri van Heesch | 2021-03-18 | 1 | -2/+1 |
| | |||||
* | Refactoring: modernize FileList | Dimitri van Heesch | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Refactoring: replace StringDict by StringMap | Dimitri van Heesch | 2021-01-22 | 1 | -1/+0 |
| | |||||
* | Refactoring: modernize IncludeInfo list | Dimitri van Heesch | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Refactoring: modernize MemberList | Dimitri van Heesch | 2021-01-22 | 1 | -2/+3 |
| | |||||
* | Refactoring: change visitedClasses type to ClassDefSet | Dimitri van Heesch | 2021-01-22 | 1 | -12/+7 |
| | |||||
* | Refactoring: modernize used/usedByImplementationClasses & ↵ | Dimitri van Heesch | 2021-01-22 | 1 | -41/+7 |
| | | | | templateTypeConstraints | ||||
* | Refactoring: remove unused ClassDef::getVariableInstance() | Dimitri van Heesch | 2021-01-22 | 1 | -2/+0 |
| | |||||
* | Refactoring: modernize get/setTemplateBaseClassNames | Dimitri van Heesch | 2021-01-22 | 1 | -2/+3 |
| | |||||
* | Refactoring: modernize ClassDef::getTemplateInstances() | Dimitri van Heesch | 2021-01-22 | 1 | -1/+12 |
| | |||||
* | Refactoring: modernize getMemberLists() | Dimitri van Heesch | 2021-01-04 | 1 | -1/+2 |
| | |||||
* | Refactoring: replace MemberSDict by MemberLinkedRefMap | Dimitri van Heesch | 2021-01-04 | 1 | -1/+0 |
| | |||||
* | Refactoring: remove unused ClassList | Dimitri van Heesch | 2021-01-02 | 1 | -1/+0 |
| | |||||
* | Refactoring: replace ExampleSDict by ExampleList | Dimitri van Heesch | 2021-01-01 | 1 | -2/+2 |
| | |||||
* | Refactoring: change MemberGroupSDict to MemberGroupList | Dimitri van Heesch | 2020-12-30 | 1 | -2/+2 |
| | |||||
* | When instantiating templates also instantiate nested classes | Dimitri van Heesch | 2020-12-26 | 1 | -1/+1 |
| | |||||
* | Refactoring: remove unused Doxygen::genericsSDict | Dimitri van Heesch | 2020-12-22 | 1 | -1/+0 |
| | |||||
* | Removed unused taggedInnerClasses member | Dimitri van Heesch | 2020-12-19 | 1 | -2/+0 |
| | |||||
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap | Dimitri van Heesch | 2020-12-19 | 1 | -5/+4 |
| | |||||
* | Refactoring: removing setVisited/isVisited members | Dimitri van Heesch | 2020-11-20 | 1 | -7/+0 |
| | |||||
* | Refactoring: move ClassDefSet to the classdef header | Dimitri van Heesch | 2020-11-15 | 1 | -0/+5 |
| | |||||
* | Refactoring: replacing dynamic_cast by static_cast to improve performance | Dimitri van Heesch | 2020-11-13 | 1 | -7/+9 |
| | |||||
* | Refactoring: Introduce immutable and mutable interfaces | Dimitri van Heesch | 2020-11-09 | 1 | -23/+40 |
| | | | | | | Split Definition/ClassDef/NamespaceDef/MemberDef into a immutable and mutable part Aliases are immutable, other symbols are stored using an immutable interface but can be made mutable explicitly by dynamic casting. | ||||
* | Performance tweak: Pass BaseClassList by const reference | Dimitri van Heesch | 2020-10-17 | 1 | -2/+2 |
| | |||||
* | Refactoring: Modernize BaseClassList | Dimitri van Heesch | 2020-10-12 | 1 | -62/+40 |
| | |||||
* | Changed container class for class use and constrained relations from ↵ | Dimitri van Heesch | 2020-08-02 | 1 | -14/+9 |
| | | | | QDict<void> to StringSet | ||||
* | Refactoring: Introduce type names for commonly used container types | Dimitri van Heesch | 2020-05-01 | 1 | -3/+3 |
| | |||||
* | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMap | Dimitri van Heesch | 2020-04-27 | 1 | -25/+26 |
| | |||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -3/+3 |
| | |||||
* | issue #7302: Determination of anonymous is too restrictive | Dimitri van Heesch | 2019-11-05 | 1 | -1/+0 |
| | |||||
* | Changed ArgumentList to be an STL container | Dimitri van Heesch | 2019-10-27 | 1 | -8/+9 |
| | |||||
* | issue #7216: non-const getGroupDef() called on aliased member | Dimitri van Heesch | 2019-08-25 | 1 | -1/+0 |
| | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -43/+63 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -236/+178 |
| | |||||
* | Improve constness | Dimitri van Heesch | 2019-01-21 | 1 | -6/+6 |
| | |||||
* | Minor restructuring | Dimitri van Heesch | 2018-11-18 | 1 | -3/+1 |
| | |||||
* | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -0/+6 |
| | | | | Added a Slice-optimized output mode. | ||||
* | Bug 648180 - Fortran: tagfile.tag:789: warning: Unknown compound attribute ↵ | albert-github | 2018-07-20 | 1 | -0/+3 |
| | | | | | | `type' found! In Fortran the keyword 'type' is used that in the context of the tag file is 'struct'. | ||||
* | Misc. typos | luz.paz | 2018-04-25 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
* | const-ify | Adrian Negreanu | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -1/+6 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Added type constraint relations for Java generics to dot graphs and XML output | Dimitri van Heesch | 2015-02-21 | 1 | -2/+62 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-master | Dimitri van Heesch | 2014-08-04 | 1 | -0/+2 |
|\ | |||||
| * | cache anonymous into ClassDefImpl::isAnonymous | Adrian Negreanu | 2014-08-04 | 1 | -0/+2 |
| | | |||||
* | | Bug 734077 - no uniquely matching class member found for inline function ↵ | Dimitri van Heesch | 2014-08-03 | 1 | -0/+3 |
|/ | | | | definition where parameter argument names don't match | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -5/+5 |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | ||||
* | More work on the template and context mechanisms | Dimitri van Heesch | 2013-12-29 | 1 | -2/+6 |
| |