Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: modernize getMemberLists() | Dimitri van Heesch | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | Refactoring: replace MemberSDict by MemberLinkedRefMap | Dimitri van Heesch | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | Refactoring: change MemberGroupSDict to MemberGroupList | Dimitri van Heesch | 2020-12-30 | 1 | -2/+2 |
| | |||||
* | Refactoring: replace NamespaceSDict by NamespaceLinkedMap | Dimitri van Heesch | 2020-12-23 | 1 | -49/+4 |
| | |||||
* | Refactoring: replaced getNamespaceSDict() by getNamespaces() | Dimitri van Heesch | 2020-12-23 | 1 | -6/+13 |
| | |||||
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMap | Dimitri van Heesch | 2020-12-19 | 1 | -5/+5 |
| | |||||
* | Refactoring: removing setVisited/isVisited members | Dimitri van Heesch | 2020-11-20 | 1 | -5/+9 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-11-13 | 1 | -1/+1 |
|\ | |||||
| * | Typo in namespacedef.h | albert-github | 2020-11-10 | 1 | -1/+1 |
| | | | | | | | | Typo in namespacedef.h as found by Fossies | ||||
* | | Refactoring: replacing dynamic_cast by static_cast to improve performance | Dimitri van Heesch | 2020-11-13 | 1 | -7/+15 |
|/ | |||||
* | Refactoring: Introduce immutable and mutable interfaces | Dimitri van Heesch | 2020-11-09 | 1 | -32/+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. | ||||
* | Refactoring: modernized the getUsedNamespaces() method | Dimitri van Heesch | 2020-11-01 | 1 | -1/+1 |
| | |||||
* | Refactoring: modernize getUsedClasses() method | Dimitri van Heesch | 2020-10-29 | 1 | -9/+8 |
| | |||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 1 | -2/+2 |
| | |||||
* | Improved const correctness and added support for inline namespaces | Dimitri van Heesch | 2019-04-21 | 1 | -11/+15 |
| | |||||
* | Refactored Definition and derived classes such that they are abstract interfaces | Dimitri van Heesch | 2019-02-28 | 1 | -111/+68 |
| | |||||
* | Store inline attribute for namespaces | Dimitri van Heesch | 2019-01-21 | 1 | -0/+4 |
| | |||||
* | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -1/+17 |
| | | | | Added a Slice-optimized output mode. | ||||
* | const-ify | Adrian Negreanu | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Bug 744762 - Using TAGFILES prevents symbol extraction | Dimitri van Heesch | 2015-06-11 | 1 | -0/+1 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -0/+2 |
| | |||||
* | Added namespace info to the context | Dimitri van Heesch | 2014-08-02 | 1 | -0/+2 |
| | |||||
* | Bug 724241 - Internal inconsistency: namespace in IDL | albert-github | 2014-02-20 | 1 | -1/+2 |
| | | | | Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way. | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Add template context for annotated class index | Dimitri van Heesch | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -11/+8 |
| | | | | | | | | | - 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 | -0/+1 |
| | |||||
* | More template and context updates | Dimitri van Heesch | 2013-11-11 | 1 | -2/+3 |
| | |||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -0/+2 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -4/+13 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -3/+3 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -9/+8 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -1/+6 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -0/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5.1-20111027 | Dimitri van Heesch | 2011-10-27 | 1 | -0/+1 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -1/+0 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -0/+1 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -0/+2 |
| | |||||
* | Release-1.6.3-20100324 | Dimitri van Heesch | 2010-03-24 | 1 | -0/+2 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.5.7.1-20081012 | Dimitri van Heesch | 2008-10-12 | 1 | -1/+2 |
| | |||||
* | Release-1.5.6-20080819 | Dimitri van Heesch | 2008-08-19 | 1 | -3/+11 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -1/+1 |
| |